From 8d47806bf2c234d3805f04612851daa876c3105c Mon Sep 17 00:00:00 2001 From: Juby210 Date: Wed, 15 Sep 2021 08:33:54 +0200 Subject: [PATCH] 93.1 - Alpha (93201) --- app/build.gradle | 6 +- app/src/main/AndroidManifest.xml | 4 +- .../android/support/v4/os/ResultReceiver.java | 6 +- .../main/java/androidx/annotation/OptIn.java | 13 + .../androidx/annotation/RequiresOptIn.java | 19 + .../annotation/experimental/Experimental.java | 2 + .../experimental/UseExperimental.java | 6 +- .../browser/customtabs/CustomTabsClient.java | 6 +- .../customtabs/CustomTabsSessionToken.java | 6 +- .../PostMessageServiceConnection.java | 2 +- .../TrustedWebActivityCallbackRemote.java | 2 +- .../TrustedWebActivityServiceConnection.java | 2 +- .../animation/AnimatorKt$addListener$1.java | 2 +- .../animation/AnimatorKt$addListener$2.java | 2 +- .../animation/AnimatorKt$addListener$3.java | 2 +- .../animation/AnimatorKt$addListener$4.java | 2 +- .../AnimatorKt$addListener$listener$1.java | 24 +- .../AnimatorKt$addPauseListener$1.java | 2 +- .../AnimatorKt$addPauseListener$2.java | 2 +- ...nimatorKt$addPauseListener$listener$1.java | 14 +- ...ancel$$inlined$addListener$default$1.java} | 12 +- ...OnEnd$$inlined$addListener$default$1.java} | 12 +- ...$$inlined$addPauseListener$default$1.java} | 8 +- ...epeat$$inlined$addListener$default$1.java} | 12 +- ...$$inlined$addPauseListener$default$1.java} | 8 +- ...Start$$inlined$addListener$default$1.java} | 12 +- .../androidx/core/animation/AnimatorKt.java | 92 +- .../androidx/core/app/ActivityCompat.java | 42 +- .../androidx/core/app/JobIntentService.java | 1 + .../core/app/NotificationChannelCompat.java | 268 + .../app/NotificationChannelGroupCompat.java | 122 + .../androidx/core/app/NotificationCompat.java | 1452 +- .../core/app/NotificationCompatBuilder.java | 95 +- .../NotificationCompatSideChannelService.java | 2 +- .../core/app/NotificationManagerCompat.java | 118 +- .../main/java/androidx/core/app/Person.java | 16 + .../java/androidx/core/app/RemoteInput.java | 21 + .../java/androidx/core/app/ShareCompat.java | 104 +- .../core/content/ContentValuesKt.java | 11 +- .../androidx/core/content/ContextCompat.java | 219 +- .../java/androidx/core/content/ContextKt.java | 23 +- .../androidx/core/content/FileProvider.java | 14 +- .../androidx/core/content/IntentCompat.java | 5 + .../androidx/core/content/LocusIdCompat.java | 84 + .../core/content/SharedPreferencesKt.java | 12 +- .../core/content/pm/PackageInfoCompat.java | 126 + .../pm/ShortcutInfoChangeListener.java | 28 + .../core/content/pm/ShortcutInfoCompat.java | 272 +- .../content/pm/ShortcutManagerCompat.java | 328 +- .../res/ColorStateListInflaterCompat.java | 88 +- .../res/FontResourcesParserCompat.java | 17 +- .../core/content/res/ResourcesCompat.java | 227 +- .../core/content/res/TypedArrayKt.java | 44 +- .../java/androidx/core/database/CursorKt.java | 14 +- .../database/sqlite/SQLiteDatabaseKt.java | 8 +- .../java/androidx/core/graphics/BitmapKt.java | 57 +- .../java/androidx/core/graphics/CanvasKt.java | 74 +- .../java/androidx/core/graphics/ColorKt.java | 42 +- .../ImageDecoderKt$decodeBitmap$1.java | 13 +- .../ImageDecoderKt$decodeDrawable$1.java | 13 +- .../core/graphics/ImageDecoderKt.java | 12 +- .../java/androidx/core/graphics/Insets.java | 20 + .../java/androidx/core/graphics/MatrixKt.java | 6 +- .../java/androidx/core/graphics/PaintKt.java | 2 +- .../java/androidx/core/graphics/PathKt.java | 24 +- .../androidx/core/graphics/PictureKt.java | 6 +- .../java/androidx/core/graphics/PointKt.java | 40 +- .../androidx/core/graphics/PorterDuffKt.java | 4 +- .../java/androidx/core/graphics/RectKt.java | 106 +- .../java/androidx/core/graphics/RegionKt.java | 54 +- .../java/androidx/core/graphics/ShaderKt.java | 4 +- .../core/graphics/TypefaceCompat.java | 56 +- .../graphics/TypefaceCompatApi26Impl.java | 4 +- .../graphics/TypefaceCompatApi29Impl.java | 148 +- .../core/graphics/TypefaceCompatBaseImpl.java | 2 + .../core/graphics/TypefaceCompatUtil.java | 21 + .../graphics/drawable/BitmapDrawableKt.java | 4 +- .../graphics/drawable/ColorDrawableKt.java | 2 +- .../core/graphics/drawable/DrawableKt.java | 56 +- .../core/graphics/drawable/IconCompat.java | 101 +- .../drawable/IconCompatParcelizer.java | 5 + .../core/graphics/drawable/IconKt.java | 16 +- .../drawable/WrappedDrawableApi14.java | 16 +- .../core/internal/view/SupportMenuItem.java | 6 + .../core/location/GnssStatusCompat.java | 95 + .../core/location/GnssStatusWrapper.java | 107 + .../core/location/GpsStatusWrapper.java | 177 + .../core/location/LocationCompat.java | 77 + .../androidx/core/location/LocationKt.java | 4 +- .../core/location/LocationManagerCompat.java | 729 +- .../main/java/androidx/core/net/MailTo.java | 116 + .../androidx/core/net/ParseException.java | 12 + .../main/java/androidx/core/net/UriKt.java | 14 +- .../java/androidx/core/os/BuildCompat.java | 36 +- .../main/java/androidx/core/os/BundleKt.java | 19 +- .../java/androidx/core/os/ExecutorCompat.java | 32 + .../java/androidx/core/os/HandlerCompat.java | 72 +- .../os/HandlerKt$postAtTime$runnable$1.java | 5 +- .../os/HandlerKt$postDelayed$runnable$1.java | 5 +- .../main/java/androidx/core/os/HandlerKt.java | 16 +- .../core/os/LocaleListCompatWrapper.java | 25 +- .../core/os/OperationCanceledException.java | 4 +- .../androidx/core/os/PersistableBundleKt.java | 19 +- .../java/androidx/core/os/ProcessCompat.java | 89 + .../java/androidx/core/os/TraceCompat.java | 1 + .../main/java/androidx/core/os/TraceKt.java | 4 +- .../androidx/core/os/UserHandleCompat.java | 73 + .../core/provider/CallbackWithHandler.java | 71 + .../androidx/core/provider/CalleeHandler.java | 14 + .../androidx/core/provider/FontProvider.java | 156 + .../androidx/core/provider/FontRequest.java | 33 +- .../core/provider/FontRequestWorker.java | 231 + .../core/provider/FontsContractCompat.java | 492 +- .../core/provider/RequestExecutor.java | 138 + .../core/provider/SelfDestructiveThread.java | 9 +- .../telephony/SubscriptionManagerCompat.java | 52 + .../telephony/TelephonyManagerCompat.java | 111 + .../androidx/core/text/CharSequenceKt.java | 4 +- .../main/java/androidx/core/text/HtmlKt.java | 16 +- .../java/androidx/core/text/LocaleKt.java | 2 +- .../core/text/SpannableStringBuilderKt.java | 56 +- .../androidx/core/text/SpannableStringKt.java | 18 +- .../androidx/core/text/SpannedStringKt.java | 12 +- .../java/androidx/core/text/StringKt.java | 4 +- .../core/text/util/LinkifyCompat.java | 3 +- .../TransitionKt$addListener$1.java | 2 +- .../TransitionKt$addListener$2.java | 2 +- .../TransitionKt$addListener$3.java | 2 +- .../TransitionKt$addListener$4.java | 2 +- .../TransitionKt$addListener$5.java | 2 +- .../TransitionKt$addListener$listener$1.java | 29 +- ...ancel$$inlined$addListener$default$1.java} | 14 +- ...OnEnd$$inlined$addListener$default$1.java} | 14 +- ...Pause$$inlined$addListener$default$1.java} | 14 +- ...esume$$inlined$addListener$default$1.java} | 14 +- ...Start$$inlined$addListener$default$1.java} | 14 +- .../core/transition/TransitionKt.java | 74 +- .../java/androidx/core/util/AtomicFile.java | 82 +- .../java/androidx/core/util/AtomicFileKt.java | 30 +- .../main/java/androidx/core/util/HalfKt.java | 10 +- .../util/LongSparseArrayKt$keyIterator$1.java | 4 +- .../LongSparseArrayKt$valueIterator$1.java | 4 +- .../androidx/core/util/LongSparseArrayKt.java | 68 +- .../core/util/LruCacheKt$lruCache$1.java | 4 +- .../core/util/LruCacheKt$lruCache$2.java | 2 +- .../core/util/LruCacheKt$lruCache$3.java | 4 +- .../core/util/LruCacheKt$lruCache$4.java | 27 +- .../java/androidx/core/util/LruCacheKt.java | 16 +- .../androidx/core/util/ObjectsCompat.java | 18 + .../main/java/androidx/core/util/Pair.java | 11 +- .../main/java/androidx/core/util/PairKt.java | 30 +- .../androidx/core/util/Preconditions.java | 38 + .../core/util/RangeKt$toClosedRange$1.java | 8 +- .../main/java/androidx/core/util/RangeKt.java | 26 +- .../main/java/androidx/core/util/SizeKt.java | 8 +- .../util/SparseArrayKt$keyIterator$1.java | 4 +- .../util/SparseArrayKt$valueIterator$1.java | 4 +- .../androidx/core/util/SparseArrayKt.java | 68 +- .../core/util/SparseBooleanArrayKt.java | 64 +- .../androidx/core/util/SparseIntArrayKt.java | 64 +- .../androidx/core/util/SparseLongArrayKt.java | 64 +- .../view/AccessibilityDelegateCompat.java | 1 + .../androidx/core/view/ContentInfoCompat.java | 201 + .../androidx/core/view/DisplayCompat.java | 153 +- .../core/view/DisplayCutoutCompat.java | 54 +- .../core/view/GestureDetectorCompat.java | 3 +- .../main/java/androidx/core/view/MenuKt.java | 80 +- .../core/view/OnReceiveContentListener.java | 9 + .../view/OnReceiveContentViewBehavior.java | 8 + .../java/androidx/core/view/ViewCompat.java | 411 +- .../core/view/ViewGroupKt$descendants$1.java | 149 + .../java/androidx/core/view/ViewGroupKt.java | 84 +- .../androidx/core/view/ViewKt$allViews$1.java | 72 + .../core/view/ViewKt$ancestors$1.java | 19 + .../core/view/ViewKt$doOnAttach$1.java | 11 +- .../core/view/ViewKt$doOnDetach$1.java | 11 +- ...$doOnLayout$$inlined$doOnNextLayout$1.java | 2 +- .../core/view/ViewKt$doOnNextLayout$1.java | 9 +- .../core/view/ViewKt$doOnPreDraw$1.java | 9 +- .../view/ViewKt$postDelayed$runnable$1.java | 5 +- ...wKt$postOnAnimationDelayed$runnable$1.java | 5 +- .../main/java/androidx/core/view/ViewKt.java | 149 +- .../java/androidx/core/view/WindowCompat.java | 46 + .../view/WindowInsetsAnimationCompat.java | 612 + ...wInsetsAnimationControlListenerCompat.java | 11 + ...WindowInsetsAnimationControllerCompat.java | 193 + .../core/view/WindowInsetsCompat.java | 744 +- .../view/WindowInsetsControllerCompat.java | 437 + .../AccessibilityEventCompat.java | 9 + .../AccessibilityNodeInfoCompat.java | 34 +- .../AccessibilityNodeProviderCompat.java | 23 +- .../view/inputmethod/EditorInfoCompat.java | 162 + .../core/widget/CheckedTextViewCompat.java | 107 + .../widget/ContentLoadingProgressBar.java | 106 +- .../core/widget/NestedScrollView.java | 3 +- .../androidx/core/widget/TextViewCompat.java | 17 +- ...$addTextChangedListener$textWatcher$1.java | 13 +- ...ned$addTextChangedListener$default$1.java} | 4 +- ...ned$addTextChangedListener$default$1.java} | 4 +- ...ned$addTextChangedListener$default$1.java} | 4 +- .../java/androidx/core/widget/TextViewKt.java | 46 +- .../TextViewOnReceiveContentListener.java | 87 + .../core/widget/TintableCheckedTextView.java | 18 + app/src/main/java/c/a/a/d.java | 13 + app/src/main/java/c/a/d/m0/a.java | 136 +- app/src/main/java/c/a/d/m0/b.java | 135 - app/src/main/java/c/a/j/b.java | 4 +- app/src/main/java/c/a/j/c.java | 2 +- app/src/main/java/c/a/k/b.java | 2 +- app/src/main/java/c/a/k/f/c.java | 2 +- app/src/main/java/c/a/n/d.java | 2 +- app/src/main/java/c/a/n/e.java | 8 +- app/src/main/java/c/a/n/h/a.java | 16 +- app/src/main/java/c/a/q/a0.java | 2 +- app/src/main/java/c/a/q/b0.java | 4 +- app/src/main/java/c/a/q/h0.java | 4 +- app/src/main/java/c/a/q/j.java | 2 +- app/src/main/java/c/a/q/k0/f.java | 2 +- app/src/main/java/c/a/q/l.java | 4 +- app/src/main/java/c/a/q/m0/b.java | 2 +- app/src/main/java/c/a/q/m0/c/e.java | 6 +- app/src/main/java/c/a/q/m0/c/k.java | 2 +- app/src/main/java/c/a/q/m0/c/m.java | 2 +- app/src/main/java/c/a/q/n0/a.java | 2 +- app/src/main/java/c/a/q/o0/a.java | 6 +- app/src/main/java/c/a/q/r.java | 2 +- app/src/main/java/c/a/q/s.java | 4 +- app/src/main/java/c/a/r/b.java | 2 +- app/src/main/java/c/a/y/a.java | 2 +- app/src/main/java/c/a/y/l.java | 8 +- app/src/main/java/c/c/a/a0/r.java | 10 +- app/src/main/java/c/d/b/a/a.java | 2 +- app/src/main/java/c/e/b/c.java | 4 +- app/src/main/java/c/f/g/a/a/c.java | 6 +- app/src/main/java/c/f/g/a/a/d.java | 2 +- app/src/main/java/c/f/g/f/b.java | 2 +- app/src/main/java/c/f/j/c/f.java | 2 +- app/src/main/java/c/f/j/c/n.java | 6 +- app/src/main/java/c/f/j/c/v.java | 2 +- app/src/main/java/c/f/j/e/c.java | 2 +- app/src/main/java/c/f/j/e/h.java | 2 +- app/src/main/java/c/f/j/e/p.java | 4 +- app/src/main/java/c/f/j/p/a1.java | 2 +- app/src/main/java/c/f/j/p/d.java | 2 +- app/src/main/java/c/f/j/p/d0.java | 4 +- app/src/main/java/c/f/j/p/e0.java | 2 +- app/src/main/java/c/f/j/p/f0.java | 2 +- app/src/main/java/c/f/j/p/i0.java | 4 +- app/src/main/java/c/f/j/p/j0.java | 4 +- app/src/main/java/c/f/j/p/m.java | 2 +- app/src/main/java/c/f/j/p/n.java | 6 +- app/src/main/java/c/f/j/p/o.java | 2 +- app/src/main/java/c/f/j/p/o0.java | 6 +- app/src/main/java/c/f/j/p/q0.java | 2 +- app/src/main/java/c/f/j/p/y.java | 2 +- app/src/main/java/c/f/m/j.java | 10 +- app/src/main/java/c/i/a/c/a2/b0/b.java | 4 +- app/src/main/java/c/i/a/c/a2/d0/b.java | 12 +- app/src/main/java/c/i/a/c/a2/f0/e.java | 78 +- app/src/main/java/c/i/a/c/a2/g0/f.java | 16 +- app/src/main/java/c/i/a/c/a2/h0/e.java | 56 +- app/src/main/java/c/i/a/c/a2/i0/h.java | 4 +- app/src/main/java/c/i/a/c/a2/i0/j.java | 4 +- app/src/main/java/c/i/a/c/a2/j0/e0.java | 2 +- app/src/main/java/c/i/a/c/a2/j0/g.java | 6 +- app/src/main/java/c/i/a/c/a2/j0/i.java | 6 +- 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 | 6 +- app/src/main/java/c/i/a/c/a2/j0/l.java | 2 +- app/src/main/java/c/i/a/c/a2/j0/m.java | 6 +- app/src/main/java/c/i/a/c/a2/j0/n.java | 2 +- app/src/main/java/c/i/a/c/a2/j0/u.java | 6 +- app/src/main/java/c/i/a/c/a2/j0/v.java | 6 +- app/src/main/java/c/i/a/c/a2/j0/x.java | 2 +- app/src/main/java/c/i/a/c/a2/k0/b.java | 12 +- app/src/main/java/c/i/a/c/a2/o.java | 4 +- app/src/main/java/c/i/a/c/b2/s.java | 10 +- app/src/main/java/c/i/a/c/c2/f.java | 2 +- app/src/main/java/c/i/a/c/d2/c0.java | 4 +- app/src/main/java/c/i/a/c/e2/l.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/i.java | 14 +- app/src/main/java/c/i/a/c/g0.java | 4 +- app/src/main/java/c/i/a/c/j2/n.java | 34 +- app/src/main/java/c/i/a/c/v1/a0.java | 2 +- app/src/main/java/c/i/a/c/v1/d0.java | 4 +- app/src/main/java/c/i/a/c/v1/v.java | 4 +- app/src/main/java/c/i/a/c/v1/x.java | 2 +- app/src/main/java/c/i/a/c/v1/y.java | 18 +- app/src/main/java/c/i/a/c/z1/m.java | 2 +- 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 | 4 +- app/src/main/java/c/i/a/f/e/h/j/a1.java | 2 +- 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/g.java | 2 +- app/src/main/java/c/i/a/f/e/k/d.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/l/g4.java | 4 +- app/src/main/java/c/i/a/f/h/l/u4.java | 2 +- app/src/main/java/c/i/a/f/i/b/g.java | 2 +- app/src/main/java/c/i/a/f/i/b/k9.java | 52 +- app/src/main/java/c/i/a/f/i/b/q9.java | 2 +- app/src/main/java/c/i/a/f/i/b/t9.java | 4 +- app/src/main/java/c/i/a/f/i/b/z4.java | 2 +- app/src/main/java/c/i/a/f/j/b/e/i.java | 2 +- 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/c/m/d/n/a.java | 2 +- app/src/main/java/c/i/d/q/x/b.java | 2 +- 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/p.java | 8 +- app/src/main/java/c/i/e/r/a.java | 3 +- app/src/main/java/c/k/a/a/e.java | 4 +- app/src/main/java/c/o/a/n/g.java | 2 +- 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/r/f.java | 6 +- app/src/main/java/c/o/a/v/d.java | 8 +- app/src/main/java/c/q/a/k/a.java | 4 +- .../lottie/parser/AnimatableValueParser.java | 2 +- .../events/TrackPinLimitReached.java | 43 + .../events/TrackPinLimitReachedReceiver.java | 6 + .../events/TrackReactionLimitReached.java | 43 + .../TrackReactionLimitReachedReceiver.java | 6 + .../commands/ApplicationCommandOption.java | 41 +- .../GuildRoleSubscriptionTierListing.java | 16 +- app/src/main/java/com/discord/app/AppLog.java | 2 +- .../discord/app/DiscordConnectService.java | 9 +- .../custom_tabs/CustomTabs$warmUp$1.java | 2 +- ...ScheduledEventBottomButtonViewBinding.java | 20 +- .../RemovablePermissionOwnerViewBinding.java | 22 + ...etChannelsListItemChannelVoiceBinding.java | 13 +- ...ldScheduledEventLocationSelectBinding.java | 37 +- ...idgetServerSettingsRoleMembersBinding.java | 34 + .../WidgetServerSettingsRolesBinding.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 | 4 +- .../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 | 8 +- .../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 | 4 +- .../WidgetThreadBrowserArchivedBinding.java | 4 +- .../WidgetThreadBrowserBinding.java | 4 +- ...WidgetThreadBrowserFilterSheetBinding.java | 4 +- ...dgetThreadNotificationSettingsBinding.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 | 4 +- ...etUserProfileAdapterItemServerBinding.java | 4 +- .../WidgetUserSetCustomStatusBinding.java | 4 +- .../databinding/WidgetUserSheetBinding.java | 20 +- .../WidgetUserStatusUpdateBinding.java | 4 +- .../WidgetVoiceBottomSheetBinding.java | 12 +- .../WidgetVoiceCallIncomingBinding.java | 4 +- .../WidgetVoiceCallInlineBinding.java | 4 +- .../WidgetVoiceChannelSettingsBinding.java | 8 +- ...ceNoiseCancellationBottomSheetBinding.java | 4 +- ...WidgetVoiceSettingsBottomSheetBinding.java | 4 +- .../discord/embed/RenderableEmbedMedia.java | 10 +- .../com/discord/gateway/GatewayDiscovery.java | 2 +- app/src/main/java/com/discord/i18n/Hook.java | 2 +- .../java/com/discord/i18n/RenderContext.java | 4 +- .../discord/models/commands/Application.java | 16 +- .../models/commands/ApplicationCommand.java | 6 +- .../commands/ApplicationCommandOption.java | 49 +- .../com/discord/models/domain/Harvest.java | 16 +- .../models/domain/ModelAuditLogEntry.java | 20 +- .../models/domain/ModelConnectedAccount.java | 6 +- .../ModelConnectedAccountIntegration.java | 16 +- .../ModelConnectedIntegrationAccount.java | 16 +- .../ModelConnectedIntegrationGuild.java | 16 +- .../models/domain/ModelEntitlement.java | 16 +- .../models/domain/ModelGuildFolder.java | 16 +- .../models/domain/ModelGuildIntegration.java | 12 +- .../domain/ModelGuildMemberListUpdate.java | 32 +- .../models/domain/ModelOAuth2Token.java | 16 +- .../discord/models/domain/ModelPayload.java | 8 +- .../models/domain/ModelPaymentSource.java | 18 +- .../domain/ModelPremiumGuildSubscription.java | 16 +- .../ModelPremiumGuildSubscriptionSlot.java | 16 +- .../com/discord/models/domain/ModelSku.java | 18 +- .../models/domain/ModelStoreListing.java | 16 +- .../models/domain/ModelSubscription.java | 32 +- .../discord/models/domain/ModelUserNote.java | 16 +- .../models/domain/ModelUserRelationship.java | 10 +- .../models/domain/ModelVoiceRegion.java | 6 +- .../discord/models/domain/ModelWebhook.java | 6 +- .../models/domain/PaymentSourceRaw.java | 16 +- .../domain/billing/ModelInvoiceItem.java | 16 +- .../domain/billing/ModelInvoicePreview.java | 16 +- .../models/domain/emoji/ModelEmojiCustom.java | 20 +- .../models/domain/emoji/ModelEmojiGuild.java | 16 +- .../domain/spotify/ModelSpotifyAlbum.java | 16 +- .../domain/spotify/ModelSpotifyArtist.java | 16 +- .../domain/spotify/ModelSpotifyTrack.java | 16 +- .../java/com/discord/models/guild/Guild.java | 18 +- .../com/discord/models/message/Message.java | 18 +- .../models/sticker/dto/ModelStickerPack.java | 16 +- .../dto/ModelStickerPackStoreListing.java | 16 +- .../models/store/dto/ModelStoreAsset.java | 16 +- .../store/dto/ModelStoreDirectoryLayout.java | 16 +- .../com/discord/models/user/CoreUser.java | 6 +- .../java/com/discord/models/user/MeUser.java | 6 +- .../NullSerializableTypeAdapter.java | 12 +- .../overlay/views/OverlayBubbleWrap.java | 12 +- .../com/discord/player/AppMediaPlayer.java | 6 +- .../restapi/BreadcrumbInterceptor.java | 2 +- .../restapi/RequiredHeadersInterceptor.java | 2 +- .../com/discord/restapi/RestAPIBuilder.java | 6 +- .../com/discord/restapi/RestAPIInterface.java | 3 + .../com/discord/restapi/RestAPIParams.java | 30 +- .../restapi/SpotifyTokenInterceptor.java | 2 +- .../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 | 18 +- .../discord/rtcconnection/RtcConnection.java | 50 +- .../discord/rtcconnection/VideoMetadata.java | 10 +- .../audio/DiscordAudioManager.java | 56 +- .../enums/BluetoothHeadsetAudioState.java | 10 +- .../BluetoothProfileConnectionState.java | 10 +- .../mediaengine/MediaEngine.java | 30 +- .../mediaengine/MediaEngineConnection.java | 32 +- .../mediaengine/ThumbnailEmitter.java | 8 +- .../ScreenshotDetector.java | 6 +- .../simpleast/core/parser/ParseSpec.java | 6 +- .../discord/simpleast/core/parser/Parser.java | 6 +- .../com/discord/stores/BuiltInCommands.java | 4 +- .../com/discord/stores/StoreAnalytics.java | 10 +- .../stores/StoreApplicationCommandsKt.java | 21 +- .../stores/StoreApplicationInteractions.java | 4 +- .../stores/StoreAudioManagerV2$init$1.java | 4 +- ...reAudioManagerV2$selectOutputDevice$1.java | 4 +- ...oreAudioManagerV2$updateMediaVolume$1.java | 2 +- .../discord/stores/StoreAudioManagerV2.java | 8 +- .../com/discord/stores/StoreAuditLog.java | 2 +- .../discord/stores/StoreAuthentication.java | 2 +- .../com/discord/stores/StoreChangeLog.java | 6 +- .../discord/stores/StoreClientVersion.java | 2 +- .../StoreCollapsedChannelCategories.java | 2 +- .../StoreDynamicLink$storeLinkIfExists$1.java | 15 +- .../com/discord/stores/StoreEmojiCustom.java | 10 +- ...dEvents$observeGuildScheduledEvents$1.java | 8 +- .../stores/StoreGuildScheduledEvents.java | 67 +- .../discord/stores/StoreGuildStickers.java | 6 +- ...reGuilds$Actions$requestRoleMembers$1.java | 32 + .../java/com/discord/stores/StoreGuilds.java | 8 + .../com/discord/stores/StoreGuildsNsfw.java | 2 +- .../com/discord/stores/StoreGuildsSorted.java | 18 +- .../com/discord/stores/StoreMaskedLinks.java | 2 +- .../StoreNotices$firstUseTimestamp$2.java | 2 +- ...oundPromotions$handleConnectionOpen$2.java | 2 +- .../StoreOutboundPromotions$markSeen$1.java | 2 +- ...StoreReadStates$computeUnreadMarker$4.java | 2 +- .../discord/stores/StoreReviewRequest.java | 4 +- .../java/com/discord/stores/StoreSearch.java | 16 +- .../stores/StoreStreamRtcConnection.java | 2 +- .../java/com/discord/stores/StoreUser.java | 24 +- .../com/discord/stores/StoreUserSettings.java | 8 +- .../stores/StoreUserSettingsSystem.java | 10 +- .../stores/VoiceConfigurationCache.java | 2 +- .../RestCallStateKt$logNetworkAction$1.java | 2 +- .../RestCallStateKt$logNetworkAction$2.java | 2 +- .../com/discord/tooltips/TooltipManager.java | 14 +- .../com/discord/utilities/ShareUtils.java | 76 +- .../utilities/analytics/AnalyticsTracker.java | 4 +- .../utilities/analytics/InstallReferrer.java | 4 +- ...ator$$special$$inlined$apply$lambda$1.java | 8 +- ...gleSmartLockManager$saveCredentials$1.java | 2 +- .../auth/GoogleSmartLockManager.java | 16 +- .../bugreports/BugReportManager.java | 2 +- .../CaptchaHelper$tryShowCaptcha$1.java | 4 +- .../utilities/colors/ColorPickerUtils.java | 10 +- .../DirectoryUtils$showServerOptions$2.java | 14 +- .../com/discord/utilities/error/Error.java | 2 +- .../utilities/fcm/NotificationData.java | 55 +- ...ationRenderer$displayAndUpdateCache$5.java | 12 +- ...ationRenderer$displayAndUpdateCache$7.java | 17 +- .../utilities/fcm/NotificationRenderer.java | 66 +- .../utilities/gifting/GiftingUtils.java | 6 +- .../discord/utilities/images/MGImages.java | 2 +- ...tAppBitmapMemoryCacheParamsSupplier$1.java | 2 +- .../utilities/images/MGImagesConfig.java | 2 +- .../discord/utilities/intent/IntentUtils.java | 34 +- .../RouteHandlers$wildCardMatcher$1.java | 12 +- .../utilities/intent/RouteHandlers.java | 4 +- .../lazy/memberlist/MemberListRow.java | 6 +- .../utilities/rest/AttachmentRequestBody.java | 14 +- ...nalyticsInterceptor$$inlined$invoke$1.java | 2 +- .../com/discord/utilities/rest/RestAPI.java | 14 +- .../system/DeviceResourceUsageMonitor.java | 20 +- .../utilities/systemlog/SystemLogReport.java | 2 +- .../textprocessing/MessagePreprocessor.java | 10 +- .../SimpleRoundedBackgroundSpan.java | 2 +- .../textprocessing/node/EmojiNode.java | 16 +- .../textprocessing/node/SpoilerNode.java | 6 +- ...terFadeHelper$$inlined$apply$lambda$1.java | 16 + ...terFadeHelper$$inlined$apply$lambda$2.java | 25 + ...terFadeHelper$$inlined$apply$lambda$3.java | 28 + .../textview/TextViewFadeHelper.java | 103 + ...UnreadCountView$$inlined$doOnLayout$1.java | 2 +- .../view/text/LinkifiedTextView.java | 14 +- ...ate$addOnDestroyObserver$1$onCreate$1.java | 2 +- ...indingDelegate$addOnDestroyObserver$1.java | 2 +- .../utilities/voice/CallSoundManager.java | 16 +- ...ordOverlayService$createVoiceBubble$1.java | 28 +- .../ScreenShareManager$startStream$1.java | 2 +- .../utilities/voice/ScreenShareManager.java | 2 +- .../utilities/websocket/WebSocket.java | 2 +- .../com/discord/views/CheckedSetting.java | 6 +- .../com/discord/views/FailedUploadList.java | 12 +- .../com/discord/views/NumericBadgingView.java | 14 +- .../views/OverlayMenuBubbleDialog.java | 34 +- .../com/discord/views/OverlayMenuView.java | 12 +- .../main/java/com/discord/views/PileView.java | 6 +- .../views/calls/VideoCallParticipantView.java | 46 +- .../com/discord/views/steps/StepsView.java | 22 +- .../views/user/UserAvatarPresenceView.java | 101 +- .../UserAvatarPresenceViewController.java | 6 +- .../WidgetChannelFollowSuccessDialog.java | 2 +- .../auth/WidgetAuthMfa$onViewBound$1.java | 4 +- .../widgets/auth/WidgetOauth2Authorize.java | 2 +- .../bugreports/BugReportViewModel.java | 2 +- .../widgets/bugreports/WidgetBugReport.java | 2 +- .../discord/widgets/channels/UserAkaView.java | 2 +- ...$1$animateMaxLines$$inlined$doOnEnd$1.java | 8 +- ...sizeSheetHeight$$inlined$doOnLayout$1.java | 2 +- ...ListBuilder$$inlined$forEach$lambda$1.java | 4 +- ...ListBuilder$$inlined$forEach$lambda$2.java | 4 +- ...ListBuilder$$inlined$forEach$lambda$3.java | 5 +- ...ListBuilder$$inlined$forEach$lambda$4.java | 5 +- ...ListBuilder$$inlined$forEach$lambda$5.java | 107 +- ...ListBuilder$$inlined$forEach$lambda$6.java | 5 +- ...ListBuilder$$inlined$forEach$lambda$7.java | 4 +- ...ListBuilder$$inlined$forEach$lambda$8.java | 5 +- .../channels/list/WidgetChannelListModel.java | 8 +- ...$ItemChannelStageVoice$onConfigure$4.java} | 4 +- .../list/WidgetChannelsListAdapter.java | 81 +- .../list/WidgetThreadArchiveActions.java | 2 +- .../list/items/ChannelListItemHeader.java | 16 +- .../items/ChannelListItemVoiceChannel.java | 58 +- .../permissions/PermissionOwnerListView.java | 20 +- ...getChannelSettingsPermissionsAdvanced.java | 16 +- ...getChannelSettingsPermissionsOverview.java | 16 +- ...idgetStageChannelModeratorPermissions.java | 2 +- ...dgetTextChannelSettings$configureUI$1.java | 4 +- ...dgetTextChannelSettings$configureUI$3.java | 2 +- .../settings/WidgetTextChannelSettings.java | 8 +- .../WidgetThreadNotificationSettings.java | 4 +- .../settings/WidgetThreadSettings.java | 4 +- .../WidgetThreadBrowser$updateMenu$1.java | 4 +- .../threads/browser/WidgetThreadBrowser.java | 8 +- .../browser/WidgetThreadBrowserActive.java | 2 +- .../browser/WidgetThreadBrowserArchived.java | 4 +- .../WidgetThreadBrowserFilterSheet.java | 2 +- .../widgets/chat/WidgetUrlActions.java | 2 +- .../chat/input/AppFlexInputViewModel.java | 2 +- .../chat/input/ChatInputViewModel.java | 32 +- ...putAttachments$createPreviewAdapter$1.java | 4 +- .../autocomplete/AutocompleteModelUtils.java | 95 +- .../autocomplete/AutocompleteViewModel.java | 6 +- .../commands/AutocompleteCommandUtils.java | 28 +- .../expression/WidgetExpressionTray.java | 22 +- .../chat/input/models/ChannelOptionValue.java | 7 + .../sticker/WidgetStickerPackStoreSheet.java | 2 +- ...ker$scrollToTop$$inlined$doOnLayout$1.java | 2 +- ...Scroll$$inlined$doOnLayout$1$lambda$1.java | 2 +- ...SearchAndScroll$$inlined$doOnLayout$1.java | 2 +- ...ndScroll$$inlined$doOnLayout$lambda$1.java | 2 +- .../input/sticker/WidgetStickerPicker.java | 4 +- .../list/actions/WidgetChatListActions.java | 16 +- .../WidgetChatListAdapterItemEmbed.java | 8 +- ...terItemEphemeralMessage$onConfigure$2.java | 2 +- ...ildScheduledEventInvite$configureUI$1.java | 3 +- ...ildScheduledEventInvite$configureUI$2.java | 53 +- ...ildScheduledEventInvite$configureUI$3.java | 55 +- ...ildScheduledEventInvite$configureUI$4.java | 28 + ...tAdapterItemGuildScheduledEventInvite.java | 2 +- .../WidgetChatListAdapterItemMessage.java | 6 +- .../chat/list/entries/ChatListEntry.java | 8 +- ...pplicationCommandBottomSheetViewModel.java | 6 +- .../WidgetFriendsList$configureToolbar$1.java | 6 +- .../guilds/WidgetGuildFolderSettings.java | 10 +- .../guilds/create/ChannelTemplate.java | 6 +- .../GuildInviteShareSheetViewModel.java | 16 +- ...ureEmptyStateUI$$inlined$doOnLayout$1.java | 2 +- ...nfigureNormalUI$$inlined$doOnLayout$1.java | 2 +- .../WidgetInviteInfo$parseAttributeSet$1.java | 28 +- .../guilds/invite/WidgetInviteInfo.java | 2 +- .../guilds/invite/WidgetInviteModel.java | 16 +- .../list/WidgetGuildsListViewModel.java | 2 +- .../profile/WidgetChangeGuildIdentity.java | 2 +- .../WidgetGuildIdentityMarketingSheet.java | 2 +- .../profile/WidgetGuildProfileSheet.java | 7 +- .../WidgetGuildProfileSheetViewModel.java | 16 +- ...ventsFeatureFlag$Companion$INSTANCE$2.java | 18 + .../FreeFormEventsFeatureFlag.java | 36 + ...iew$configure$$inlined$apply$lambda$1.java | 13 +- ...iew$configure$$inlined$apply$lambda$2.java | 7 +- ...iew$configure$$inlined$apply$lambda$3.java | 7 +- .../GuildScheduledEventBottomButtonView.java | 207 +- ...uledEventItemView$configureInternal$5.java | 17 + .../GuildScheduledEventItemView.java | 85 +- ...Adapter$EventViewHolder$onConfigure$1.java | 2 +- ...Adapter$EventViewHolder$onConfigure$2.java | 2 +- ...Adapter$EventViewHolder$onConfigure$3.java | 45 +- ...Adapter$EventViewHolder$onConfigure$4.java | 68 + .../GuildScheduledEventListAdapter.java | 12 +- ...stViewModel$Companion$observeStores$1.java | 2 +- ...aringFeatureFlag$Companion$INSTANCE$2.java | 18 - ...uildScheduledEventsSharingFeatureFlag.java | 54 - ...ventsFeatureFlag$Companion$INSTANCE$2.java | 18 - .../NonStageEventsFeatureFlag.java | 34 - ...dEventListBottomSheet$onViewCreated$1.java | 4 +- ...dEventListBottomSheet$onViewCreated$2.java | 4 +- ...dEventListBottomSheet$onViewCreated$3.java | 26 + ...dEventListBottomSheet$onViewCreated$4.java | 30 - ...dEventListBottomSheet$onViewCreated$5.java | 22 + ...getGuildScheduledEventListBottomSheet.java | 16 +- ...cheduledEventLocationSelect$binding$2.java | 78 +- ...dgetGuildScheduledEventLocationSelect.java | 38 +- .../WidgetGuildScheduledEventSettings.java | 12 +- .../WidgetPreviewGuildScheduledEvent.java | 12 +- ...meHeaderManager$getOnSelectedAction$1.java | 14 +- .../widgets/home/WidgetHomeViewModel.java | 18 +- .../discord/widgets/hubs/DomainGuildInfo.java | 8 +- .../widgets/hubs/RadioSelectorItem.java | 18 +- .../WidgetMedia$onViewBoundOrOnResume$1.java | 6 +- .../discord/widgets/media/WidgetMedia.java | 2 +- .../widgets/media/WidgetQRScanner.java | 7 +- .../widgets/notice/WidgetNoticeDialog.java | 4 +- .../WidgetSearch$configureSearchInput$4.java | 3 +- .../servers/SettingsChannelListAdapter.java | 16 +- .../servers/WidgetServerDeleteDialog.java | 6 +- .../WidgetServerRegionSelectDialog.java | 16 +- ...ettingsChannels$Model$Companion$get$1.java | 2 +- ...tServerSettingsChannels$configureUI$1.java | 4 +- ...SettingsChannels$setOnClickListener$2.java | 2 +- .../WidgetServerSettingsEditIntegration.java | 6 +- .../servers/WidgetServerSettingsOverview.java | 16 +- .../servers/WidgetServerSettingsRoles.java | 8 +- .../servers/WidgetServerSettingsSecurity.java | 16 +- .../WidgetServerSettingsVanityUrl.java | 4 +- ...tServerSettingsAuditLog$onViewBound$1.java | 4 +- ...etServerSettingsAuditLogFilterAdapter.java | 6 +- ...verSettingsCommunityOverviewViewModel.java | 16 +- ...erverSettingsEnableCommunityViewModel.java | 16 +- ...tingsGuildRoleSubscriptionTierAdapter.java | 20 +- ...lder$TierItemViewHolder$configureUI$1.java | 10 +- .../TierViewHolder.java | 14 +- ...sGuildRoleSubscriptionEditTierAdapter.java | 13 +- ...iptionEditTierViewModel$publishTier$1.java | 2 +- ...iptionEditTierViewModel$publishTier$2.java | 2 +- ...tionEditTierViewModel$submitChanges$1.java | 2 +- ...tionEditTierViewModel$submitChanges$2.java | 2 +- ...uildRoleSubscriptionEditTierViewModel.java | 79 +- ...oleSubscriptionEditTier$onViewBound$1.java | 24 +- ...oleSubscriptionEditTier$onViewBound$2.java | 29 +- ...oleSubscriptionEditTier$onViewBound$3.java | 43 - ...ditTier$setupAdapterIfUninitialized$1.java | 19 + ...ditTier$setupAdapterIfUninitialized$2.java | 30 + ...SettingsGuildRoleSubscriptionEditTier.java | 50 +- .../WidgetMemberVerificationViewModel.java | 16 +- .../WidgetPremiumGuildSubscription.java | 21 +- .../ServerSettingsRoleMemberAdapterItem.java | 89 + ...SettingsRoleMembersAdapter$setItems$1.java | 30 + .../ServerSettingsRoleMembersAdapter.java | 75 + ...gsRoleMembersViewHolder$configureUI$1.java | 19 + .../ServerSettingsRoleMembersViewHolder.java | 27 + ...erveGuildRoleMembers$1$guildMembers$1.java | 28 + ...l$Companion$observeGuildRoleMembers$1.java | 49 + ...ewModel$Companion$observeStoreState$1.java | 35 + ...mbersViewModel$removeRoleFromMember$1.java | 30 + ...mbersViewModel$removeRoleFromMember$2.java | 31 + .../ServerSettingsRoleMembersViewModel.java | 530 + ...s$appViewModels$$inlined$viewModels$1.java | 25 + ...etServerSettingsRoleMembers$binding$2.java | 38 + ...rverSettingsRoleMembers$configureUI$1.java | 73 + ...etServerSettingsRoleMembers$guildId$2.java | 28 + ...rverSettingsRoleMembers$guildRoleId$2.java | 27 + ...rverSettingsRoleMembers$onViewBound$1.java | 29 + ...gsRoleMembers$onViewBoundOrOnResume$1.java | 31 + ...gsRoleMembers$onViewBoundOrOnResume$2.java | 30 + ...ServerSettingsRoleMembers$viewModel$2.java | 22 + .../WidgetServerSettingsRoleMembers.java | 154 + .../WidgetSettings$configureToolbar$1.java | 4 +- .../widgets/settings/WidgetSettings.java | 12 +- ...etSettingsAccessibility$configureUI$2.java | 4 +- .../settings/WidgetSettingsAccessibility.java | 10 +- .../settings/WidgetSettingsAppearance.java | 2 +- .../WidgetSettingsAuthorizedApps.java | 4 +- .../settings/WidgetSettingsBehavior.java | 2 +- .../settings/WidgetSettingsLanguage.java | 2 +- .../WidgetSettingsLanguageSelect.java | 2 +- .../widgets/settings/WidgetSettingsMedia.java | 4 +- ...Notifications$onViewBoundOrOnResume$1.java | 2 +- .../settings/WidgetSettingsNotifications.java | 2 +- .../WidgetSettingsNotificationsOs.java | 2 +- ...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 | 52 +- .../widgets/settings/WidgetSettingsVoice.java | 26 +- .../WidgetSettingsAccount$onViewBound$1.java | 2 +- .../account/WidgetSettingsAccount.java | 20 +- .../WidgetSettingsAccountBackupCodes.java | 2 +- ...gsAccountChangePassword$onViewBound$2.java | 2 +- .../WidgetSettingsAccountChangePassword.java | 12 +- ...WidgetSettingsAccountContactsNameEdit.java | 2 +- .../WidgetSettingsAccountEmailEdit.java | 4 +- ...countUsernameEdit$validationManager$2.java | 2 +- .../WidgetSettingsAccountUsernameEdit.java | 12 +- .../account/WidgetSettingsBlockedUsers.java | 2 +- .../WidgetSettingsBlockedUsersAdapter.java | 2 +- .../account/mfa/WidgetEnableMFAKey.java | 6 +- .../WidgetSettingsUserConnections.java | 14 +- .../WidgetSettingsUserConnectionsAdd.java | 2 +- .../developer/WidgetSettingsDeveloper.java | 2 +- .../premium/SettingsGiftingViewModel.java | 16 +- .../premium/WidgetSettingsGifting.java | 8 +- ...gureButtons$$inlined$forEach$lambda$2.java | 4 +- .../premium/WidgetSettingsPremium.java | 30 +- ...idgetSettingsPremiumGuildSubscription.java | 6 +- .../profile/WidgetEditProfileBannerSheet.java | 8 +- .../profile/WidgetSettingsUserProfile.java | 6 +- .../stage/StageChannelNotifications.java | 8 +- ...$1$$special$$inlined$doOnNextLayout$1.java | 2 +- ...l$tryConnectToVoice$job$1$connected$1.java | 2 +- ...idgetStageSettings$configureStageUI$5.java | 2 +- .../stage/settings/WidgetStageSettings.java | 6 +- .../WidgetStageSettingsViewModel.java | 2 +- ...WidgetStageAudienceBlockedBottomSheet.java | 2 +- .../WidgetStageAudienceNoticeBottomSheet.java | 2 +- .../WidgetStageModeratorJoinBottomSheet.java | 2 +- .../WidgetStagePublicNoticeBottomSheet.java | 2 +- .../WidgetStageRaisedHandsBottomSheet.java | 2 +- .../WidgetStageStartEventBottomSheet.java | 6 +- ...geViewModel$Companion$observeStores$1.java | 2 +- .../StartStageServerSelectionAdapter.java | 4 +- .../start/WidgetModeratorStartStage.java | 8 +- .../WidgetStartStageServerSelection.java | 2 +- .../widgets/status/WidgetThreadStatus.java | 18 +- .../widgets/stickers/WidgetStickerSheet.java | 4 +- .../stickers/WidgetUnknownStickerSheet.java | 2 +- .../discord/widgets/tabs/WidgetTabsHost.java | 4 +- .../tos/WidgetTosAccept$configureUI$1.java | 2 +- .../discord/widgets/tos/WidgetTosAccept.java | 4 +- ...andleLoaded$$inlined$forEach$lambda$2.java | 2 +- .../widgets/tos/WidgetTosReportViolation.java | 2 +- .../WidgetTosReportViolationReasonView.java | 2 +- ...ns$WidgetUserMentionFilter$onResume$3.java | 2 +- .../widgets/user/WidgetUserMentions.java | 8 +- .../widgets/user/WidgetUserMutualFriends.java | 2 +- .../widgets/user/WidgetUserMutualGuilds.java | 2 +- ...serPasswordVerify$validationManager$2.java | 2 +- .../user/WidgetUserPasswordVerify.java | 6 +- .../user/WidgetUserSetCustomStatus.java | 2 +- .../widgets/user/WidgetUserStatusSheet.java | 8 +- .../user/WidgetUserStatusSheetViewModel.java | 2 +- .../user/account/WidgetUserAccountVerify.java | 2 +- .../WidgetUserEmailUpdate$onViewBound$3.java | 2 +- .../user/email/WidgetUserEmailUpdate.java | 4 +- .../user/email/WidgetUserEmailVerify.java | 18 +- .../user/phone/WidgetUserPhoneManage.java | 8 +- .../user/phone/WidgetUserPhoneVerify.java | 2 +- .../profile/UserProfileHeaderViewModel.java | 16 +- .../profile/UserStatusPresenceCustomView.java | 16 +- .../search/WidgetGlobalSearchGuildsModel.java | 16 +- .../WidgetUserSheet$onViewCreated$14.java | 2 +- .../WidgetUserSheet$onViewCreated$15.java | 4 +- .../user/usersheet/WidgetUserSheet.java | 38 +- .../usersheet/WidgetUserSheetViewModel.java | 16 +- .../WidgetUserSheetViewModelStoreState.java | 16 +- .../voice/call/WidgetVoiceCallIncoming.java | 2 +- .../voice/call/WidgetVoiceCallInline.java | 8 +- .../controls/AnchoredVoiceControlsView.java | 2 +- .../controls/WidgetScreenShareNfxSheet.java | 2 +- ...igureEventPrompt$onCreateEventClick$1.java | 8 +- .../WidgetCallFullscreen$configureMenu$1.java | 8 +- .../fullscreen/WidgetCallFullscreen.java | 2 +- .../WidgetCallFullscreenViewModel.java | 2 +- .../fullscreen/WidgetStartCallSheet.java | 2 +- .../grid/VideoCallGridViewHolder.java | 2 +- .../fullscreen/stage/AudienceViewHolder.java | 2 +- .../fullscreen/stage/DetailsViewHolder.java | 2 +- .../stage/PrestartDetailsViewHolder.java | 2 +- .../model/CallModel$Companion$get$1.java | 2 +- ...getVoiceChannelSettings$configureUI$6.java | 2 +- .../settings/WidgetVoiceChannelSettings.java | 8 +- ...Adapter$ViewHolderEvent$onConfigure$1.java | 2 +- ...Adapter$ViewHolderEvent$onConfigure$2.java | 15 +- .../voice/sheet/CallParticipantsAdapter.java | 3 +- .../WidgetNoiseCancellationBottomSheet.java | 4 +- .../WidgetVoiceBottomSheet$binding$2.java | 8 +- .../voice/sheet/WidgetVoiceBottomSheet.java | 46 +- .../WidgetVoiceBottomSheetViewModel.java | 2 +- .../sheet/WidgetVoiceSettingsBottomSheet.java | 50 +- .../esotericsoftware/kryo/Registration.java | 8 +- .../facebook/cache/disk/DiskCacheConfig.java | 8 +- .../common/references/CloseableReference.java | 2 +- .../common/references/SharedReference.java | 10 +- .../controller/AbstractDraweeController.java | 18 +- .../AbstractDraweeControllerBuilder.java | 4 +- .../drawable/ScalingUtils$ScaleType.java | 2 +- .../generic/GenericDraweeHierarchy.java | 16 +- .../drawee/span/DraweeSpanStringBuilder.java | 10 +- .../facebook/drawee/view/DraweeHolder.java | 10 +- .../factory/AnimatedFactoryV2Impl.java | 6 +- .../cache/MemoryCacheParams.java | 4 +- .../imagepipeline/memory/BasePool.java | 16 +- .../nativecode/NativeJpegTranscoder.java | 6 +- .../NativeJpegTranscoderFactory.java | 6 +- .../platform/GingerbreadPurgeableDecoder.java | 8 +- .../platform/KitKatPurgeableDecoder.java | 8 +- .../producers/LocalExifThumbnailProducer.java | 10 +- .../imagepipeline/request/ImageRequest.java | 22 +- .../request/ImageRequestBuilder.java | 2 +- .../samples/zoomable/ZoomableDraweeView.java | 8 +- .../java/com/facebook/soloader/SoLoader.java | 24 +- .../PersistentCookieJar.java | 8 +- .../mmin18/widget/RealtimeBlurView.java | 46 +- .../com/google/android/exoplayer2/Format.java | 88 +- .../exoplayer2/audio/AudioProcessor.java | 6 +- .../exoplayer2/audio/DefaultAudioSink.java | 164 +- .../exoplayer2/drm/DefaultDrmSession.java | 30 +- .../drm/DefaultDrmSessionManager.java | 18 +- .../mediacodec/MediaCodecRenderer.java | 210 +- .../exoplayer2/mediacodec/MediaCodecUtil.java | 18 +- .../metadata/scte35/SpliceInsertCommand.java | 16 +- .../scte35/SpliceScheduleCommand.java | 8 +- .../trackselection/DefaultTrackSelector.java | 86 +- .../TrackSelectionParameters.java | 4 +- .../android/exoplayer2/ui/DefaultTimeBar.java | 46 +- .../exoplayer2/ui/PlayerControlView.java | 176 +- .../android/exoplayer2/ui/PlayerView.java | 42 +- .../exoplayer2/ui/TrackSelectionView.java | 14 +- .../android/exoplayer2/upstream/Loader.java | 8 +- .../upstream/cache/CacheDataSink.java | 8 +- .../google/android/flexbox/FlexboxLayout.java | 110 +- .../android/flexbox/FlexboxLayoutManager.java | 134 +- .../ads/identifier/AdvertisingIdClient.java | 16 +- .../gms/auth/api/credentials/Credential.java | 4 +- .../auth/api/signin/GoogleSignInAccount.java | 6 +- .../auth/api/signin/GoogleSignInOptions.java | 32 +- .../gms/common/GoogleApiAvailability.java | 4 +- .../gms/common/api/GoogleApiActivity.java | 2 +- .../api/internal/BasePendingResult.java | 6 +- .../common/internal/GetServiceRequest.java | 8 +- .../android/gms/dynamite/DynamiteModule.java | 14 +- .../gms/internal/measurement/zzhi.java | 4 +- .../gms/measurement/AppMeasurement.java | 32 +- .../android/gms/measurement/internal/zzn.java | 32 +- .../android/gms/measurement/internal/zzz.java | 8 +- .../gms/nearby/messages/SubscribeOptions.java | 2 +- .../messages/internal/SubscribeRequest.java | 22 +- .../gms/nearby/messages/internal/zzbz.java | 6 +- .../android/material/appbar/AppBarLayout.java | 6 +- .../behavior/SwipeDismissBehavior.java | 2 +- .../material/bottomappbar/BottomAppBar.java | 6 +- .../BottomNavigationPresenter.java | 6 +- .../button/MaterialButtonToggleGroup.java | 12 +- .../datepicker/MonthsPagerAdapter.java | 6 +- .../ExtendedFloatingActionButton.java | 6 +- .../internal/NavigationMenuPresenter.java | 20 +- .../android/material/internal/ViewUtils.java | 6 +- .../material/shape/MaterialShapeDrawable.java | 24 +- .../shape/ShapeAppearancePathProvider.java | 10 +- .../android/material/shape/ShapePath.java | 30 +- .../android/material/tabs/TabLayout.java | 10 +- .../material/tabs/TabLayoutMediator.java | 10 +- .../material/timepicker/ClockFaceView.java | 4 +- .../material/timepicker/ClockHandView.java | 36 +- .../FabTransformationBehavior.java | 12 +- .../material/transition/FadeProvider.java | 6 +- .../transition/FadeThroughProvider.java | 6 +- .../MaterialContainerTransform.java | 64 +- .../material/transition/ScaleProvider.java | 6 +- .../transition/platform/FadeProvider.java | 6 +- .../platform/FadeThroughProvider.java | 6 +- .../platform/MaterialContainerTransform.java | 64 +- .../transition/platform/ScaleProvider.java | 6 +- .../firebase/iid/FirebaseInstanceId.java | 4 +- .../firebase/messaging/FirebaseMessaging.java | 12 +- app/src/main/java/com/google/gson/Gson.java | 32 +- .../com/google/gson/internal/Excluder.java | 6 +- .../gson/internal/bind/ArrayTypeAdapter.java | 8 +- .../internal/bind/MapTypeAdapterFactory.java | 6 +- .../bind/ReflectiveTypeAdapterFactory.java | 6 +- .../gson/internal/bind/TreeTypeAdapter.java | 8 +- .../bind/TypeAdapterRuntimeTypeWrapper.java | 8 +- .../gson/internal/bind/TypeAdapters.java | 20 +- .../com/google/gson/stream/JsonReader.java | 62 +- .../com/google/gson/stream/JsonWriter.java | 6 +- .../main/java/com/google/zxing/Result.java | 6 +- .../java/com/hcaptcha/sdk/HCaptchaConfig.java | 6 +- .../android/colorpicker/ColorPanelView.java | 20 +- .../colorpicker/ColorPickerDialog.java | 84 +- .../android/colorpicker/ColorPickerView.java | 78 +- .../colorpicker/ColorPreferenceCompat.java | 6 +- .../java/com/linecorp/apng/decoder/Apng.java | 10 +- .../adapters/AttachmentPreviewAdapter.java | 2 +- .../flexinput/adapters/FileListAdapter.java | 30 +- .../flexinput/fragment/CameraFragment.java | 2 +- .../flexinput/fragment/FilesFragment.java | 2 +- .../flexinput/fragment/FlexInputFragment.java | 20 +- .../flexinput/fragment/MediaFragment.java | 10 +- .../lytefast/flexinput/model/Attachment.java | 12 +- .../flexinput/utils/SelectionAggregator.java | 2 +- .../flexinput/utils/SelectionCoordinator.java | 8 +- .../flexinput/viewmodel/FlexInputState.java | 12 +- .../otaliastudios/cameraview/CameraView.java | 212 +- .../com/yalantis/ucrop/UCropActivity.java | 40 +- .../com/yalantis/ucrop/view/OverlayView.java | 26 +- .../com/yalantis/ucrop/view/UCropView.java | 18 +- .../widget/HorizontalProgressWheelView.java | 6 +- app/src/main/java/d0/c0/b.java | 6 +- app/src/main/java/d0/c0/c.java | 98 +- app/src/main/java/d0/c0/e.java | 67 +- app/src/main/java/d0/d0/a.java | 2 +- app/src/main/java/d0/e0/i.java | 14 +- app/src/main/java/d0/e0/p/d/d.java | 8 +- app/src/main/java/d0/e0/p/d/e.java | 6 +- app/src/main/java/d0/e0/p/d/f.java | 6 +- app/src/main/java/d0/e0/p/d/f0.java | 2 +- app/src/main/java/d0/e0/p/d/h.java | 20 +- app/src/main/java/d0/e0/p/d/i.java | 4 +- app/src/main/java/d0/e0/p/d/j.java | 26 +- app/src/main/java/d0/e0/p/d/j0.java | 6 +- app/src/main/java/d0/e0/p/d/l0/a.java | 16 +- app/src/main/java/d0/e0/p/d/l0/b.java | 12 +- app/src/main/java/d0/e0/p/d/l0/e.java | 24 +- app/src/main/java/d0/e0/p/d/l0/g.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/a.java | 14 +- 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 | 22 +- 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/a.java | 2 +- app/src/main/java/d0/e0/p/d/m0/b/p/b.java | 28 +- app/src/main/java/d0/e0/p/d/m0/b/p/c.java | 14 +- 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 | 10 +- app/src/main/java/d0/e0/p/d/m0/b/q/c.java | 26 +- 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/l.java | 2 +- app/src/main/java/d0/e0/p/d/m0/b/q/p.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/d0.java | 12 +- 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/g.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/g1/j.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/h1/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/i1/a.java | 12 +- app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java | 10 +- app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java | 32 +- app/src/main/java/d0/e0/p/d/m0/c/i1/e.java | 2 +- app/src/main/java/d0/e0/p/d/m0/c/i1/f.java | 16 +- app/src/main/java/d0/e0/p/d/m0/c/i1/g0.java | 2 +- 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 | 6 +- 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 | 6 +- 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 | 72 +- 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/z.java | 12 +- 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 | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java | 6 +- 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/a.java | 14 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java | 14 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/c.java | 4 +- 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 | 6 +- 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 | 6 +- 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/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/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/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 | 66 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java | 20 +- 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/b.java | 2 +- app/src/main/java/d0/e0/p/d/m0/e/a/h0/c.java | 2 +- app/src/main/java/d0/e0/p/d/m0/e/a/h0/f.java | 8 +- app/src/main/java/d0/e0/p/d/m0/e/a/h0/g.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/a.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 | 12 +- .../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 | 62 +- .../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 | 20 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/k.java | 40 +- .../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 | 8 +- .../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 | 14 +- .../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/k0/a.java | 2 +- 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/j.java | 178 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java | 26 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java | 18 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java | 12 +- app/src/main/java/d0/e0/p/d/m0/e/a/s.java | 10 +- app/src/main/java/d0/e0/p/d/m0/e/a/u.java | 16 +- 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 | 24 +- app/src/main/java/d0/e0/p/d/m0/e/b/b.java | 22 +- app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java | 48 +- app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java | 36 +- app/src/main/java/d0/e0/p/d/m0/e/b/b0/c.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/b/b0/d.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/b/b0/e.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/b/b0/f.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/b/c.java | 34 +- app/src/main/java/d0/e0/p/d/m0/e/b/e.java | 2 +- app/src/main/java/d0/e0/p/d/m0/e/b/f.java | 10 +- app/src/main/java/d0/e0/p/d/m0/e/b/j.java | 6 +- 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/n.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 | 102 +- app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java | 10 +- app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java | 10 +- app/src/main/java/d0/e0/p/d/m0/f/a0/b/h.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/b.java | 170 +- app/src/main/java/d0/e0/p/d/m0/f/c.java | 58 +- app/src/main/java/d0/e0/p/d/m0/f/d.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/e.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/f.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/g.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/h.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/i.java | 22 +- app/src/main/java/d0/e0/p/d/m0/f/l.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/m.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/n.java | 26 +- app/src/main/java/d0/e0/p/d/m0/f/o.java | 26 +- app/src/main/java/d0/e0/p/d/m0/f/p.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/q.java | 58 +- app/src/main/java/d0/e0/p/d/m0/f/r.java | 8 +- app/src/main/java/d0/e0/p/d/m0/f/s.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/t.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/u.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/v.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/w.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/y/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/y/b.java | 10 +- app/src/main/java/d0/e0/p/d/m0/f/z/a.java | 26 +- app/src/main/java/d0/e0/p/d/m0/f/z/b.java | 160 +- app/src/main/java/d0/e0/p/d/m0/f/z/d.java | 2 +- app/src/main/java/d0/e0/p/d/m0/f/z/h.java | 18 +- 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 | 14 +- 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/g.java | 4 +- app/src/main/java/d0/e0/p/d/m0/i/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/i/b.java | 2 +- 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/t.java | 4 +- app/src/main/java/d0/e0/p/d/m0/j/b.java | 4 +- app/src/main/java/d0/e0/p/d/m0/j/c.java | 18 +- app/src/main/java/d0/e0/p/d/m0/j/d.java | 14 +- 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 | 32 +- 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/i.java | 8 +- 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/b.java | 12 +- 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 | 6 +- 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/j.java | 10 +- 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 | 10 +- app/src/main/java/d0/e0/p/d/m0/k/v/r.java | 12 +- 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/w/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/x/a.java | 8 +- app/src/main/java/d0/e0/p/d/m0/k/y/d.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/a.java | 12 +- app/src/main/java/d0/e0/p/d/m0/l/b/a.java | 12 +- 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 | 8 +- app/src/main/java/d0/e0/p/d/m0/l/b/d.java | 2 +- app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/l/b/e.java | 22 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java | 76 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java | 82 +- 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/k.java | 2 +- 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 | 12 +- 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/i.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/j.java | 14 +- app/src/main/java/d0/e0/p/d/m0/l/b/l.java | 6 +- 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 | 10 +- app/src/main/java/d0/e0/p/d/m0/l/b/u.java | 22 +- 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 | 14 +- app/src/main/java/d0/e0/p/d/m0/l/b/z.java | 6 +- 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 | 42 +- 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 | 4 +- app/src/main/java/d0/e0/p/d/m0/n/e.java | 6 +- 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 | 16 +- app/src/main/java/d0/e0/p/d/m0/n/g.java | 30 +- 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/l1/a.java | 12 +- app/src/main/java/d0/e0/p/d/m0/n/l1/c.java | 2 +- app/src/main/java/d0/e0/p/d/m0/n/l1/j.java | 12 +- 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/n.java | 2 +- app/src/main/java/d0/e0/p/d/m0/n/l1/v.java | 6 +- app/src/main/java/d0/e0/p/d/m0/n/m1/a.java | 8 +- app/src/main/java/d0/e0/p/d/m0/n/o1/a.java | 8 +- 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/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 | 2 +- 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 | 14 +- app/src/main/java/d0/e0/p/d/m0/n/z.java | 10 +- app/src/main/java/d0/e0/p/d/m0/o/c.java | 6 +- app/src/main/java/d0/e0/p/d/m0/o/d.java | 10 +- 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 | 14 +- app/src/main/java/d0/e0/p/d/m0/p/b.java | 4 +- app/src/main/java/d0/e0/p/d/m0/p/d.java | 8 +- app/src/main/java/d0/e0/p/d/m0/p/e.java | 6 +- app/src/main/java/d0/e0/p/d/n.java | 6 +- app/src/main/java/d0/e0/p/d/n0/a.java | 8 +- 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 | 10 +- app/src/main/java/d0/e0/p/d/v.java | 2 +- app/src/main/java/d0/e0/p/d/w.java | 2 +- app/src/main/java/d0/e0/p/d/x.java | 8 +- app/src/main/java/d0/f.java | 2 +- app/src/main/java/d0/f0/g.java | 6 +- app/src/main/java/d0/f0/h.java | 6 +- app/src/main/java/d0/f0/k.java | 6 + app/src/main/java/d0/f0/r.java | 10 +- app/src/main/java/d0/g0/b.java | 4 +- app/src/main/java/d0/g0/c.java | 6 +- app/src/main/java/d0/g0/d.java | 6 +- app/src/main/java/d0/g0/g.java | 14 +- app/src/main/java/d0/t/a.java | 6 +- app/src/main/java/d0/t/c.java | 8 +- app/src/main/java/d0/t/h.java | 10 + app/src/main/java/d0/t/q0/c.java | 48 +- app/src/main/java/d0/u/a.java | 6 +- app/src/main/java/d0/v/a.java | 6 +- app/src/main/java/d0/w/c.java | 12 +- app/src/main/java/d0/w/h/b.java | 6 +- app/src/main/java/d0/w/i/a/f.java | 2 +- app/src/main/java/d0/w/i/a/h.java | 8 +- app/src/main/java/d0/x/a.java | 4 +- app/src/main/java/d0/y/d.java | 34 +- app/src/main/java/d0/z/d/m.java | 4 + app/src/main/java/defpackage/a.java | 4 +- app/src/main/java/defpackage/e.java | 4 +- app/src/main/java/defpackage/h.java | 6 +- 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 | 8 +- app/src/main/java/f0/c0.java | 10 +- app/src/main/java/f0/d.java | 6 +- app/src/main/java/f0/e0/c.java | 4 +- app/src/main/java/f0/e0/d/b.java | 6 +- app/src/main/java/f0/e0/e/a.java | 32 +- app/src/main/java/f0/e0/f/a.java | 6 +- app/src/main/java/f0/e0/f/c.java | 30 +- app/src/main/java/f0/e0/f/d.java | 22 +- app/src/main/java/f0/e0/g/a.java | 8 +- app/src/main/java/f0/e0/g/b.java | 10 +- app/src/main/java/f0/e0/g/c.java | 34 +- app/src/main/java/f0/e0/g/d.java | 18 +- app/src/main/java/f0/e0/g/e.java | 82 +- app/src/main/java/f0/e0/g/j.java | 70 +- app/src/main/java/f0/e0/g/k.java | 4 +- app/src/main/java/f0/e0/g/m.java | 2 +- app/src/main/java/f0/e0/h/b.java | 24 +- app/src/main/java/f0/e0/h/c.java | 4 +- app/src/main/java/f0/e0/h/e.java | 4 +- app/src/main/java/f0/e0/h/g.java | 16 +- 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 | 6 +- app/src/main/java/f0/e0/i/b.java | 20 +- app/src/main/java/f0/e0/j/a.java | 6 +- app/src/main/java/f0/e0/j/b.java | 4 +- app/src/main/java/f0/e0/j/c.java | 66 +- app/src/main/java/f0/e0/j/d.java | 16 +- app/src/main/java/f0/e0/j/e.java | 36 +- app/src/main/java/f0/e0/j/l.java | 32 +- app/src/main/java/f0/e0/j/m.java | 12 +- app/src/main/java/f0/e0/j/n.java | 16 +- app/src/main/java/f0/e0/j/o.java | 4 +- 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 | 14 +- app/src/main/java/f0/e0/k/e.java | 10 +- app/src/main/java/f0/e0/k/h.java | 6 +- 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 | 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/n/d.java | 54 +- app/src/main/java/f0/e0/n/e.java | 2 +- app/src/main/java/f0/e0/n/f.java | 12 +- app/src/main/java/f0/e0/n/h.java | 16 +- app/src/main/java/f0/e0/n/i.java | 10 +- app/src/main/java/f0/f0/a.java | 26 +- app/src/main/java/f0/g.java | 20 +- app/src/main/java/f0/j.java | 8 +- app/src/main/java/f0/m.java | 18 +- app/src/main/java/f0/n.java | 6 +- app/src/main/java/f0/q.java | 18 +- app/src/main/java/f0/u.java | 10 +- app/src/main/java/f0/v.java | 12 +- app/src/main/java/f0/w.java | 28 +- app/src/main/java/f0/x.java | 76 +- app/src/main/java/g0/b.java | 6 +- app/src/main/java/g0/c.java | 2 +- app/src/main/java/g0/e.java | 178 +- app/src/main/java/g0/h.java | 12 +- app/src/main/java/g0/l.java | 4 +- app/src/main/java/g0/m.java | 10 +- app/src/main/java/g0/n.java | 6 +- app/src/main/java/g0/p.java | 4 +- app/src/main/java/g0/s.java | 14 +- app/src/main/java/g0/t.java | 14 +- app/src/main/java/g0/y.java | 8 +- 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 | 10 +- app/src/main/java/h0/a/a/d.java | 60 +- app/src/main/java/h0/a/a/f.java | 148 +- 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 | 10 +- app/src/main/java/h0/a/a/o.java | 8 +- app/src/main/java/h0/a/a/p.java | 6 +- app/src/main/java/h0/a/a/r.java | 98 +- 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 | 12 +- app/src/main/java/h0/a/a/w.java | 6 +- 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/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/c.java | 6 +- app/src/main/java/i0/d0/a/a.java | 6 +- 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/g.java | 6 +- app/src/main/java/i0/j.java | 6 +- app/src/main/java/i0/p.java | 8 +- app/src/main/java/i0/t.java | 60 +- app/src/main/java/i0/u.java | 10 +- app/src/main/java/i0/v.java | 14 +- 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 | 68 +- app/src/main/java/j0/a.java | 4 +- app/src/main/java/j0/f.java | 14 +- app/src/main/java/j0/h.java | 2 +- app/src/main/java/j0/j/b/b.java | 6 +- app/src/main/java/j0/k/a.java | 4 +- app/src/main/java/j0/l/a/a.java | 4 +- app/src/main/java/j0/l/a/a1.java | 2 +- app/src/main/java/j0/l/a/j1.java | 16 +- app/src/main/java/j0/l/a/l0.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/r2.java | 14 +- 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/x1.java | 14 +- app/src/main/java/j0/l/a/y1.java | 12 +- app/src/main/java/j0/l/b/a.java | 4 +- app/src/main/java/j0/l/c/a.java | 62 +- app/src/main/java/j0/l/c/b.java | 38 +- app/src/main/java/j0/l/c/c.java | 8 +- 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/c/m.java | 6 +- app/src/main/java/j0/l/e/e.java | 6 +- app/src/main/java/j0/l/e/f.java | 8 +- app/src/main/java/j0/l/e/n/t.java | 8 +- app/src/main/java/j0/n/a.java | 4 +- app/src/main/java/j0/o/l.java | 2 +- app/src/main/java/j0/o/o.java | 10 +- app/src/main/java/j0/p/a.java | 6 +- app/src/main/java/j0/q/a.java | 36 +- app/src/main/java/j0/q/c.java | 12 +- app/src/main/java/j0/r/a.java | 4 +- app/src/main/java/kotlin/Metadata.java | 2 +- .../java/kotlin/collections/ArrayDeque.java | 29 + .../kotlin/coroutines/CoroutineContext.java | 8 +- .../impl/protobuf/CodedOutputStream.java | 30 +- app/src/main/java/okhttp3/MediaType.java | 2 +- app/src/main/java/okhttp3/MultipartBody.java | 16 +- app/src/main/java/okhttp3/Request.java | 20 +- app/src/main/java/okhttp3/RequestBody.java | 10 +- app/src/main/java/okhttp3/Response.java | 18 +- .../publicsuffix/PublicSuffixDatabase.java | 4 +- app/src/main/java/org/webrtc/DataChannel.java | 4 +- app/src/main/java/org/webrtc/RTCStats.java | 8 +- .../main/java/org/webrtc/RtpParameters.java | 6 +- app/src/main/java/org/webrtc/StatsReport.java | 6 +- .../java/org/webrtc/TextureBufferImpl.java | 8 +- app/src/main/java/retrofit2/Response.java | 4 +- app/src/main/java/rx/Observable.java | 4 +- app/src/main/java/s/a/a/a.java | 20 +- app/src/main/java/s/a/a/b.java | 2 +- 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/n.java | 2 +- app/src/main/java/s/a/a/x.java | 4 +- app/src/main/java/s/a/a0.java | 2 +- app/src/main/java/s/a/a2/a.java | 12 +- app/src/main/java/s/a/a2/e/a.java | 6 +- app/src/main/java/s/a/b2/a.java | 54 +- app/src/main/java/s/a/b2/c.java | 2 +- 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/g1.java | 12 +- app/src/main/java/s/a/h1.java | 2 +- app/src/main/java/s/a/k.java | 4 +- app/src/main/java/s/a/m.java | 2 +- app/src/main/java/s/a/p0.java | 8 +- app/src/main/java/s/a/q0.java | 6 +- app/src/main/java/s/a/u.java | 14 +- app/src/main/java/s/a/y1/a.java | 6 +- app/src/main/java/s/a/z1/a.java | 10 +- app/src/main/java/s/a/z1/b.java | 2 +- app/src/main/java/s/a/z1/c.java | 2 +- app/src/main/java/s/a/z1/g.java | 8 +- app/src/main/java/x/a/a/a.java | 52 +- app/src/main/java/x/a/a/b.java | 30 +- app/src/main/java/x/a/a/c.java | 16 +- app/src/main/java/x/a/a/d/a.java | 22 +- app/src/main/java/x/a/a/d/b.java | 12 +- app/src/main/java/x/a/b/a/a.java | 39 +- app/src/main/java/x/a/b/b/a/a.java | 4 +- app/src/main/java/x/a/b/b/a/b.java | 8 +- app/src/main/java/x/a/b/b/a/c.java | 2 +- app/src/main/java/x/a/b/c/a.java | 10 +- app/src/main/java/y/b/a/a/a.java | 14 + app/src/main/java/y/b/b/a.java | 19 + app/src/main/java/y/b/b/b.java | 16 + app/src/main/java/y/b/b/c.java | 21 + app/src/main/java/y/b/b/d.java | 16 + app/src/main/java/y/{b => c}/a.java | 2 +- app/src/main/java/z/a.java | 6 +- app/src/main/java/z/b.java | 10 +- app/src/main/java/z/d.java | 6 +- app/src/main/java/z/g.java | 4 +- ...ild_scheduled_event_list_item_floating.xml | 6 + ...ild_scheduled_event_list_item_primary.xml} | 2 +- ...ld_scheduled_event_list_item_secondary.xml | 6 + ...ild_scheduled_event_bottom_button_view.xml | 8 + .../guild_scheduled_event_item_view.xml | 4 +- .../res/layout-v22/widget_call_fullscreen.xml | 2 +- ..._guild_scheduled_event_location_select.xml | 2 +- .../widget_server_settings_role_members.xml | 10 + ...ild_scheduled_event_bottom_button_view.xml | 12 +- .../guild_scheduled_event_item_view.xml | 4 +- .../res/layout/widget_call_fullscreen.xml | 2 +- ...idget_channels_list_item_channel_voice.xml | 5 +- ..._guild_scheduled_event_location_select.xml | 2 +- .../widget_server_settings_role_members.xml | 10 + .../res/layout/widget_voice_bottom_sheet.xml | 2 +- app/src/main/res/values-ar-rXB/strings.xml | 11 +- app/src/main/res/values-bg/plurals.xml | 4 + app/src/main/res/values-bg/strings.xml | 17 +- app/src/main/res/values-cs/plurals.xml | 4 + app/src/main/res/values-cs/strings.xml | 19 +- app/src/main/res/values-da/plurals.xml | 4 + app/src/main/res/values-da/strings.xml | 19 +- app/src/main/res/values-de/plurals.xml | 4 + app/src/main/res/values-de/strings.xml | 19 +- app/src/main/res/values-el/plurals.xml | 4 + app/src/main/res/values-el/strings.xml | 19 +- app/src/main/res/values-en-rXA/strings.xml | 11 +- app/src/main/res/values-es-rES/plurals.xml | 4 + app/src/main/res/values-es-rES/strings.xml | 19 +- app/src/main/res/values-fi/plurals.xml | 4 + app/src/main/res/values-fi/strings.xml | 19 +- app/src/main/res/values-fr/plurals.xml | 4 + app/src/main/res/values-fr/strings.xml | 19 +- app/src/main/res/values-hi/plurals.xml | 4 + app/src/main/res/values-hi/strings.xml | 19 +- app/src/main/res/values-hr/plurals.xml | 5 + app/src/main/res/values-hr/strings.xml | 19 +- app/src/main/res/values-hu/plurals.xml | 4 + app/src/main/res/values-hu/strings.xml | 23 +- app/src/main/res/values-it/plurals.xml | 4 + app/src/main/res/values-it/strings.xml | 19 +- app/src/main/res/values-ja/plurals.xml | 4 + app/src/main/res/values-ja/strings.xml | 19 +- app/src/main/res/values-ko/plurals.xml | 4 + app/src/main/res/values-ko/strings.xml | 19 +- app/src/main/res/values-lt/plurals.xml | 4 + app/src/main/res/values-lt/strings.xml | 19 +- app/src/main/res/values-nl/plurals.xml | 4 + app/src/main/res/values-nl/strings.xml | 19 +- app/src/main/res/values-no/plurals.xml | 4 + app/src/main/res/values-no/strings.xml | 19 +- app/src/main/res/values-pl/plurals.xml | 4 + app/src/main/res/values-pl/strings.xml | 19 +- app/src/main/res/values-pt-rBR/plurals.xml | 4 + app/src/main/res/values-pt-rBR/strings.xml | 19 +- app/src/main/res/values-ro/plurals.xml | 4 + app/src/main/res/values-ro/strings.xml | 19 +- app/src/main/res/values-ru/plurals.xml | 4 + app/src/main/res/values-ru/strings.xml | 19 +- app/src/main/res/values-sv-rSE/plurals.xml | 4 + app/src/main/res/values-sv-rSE/strings.xml | 19 +- app/src/main/res/values-th/plurals.xml | 4 + app/src/main/res/values-th/strings.xml | 19 +- app/src/main/res/values-tr/plurals.xml | 4 + app/src/main/res/values-tr/strings.xml | 19 +- app/src/main/res/values-uk/plurals.xml | 5 + app/src/main/res/values-uk/strings.xml | 19 +- app/src/main/res/values-vi/plurals.xml | 4 + app/src/main/res/values-vi/strings.xml | 19 +- app/src/main/res/values-zh-rCN/plurals.xml | 4 + app/src/main/res/values-zh-rCN/strings.xml | 16 +- app/src/main/res/values-zh-rTW/plurals.xml | 4 + app/src/main/res/values-zh-rTW/strings.xml | 19 +- app/src/main/res/values/attrs.xml | 8 + app/src/main/res/values/public.xml | 23994 ++++++++-------- app/src/main/res/values/strings.xml | 13 +- 1577 files changed, 33863 insertions(+), 22645 deletions(-) create mode 100644 app/src/main/java/androidx/annotation/OptIn.java create mode 100644 app/src/main/java/androidx/annotation/RequiresOptIn.java rename app/src/main/java/androidx/core/animation/{AnimatorKt$doOnCancel$$inlined$addListener$1.java => AnimatorKt$doOnCancel$$inlined$addListener$default$1.java} (65%) rename app/src/main/java/androidx/core/animation/{AnimatorKt$doOnEnd$$inlined$addListener$1.java => AnimatorKt$doOnEnd$$inlined$addListener$default$1.java} (65%) rename app/src/main/java/androidx/core/animation/{AnimatorKt$doOnPause$$inlined$addPauseListener$1.java => AnimatorKt$doOnPause$$inlined$addPauseListener$default$1.java} (70%) rename app/src/main/java/androidx/core/animation/{AnimatorKt$doOnRepeat$$inlined$addListener$1.java => AnimatorKt$doOnRepeat$$inlined$addListener$default$1.java} (65%) rename app/src/main/java/androidx/core/animation/{AnimatorKt$doOnResume$$inlined$addPauseListener$1.java => AnimatorKt$doOnResume$$inlined$addPauseListener$default$1.java} (70%) rename app/src/main/java/androidx/core/animation/{AnimatorKt$doOnStart$$inlined$addListener$1.java => AnimatorKt$doOnStart$$inlined$addListener$default$1.java} (65%) create mode 100644 app/src/main/java/androidx/core/app/NotificationChannelCompat.java create mode 100644 app/src/main/java/androidx/core/app/NotificationChannelGroupCompat.java create mode 100644 app/src/main/java/androidx/core/content/LocusIdCompat.java create mode 100644 app/src/main/java/androidx/core/content/pm/ShortcutInfoChangeListener.java create mode 100644 app/src/main/java/androidx/core/location/GnssStatusCompat.java create mode 100644 app/src/main/java/androidx/core/location/GnssStatusWrapper.java create mode 100644 app/src/main/java/androidx/core/location/GpsStatusWrapper.java create mode 100644 app/src/main/java/androidx/core/location/LocationCompat.java create mode 100644 app/src/main/java/androidx/core/net/MailTo.java create mode 100644 app/src/main/java/androidx/core/net/ParseException.java create mode 100644 app/src/main/java/androidx/core/os/ExecutorCompat.java create mode 100644 app/src/main/java/androidx/core/os/ProcessCompat.java create mode 100644 app/src/main/java/androidx/core/os/UserHandleCompat.java create mode 100644 app/src/main/java/androidx/core/provider/CallbackWithHandler.java create mode 100644 app/src/main/java/androidx/core/provider/CalleeHandler.java create mode 100644 app/src/main/java/androidx/core/provider/FontProvider.java create mode 100644 app/src/main/java/androidx/core/provider/FontRequestWorker.java create mode 100644 app/src/main/java/androidx/core/provider/RequestExecutor.java create mode 100644 app/src/main/java/androidx/core/telephony/SubscriptionManagerCompat.java create mode 100644 app/src/main/java/androidx/core/telephony/TelephonyManagerCompat.java rename app/src/main/java/androidx/core/transition/{TransitionKt$doOnCancel$$inlined$addListener$1.java => TransitionKt$doOnCancel$$inlined$addListener$default$1.java} (70%) rename app/src/main/java/androidx/core/transition/{TransitionKt$doOnEnd$$inlined$addListener$1.java => TransitionKt$doOnEnd$$inlined$addListener$default$1.java} (65%) rename app/src/main/java/androidx/core/transition/{TransitionKt$doOnPause$$inlined$addListener$1.java => TransitionKt$doOnPause$$inlined$addListener$default$1.java} (65%) rename app/src/main/java/androidx/core/transition/{TransitionKt$doOnResume$$inlined$addListener$1.java => TransitionKt$doOnResume$$inlined$addListener$default$1.java} (70%) rename app/src/main/java/androidx/core/transition/{TransitionKt$doOnStart$$inlined$addListener$1.java => TransitionKt$doOnStart$$inlined$addListener$default$1.java} (65%) create mode 100644 app/src/main/java/androidx/core/view/ContentInfoCompat.java create mode 100644 app/src/main/java/androidx/core/view/OnReceiveContentListener.java create mode 100644 app/src/main/java/androidx/core/view/OnReceiveContentViewBehavior.java create mode 100644 app/src/main/java/androidx/core/view/ViewGroupKt$descendants$1.java create mode 100644 app/src/main/java/androidx/core/view/ViewKt$allViews$1.java create mode 100644 app/src/main/java/androidx/core/view/ViewKt$ancestors$1.java create mode 100644 app/src/main/java/androidx/core/view/WindowInsetsAnimationCompat.java create mode 100644 app/src/main/java/androidx/core/view/WindowInsetsAnimationControlListenerCompat.java create mode 100644 app/src/main/java/androidx/core/view/WindowInsetsAnimationControllerCompat.java create mode 100644 app/src/main/java/androidx/core/view/WindowInsetsControllerCompat.java create mode 100644 app/src/main/java/androidx/core/widget/CheckedTextViewCompat.java rename app/src/main/java/androidx/core/widget/{TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1.java => TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1.java} (89%) rename app/src/main/java/androidx/core/widget/{TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1.java => TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1.java} (90%) rename app/src/main/java/androidx/core/widget/{TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$1.java => TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1.java} (90%) create mode 100644 app/src/main/java/androidx/core/widget/TextViewOnReceiveContentListener.java create mode 100644 app/src/main/java/androidx/core/widget/TintableCheckedTextView.java delete mode 100644 app/src/main/java/c/a/d/m0/b.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackPinLimitReached.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackPinLimitReachedReceiver.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackReactionLimitReached.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackReactionLimitReachedReceiver.java create mode 100644 app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java create mode 100644 app/src/main/java/com/discord/stores/StoreGuilds$Actions$requestRoleMembers$1.java create mode 100644 app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$1.java create mode 100644 app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2.java create mode 100644 app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$3.java create mode 100644 app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper.java rename app/src/main/java/com/discord/widgets/channels/list/{WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$5.java => WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$4.java} (91%) create mode 100644 app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/FreeFormEventsFeatureFlag$Companion$INSTANCE$2.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/FreeFormEventsFeatureFlag.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInternal$5.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4.java delete mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventsSharingFeatureFlag$Companion$INSTANCE$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventsSharingFeatureFlag.java delete mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/NonStageEventsFeatureFlag$Companion$INSTANCE$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/NonStageEventsFeatureFlag.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$3.java delete mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$4.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$5.java delete mode 100644 app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3.java create mode 100644 app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$2.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMemberAdapterItem.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersAdapter$setItems$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersAdapter.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewHolder$configureUI$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewHolder.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1$guildMembers$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeStoreState$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$removeRoleFromMember$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$removeRoleFromMember$2.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$appViewModels$$inlined$viewModels$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$binding$2.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$configureUI$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$guildId$2.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$guildRoleId$2.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBound$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$2.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$viewModel$2.java create mode 100644 app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers.java create mode 100644 app/src/main/java/y/b/a/a/a.java create mode 100644 app/src/main/java/y/b/b/a.java create mode 100644 app/src/main/java/y/b/b/b.java create mode 100644 app/src/main/java/y/b/b/c.java create mode 100644 app/src/main/java/y/b/b/d.java rename app/src/main/java/y/{b => c}/a.java (98%) create mode 100644 app/src/main/res/drawable/bg_guild_scheduled_event_list_item_floating.xml rename app/src/main/res/drawable/{bg_guild_scheduled_event_list_item.xml => bg_guild_scheduled_event_list_item_primary.xml} (73%) create mode 100644 app/src/main/res/drawable/bg_guild_scheduled_event_list_item_secondary.xml create mode 100644 app/src/main/res/layout-v22/guild_scheduled_event_bottom_button_view.xml create mode 100644 app/src/main/res/layout-v22/widget_server_settings_role_members.xml create mode 100644 app/src/main/res/layout/widget_server_settings_role_members.xml diff --git a/app/build.gradle b/app/build.gradle index 2556a03ec4..022ca527a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,9 +9,9 @@ android { defaultConfig { applicationId 'com.discord' minSdkVersion 21 - targetSdkVersion 29 - versionCode 93200 - versionName "93.0 - Alpha" + targetSdkVersion 30 + versionCode 93201 + versionName "93.1 - Alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8afe3eab30..83ea14f4ec 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ - - + + diff --git a/app/src/main/java/android/support/v4/os/ResultReceiver.java b/app/src/main/java/android/support/v4/os/ResultReceiver.java index de83825b6c..9f52c3c60c 100644 --- a/app/src/main/java/android/support/v4/os/ResultReceiver.java +++ b/app/src/main/java/android/support/v4/os/ResultReceiver.java @@ -30,7 +30,7 @@ public class ResultReceiver implements Parcelable { } } - public class b extends a.AbstractBinderC0359a { + public class b extends a.AbstractBinderC0360a { public b() { } @@ -44,12 +44,12 @@ public class ResultReceiver implements Parcelable { public ResultReceiver(Parcel parcel) { x.a.b.c.a aVar; IBinder readStrongBinder = parcel.readStrongBinder(); - int i = a.AbstractBinderC0359a.a; + int i = a.AbstractBinderC0360a.a; if (readStrongBinder == null) { aVar = null; } else { IInterface queryLocalInterface = readStrongBinder.queryLocalInterface("android.support.v4.os.IResultReceiver"); - aVar = (queryLocalInterface == null || !(queryLocalInterface instanceof x.a.b.c.a)) ? new a.AbstractBinderC0359a.C0360a(readStrongBinder) : (x.a.b.c.a) queryLocalInterface; + aVar = (queryLocalInterface == null || !(queryLocalInterface instanceof x.a.b.c.a)) ? new a.AbstractBinderC0360a.C0361a(readStrongBinder) : (x.a.b.c.a) queryLocalInterface; } this.i = aVar; } diff --git a/app/src/main/java/androidx/annotation/OptIn.java b/app/src/main/java/androidx/annotation/OptIn.java new file mode 100644 index 0000000000..8fe368d263 --- /dev/null +++ b/app/src/main/java/androidx/annotation/OptIn.java @@ -0,0 +1,13 @@ +package androidx.annotation; + +import java.lang.annotation.Annotation; +import java.lang.annotation.ElementType; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; +/* compiled from: OptIn.kt */ +@Target({ElementType.TYPE, ElementType.METHOD, ElementType.PARAMETER, ElementType.CONSTRUCTOR, ElementType.LOCAL_VARIABLE}) +@Retention(RetentionPolicy.CLASS) +public @interface OptIn { + Class[] markerClass(); +} diff --git a/app/src/main/java/androidx/annotation/RequiresOptIn.java b/app/src/main/java/androidx/annotation/RequiresOptIn.java new file mode 100644 index 0000000000..127cf51d11 --- /dev/null +++ b/app/src/main/java/androidx/annotation/RequiresOptIn.java @@ -0,0 +1,19 @@ +package androidx.annotation; + +import java.lang.annotation.ElementType; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; +/* compiled from: RequiresOptIn.kt */ +@Target({ElementType.ANNOTATION_TYPE}) +@Retention(RetentionPolicy.CLASS) +public @interface RequiresOptIn { + + /* compiled from: RequiresOptIn.kt */ + public enum Level { + WARNING, + ERROR + } + + Level level() default Level.ERROR; +} diff --git a/app/src/main/java/androidx/annotation/experimental/Experimental.java b/app/src/main/java/androidx/annotation/experimental/Experimental.java index 2b36108ca0..daa9aa5b17 100644 --- a/app/src/main/java/androidx/annotation/experimental/Experimental.java +++ b/app/src/main/java/androidx/annotation/experimental/Experimental.java @@ -4,10 +4,12 @@ import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; +/* compiled from: Experimental.kt */ @Target({ElementType.ANNOTATION_TYPE}) @Retention(RetentionPolicy.CLASS) public @interface Experimental { + /* compiled from: Experimental.kt */ public enum Level { WARNING, ERROR diff --git a/app/src/main/java/androidx/annotation/experimental/UseExperimental.java b/app/src/main/java/androidx/annotation/experimental/UseExperimental.java index 32a2842a4f..7b2598a8c4 100644 --- a/app/src/main/java/androidx/annotation/experimental/UseExperimental.java +++ b/app/src/main/java/androidx/annotation/experimental/UseExperimental.java @@ -1,11 +1,13 @@ package androidx.annotation.experimental; +import java.lang.annotation.Annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; -@Target({ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.PACKAGE}) +/* compiled from: UseExperimental.kt */ +@Target({ElementType.TYPE, ElementType.METHOD, ElementType.PARAMETER, ElementType.CONSTRUCTOR, ElementType.LOCAL_VARIABLE}) @Retention(RetentionPolicy.CLASS) public @interface UseExperimental { - Class markerClass(); + Class[] markerClass(); } diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java index 3cd9b2b743..faabe3a41d 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java @@ -48,7 +48,7 @@ public class CustomTabsClient { } /* renamed from: androidx.browser.customtabs.CustomTabsClient$2 reason: invalid class name */ - public class AnonymousClass2 extends a.AbstractBinderC0348a { + public class AnonymousClass2 extends a.AbstractBinderC0349a { private Handler mHandler = new Handler(Looper.getMainLooper()); public final /* synthetic */ CustomTabsCallback val$callback; @@ -219,7 +219,7 @@ public class CustomTabsClient { } } - private a.AbstractBinderC0348a createCallbackWrapper(@Nullable CustomTabsCallback customTabsCallback) { + private a.AbstractBinderC0349a createCallbackWrapper(@Nullable CustomTabsCallback customTabsCallback) { return new AnonymousClass2(customTabsCallback); } @@ -270,7 +270,7 @@ public class CustomTabsClient { @Nullable private CustomTabsSession newSessionInternal(@Nullable CustomTabsCallback customTabsCallback, @Nullable PendingIntent pendingIntent) { boolean z2; - a.AbstractBinderC0348a createCallbackWrapper = createCallbackWrapper(customTabsCallback); + a.AbstractBinderC0349a createCallbackWrapper = createCallbackWrapper(customTabsCallback); if (pendingIntent != null) { try { Bundle bundle = new Bundle(); diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java index dee473129d..f0ed138a07 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java @@ -83,8 +83,8 @@ public class CustomTabsSessionToken { } } - public static class MockCallback extends a.AbstractBinderC0348a { - @Override // x.a.a.a.AbstractBinderC0348a, android.os.IInterface + public static class MockCallback extends a.AbstractBinderC0349a { + @Override // x.a.a.a.AbstractBinderC0349a, android.os.IInterface public IBinder asBinder() { return this; } @@ -150,7 +150,7 @@ public class CustomTabsSessionToken { return null; } if (binder != null) { - aVar = a.AbstractBinderC0348a.asInterface(binder); + aVar = a.AbstractBinderC0349a.asInterface(binder); } return new CustomTabsSessionToken(aVar, pendingIntent); } diff --git a/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java b/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java index db485a0556..83a7a31ac3 100644 --- a/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java +++ b/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java @@ -26,7 +26,7 @@ public abstract class PostMessageServiceConnection implements PostMessageBackend public PostMessageServiceConnection(@NonNull CustomTabsSessionToken customTabsSessionToken) { IBinder callbackBinder = customTabsSessionToken.getCallbackBinder(); if (callbackBinder != null) { - this.mSessionBinder = a.AbstractBinderC0348a.asInterface(callbackBinder); + this.mSessionBinder = a.AbstractBinderC0349a.asInterface(callbackBinder); return; } throw new IllegalArgumentException("Provided session must have binder."); diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java index 4e54d9d674..f445a752f1 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java @@ -15,7 +15,7 @@ public class TrustedWebActivityCallbackRemote { @Nullable public static TrustedWebActivityCallbackRemote fromBinder(@Nullable IBinder iBinder) { - a asInterface = iBinder == null ? null : a.AbstractBinderC0352a.asInterface(iBinder); + a asInterface = iBinder == null ? null : a.AbstractBinderC0353a.asInterface(iBinder); if (asInterface == null) { return null; } diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java index 46f45daeef..89468adaeb 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java @@ -23,7 +23,7 @@ public final class TrustedWebActivityServiceConnection { private final b mService; /* renamed from: androidx.browser.trusted.TrustedWebActivityServiceConnection$1 reason: invalid class name */ - public class AnonymousClass1 extends a.AbstractBinderC0352a { + public class AnonymousClass1 extends a.AbstractBinderC0353a { public final /* synthetic */ TrustedWebActivityCallback val$callback; public AnonymousClass1(TrustedWebActivityCallback trustedWebActivityCallback) { diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$1.java index 66e09e5f0e..5e2e13ed53 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$1.java @@ -22,6 +22,6 @@ public final class AnimatorKt$addListener$1 extends o implements Function1 $onCancel; + public final /* synthetic */ Function1 $onEnd; + public final /* synthetic */ Function1 $onRepeat; + public final /* synthetic */ Function1 $onStart; - public AnimatorKt$addListener$listener$1(Function1 function1, Function1 function12, Function1 function13, Function1 function14) { + /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX WARN: Multi-variable type inference failed */ + public AnimatorKt$addListener$listener$1(Function1 function1, Function1 function12, Function1 function13, Function1 function14) { this.$onRepeat = function1; this.$onEnd = function12; this.$onCancel = function13; @@ -19,25 +25,25 @@ public final class AnimatorKt$addListener$listener$1 implements Animator.Animato @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onCancel.invoke(animator); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onEnd.invoke(animator); } @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onRepeat.invoke(animator); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onStart.invoke(animator); } } diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$1.java index 24276f37fc..dbf3f2335a 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$1.java @@ -22,6 +22,6 @@ public final class AnimatorKt$addPauseListener$1 extends o implements Function1< } public final void invoke(Animator animator) { - m.checkParameterIsNotNull(animator, "it"); + m.checkNotNullParameter(animator, "it"); } } diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$2.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$2.java index 7f4bc49bf7..8f22e323f8 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$2.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$2.java @@ -22,6 +22,6 @@ public final class AnimatorKt$addPauseListener$2 extends o implements Function1< } public final void invoke(Animator animator) { - m.checkParameterIsNotNull(animator, "it"); + m.checkNotNullParameter(animator, "it"); } } diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$listener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$listener$1.java index b006135db4..a35ebda7e3 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$listener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$listener$1.java @@ -2,26 +2,30 @@ package androidx.core.animation; import android.animation.Animator; import d0.z.d.m; +import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ public final class AnimatorKt$addPauseListener$listener$1 implements Animator.AnimatorPauseListener { - public final /* synthetic */ Function1 $onPause; - public final /* synthetic */ Function1 $onResume; + public final /* synthetic */ Function1 $onPause; + public final /* synthetic */ Function1 $onResume; - public AnimatorKt$addPauseListener$listener$1(Function1 function1, Function1 function12) { + /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX WARN: Multi-variable type inference failed */ + public AnimatorKt$addPauseListener$listener$1(Function1 function1, Function1 function12) { this.$onPause = function1; this.$onResume = function12; } @Override // android.animation.Animator.AnimatorPauseListener public void onAnimationPause(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onPause.invoke(animator); } @Override // android.animation.Animator.AnimatorPauseListener public void onAnimationResume(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onResume.invoke(animator); } } diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnCancel$$inlined$addListener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnCancel$$inlined$addListener$default$1.java similarity index 65% rename from app/src/main/java/androidx/core/animation/AnimatorKt$doOnCancel$$inlined$addListener$1.java rename to app/src/main/java/androidx/core/animation/AnimatorKt$doOnCancel$$inlined$addListener$default$1.java index 0aacfff145..416bc76ccf 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnCancel$$inlined$addListener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnCancel$$inlined$addListener$default$1.java @@ -4,31 +4,31 @@ import android.animation.Animator; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ -public final class AnimatorKt$doOnCancel$$inlined$addListener$1 implements Animator.AnimatorListener { +public final class AnimatorKt$doOnCancel$$inlined$addListener$default$1 implements Animator.AnimatorListener { public final /* synthetic */ Function1 $onCancel; - public AnimatorKt$doOnCancel$$inlined$addListener$1(Function1 function1) { + public AnimatorKt$doOnCancel$$inlined$addListener$default$1(Function1 function1) { this.$onCancel = function1; } @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onCancel.invoke(animator); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } } diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnEnd$$inlined$addListener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnEnd$$inlined$addListener$default$1.java similarity index 65% rename from app/src/main/java/androidx/core/animation/AnimatorKt$doOnEnd$$inlined$addListener$1.java rename to app/src/main/java/androidx/core/animation/AnimatorKt$doOnEnd$$inlined$addListener$default$1.java index 5ec38b6e0f..e211c2d855 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnEnd$$inlined$addListener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnEnd$$inlined$addListener$default$1.java @@ -4,31 +4,31 @@ import android.animation.Animator; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ -public final class AnimatorKt$doOnEnd$$inlined$addListener$1 implements Animator.AnimatorListener { +public final class AnimatorKt$doOnEnd$$inlined$addListener$default$1 implements Animator.AnimatorListener { public final /* synthetic */ Function1 $onEnd; - public AnimatorKt$doOnEnd$$inlined$addListener$1(Function1 function1) { + public AnimatorKt$doOnEnd$$inlined$addListener$default$1(Function1 function1) { this.$onEnd = function1; } @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onEnd.invoke(animator); } @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } } diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnPause$$inlined$addPauseListener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnPause$$inlined$addPauseListener$default$1.java similarity index 70% rename from app/src/main/java/androidx/core/animation/AnimatorKt$doOnPause$$inlined$addPauseListener$1.java rename to app/src/main/java/androidx/core/animation/AnimatorKt$doOnPause$$inlined$addPauseListener$default$1.java index b4ebd0243e..9cfe67ea3b 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnPause$$inlined$addPauseListener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnPause$$inlined$addPauseListener$default$1.java @@ -4,21 +4,21 @@ import android.animation.Animator; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ -public final class AnimatorKt$doOnPause$$inlined$addPauseListener$1 implements Animator.AnimatorPauseListener { +public final class AnimatorKt$doOnPause$$inlined$addPauseListener$default$1 implements Animator.AnimatorPauseListener { public final /* synthetic */ Function1 $onPause; - public AnimatorKt$doOnPause$$inlined$addPauseListener$1(Function1 function1) { + public AnimatorKt$doOnPause$$inlined$addPauseListener$default$1(Function1 function1) { this.$onPause = function1; } @Override // android.animation.Animator.AnimatorPauseListener public void onAnimationPause(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onPause.invoke(animator); } @Override // android.animation.Animator.AnimatorPauseListener public void onAnimationResume(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } } diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnRepeat$$inlined$addListener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnRepeat$$inlined$addListener$default$1.java similarity index 65% rename from app/src/main/java/androidx/core/animation/AnimatorKt$doOnRepeat$$inlined$addListener$1.java rename to app/src/main/java/androidx/core/animation/AnimatorKt$doOnRepeat$$inlined$addListener$default$1.java index e6628b1c56..0e0eddaea1 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnRepeat$$inlined$addListener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnRepeat$$inlined$addListener$default$1.java @@ -4,31 +4,31 @@ import android.animation.Animator; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ -public final class AnimatorKt$doOnRepeat$$inlined$addListener$1 implements Animator.AnimatorListener { +public final class AnimatorKt$doOnRepeat$$inlined$addListener$default$1 implements Animator.AnimatorListener { public final /* synthetic */ Function1 $onRepeat; - public AnimatorKt$doOnRepeat$$inlined$addListener$1(Function1 function1) { + public AnimatorKt$doOnRepeat$$inlined$addListener$default$1(Function1 function1) { this.$onRepeat = function1; } @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onRepeat.invoke(animator); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } } diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnResume$$inlined$addPauseListener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnResume$$inlined$addPauseListener$default$1.java similarity index 70% rename from app/src/main/java/androidx/core/animation/AnimatorKt$doOnResume$$inlined$addPauseListener$1.java rename to app/src/main/java/androidx/core/animation/AnimatorKt$doOnResume$$inlined$addPauseListener$default$1.java index 24432eaa05..70e68a631e 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnResume$$inlined$addPauseListener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnResume$$inlined$addPauseListener$default$1.java @@ -4,21 +4,21 @@ import android.animation.Animator; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ -public final class AnimatorKt$doOnResume$$inlined$addPauseListener$1 implements Animator.AnimatorPauseListener { +public final class AnimatorKt$doOnResume$$inlined$addPauseListener$default$1 implements Animator.AnimatorPauseListener { public final /* synthetic */ Function1 $onResume; - public AnimatorKt$doOnResume$$inlined$addPauseListener$1(Function1 function1) { + public AnimatorKt$doOnResume$$inlined$addPauseListener$default$1(Function1 function1) { this.$onResume = function1; } @Override // android.animation.Animator.AnimatorPauseListener public void onAnimationPause(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorPauseListener public void onAnimationResume(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onResume.invoke(animator); } } diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnStart$$inlined$addListener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnStart$$inlined$addListener$default$1.java similarity index 65% rename from app/src/main/java/androidx/core/animation/AnimatorKt$doOnStart$$inlined$addListener$1.java rename to app/src/main/java/androidx/core/animation/AnimatorKt$doOnStart$$inlined$addListener$default$1.java index 1f5efaa9e3..2261eace7e 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnStart$$inlined$addListener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnStart$$inlined$addListener$default$1.java @@ -4,31 +4,31 @@ import android.animation.Animator; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ -public final class AnimatorKt$doOnStart$$inlined$addListener$1 implements Animator.AnimatorListener { +public final class AnimatorKt$doOnStart$$inlined$addListener$default$1 implements Animator.AnimatorListener { public final /* synthetic */ Function1 $onStart; - public AnimatorKt$doOnStart$$inlined$addListener$1(Function1 function1) { + public AnimatorKt$doOnStart$$inlined$addListener$default$1(Function1 function1) { this.$onStart = function1; } @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.$onStart.invoke(animator); } } diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt.java b/app/src/main/java/androidx/core/animation/AnimatorKt.java index 6136f74254..3074064e42 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt.java @@ -8,11 +8,11 @@ import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ public final class AnimatorKt { public static final Animator.AnimatorListener addListener(Animator animator, Function1 function1, Function1 function12, Function1 function13, Function1 function14) { - m.checkParameterIsNotNull(animator, "$this$addListener"); - m.checkParameterIsNotNull(function1, "onEnd"); - m.checkParameterIsNotNull(function12, "onStart"); - m.checkParameterIsNotNull(function13, "onCancel"); - m.checkParameterIsNotNull(function14, "onRepeat"); + m.checkNotNullParameter(animator, ""); + m.checkNotNullParameter(function1, "onEnd"); + m.checkNotNullParameter(function12, "onStart"); + m.checkNotNullParameter(function13, "onCancel"); + m.checkNotNullParameter(function14, "onRepeat"); AnimatorKt$addListener$listener$1 animatorKt$addListener$listener$1 = new AnimatorKt$addListener$listener$1(function14, function1, function13, function12); animator.addListener(animatorKt$addListener$listener$1); return animatorKt$addListener$listener$1; @@ -31,11 +31,11 @@ public final class AnimatorKt { if ((i & 8) != 0) { function14 = AnimatorKt$addListener$4.INSTANCE; } - m.checkParameterIsNotNull(animator, "$this$addListener"); - m.checkParameterIsNotNull(function1, "onEnd"); - m.checkParameterIsNotNull(function12, "onStart"); - m.checkParameterIsNotNull(function13, "onCancel"); - m.checkParameterIsNotNull(function14, "onRepeat"); + m.checkNotNullParameter(animator, ""); + m.checkNotNullParameter(function1, "onEnd"); + m.checkNotNullParameter(function12, "onStart"); + m.checkNotNullParameter(function13, "onCancel"); + m.checkNotNullParameter(function14, "onRepeat"); AnimatorKt$addListener$listener$1 animatorKt$addListener$listener$1 = new AnimatorKt$addListener$listener$1(function14, function1, function13, function12); animator.addListener(animatorKt$addListener$listener$1); return animatorKt$addListener$listener$1; @@ -43,9 +43,9 @@ public final class AnimatorKt { @RequiresApi(19) public static final Animator.AnimatorPauseListener addPauseListener(Animator animator, Function1 function1, Function1 function12) { - m.checkParameterIsNotNull(animator, "$this$addPauseListener"); - m.checkParameterIsNotNull(function1, "onResume"); - m.checkParameterIsNotNull(function12, "onPause"); + m.checkNotNullParameter(animator, ""); + m.checkNotNullParameter(function1, "onResume"); + m.checkNotNullParameter(function12, "onPause"); AnimatorKt$addPauseListener$listener$1 animatorKt$addPauseListener$listener$1 = new AnimatorKt$addPauseListener$listener$1(function12, function1); animator.addPauseListener(animatorKt$addPauseListener$listener$1); return animatorKt$addPauseListener$listener$1; @@ -58,61 +58,61 @@ public final class AnimatorKt { if ((i & 2) != 0) { function12 = AnimatorKt$addPauseListener$2.INSTANCE; } - m.checkParameterIsNotNull(animator, "$this$addPauseListener"); - m.checkParameterIsNotNull(function1, "onResume"); - m.checkParameterIsNotNull(function12, "onPause"); + m.checkNotNullParameter(animator, ""); + m.checkNotNullParameter(function1, "onResume"); + m.checkNotNullParameter(function12, "onPause"); AnimatorKt$addPauseListener$listener$1 animatorKt$addPauseListener$listener$1 = new AnimatorKt$addPauseListener$listener$1(function12, function1); animator.addPauseListener(animatorKt$addPauseListener$listener$1); return animatorKt$addPauseListener$listener$1; } public static final Animator.AnimatorListener doOnCancel(Animator animator, Function1 function1) { - m.checkParameterIsNotNull(animator, "$this$doOnCancel"); - m.checkParameterIsNotNull(function1, "action"); - AnimatorKt$doOnCancel$$inlined$addListener$1 animatorKt$doOnCancel$$inlined$addListener$1 = new AnimatorKt$doOnCancel$$inlined$addListener$1(function1); - animator.addListener(animatorKt$doOnCancel$$inlined$addListener$1); - return animatorKt$doOnCancel$$inlined$addListener$1; + m.checkNotNullParameter(animator, ""); + m.checkNotNullParameter(function1, "action"); + AnimatorKt$doOnCancel$$inlined$addListener$default$1 animatorKt$doOnCancel$$inlined$addListener$default$1 = new AnimatorKt$doOnCancel$$inlined$addListener$default$1(function1); + animator.addListener(animatorKt$doOnCancel$$inlined$addListener$default$1); + return animatorKt$doOnCancel$$inlined$addListener$default$1; } public static final Animator.AnimatorListener doOnEnd(Animator animator, Function1 function1) { - m.checkParameterIsNotNull(animator, "$this$doOnEnd"); - m.checkParameterIsNotNull(function1, "action"); - AnimatorKt$doOnEnd$$inlined$addListener$1 animatorKt$doOnEnd$$inlined$addListener$1 = new AnimatorKt$doOnEnd$$inlined$addListener$1(function1); - animator.addListener(animatorKt$doOnEnd$$inlined$addListener$1); - return animatorKt$doOnEnd$$inlined$addListener$1; + m.checkNotNullParameter(animator, ""); + m.checkNotNullParameter(function1, "action"); + AnimatorKt$doOnEnd$$inlined$addListener$default$1 animatorKt$doOnEnd$$inlined$addListener$default$1 = new AnimatorKt$doOnEnd$$inlined$addListener$default$1(function1); + animator.addListener(animatorKt$doOnEnd$$inlined$addListener$default$1); + return animatorKt$doOnEnd$$inlined$addListener$default$1; } @RequiresApi(19) public static final Animator.AnimatorPauseListener doOnPause(Animator animator, Function1 function1) { - m.checkParameterIsNotNull(animator, "$this$doOnPause"); - m.checkParameterIsNotNull(function1, "action"); - AnimatorKt$doOnPause$$inlined$addPauseListener$1 animatorKt$doOnPause$$inlined$addPauseListener$1 = new AnimatorKt$doOnPause$$inlined$addPauseListener$1(function1); - animator.addPauseListener(animatorKt$doOnPause$$inlined$addPauseListener$1); - return animatorKt$doOnPause$$inlined$addPauseListener$1; + m.checkNotNullParameter(animator, ""); + m.checkNotNullParameter(function1, "action"); + AnimatorKt$doOnPause$$inlined$addPauseListener$default$1 animatorKt$doOnPause$$inlined$addPauseListener$default$1 = new AnimatorKt$doOnPause$$inlined$addPauseListener$default$1(function1); + animator.addPauseListener(animatorKt$doOnPause$$inlined$addPauseListener$default$1); + return animatorKt$doOnPause$$inlined$addPauseListener$default$1; } public static final Animator.AnimatorListener doOnRepeat(Animator animator, Function1 function1) { - m.checkParameterIsNotNull(animator, "$this$doOnRepeat"); - m.checkParameterIsNotNull(function1, "action"); - AnimatorKt$doOnRepeat$$inlined$addListener$1 animatorKt$doOnRepeat$$inlined$addListener$1 = new AnimatorKt$doOnRepeat$$inlined$addListener$1(function1); - animator.addListener(animatorKt$doOnRepeat$$inlined$addListener$1); - return animatorKt$doOnRepeat$$inlined$addListener$1; + m.checkNotNullParameter(animator, ""); + m.checkNotNullParameter(function1, "action"); + AnimatorKt$doOnRepeat$$inlined$addListener$default$1 animatorKt$doOnRepeat$$inlined$addListener$default$1 = new AnimatorKt$doOnRepeat$$inlined$addListener$default$1(function1); + animator.addListener(animatorKt$doOnRepeat$$inlined$addListener$default$1); + return animatorKt$doOnRepeat$$inlined$addListener$default$1; } @RequiresApi(19) public static final Animator.AnimatorPauseListener doOnResume(Animator animator, Function1 function1) { - m.checkParameterIsNotNull(animator, "$this$doOnResume"); - m.checkParameterIsNotNull(function1, "action"); - AnimatorKt$doOnResume$$inlined$addPauseListener$1 animatorKt$doOnResume$$inlined$addPauseListener$1 = new AnimatorKt$doOnResume$$inlined$addPauseListener$1(function1); - animator.addPauseListener(animatorKt$doOnResume$$inlined$addPauseListener$1); - return animatorKt$doOnResume$$inlined$addPauseListener$1; + m.checkNotNullParameter(animator, ""); + m.checkNotNullParameter(function1, "action"); + AnimatorKt$doOnResume$$inlined$addPauseListener$default$1 animatorKt$doOnResume$$inlined$addPauseListener$default$1 = new AnimatorKt$doOnResume$$inlined$addPauseListener$default$1(function1); + animator.addPauseListener(animatorKt$doOnResume$$inlined$addPauseListener$default$1); + return animatorKt$doOnResume$$inlined$addPauseListener$default$1; } public static final Animator.AnimatorListener doOnStart(Animator animator, Function1 function1) { - m.checkParameterIsNotNull(animator, "$this$doOnStart"); - m.checkParameterIsNotNull(function1, "action"); - AnimatorKt$doOnStart$$inlined$addListener$1 animatorKt$doOnStart$$inlined$addListener$1 = new AnimatorKt$doOnStart$$inlined$addListener$1(function1); - animator.addListener(animatorKt$doOnStart$$inlined$addListener$1); - return animatorKt$doOnStart$$inlined$addListener$1; + m.checkNotNullParameter(animator, ""); + m.checkNotNullParameter(function1, "action"); + AnimatorKt$doOnStart$$inlined$addListener$default$1 animatorKt$doOnStart$$inlined$addListener$default$1 = new AnimatorKt$doOnStart$$inlined$addListener$default$1(function1); + animator.addListener(animatorKt$doOnStart$$inlined$addListener$default$1); + return animatorKt$doOnStart$$inlined$addListener$default$1; } } diff --git a/app/src/main/java/androidx/core/app/ActivityCompat.java b/app/src/main/java/androidx/core/app/ActivityCompat.java index 166856896e..412b8c31a3 100644 --- a/app/src/main/java/androidx/core/app/ActivityCompat.java +++ b/app/src/main/java/androidx/core/app/ActivityCompat.java @@ -14,6 +14,7 @@ import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.os.Parcelable; +import android.text.TextUtils; import android.view.DragEvent; import android.view.View; import androidx.annotation.IdRes; @@ -24,7 +25,10 @@ import androidx.annotation.RequiresApi; import androidx.annotation.RestrictTo; import androidx.core.app.SharedElementCallback; import androidx.core.content.ContextCompat; +import androidx.core.content.LocusIdCompat; import androidx.core.view.DragAndDropPermissionsCompat; +import c.d.b.a.a; +import java.util.Arrays; import java.util.List; import java.util.Map; public class ActivityCompat extends ContextCompat { @@ -71,6 +75,16 @@ public class ActivityCompat extends ContextCompat { } } + @RequiresApi(30) + public static class Api30Impl { + private Api30Impl() { + } + + public static void setLocusContext(@NonNull Activity activity, @Nullable LocusIdCompat locusIdCompat, @Nullable Bundle bundle) { + activity.setLocusContext(locusIdCompat == null ? null : locusIdCompat.toLocusId(), bundle); + } + } + public interface OnRequestPermissionsResultCallback { void onRequestPermissionsResult(int i, @NonNull String[] strArr, @NonNull int[] iArr); } @@ -203,16 +217,20 @@ public class ActivityCompat extends ContextCompat { public static void requestPermissions(@NonNull Activity activity, @NonNull String[] strArr, @IntRange(from = 0) int i) { PermissionCompatDelegate permissionCompatDelegate = sDelegate; - if (permissionCompatDelegate != null && permissionCompatDelegate.requestPermissions(activity, strArr, i)) { - return; - } - if (Build.VERSION.SDK_INT >= 23) { - if (activity instanceof RequestPermissionsRequestCodeValidator) { - ((RequestPermissionsRequestCodeValidator) activity).validateRequestPermissionsRequestCode(i); + if (permissionCompatDelegate == null || !permissionCompatDelegate.requestPermissions(activity, strArr, i)) { + for (String str : strArr) { + if (TextUtils.isEmpty(str)) { + throw new IllegalArgumentException(a.H(a.P("Permission request for permissions "), Arrays.toString(strArr), " must not contain null or empty values")); + } + } + if (Build.VERSION.SDK_INT >= 23) { + if (activity instanceof RequestPermissionsRequestCodeValidator) { + ((RequestPermissionsRequestCodeValidator) activity).validateRequestPermissionsRequestCode(i); + } + activity.requestPermissions(strArr, i); + } else if (activity instanceof OnRequestPermissionsResultCallback) { + new Handler(Looper.getMainLooper()).post(new AnonymousClass1(strArr, activity, i)); } - activity.requestPermissions(strArr, i); - } else if (activity instanceof OnRequestPermissionsResultCallback) { - new Handler(Looper.getMainLooper()).post(new AnonymousClass1(strArr, activity, i)); } } @@ -236,6 +254,12 @@ public class ActivityCompat extends ContextCompat { activity.setExitSharedElementCallback(sharedElementCallback != null ? new SharedElementCallback21Impl(sharedElementCallback) : null); } + public static void setLocusContext(@NonNull Activity activity, @Nullable LocusIdCompat locusIdCompat, @Nullable Bundle bundle) { + if (Build.VERSION.SDK_INT >= 30) { + Api30Impl.setLocusContext(activity, locusIdCompat, bundle); + } + } + public static void setPermissionCompatDelegate(@Nullable PermissionCompatDelegate permissionCompatDelegate) { sDelegate = permissionCompatDelegate; } diff --git a/app/src/main/java/androidx/core/app/JobIntentService.java b/app/src/main/java/androidx/core/app/JobIntentService.java index fe323c2604..8e1300348f 100644 --- a/app/src/main/java/androidx/core/app/JobIntentService.java +++ b/app/src/main/java/androidx/core/app/JobIntentService.java @@ -20,6 +20,7 @@ import androidx.work.impl.background.systemalarm.CommandHandler; import c.d.b.a.a; import java.util.ArrayList; import java.util.HashMap; +@Deprecated public abstract class JobIntentService extends Service { public static final boolean DEBUG = false; public static final String TAG = "JobIntentService"; diff --git a/app/src/main/java/androidx/core/app/NotificationChannelCompat.java b/app/src/main/java/androidx/core/app/NotificationChannelCompat.java new file mode 100644 index 0000000000..74c2e477af --- /dev/null +++ b/app/src/main/java/androidx/core/app/NotificationChannelCompat.java @@ -0,0 +1,268 @@ +package androidx.core.app; + +import android.app.Notification; +import android.app.NotificationChannel; +import android.media.AudioAttributes; +import android.net.Uri; +import android.os.Build; +import android.provider.Settings; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.core.util.Preconditions; +public class NotificationChannelCompat { + public static final String DEFAULT_CHANNEL_ID = "miscellaneous"; + private static final int DEFAULT_LIGHT_COLOR = 0; + private static final boolean DEFAULT_SHOW_BADGE = true; + public AudioAttributes mAudioAttributes; + private boolean mBypassDnd; + private boolean mCanBubble; + public String mConversationId; + public String mDescription; + public String mGroupId; + @NonNull + public final String mId; + public int mImportance; + private boolean mImportantConversation; + public int mLightColor; + public boolean mLights; + private int mLockscreenVisibility; + public CharSequence mName; + public String mParentId; + public boolean mShowBadge; + public Uri mSound; + public boolean mVibrationEnabled; + public long[] mVibrationPattern; + + public static class Builder { + private final NotificationChannelCompat mChannel; + + public Builder(@NonNull String str, int i) { + this.mChannel = new NotificationChannelCompat(str, i); + } + + @NonNull + public NotificationChannelCompat build() { + return this.mChannel; + } + + @NonNull + public Builder setConversationId(@NonNull String str, @NonNull String str2) { + if (Build.VERSION.SDK_INT >= 30) { + NotificationChannelCompat notificationChannelCompat = this.mChannel; + notificationChannelCompat.mParentId = str; + notificationChannelCompat.mConversationId = str2; + } + return this; + } + + @NonNull + public Builder setDescription(@Nullable String str) { + this.mChannel.mDescription = str; + return this; + } + + @NonNull + public Builder setGroup(@Nullable String str) { + this.mChannel.mGroupId = str; + return this; + } + + @NonNull + public Builder setImportance(int i) { + this.mChannel.mImportance = i; + return this; + } + + @NonNull + public Builder setLightColor(int i) { + this.mChannel.mLightColor = i; + return this; + } + + @NonNull + public Builder setLightsEnabled(boolean z2) { + this.mChannel.mLights = z2; + return this; + } + + @NonNull + public Builder setName(@Nullable CharSequence charSequence) { + this.mChannel.mName = charSequence; + return this; + } + + @NonNull + public Builder setShowBadge(boolean z2) { + this.mChannel.mShowBadge = z2; + return this; + } + + @NonNull + public Builder setSound(@Nullable Uri uri, @Nullable AudioAttributes audioAttributes) { + NotificationChannelCompat notificationChannelCompat = this.mChannel; + notificationChannelCompat.mSound = uri; + notificationChannelCompat.mAudioAttributes = audioAttributes; + return this; + } + + @NonNull + public Builder setVibrationEnabled(boolean z2) { + this.mChannel.mVibrationEnabled = z2; + return this; + } + + @NonNull + public Builder setVibrationPattern(@Nullable long[] jArr) { + NotificationChannelCompat notificationChannelCompat = this.mChannel; + notificationChannelCompat.mVibrationEnabled = jArr != null && jArr.length > 0; + notificationChannelCompat.mVibrationPattern = jArr; + return this; + } + } + + @RequiresApi(26) + public NotificationChannelCompat(@NonNull NotificationChannel notificationChannel) { + this(notificationChannel.getId(), notificationChannel.getImportance()); + this.mName = notificationChannel.getName(); + this.mDescription = notificationChannel.getDescription(); + this.mGroupId = notificationChannel.getGroup(); + this.mShowBadge = notificationChannel.canShowBadge(); + this.mSound = notificationChannel.getSound(); + this.mAudioAttributes = notificationChannel.getAudioAttributes(); + this.mLights = notificationChannel.shouldShowLights(); + this.mLightColor = notificationChannel.getLightColor(); + this.mVibrationEnabled = notificationChannel.shouldVibrate(); + this.mVibrationPattern = notificationChannel.getVibrationPattern(); + int i = Build.VERSION.SDK_INT; + if (i >= 30) { + this.mParentId = notificationChannel.getParentChannelId(); + this.mConversationId = notificationChannel.getConversationId(); + } + this.mBypassDnd = notificationChannel.canBypassDnd(); + this.mLockscreenVisibility = notificationChannel.getLockscreenVisibility(); + if (i >= 29) { + this.mCanBubble = notificationChannel.canBubble(); + } + if (i >= 30) { + this.mImportantConversation = notificationChannel.isImportantConversation(); + } + } + + public NotificationChannelCompat(@NonNull String str, int i) { + this.mShowBadge = true; + this.mSound = Settings.System.DEFAULT_NOTIFICATION_URI; + this.mLightColor = 0; + this.mId = (String) Preconditions.checkNotNull(str); + this.mImportance = i; + this.mAudioAttributes = Notification.AUDIO_ATTRIBUTES_DEFAULT; + } + + public boolean canBubble() { + return this.mCanBubble; + } + + public boolean canBypassDnd() { + return this.mBypassDnd; + } + + public boolean canShowBadge() { + return this.mShowBadge; + } + + @Nullable + public AudioAttributes getAudioAttributes() { + return this.mAudioAttributes; + } + + @Nullable + public String getConversationId() { + return this.mConversationId; + } + + @Nullable + public String getDescription() { + return this.mDescription; + } + + @Nullable + public String getGroup() { + return this.mGroupId; + } + + @NonNull + public String getId() { + return this.mId; + } + + public int getImportance() { + return this.mImportance; + } + + public int getLightColor() { + return this.mLightColor; + } + + public int getLockscreenVisibility() { + return this.mLockscreenVisibility; + } + + @Nullable + public CharSequence getName() { + return this.mName; + } + + public NotificationChannel getNotificationChannel() { + String str; + String str2; + int i = Build.VERSION.SDK_INT; + if (i < 26) { + return null; + } + NotificationChannel notificationChannel = new NotificationChannel(this.mId, this.mName, this.mImportance); + notificationChannel.setDescription(this.mDescription); + notificationChannel.setGroup(this.mGroupId); + notificationChannel.setShowBadge(this.mShowBadge); + notificationChannel.setSound(this.mSound, this.mAudioAttributes); + notificationChannel.enableLights(this.mLights); + notificationChannel.setLightColor(this.mLightColor); + notificationChannel.setVibrationPattern(this.mVibrationPattern); + notificationChannel.enableVibration(this.mVibrationEnabled); + if (!(i < 30 || (str = this.mParentId) == null || (str2 = this.mConversationId) == null)) { + notificationChannel.setConversationId(str, str2); + } + return notificationChannel; + } + + @Nullable + public String getParentChannelId() { + return this.mParentId; + } + + @Nullable + public Uri getSound() { + return this.mSound; + } + + @Nullable + public long[] getVibrationPattern() { + return this.mVibrationPattern; + } + + public boolean isImportantConversation() { + return this.mImportantConversation; + } + + public boolean shouldShowLights() { + return this.mLights; + } + + public boolean shouldVibrate() { + return this.mVibrationEnabled; + } + + @NonNull + public Builder toBuilder() { + return new Builder(this.mId, this.mImportance).setName(this.mName).setDescription(this.mDescription).setGroup(this.mGroupId).setShowBadge(this.mShowBadge).setSound(this.mSound, this.mAudioAttributes).setLightsEnabled(this.mLights).setLightColor(this.mLightColor).setVibrationEnabled(this.mVibrationEnabled).setVibrationPattern(this.mVibrationPattern).setConversationId(this.mParentId, this.mConversationId); + } +} diff --git a/app/src/main/java/androidx/core/app/NotificationChannelGroupCompat.java b/app/src/main/java/androidx/core/app/NotificationChannelGroupCompat.java new file mode 100644 index 0000000000..f27d8a482d --- /dev/null +++ b/app/src/main/java/androidx/core/app/NotificationChannelGroupCompat.java @@ -0,0 +1,122 @@ +package androidx.core.app; + +import android.app.NotificationChannel; +import android.app.NotificationChannelGroup; +import android.os.Build; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.core.util.Preconditions; +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +public class NotificationChannelGroupCompat { + private boolean mBlocked; + private List mChannels; + public String mDescription; + public final String mId; + public CharSequence mName; + + public static class Builder { + public final NotificationChannelGroupCompat mGroup; + + public Builder(@NonNull String str) { + this.mGroup = new NotificationChannelGroupCompat(str); + } + + @NonNull + public NotificationChannelGroupCompat build() { + return this.mGroup; + } + + @NonNull + public Builder setDescription(@Nullable String str) { + this.mGroup.mDescription = str; + return this; + } + + @NonNull + public Builder setName(@Nullable CharSequence charSequence) { + this.mGroup.mName = charSequence; + return this; + } + } + + @RequiresApi(28) + public NotificationChannelGroupCompat(@NonNull NotificationChannelGroup notificationChannelGroup) { + this(notificationChannelGroup, Collections.emptyList()); + } + + @RequiresApi(26) + public NotificationChannelGroupCompat(@NonNull NotificationChannelGroup notificationChannelGroup, @NonNull List list) { + this(notificationChannelGroup.getId()); + this.mName = notificationChannelGroup.getName(); + int i = Build.VERSION.SDK_INT; + if (i >= 28) { + this.mDescription = notificationChannelGroup.getDescription(); + } + if (i >= 28) { + this.mBlocked = notificationChannelGroup.isBlocked(); + this.mChannels = getChannelsCompat(notificationChannelGroup.getChannels()); + return; + } + this.mChannels = getChannelsCompat(list); + } + + public NotificationChannelGroupCompat(@NonNull String str) { + this.mChannels = Collections.emptyList(); + this.mId = (String) Preconditions.checkNotNull(str); + } + + @RequiresApi(26) + private List getChannelsCompat(List list) { + ArrayList arrayList = new ArrayList(); + for (NotificationChannel notificationChannel : list) { + if (this.mId.equals(notificationChannel.getGroup())) { + arrayList.add(new NotificationChannelCompat(notificationChannel)); + } + } + return arrayList; + } + + @NonNull + public List getChannels() { + return this.mChannels; + } + + @Nullable + public String getDescription() { + return this.mDescription; + } + + @NonNull + public String getId() { + return this.mId; + } + + @Nullable + public CharSequence getName() { + return this.mName; + } + + public NotificationChannelGroup getNotificationChannelGroup() { + int i = Build.VERSION.SDK_INT; + if (i < 26) { + return null; + } + NotificationChannelGroup notificationChannelGroup = new NotificationChannelGroup(this.mId, this.mName); + if (i >= 28) { + notificationChannelGroup.setDescription(this.mDescription); + } + return notificationChannelGroup; + } + + public boolean isBlocked() { + return this.mBlocked; + } + + @NonNull + public Builder toBuilder() { + return new Builder(this.mId).setName(this.mName).setDescription(this.mDescription); + } +} diff --git a/app/src/main/java/androidx/core/app/NotificationCompat.java b/app/src/main/java/androidx/core/app/NotificationCompat.java index 3a9404501f..7a4686a18d 100644 --- a/app/src/main/java/androidx/core/app/NotificationCompat.java +++ b/app/src/main/java/androidx/core/app/NotificationCompat.java @@ -3,8 +3,10 @@ package androidx.core.app; import android.annotation.SuppressLint; import android.app.Notification; import android.app.PendingIntent; +import android.app.Person; import android.app.RemoteInput; import android.content.Context; +import android.content.LocusId; import android.content.res.ColorStateList; import android.content.res.Resources; import android.graphics.Bitmap; @@ -12,6 +14,7 @@ import android.graphics.Canvas; import android.graphics.PorterDuff; import android.graphics.PorterDuffColorFilter; import android.graphics.drawable.Drawable; +import android.graphics.drawable.Icon; import android.media.AudioAttributes; import android.net.Uri; import android.os.Build; @@ -31,6 +34,8 @@ import androidx.annotation.RequiresApi; import androidx.annotation.RestrictTo; import androidx.core.R; import androidx.core.app.Person; +import androidx.core.content.LocusIdCompat; +import androidx.core.content.pm.ShortcutInfoCompat; import androidx.core.graphics.drawable.IconCompat; import androidx.core.text.BidiFormatter; import androidx.core.view.ViewCompat; @@ -52,7 +57,9 @@ public class NotificationCompat { public static final String CATEGORY_EMAIL = "email"; public static final String CATEGORY_ERROR = "err"; public static final String CATEGORY_EVENT = "event"; + public static final String CATEGORY_LOCATION_SHARING = "location_sharing"; public static final String CATEGORY_MESSAGE = "msg"; + public static final String CATEGORY_MISSED_CALL = "missed_call"; public static final String CATEGORY_NAVIGATION = "navigation"; public static final String CATEGORY_PROGRESS = "progress"; public static final String CATEGORY_PROMO = "promo"; @@ -61,44 +68,93 @@ public class NotificationCompat { public static final String CATEGORY_SERVICE = "service"; public static final String CATEGORY_SOCIAL = "social"; public static final String CATEGORY_STATUS = "status"; + public static final String CATEGORY_STOPWATCH = "stopwatch"; public static final String CATEGORY_SYSTEM = "sys"; public static final String CATEGORY_TRANSPORT = "transport"; + public static final String CATEGORY_WORKOUT = "workout"; @ColorInt public static final int COLOR_DEFAULT = 0; public static final int DEFAULT_ALL = -1; public static final int DEFAULT_LIGHTS = 4; public static final int DEFAULT_SOUND = 1; public static final int DEFAULT_VIBRATE = 2; + @SuppressLint({"ActionValue"}) public static final String EXTRA_AUDIO_CONTENTS_URI = "android.audioContents"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_BACKGROUND_IMAGE_URI = "android.backgroundImageUri"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_BIG_TEXT = "android.bigText"; + @SuppressLint({"ActionValue"}) + public static final String EXTRA_CHANNEL_GROUP_ID = "android.intent.extra.CHANNEL_GROUP_ID"; + @SuppressLint({"ActionValue"}) + public static final String EXTRA_CHANNEL_ID = "android.intent.extra.CHANNEL_ID"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_CHRONOMETER_COUNT_DOWN = "android.chronometerCountDown"; + @SuppressLint({"ActionValue"}) + public static final String EXTRA_COLORIZED = "android.colorized"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions"; + public static final String EXTRA_COMPAT_TEMPLATE = "androidx.core.app.extra.COMPAT_TEMPLATE"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_CONVERSATION_TITLE = "android.conversationTitle"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_HIDDEN_CONVERSATION_TITLE = "android.hiddenConversationTitle"; + @SuppressLint({"ActionValue"}) + public static final String EXTRA_HISTORIC_MESSAGES = "android.messages.historic"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_INFO_TEXT = "android.infoText"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_LARGE_ICON = "android.largeIcon"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_MEDIA_SESSION = "android.mediaSession"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_MESSAGES = "android.messages"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_MESSAGING_STYLE_USER = "android.messagingStyleUser"; + @SuppressLint({"ActionValue"}) + public static final String EXTRA_NOTIFICATION_ID = "android.intent.extra.NOTIFICATION_ID"; + @SuppressLint({"ActionValue"}) + public static final String EXTRA_NOTIFICATION_TAG = "android.intent.extra.NOTIFICATION_TAG"; + @SuppressLint({"ActionValue"}) + @Deprecated public static final String EXTRA_PEOPLE = "android.people"; + @SuppressLint({"ActionValue"}) + public static final String EXTRA_PEOPLE_LIST = "android.people.list"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_PICTURE = "android.picture"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_PROGRESS = "android.progress"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_PROGRESS_INDETERMINATE = "android.progressIndeterminate"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_SELF_DISPLAY_NAME = "android.selfDisplayName"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_SHOW_CHRONOMETER = "android.showChronometer"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_SHOW_WHEN = "android.showWhen"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_SMALL_ICON = "android.icon"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_SUB_TEXT = "android.subText"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_SUMMARY_TEXT = "android.summaryText"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_TEMPLATE = "android.template"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_TEXT = "android.text"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_TEXT_LINES = "android.textLines"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_TITLE = "android.title"; + @SuppressLint({"ActionValue"}) public static final String EXTRA_TITLE_BIG = "android.title.big"; public static final int FLAG_AUTO_CANCEL = 16; public static final int FLAG_BUBBLE = 4096; @@ -116,6 +172,8 @@ public class NotificationCompat { public static final int GROUP_ALERT_CHILDREN = 2; public static final int GROUP_ALERT_SUMMARY = 1; public static final String GROUP_KEY_SILENT = "silent"; + @SuppressLint({"ActionValue"}) + public static final String INTENT_CATEGORY_NOTIFICATION_PREFERENCES = "android.intent.category.NOTIFICATION_PREFERENCES"; public static final int PRIORITY_DEFAULT = 0; public static final int PRIORITY_HIGH = 1; public static final int PRIORITY_LOW = -1; @@ -166,11 +224,11 @@ public class NotificationCompat { private final CharSequence mTitle; /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public Builder(int i, CharSequence charSequence, PendingIntent pendingIntent) { + public Builder(int i, @Nullable CharSequence charSequence, @Nullable PendingIntent pendingIntent) { this(i != 0 ? IconCompat.createWithResource(null, "", i) : null, charSequence, pendingIntent, new Bundle(), null, true, 0, true, false); } - public Builder(Action action) { + public Builder(@NonNull Action action) { this(action.getIconCompat(), action.title, action.actionIntent, new Bundle(action.mExtras), action.getRemoteInputs(), action.getAllowGeneratedReplies(), action.getSemanticAction(), action.mShowsUserInterface, action.isContextual()); } @@ -178,7 +236,7 @@ public class NotificationCompat { this(iconCompat, charSequence, pendingIntent, new Bundle(), null, true, 0, true, false); } - private Builder(@Nullable IconCompat iconCompat, CharSequence charSequence, PendingIntent pendingIntent, Bundle bundle, RemoteInput[] remoteInputArr, boolean z2, int i, boolean z3, boolean z4) { + private Builder(@Nullable IconCompat iconCompat, @Nullable CharSequence charSequence, @Nullable PendingIntent pendingIntent, @NonNull Bundle bundle, @Nullable RemoteInput[] remoteInputArr, boolean z2, int i, boolean z3, boolean z4) { this.mAllowGeneratedReplies = true; this.mShowsUserInterface = true; this.mIcon = iconCompat; @@ -198,21 +256,50 @@ public class NotificationCompat { } } - public Builder addExtras(Bundle bundle) { + @NonNull + @RequiresApi(19) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public static Builder fromAndroidAction(@NonNull Notification.Action action) { + Builder builder = (Build.VERSION.SDK_INT < 23 || action.getIcon() == null) ? new Builder(action.icon, action.title, action.actionIntent) : new Builder(IconCompat.createFromIcon(action.getIcon()), action.title, action.actionIntent); + RemoteInput[] remoteInputs = action.getRemoteInputs(); + if (!(remoteInputs == null || remoteInputs.length == 0)) { + for (RemoteInput remoteInput : remoteInputs) { + builder.addRemoteInput(RemoteInput.fromPlatform(remoteInput)); + } + } + int i = Build.VERSION.SDK_INT; + if (i >= 24) { + builder.mAllowGeneratedReplies = action.getAllowGeneratedReplies(); + } + if (i >= 28) { + builder.setSemanticAction(action.getSemanticAction()); + } + if (i >= 29) { + builder.setContextual(action.isContextual()); + } + return builder; + } + + @NonNull + public Builder addExtras(@Nullable Bundle bundle) { if (bundle != null) { this.mExtras.putAll(bundle); } return this; } - public Builder addRemoteInput(RemoteInput remoteInput) { + @NonNull + public Builder addRemoteInput(@Nullable RemoteInput remoteInput) { if (this.mRemoteInputs == null) { this.mRemoteInputs = new ArrayList<>(); } - this.mRemoteInputs.add(remoteInput); + if (remoteInput != null) { + this.mRemoteInputs.add(remoteInput); + } return this; } + @NonNull public Action build() { checkContextualActionNullFields(); ArrayList arrayList = new ArrayList(); @@ -237,15 +324,18 @@ public class NotificationCompat { return new Action(this.mIcon, this.mTitle, this.mIntent, this.mExtras, remoteInputArr, remoteInputArr2, this.mAllowGeneratedReplies, this.mSemanticAction, this.mShowsUserInterface, this.mIsContextual); } - public Builder extend(Extender extender) { + @NonNull + public Builder extend(@NonNull Extender extender) { extender.extend(this); return this; } + @NonNull public Bundle getExtras() { return this.mExtras; } + @NonNull public Builder setAllowGeneratedReplies(boolean z2) { this.mAllowGeneratedReplies = z2; return this; @@ -257,11 +347,13 @@ public class NotificationCompat { return this; } + @NonNull public Builder setSemanticAction(int i) { this.mSemanticAction = i; return this; } + @NonNull public Builder setShowsUserInterface(boolean z2) { this.mShowsUserInterface = z2; return this; @@ -269,7 +361,8 @@ public class NotificationCompat { } public interface Extender { - Builder extend(Builder builder); + @NonNull + Builder extend(@NonNull Builder builder); } @Retention(RetentionPolicy.SOURCE) @@ -294,7 +387,7 @@ public class NotificationCompat { public WearableExtender() { } - public WearableExtender(Action action) { + public WearableExtender(@NonNull Action action) { Bundle bundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS); if (bundle != null) { this.mFlags = bundle.getInt(KEY_FLAGS, 1); @@ -312,6 +405,7 @@ public class NotificationCompat { this.mFlags = (~i) & this.mFlags; } + @NonNull public WearableExtender clone() { WearableExtender wearableExtender = new WearableExtender(); wearableExtender.mFlags = this.mFlags; @@ -322,7 +416,8 @@ public class NotificationCompat { } @Override // androidx.core.app.NotificationCompat.Action.Extender - public Builder extend(Builder builder) { + @NonNull + public Builder extend(@NonNull Builder builder) { Bundle bundle = new Bundle(); int i = this.mFlags; if (i != 1) { @@ -344,11 +439,13 @@ public class NotificationCompat { return builder; } + @Nullable @Deprecated public CharSequence getCancelLabel() { return this.mCancelLabel; } + @Nullable @Deprecated public CharSequence getConfirmLabel() { return this.mConfirmLabel; @@ -362,6 +459,7 @@ public class NotificationCompat { return (this.mFlags & 2) != 0; } + @Nullable @Deprecated public CharSequence getInProgressLabel() { return this.mInProgressLabel; @@ -371,47 +469,53 @@ public class NotificationCompat { return (this.mFlags & 1) != 0; } + @NonNull public WearableExtender setAvailableOffline(boolean z2) { setFlag(1, z2); return this; } + @NonNull @Deprecated - public WearableExtender setCancelLabel(CharSequence charSequence) { + public WearableExtender setCancelLabel(@Nullable CharSequence charSequence) { this.mCancelLabel = charSequence; return this; } + @NonNull @Deprecated - public WearableExtender setConfirmLabel(CharSequence charSequence) { + public WearableExtender setConfirmLabel(@Nullable CharSequence charSequence) { this.mConfirmLabel = charSequence; return this; } + @NonNull public WearableExtender setHintDisplayActionInline(boolean z2) { setFlag(4, z2); return this; } + @NonNull public WearableExtender setHintLaunchesActivity(boolean z2) { setFlag(2, z2); return this; } + @NonNull @Deprecated - public WearableExtender setInProgressLabel(CharSequence charSequence) { + public WearableExtender setInProgressLabel(@Nullable CharSequence charSequence) { this.mInProgressLabel = charSequence; return this; } } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public Action(int i, CharSequence charSequence, PendingIntent pendingIntent) { + public Action(int i, @Nullable CharSequence charSequence, @Nullable PendingIntent pendingIntent) { this(i != 0 ? IconCompat.createWithResource(null, "", i) : null, charSequence, pendingIntent); } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public Action(int i, CharSequence charSequence, PendingIntent pendingIntent, Bundle bundle, RemoteInput[] remoteInputArr, RemoteInput[] remoteInputArr2, boolean z2, int i2, boolean z3, boolean z4) { + public Action(int i, @Nullable CharSequence charSequence, @Nullable PendingIntent pendingIntent, @Nullable Bundle bundle, @Nullable RemoteInput[] remoteInputArr, @Nullable RemoteInput[] remoteInputArr2, boolean z2, int i2, boolean z3, boolean z4) { this(i != 0 ? IconCompat.createWithResource(null, "", i) : null, charSequence, pendingIntent, bundle, remoteInputArr, remoteInputArr2, z2, i2, z3, z4); } @@ -419,7 +523,7 @@ public class NotificationCompat { this(iconCompat, charSequence, pendingIntent, new Bundle(), (RemoteInput[]) null, (RemoteInput[]) null, true, 0, true, false); } - public Action(@Nullable IconCompat iconCompat, CharSequence charSequence, PendingIntent pendingIntent, Bundle bundle, RemoteInput[] remoteInputArr, RemoteInput[] remoteInputArr2, boolean z2, int i, boolean z3, boolean z4) { + public Action(@Nullable IconCompat iconCompat, @Nullable CharSequence charSequence, @Nullable PendingIntent pendingIntent, @Nullable Bundle bundle, @Nullable RemoteInput[] remoteInputArr, @Nullable RemoteInput[] remoteInputArr2, boolean z2, int i, boolean z3, boolean z4) { this.mShowsUserInterface = true; this.mIcon = iconCompat; if (iconCompat != null && iconCompat.getType() == 2) { @@ -436,6 +540,7 @@ public class NotificationCompat { this.mIsContextual = z4; } + @Nullable public PendingIntent getActionIntent() { return this.actionIntent; } @@ -444,10 +549,12 @@ public class NotificationCompat { return this.mAllowGeneratedReplies; } + @Nullable public RemoteInput[] getDataOnlyRemoteInputs() { return this.mDataOnlyRemoteInputs; } + @NonNull public Bundle getExtras() { return this.mExtras; } @@ -466,6 +573,7 @@ public class NotificationCompat { return this.mIcon; } + @Nullable public RemoteInput[] getRemoteInputs() { return this.mRemoteInputs; } @@ -478,6 +586,7 @@ public class NotificationCompat { return this.mShowsUserInterface; } + @Nullable public CharSequence getTitle() { return this.title; } @@ -493,46 +602,132 @@ public class NotificationCompat { } public static class BigPictureStyle extends Style { - private Bitmap mBigLargeIcon; + private static final String TEMPLATE_CLASS_NAME = "androidx.core.app.NotificationCompat$BigPictureStyle"; + private IconCompat mBigLargeIcon; private boolean mBigLargeIconSet; private Bitmap mPicture; + @RequiresApi(16) + public static class Api16Impl { + private Api16Impl() { + } + + @RequiresApi(16) + public static void setBigLargeIcon(Notification.BigPictureStyle bigPictureStyle, Bitmap bitmap) { + bigPictureStyle.bigLargeIcon(bitmap); + } + + @RequiresApi(16) + public static void setSummaryText(Notification.BigPictureStyle bigPictureStyle, CharSequence charSequence) { + bigPictureStyle.setSummaryText(charSequence); + } + } + + @RequiresApi(23) + public static class Api23Impl { + private Api23Impl() { + } + + @RequiresApi(23) + public static void setBigLargeIcon(Notification.BigPictureStyle bigPictureStyle, Icon icon) { + bigPictureStyle.bigLargeIcon(icon); + } + } + public BigPictureStyle() { } - public BigPictureStyle(Builder builder) { + public BigPictureStyle(@Nullable Builder builder) { setBuilder(builder); } + @Nullable + private static IconCompat asIconCompat(@Nullable Parcelable parcelable) { + if (parcelable == null) { + return null; + } + if (Build.VERSION.SDK_INT >= 23 && (parcelable instanceof Icon)) { + return IconCompat.createFromIcon((Icon) parcelable); + } + if (parcelable instanceof Bitmap) { + return IconCompat.createWithBitmap((Bitmap) parcelable); + } + return null; + } + @Override // androidx.core.app.NotificationCompat.Style @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public void apply(NotificationBuilderWithBuilderAccessor notificationBuilderWithBuilderAccessor) { + int i = Build.VERSION.SDK_INT; Notification.BigPictureStyle bigPicture = new Notification.BigPictureStyle(notificationBuilderWithBuilderAccessor.getBuilder()).setBigContentTitle(this.mBigContentTitle).bigPicture(this.mPicture); if (this.mBigLargeIconSet) { - bigPicture.bigLargeIcon(this.mBigLargeIcon); + IconCompat iconCompat = this.mBigLargeIcon; + Context context = null; + if (iconCompat == null) { + Api16Impl.setBigLargeIcon(bigPicture, null); + } else if (i >= 23) { + if (notificationBuilderWithBuilderAccessor instanceof NotificationCompatBuilder) { + context = ((NotificationCompatBuilder) notificationBuilderWithBuilderAccessor).getContext(); + } + Api23Impl.setBigLargeIcon(bigPicture, this.mBigLargeIcon.toIcon(context)); + } else if (iconCompat.getType() == 1) { + Api16Impl.setBigLargeIcon(bigPicture, this.mBigLargeIcon.getBitmap()); + } else { + Api16Impl.setBigLargeIcon(bigPicture, null); + } } if (this.mSummaryTextSet) { - bigPicture.setSummaryText(this.mSummaryText); + Api16Impl.setSummaryText(bigPicture, this.mSummaryText); } } - public BigPictureStyle bigLargeIcon(Bitmap bitmap) { - this.mBigLargeIcon = bitmap; + @NonNull + public BigPictureStyle bigLargeIcon(@Nullable Bitmap bitmap) { + this.mBigLargeIcon = bitmap == null ? null : IconCompat.createWithBitmap(bitmap); this.mBigLargeIconSet = true; return this; } - public BigPictureStyle bigPicture(Bitmap bitmap) { + @NonNull + public BigPictureStyle bigPicture(@Nullable Bitmap bitmap) { this.mPicture = bitmap; return this; } - public BigPictureStyle setBigContentTitle(CharSequence charSequence) { + @Override // androidx.core.app.NotificationCompat.Style + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public void clearCompatExtraKeys(@NonNull Bundle bundle) { + super.clearCompatExtraKeys(bundle); + bundle.remove(NotificationCompat.EXTRA_LARGE_ICON_BIG); + bundle.remove(NotificationCompat.EXTRA_PICTURE); + } + + @Override // androidx.core.app.NotificationCompat.Style + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public String getClassName() { + return TEMPLATE_CLASS_NAME; + } + + @Override // androidx.core.app.NotificationCompat.Style + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public void restoreFromCompatExtras(@NonNull Bundle bundle) { + super.restoreFromCompatExtras(bundle); + if (bundle.containsKey(NotificationCompat.EXTRA_LARGE_ICON_BIG)) { + this.mBigLargeIcon = asIconCompat(bundle.getParcelable(NotificationCompat.EXTRA_LARGE_ICON_BIG)); + this.mBigLargeIconSet = true; + } + this.mPicture = (Bitmap) bundle.getParcelable(NotificationCompat.EXTRA_PICTURE); + } + + @NonNull + public BigPictureStyle setBigContentTitle(@Nullable CharSequence charSequence) { this.mBigContentTitle = Builder.limitCharSequenceLength(charSequence); return this; } - public BigPictureStyle setSummaryText(CharSequence charSequence) { + @NonNull + public BigPictureStyle setSummaryText(@Nullable CharSequence charSequence) { this.mSummaryText = Builder.limitCharSequenceLength(charSequence); this.mSummaryTextSet = true; return this; @@ -540,15 +735,22 @@ public class NotificationCompat { } public static class BigTextStyle extends Style { + private static final String TEMPLATE_CLASS_NAME = "androidx.core.app.NotificationCompat$BigTextStyle"; private CharSequence mBigText; public BigTextStyle() { } - public BigTextStyle(Builder builder) { + public BigTextStyle(@Nullable Builder builder) { setBuilder(builder); } + @Override // androidx.core.app.NotificationCompat.Style + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public void addCompatExtras(@NonNull Bundle bundle) { + super.addCompatExtras(bundle); + } + @Override // androidx.core.app.NotificationCompat.Style @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public void apply(NotificationBuilderWithBuilderAccessor notificationBuilderWithBuilderAccessor) { @@ -558,17 +760,41 @@ public class NotificationCompat { } } - public BigTextStyle bigText(CharSequence charSequence) { + @NonNull + public BigTextStyle bigText(@Nullable CharSequence charSequence) { this.mBigText = Builder.limitCharSequenceLength(charSequence); return this; } - public BigTextStyle setBigContentTitle(CharSequence charSequence) { + @Override // androidx.core.app.NotificationCompat.Style + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public void clearCompatExtraKeys(@NonNull Bundle bundle) { + super.clearCompatExtraKeys(bundle); + bundle.remove(NotificationCompat.EXTRA_BIG_TEXT); + } + + @Override // androidx.core.app.NotificationCompat.Style + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public String getClassName() { + return TEMPLATE_CLASS_NAME; + } + + @Override // androidx.core.app.NotificationCompat.Style + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public void restoreFromCompatExtras(@NonNull Bundle bundle) { + super.restoreFromCompatExtras(bundle); + this.mBigText = bundle.getCharSequence(NotificationCompat.EXTRA_BIG_TEXT); + } + + @NonNull + public BigTextStyle setBigContentTitle(@Nullable CharSequence charSequence) { this.mBigContentTitle = Builder.limitCharSequenceLength(charSequence); return this; } - public BigTextStyle setSummaryText(CharSequence charSequence) { + @NonNull + public BigTextStyle setSummaryText(@Nullable CharSequence charSequence) { this.mSummaryText = Builder.limitCharSequenceLength(charSequence); this.mSummaryTextSet = true; return this; @@ -585,6 +811,85 @@ public class NotificationCompat { private int mFlags; private IconCompat mIcon; private PendingIntent mPendingIntent; + private String mShortcutId; + + @RequiresApi(29) + public static class Api29Impl { + private Api29Impl() { + } + + @Nullable + @RequiresApi(29) + public static BubbleMetadata fromPlatform(@Nullable Notification.BubbleMetadata bubbleMetadata) { + if (bubbleMetadata == null || bubbleMetadata.getIntent() == null) { + return null; + } + Builder suppressNotification = new Builder(bubbleMetadata.getIntent(), IconCompat.createFromIcon(bubbleMetadata.getIcon())).setAutoExpandBubble(bubbleMetadata.getAutoExpandBubble()).setDeleteIntent(bubbleMetadata.getDeleteIntent()).setSuppressNotification(bubbleMetadata.isNotificationSuppressed()); + if (bubbleMetadata.getDesiredHeight() != 0) { + suppressNotification.setDesiredHeight(bubbleMetadata.getDesiredHeight()); + } + if (bubbleMetadata.getDesiredHeightResId() != 0) { + suppressNotification.setDesiredHeightResId(bubbleMetadata.getDesiredHeightResId()); + } + return suppressNotification.build(); + } + + @Nullable + @RequiresApi(29) + public static Notification.BubbleMetadata toPlatform(@Nullable BubbleMetadata bubbleMetadata) { + if (bubbleMetadata == null || bubbleMetadata.getIntent() == null) { + return null; + } + Notification.BubbleMetadata.Builder suppressNotification = new Notification.BubbleMetadata.Builder().setIcon(bubbleMetadata.getIcon().toIcon()).setIntent(bubbleMetadata.getIntent()).setDeleteIntent(bubbleMetadata.getDeleteIntent()).setAutoExpandBubble(bubbleMetadata.getAutoExpandBubble()).setSuppressNotification(bubbleMetadata.isNotificationSuppressed()); + if (bubbleMetadata.getDesiredHeight() != 0) { + suppressNotification.setDesiredHeight(bubbleMetadata.getDesiredHeight()); + } + if (bubbleMetadata.getDesiredHeightResId() != 0) { + suppressNotification.setDesiredHeightResId(bubbleMetadata.getDesiredHeightResId()); + } + return suppressNotification.build(); + } + } + + @RequiresApi(30) + public static class Api30Impl { + private Api30Impl() { + } + + @Nullable + @RequiresApi(30) + public static BubbleMetadata fromPlatform(@Nullable Notification.BubbleMetadata bubbleMetadata) { + if (bubbleMetadata == null) { + return null; + } + Builder builder = bubbleMetadata.getShortcutId() != null ? new Builder(bubbleMetadata.getShortcutId()) : new Builder(bubbleMetadata.getIntent(), IconCompat.createFromIcon(bubbleMetadata.getIcon())); + builder.setAutoExpandBubble(bubbleMetadata.getAutoExpandBubble()).setDeleteIntent(bubbleMetadata.getDeleteIntent()).setSuppressNotification(bubbleMetadata.isNotificationSuppressed()); + if (bubbleMetadata.getDesiredHeight() != 0) { + builder.setDesiredHeight(bubbleMetadata.getDesiredHeight()); + } + if (bubbleMetadata.getDesiredHeightResId() != 0) { + builder.setDesiredHeightResId(bubbleMetadata.getDesiredHeightResId()); + } + return builder.build(); + } + + @Nullable + @RequiresApi(30) + public static Notification.BubbleMetadata toPlatform(@Nullable BubbleMetadata bubbleMetadata) { + if (bubbleMetadata == null) { + return null; + } + Notification.BubbleMetadata.Builder builder = bubbleMetadata.getShortcutId() != null ? new Notification.BubbleMetadata.Builder(bubbleMetadata.getShortcutId()) : new Notification.BubbleMetadata.Builder(bubbleMetadata.getIntent(), bubbleMetadata.getIcon().toIcon()); + builder.setDeleteIntent(bubbleMetadata.getDeleteIntent()).setAutoExpandBubble(bubbleMetadata.getAutoExpandBubble()).setSuppressNotification(bubbleMetadata.isNotificationSuppressed()); + if (bubbleMetadata.getDesiredHeight() != 0) { + builder.setDesiredHeight(bubbleMetadata.getDesiredHeight()); + } + if (bubbleMetadata.getDesiredHeightResId() != 0) { + builder.setDesiredHeightResId(bubbleMetadata.getDesiredHeightResId()); + } + return builder.build(); + } + } public static final class Builder { private PendingIntent mDeleteIntent; @@ -594,7 +899,29 @@ public class NotificationCompat { private int mFlags; private IconCompat mIcon; private PendingIntent mPendingIntent; + private String mShortcutId; + @Deprecated + public Builder() { + } + + public Builder(@NonNull PendingIntent pendingIntent, @NonNull IconCompat iconCompat) { + Objects.requireNonNull(pendingIntent, "Bubble requires non-null pending intent"); + Objects.requireNonNull(iconCompat, "Bubbles require non-null icon"); + this.mPendingIntent = pendingIntent; + this.mIcon = iconCompat; + } + + @RequiresApi(30) + public Builder(@NonNull String str) { + if (!TextUtils.isEmpty(str)) { + this.mShortcutId = str; + return; + } + throw new NullPointerException("Bubble requires a non-null shortcut id"); + } + + @NonNull private Builder setFlag(int i, boolean z2) { if (z2) { this.mFlags = i | this.mFlags; @@ -607,15 +934,16 @@ public class NotificationCompat { @NonNull @SuppressLint({"SyntheticAccessor"}) public BubbleMetadata build() { - PendingIntent pendingIntent = this.mPendingIntent; - if (pendingIntent != null) { - IconCompat iconCompat = this.mIcon; - if (iconCompat != null) { - return new BubbleMetadata(pendingIntent, this.mDeleteIntent, iconCompat, this.mDesiredHeight, this.mDesiredHeightResId, this.mFlags); - } - throw new IllegalStateException("Must supply an icon for the bubble"); + String str = this.mShortcutId; + if (str == null) { + Objects.requireNonNull(this.mPendingIntent, "Must supply pending intent or shortcut to bubble"); } - throw new IllegalStateException("Must supply pending intent to bubble"); + if (str == null) { + Objects.requireNonNull(this.mIcon, "Must supply an icon or shortcut for the bubble"); + } + BubbleMetadata bubbleMetadata = new BubbleMetadata(this.mPendingIntent, this.mDeleteIntent, this.mIcon, this.mDesiredHeight, this.mDesiredHeightResId, this.mFlags, str); + bubbleMetadata.setFlags(this.mFlags); + return bubbleMetadata; } @NonNull @@ -646,23 +974,22 @@ public class NotificationCompat { @NonNull public Builder setIcon(@NonNull IconCompat iconCompat) { - if (iconCompat == null) { - throw new IllegalArgumentException("Bubbles require non-null icon"); - } else if (iconCompat.getType() != 1) { + if (this.mShortcutId == null) { + Objects.requireNonNull(iconCompat, "Bubbles require non-null icon"); this.mIcon = iconCompat; return this; - } else { - throw new IllegalArgumentException("When using bitmap based icons, Bubbles require TYPE_ADAPTIVE_BITMAP, please use IconCompat#createWithAdaptiveBitmap instead"); } + throw new IllegalStateException("Created as a shortcut bubble, cannot set an Icon. Consider using BubbleMetadata.Builder(PendingIntent,Icon) instead."); } @NonNull public Builder setIntent(@NonNull PendingIntent pendingIntent) { - if (pendingIntent != null) { + if (this.mShortcutId == null) { + Objects.requireNonNull(pendingIntent, "Bubble requires non-null pending intent"); this.mPendingIntent = pendingIntent; return this; } - throw new IllegalArgumentException("Bubble requires non-null pending intent"); + throw new IllegalStateException("Created as a shortcut bubble, cannot set a PendingIntent. Consider using BubbleMetadata.Builder(PendingIntent,Icon) instead."); } @NonNull @@ -672,45 +999,44 @@ public class NotificationCompat { } } - private BubbleMetadata(PendingIntent pendingIntent, PendingIntent pendingIntent2, IconCompat iconCompat, int i, @DimenRes int i2, int i3) { + private BubbleMetadata(@Nullable PendingIntent pendingIntent, @Nullable PendingIntent pendingIntent2, @Nullable IconCompat iconCompat, int i, @DimenRes int i2, int i3, @Nullable String str) { this.mPendingIntent = pendingIntent; this.mIcon = iconCompat; this.mDesiredHeight = i; this.mDesiredHeightResId = i2; this.mDeleteIntent = pendingIntent2; this.mFlags = i3; + this.mShortcutId = str; } @Nullable - @RequiresApi(29) public static BubbleMetadata fromPlatform(@Nullable Notification.BubbleMetadata bubbleMetadata) { if (bubbleMetadata == null) { return null; } - Builder suppressNotification = new Builder().setAutoExpandBubble(bubbleMetadata.getAutoExpandBubble()).setDeleteIntent(bubbleMetadata.getDeleteIntent()).setIcon(IconCompat.createFromIcon(bubbleMetadata.getIcon())).setIntent(bubbleMetadata.getIntent()).setSuppressNotification(bubbleMetadata.isNotificationSuppressed()); - if (bubbleMetadata.getDesiredHeight() != 0) { - suppressNotification.setDesiredHeight(bubbleMetadata.getDesiredHeight()); + int i = Build.VERSION.SDK_INT; + if (i >= 30) { + return Api30Impl.fromPlatform(bubbleMetadata); } - if (bubbleMetadata.getDesiredHeightResId() != 0) { - suppressNotification.setDesiredHeightResId(bubbleMetadata.getDesiredHeightResId()); + if (i == 29) { + return Api29Impl.fromPlatform(bubbleMetadata); } - return suppressNotification.build(); + return null; } @Nullable - @RequiresApi(29) public static Notification.BubbleMetadata toPlatform(@Nullable BubbleMetadata bubbleMetadata) { if (bubbleMetadata == null) { return null; } - Notification.BubbleMetadata.Builder suppressNotification = new Notification.BubbleMetadata.Builder().setAutoExpandBubble(bubbleMetadata.getAutoExpandBubble()).setDeleteIntent(bubbleMetadata.getDeleteIntent()).setIcon(bubbleMetadata.getIcon().toIcon()).setIntent(bubbleMetadata.getIntent()).setSuppressNotification(bubbleMetadata.isNotificationSuppressed()); - if (bubbleMetadata.getDesiredHeight() != 0) { - suppressNotification.setDesiredHeight(bubbleMetadata.getDesiredHeight()); + int i = Build.VERSION.SDK_INT; + if (i >= 30) { + return Api30Impl.toPlatform(bubbleMetadata); } - if (bubbleMetadata.getDesiredHeightResId() != 0) { - suppressNotification.setDesiredHeightResId(bubbleMetadata.getDesiredHeightResId()); + if (i == 29) { + return Api29Impl.toPlatform(bubbleMetadata); } - return suppressNotification.build(); + return null; } public boolean getAutoExpandBubble() { @@ -732,19 +1058,31 @@ public class NotificationCompat { return this.mDesiredHeightResId; } - @NonNull + @Nullable + @SuppressLint({"InvalidNullConversion"}) public IconCompat getIcon() { return this.mIcon; } - @NonNull + @Nullable + @SuppressLint({"InvalidNullConversion"}) public PendingIntent getIntent() { return this.mPendingIntent; } + @Nullable + public String getShortcutId() { + return this.mShortcutId; + } + public boolean isNotificationSuppressed() { return (this.mFlags & 2) != 0; } + + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public void setFlags(int i) { + this.mFlags = i; + } } public static class Builder { @@ -777,19 +1115,25 @@ public class NotificationCompat { public ArrayList mInvisibleActions; public Bitmap mLargeIcon; public boolean mLocalOnly; + public LocusIdCompat mLocusId; public Notification mNotification; public int mNumber; @Deprecated public ArrayList mPeople; + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public ArrayList mPersonList; public int mPriority; public int mProgress; public boolean mProgressIndeterminate; public int mProgressMax; public Notification mPublicVersion; public CharSequence[] mRemoteInputHistory; + public CharSequence mSettingsText; public String mShortcutId; public boolean mShowWhen; public boolean mSilent; + public Icon mSmallIcon; public String mSortKey; public Style mStyle; public CharSequence mSubText; @@ -799,12 +1143,56 @@ public class NotificationCompat { public int mVisibility; @Deprecated - public Builder(Context context) { - this(context, null); + public Builder(@NonNull Context context) { + this(context, (String) null); + } + + @RequiresApi(19) + public Builder(@NonNull Context context, @NonNull Notification notification) { + this(context, NotificationCompat.getChannelId(notification)); + ArrayList parcelableArrayList; + Bundle bundle = notification.extras; + Style extractStyleFromNotification = Style.extractStyleFromNotification(notification); + setContentTitle(NotificationCompat.getContentTitle(notification)).setContentText(NotificationCompat.getContentText(notification)).setContentInfo(NotificationCompat.getContentInfo(notification)).setSubText(NotificationCompat.getSubText(notification)).setSettingsText(NotificationCompat.getSettingsText(notification)).setStyle(extractStyleFromNotification).setContentIntent(notification.contentIntent).setGroup(NotificationCompat.getGroup(notification)).setGroupSummary(NotificationCompat.isGroupSummary(notification)).setLocusId(NotificationCompat.getLocusId(notification)).setWhen(notification.when).setShowWhen(NotificationCompat.getShowWhen(notification)).setUsesChronometer(NotificationCompat.getUsesChronometer(notification)).setAutoCancel(NotificationCompat.getAutoCancel(notification)).setOnlyAlertOnce(NotificationCompat.getOnlyAlertOnce(notification)).setOngoing(NotificationCompat.getOngoing(notification)).setLocalOnly(NotificationCompat.getLocalOnly(notification)).setLargeIcon(notification.largeIcon).setBadgeIconType(NotificationCompat.getBadgeIconType(notification)).setCategory(NotificationCompat.getCategory(notification)).setBubbleMetadata(NotificationCompat.getBubbleMetadata(notification)).setNumber(notification.number).setTicker(notification.tickerText).setContentIntent(notification.contentIntent).setDeleteIntent(notification.deleteIntent).setFullScreenIntent(notification.fullScreenIntent, NotificationCompat.getHighPriority(notification)).setSound(notification.sound, notification.audioStreamType).setVibrate(notification.vibrate).setLights(notification.ledARGB, notification.ledOnMS, notification.ledOffMS).setDefaults(notification.defaults).setPriority(notification.priority).setColor(NotificationCompat.getColor(notification)).setVisibility(NotificationCompat.getVisibility(notification)).setPublicVersion(NotificationCompat.getPublicVersion(notification)).setSortKey(NotificationCompat.getSortKey(notification)).setTimeoutAfter(NotificationCompat.getTimeoutAfter(notification)).setShortcutId(NotificationCompat.getShortcutId(notification)).setProgress(bundle.getInt(NotificationCompat.EXTRA_PROGRESS_MAX), bundle.getInt(NotificationCompat.EXTRA_PROGRESS), bundle.getBoolean(NotificationCompat.EXTRA_PROGRESS_INDETERMINATE)).setAllowSystemGeneratedContextualActions(NotificationCompat.getAllowSystemGeneratedContextualActions(notification)).setSmallIcon(notification.icon, notification.iconLevel).addExtras(getExtrasWithoutDuplicateData(notification, extractStyleFromNotification)); + if (Build.VERSION.SDK_INT >= 23) { + this.mSmallIcon = notification.getSmallIcon(); + } + Notification.Action[] actionArr = notification.actions; + if (!(actionArr == null || actionArr.length == 0)) { + for (Notification.Action action : actionArr) { + addAction(Action.Builder.fromAndroidAction(action).build()); + } + } + List invisibleActions = NotificationCompat.getInvisibleActions(notification); + if (!invisibleActions.isEmpty()) { + for (Action action2 : invisibleActions) { + addInvisibleAction(action2); + } + } + String[] stringArray = notification.extras.getStringArray(NotificationCompat.EXTRA_PEOPLE); + if (!(stringArray == null || stringArray.length == 0)) { + for (String str : stringArray) { + addPerson(str); + } + } + if (Build.VERSION.SDK_INT >= 28 && (parcelableArrayList = notification.extras.getParcelableArrayList(NotificationCompat.EXTRA_PEOPLE_LIST)) != null && !parcelableArrayList.isEmpty()) { + Iterator it = parcelableArrayList.iterator(); + while (it.hasNext()) { + addPerson(Person.fromAndroidPerson((Person) it.next())); + } + } + int i = Build.VERSION.SDK_INT; + if (i >= 24 && bundle.containsKey(NotificationCompat.EXTRA_CHRONOMETER_COUNT_DOWN)) { + setChronometerCountDown(bundle.getBoolean(NotificationCompat.EXTRA_CHRONOMETER_COUNT_DOWN)); + } + if (i >= 26 && bundle.containsKey(NotificationCompat.EXTRA_COLORIZED)) { + setColorized(bundle.getBoolean(NotificationCompat.EXTRA_COLORIZED)); + } } public Builder(@NonNull Context context, @NonNull String str) { this.mActions = new ArrayList<>(); + this.mPersonList = new ArrayList<>(); this.mInvisibleActions = new ArrayList<>(); this.mShowWhen = true; this.mLocalOnly = false; @@ -823,11 +1211,51 @@ public class NotificationCompat { this.mAllowSystemGeneratedContextualActions = true; } - public static CharSequence limitCharSequenceLength(CharSequence charSequence) { + @Nullable + @RequiresApi(19) + private static Bundle getExtrasWithoutDuplicateData(@NonNull Notification notification, @Nullable Style style) { + if (notification.extras == null) { + return null; + } + Bundle bundle = new Bundle(notification.extras); + bundle.remove(NotificationCompat.EXTRA_TITLE); + bundle.remove(NotificationCompat.EXTRA_TEXT); + bundle.remove(NotificationCompat.EXTRA_INFO_TEXT); + bundle.remove(NotificationCompat.EXTRA_SUB_TEXT); + bundle.remove(NotificationCompat.EXTRA_CHANNEL_ID); + bundle.remove(NotificationCompat.EXTRA_CHANNEL_GROUP_ID); + bundle.remove(NotificationCompat.EXTRA_SHOW_WHEN); + bundle.remove(NotificationCompat.EXTRA_PROGRESS); + bundle.remove(NotificationCompat.EXTRA_PROGRESS_MAX); + bundle.remove(NotificationCompat.EXTRA_PROGRESS_INDETERMINATE); + bundle.remove(NotificationCompat.EXTRA_CHRONOMETER_COUNT_DOWN); + bundle.remove(NotificationCompat.EXTRA_COLORIZED); + bundle.remove(NotificationCompat.EXTRA_PEOPLE_LIST); + bundle.remove(NotificationCompat.EXTRA_PEOPLE); + bundle.remove(NotificationCompatExtras.EXTRA_SORT_KEY); + bundle.remove(NotificationCompatExtras.EXTRA_GROUP_KEY); + bundle.remove(NotificationCompatExtras.EXTRA_GROUP_SUMMARY); + bundle.remove(NotificationCompatExtras.EXTRA_LOCAL_ONLY); + bundle.remove(NotificationCompatExtras.EXTRA_ACTION_EXTRAS); + Bundle bundle2 = bundle.getBundle(CarExtender.EXTRA_CAR_EXTENDER); + if (bundle2 != null) { + Bundle bundle3 = new Bundle(bundle2); + bundle3.remove(CarExtender.EXTRA_INVISIBLE_ACTIONS); + bundle.putBundle(CarExtender.EXTRA_CAR_EXTENDER, bundle3); + } + if (style != null) { + style.clearCompatExtraKeys(bundle); + } + return bundle; + } + + @Nullable + public static CharSequence limitCharSequenceLength(@Nullable CharSequence charSequence) { return (charSequence != null && charSequence.length() > MAX_CHARSEQUENCE_LENGTH) ? charSequence.subSequence(0, MAX_CHARSEQUENCE_LENGTH) : charSequence; } - private Bitmap reduceLargeIconSize(Bitmap bitmap) { + @Nullable + private Bitmap reduceLargeIconSize(@Nullable Bitmap bitmap) { if (bitmap == null || Build.VERSION.SDK_INT >= 27) { return bitmap; } @@ -851,17 +1279,27 @@ public class NotificationCompat { notification2.flags = (~i) & notification2.flags; } - public Builder addAction(int i, CharSequence charSequence, PendingIntent pendingIntent) { + private boolean useExistingRemoteView() { + Style style = this.mStyle; + return style == null || !style.displayCustomViewInline(); + } + + @NonNull + public Builder addAction(int i, @Nullable CharSequence charSequence, @Nullable PendingIntent pendingIntent) { this.mActions.add(new Action(i, charSequence, pendingIntent)); return this; } - public Builder addAction(Action action) { - this.mActions.add(action); + @NonNull + public Builder addAction(@Nullable Action action) { + if (action != null) { + this.mActions.add(action); + } return this; } - public Builder addExtras(Bundle bundle) { + @NonNull + public Builder addExtras(@Nullable Bundle bundle) { if (bundle != null) { Bundle bundle2 = this.mExtras; if (bundle2 == null) { @@ -873,27 +1311,121 @@ public class NotificationCompat { return this; } + @NonNull @RequiresApi(21) - public Builder addInvisibleAction(int i, CharSequence charSequence, PendingIntent pendingIntent) { - return addInvisibleAction(new Action(i, charSequence, pendingIntent)); - } - - @RequiresApi(21) - public Builder addInvisibleAction(Action action) { - this.mInvisibleActions.add(action); + public Builder addInvisibleAction(int i, @Nullable CharSequence charSequence, @Nullable PendingIntent pendingIntent) { + this.mInvisibleActions.add(new Action(i, charSequence, pendingIntent)); return this; } - public Builder addPerson(String str) { - this.mPeople.add(str); + @NonNull + @RequiresApi(21) + public Builder addInvisibleAction(@Nullable Action action) { + if (action != null) { + this.mInvisibleActions.add(action); + } return this; } + @NonNull + public Builder addPerson(@Nullable Person person) { + if (person != null) { + this.mPersonList.add(person); + } + return this; + } + + @NonNull + @Deprecated + public Builder addPerson(@Nullable String str) { + if (str != null && !str.isEmpty()) { + this.mPeople.add(str); + } + return this; + } + + @NonNull public Notification build() { return new NotificationCompatBuilder(this).build(); } - public Builder extend(Extender extender) { + @NonNull + public Builder clearActions() { + this.mActions.clear(); + return this; + } + + @NonNull + public Builder clearInvisibleActions() { + this.mInvisibleActions.clear(); + Bundle bundle = this.mExtras.getBundle(CarExtender.EXTRA_CAR_EXTENDER); + if (bundle != null) { + Bundle bundle2 = new Bundle(bundle); + bundle2.remove(CarExtender.EXTRA_INVISIBLE_ACTIONS); + this.mExtras.putBundle(CarExtender.EXTRA_CAR_EXTENDER, bundle2); + } + return this; + } + + @NonNull + public Builder clearPeople() { + this.mPersonList.clear(); + this.mPeople.clear(); + return this; + } + + @Nullable + @SuppressLint({"BuilderSetStyle"}) + public RemoteViews createBigContentView() { + RemoteViews makeBigContentView; + int i = Build.VERSION.SDK_INT; + if (this.mBigContentView != null && useExistingRemoteView()) { + return this.mBigContentView; + } + NotificationCompatBuilder notificationCompatBuilder = new NotificationCompatBuilder(this); + Style style = this.mStyle; + if (style != null && (makeBigContentView = style.makeBigContentView(notificationCompatBuilder)) != null) { + return makeBigContentView; + } + Notification build = notificationCompatBuilder.build(); + return i >= 24 ? Notification.Builder.recoverBuilder(this.mContext, build).createBigContentView() : build.bigContentView; + } + + @Nullable + @SuppressLint({"BuilderSetStyle"}) + public RemoteViews createContentView() { + RemoteViews makeContentView; + if (this.mContentView != null && useExistingRemoteView()) { + return this.mContentView; + } + NotificationCompatBuilder notificationCompatBuilder = new NotificationCompatBuilder(this); + Style style = this.mStyle; + if (style != null && (makeContentView = style.makeContentView(notificationCompatBuilder)) != null) { + return makeContentView; + } + Notification build = notificationCompatBuilder.build(); + return Build.VERSION.SDK_INT >= 24 ? Notification.Builder.recoverBuilder(this.mContext, build).createContentView() : build.contentView; + } + + @Nullable + @SuppressLint({"BuilderSetStyle"}) + public RemoteViews createHeadsUpContentView() { + RemoteViews makeHeadsUpContentView; + int i = Build.VERSION.SDK_INT; + if (this.mHeadsUpContentView != null && useExistingRemoteView()) { + return this.mHeadsUpContentView; + } + NotificationCompatBuilder notificationCompatBuilder = new NotificationCompatBuilder(this); + Style style = this.mStyle; + if (style != null && (makeHeadsUpContentView = style.makeHeadsUpContentView(notificationCompatBuilder)) != null) { + return makeHeadsUpContentView; + } + Notification build = notificationCompatBuilder.build(); + return i >= 24 ? Notification.Builder.recoverBuilder(this.mContext, build).createHeadsUpContentView() : build.headsUpContentView; + } + + @NonNull + public Builder extend(@NonNull Extender extender) { extender.extend(this); return this; } @@ -909,6 +1441,7 @@ public class NotificationCompat { return this.mBubbleMetadata; } + @ColorInt @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public int getColor() { return this.mColor; @@ -919,6 +1452,7 @@ public class NotificationCompat { return this.mContentView; } + @NonNull public Bundle getExtras() { if (this.mExtras == null) { this.mExtras = new Bundle(); @@ -931,6 +1465,7 @@ public class NotificationCompat { return this.mHeadsUpContentView; } + @NonNull @Deprecated public Notification getNotification() { return build(); @@ -955,11 +1490,13 @@ public class NotificationCompat { return this; } + @NonNull public Builder setAutoCancel(boolean z2) { setFlag(16, z2); return this; } + @NonNull public Builder setBadgeIconType(int i) { this.mBadgeIcon = i; return this; @@ -971,11 +1508,13 @@ public class NotificationCompat { return this; } - public Builder setCategory(String str) { + @NonNull + public Builder setCategory(@Nullable String str) { this.mCategory = str; return this; } + @NonNull public Builder setChannelId(@NonNull String str) { this.mChannelId = str; return this; @@ -985,61 +1524,72 @@ public class NotificationCompat { @RequiresApi(24) public Builder setChronometerCountDown(boolean z2) { this.mChronometerCountDown = z2; - this.mExtras.putBoolean(NotificationCompat.EXTRA_CHRONOMETER_COUNT_DOWN, z2); + getExtras().putBoolean(NotificationCompat.EXTRA_CHRONOMETER_COUNT_DOWN, z2); return this; } + @NonNull public Builder setColor(@ColorInt int i) { this.mColor = i; return this; } + @NonNull public Builder setColorized(boolean z2) { this.mColorized = z2; this.mColorizedSet = true; return this; } - public Builder setContent(RemoteViews remoteViews) { + @NonNull + public Builder setContent(@Nullable RemoteViews remoteViews) { this.mNotification.contentView = remoteViews; return this; } - public Builder setContentInfo(CharSequence charSequence) { + @NonNull + public Builder setContentInfo(@Nullable CharSequence charSequence) { this.mContentInfo = limitCharSequenceLength(charSequence); return this; } - public Builder setContentIntent(PendingIntent pendingIntent) { + @NonNull + public Builder setContentIntent(@Nullable PendingIntent pendingIntent) { this.mContentIntent = pendingIntent; return this; } - public Builder setContentText(CharSequence charSequence) { + @NonNull + public Builder setContentText(@Nullable CharSequence charSequence) { this.mContentText = limitCharSequenceLength(charSequence); return this; } - public Builder setContentTitle(CharSequence charSequence) { + @NonNull + public Builder setContentTitle(@Nullable CharSequence charSequence) { this.mContentTitle = limitCharSequenceLength(charSequence); return this; } - public Builder setCustomBigContentView(RemoteViews remoteViews) { + @NonNull + public Builder setCustomBigContentView(@Nullable RemoteViews remoteViews) { this.mBigContentView = remoteViews; return this; } - public Builder setCustomContentView(RemoteViews remoteViews) { + @NonNull + public Builder setCustomContentView(@Nullable RemoteViews remoteViews) { this.mContentView = remoteViews; return this; } - public Builder setCustomHeadsUpContentView(RemoteViews remoteViews) { + @NonNull + public Builder setCustomHeadsUpContentView(@Nullable RemoteViews remoteViews) { this.mHeadsUpContentView = remoteViews; return this; } + @NonNull public Builder setDefaults(int i) { Notification notification = this.mNotification; notification.defaults = i; @@ -1049,42 +1599,50 @@ public class NotificationCompat { return this; } - public Builder setDeleteIntent(PendingIntent pendingIntent) { + @NonNull + public Builder setDeleteIntent(@Nullable PendingIntent pendingIntent) { this.mNotification.deleteIntent = pendingIntent; return this; } - public Builder setExtras(Bundle bundle) { + @NonNull + public Builder setExtras(@Nullable Bundle bundle) { this.mExtras = bundle; return this; } - public Builder setFullScreenIntent(PendingIntent pendingIntent, boolean z2) { + @NonNull + public Builder setFullScreenIntent(@Nullable PendingIntent pendingIntent, boolean z2) { this.mFullScreenIntent = pendingIntent; setFlag(128, z2); return this; } - public Builder setGroup(String str) { + @NonNull + public Builder setGroup(@Nullable String str) { this.mGroupKey = str; return this; } + @NonNull public Builder setGroupAlertBehavior(int i) { this.mGroupAlertBehavior = i; return this; } + @NonNull public Builder setGroupSummary(boolean z2) { this.mGroupSummary = z2; return this; } - public Builder setLargeIcon(Bitmap bitmap) { + @NonNull + public Builder setLargeIcon(@Nullable Bitmap bitmap) { this.mLargeIcon = reduceLargeIconSize(bitmap); return this; } + @NonNull public Builder setLights(@ColorInt int i, int i2, int i3) { Notification notification = this.mNotification; notification.ledARGB = i; @@ -1094,37 +1652,50 @@ public class NotificationCompat { return this; } + @NonNull public Builder setLocalOnly(boolean z2) { this.mLocalOnly = z2; return this; } @NonNull + public Builder setLocusId(@Nullable LocusIdCompat locusIdCompat) { + this.mLocusId = locusIdCompat; + return this; + } + + @NonNull + @Deprecated public Builder setNotificationSilent() { this.mSilent = true; return this; } + @NonNull public Builder setNumber(int i) { this.mNumber = i; return this; } + @NonNull public Builder setOngoing(boolean z2) { setFlag(2, z2); return this; } + @NonNull public Builder setOnlyAlertOnce(boolean z2) { setFlag(8, z2); return this; } + @NonNull public Builder setPriority(int i) { this.mPriority = i; return this; } + @NonNull public Builder setProgress(int i, int i2, boolean z2) { this.mProgressMax = i; this.mProgress = i2; @@ -1132,31 +1703,68 @@ public class NotificationCompat { return this; } - public Builder setPublicVersion(Notification notification) { + @NonNull + public Builder setPublicVersion(@Nullable Notification notification) { this.mPublicVersion = notification; return this; } - public Builder setRemoteInputHistory(CharSequence[] charSequenceArr) { + @NonNull + public Builder setRemoteInputHistory(@Nullable CharSequence[] charSequenceArr) { this.mRemoteInputHistory = charSequenceArr; return this; } - public Builder setShortcutId(String str) { + @NonNull + public Builder setSettingsText(@Nullable CharSequence charSequence) { + this.mSettingsText = limitCharSequenceLength(charSequence); + return this; + } + + @NonNull + public Builder setShortcutId(@Nullable String str) { this.mShortcutId = str; return this; } + @NonNull + public Builder setShortcutInfo(@Nullable ShortcutInfoCompat shortcutInfoCompat) { + if (shortcutInfoCompat == null) { + return this; + } + this.mShortcutId = shortcutInfoCompat.getId(); + if (this.mLocusId == null) { + if (shortcutInfoCompat.getLocusId() != null) { + this.mLocusId = shortcutInfoCompat.getLocusId(); + } else if (shortcutInfoCompat.getId() != null) { + this.mLocusId = new LocusIdCompat(shortcutInfoCompat.getId()); + } + } + if (this.mContentTitle == null) { + setContentTitle(shortcutInfoCompat.getShortLabel()); + } + return this; + } + + @NonNull public Builder setShowWhen(boolean z2) { this.mShowWhen = z2; return this; } + @NonNull + public Builder setSilent(boolean z2) { + this.mSilent = z2; + return this; + } + + @NonNull public Builder setSmallIcon(int i) { this.mNotification.icon = i; return this; } + @NonNull public Builder setSmallIcon(int i, int i2) { Notification notification = this.mNotification; notification.icon = i; @@ -1164,12 +1772,21 @@ public class NotificationCompat { return this; } - public Builder setSortKey(String str) { + @NonNull + @RequiresApi(23) + public Builder setSmallIcon(@NonNull IconCompat iconCompat) { + this.mSmallIcon = iconCompat.toIcon(this.mContext); + return this; + } + + @NonNull + public Builder setSortKey(@Nullable String str) { this.mSortKey = str; return this; } - public Builder setSound(Uri uri) { + @NonNull + public Builder setSound(@Nullable Uri uri) { Notification notification = this.mNotification; notification.sound = uri; notification.audioStreamType = -1; @@ -1177,7 +1794,8 @@ public class NotificationCompat { return this; } - public Builder setSound(Uri uri, int i) { + @NonNull + public Builder setSound(@Nullable Uri uri, int i) { Notification notification = this.mNotification; notification.sound = uri; notification.audioStreamType = i; @@ -1185,7 +1803,8 @@ public class NotificationCompat { return this; } - public Builder setStyle(Style style) { + @NonNull + public Builder setStyle(@Nullable Style style) { if (this.mStyle != style) { this.mStyle = style; if (style != null) { @@ -1195,42 +1814,51 @@ public class NotificationCompat { return this; } - public Builder setSubText(CharSequence charSequence) { + @NonNull + public Builder setSubText(@Nullable CharSequence charSequence) { this.mSubText = limitCharSequenceLength(charSequence); return this; } - public Builder setTicker(CharSequence charSequence) { + @NonNull + public Builder setTicker(@Nullable CharSequence charSequence) { this.mNotification.tickerText = limitCharSequenceLength(charSequence); return this; } - public Builder setTicker(CharSequence charSequence, RemoteViews remoteViews) { + @NonNull + @Deprecated + public Builder setTicker(@Nullable CharSequence charSequence, @Nullable RemoteViews remoteViews) { this.mNotification.tickerText = limitCharSequenceLength(charSequence); this.mTickerView = remoteViews; return this; } + @NonNull public Builder setTimeoutAfter(long j) { this.mTimeout = j; return this; } + @NonNull public Builder setUsesChronometer(boolean z2) { this.mUseChronometer = z2; return this; } - public Builder setVibrate(long[] jArr) { + @NonNull + public Builder setVibrate(@Nullable long[] jArr) { this.mNotification.vibrate = jArr; return this; } + @NonNull public Builder setVisibility(int i) { this.mVisibility = i; return this; } + @NonNull public Builder setWhen(long j) { this.mNotification.when = j; return this; @@ -1274,38 +1902,45 @@ public class NotificationCompat { private RemoteInput mRemoteInput; private PendingIntent mReplyPendingIntent; - public Builder(String str) { + public Builder(@NonNull String str) { this.mParticipant = str; } - public Builder addMessage(String str) { - this.mMessages.add(str); + @NonNull + public Builder addMessage(@Nullable String str) { + if (str != null) { + this.mMessages.add(str); + } return this; } + @NonNull public UnreadConversation build() { List list = this.mMessages; return new UnreadConversation((String[]) list.toArray(new String[list.size()]), this.mRemoteInput, this.mReplyPendingIntent, this.mReadPendingIntent, new String[]{this.mParticipant}, this.mLatestTimestamp); } + @NonNull public Builder setLatestTimestamp(long j) { this.mLatestTimestamp = j; return this; } - public Builder setReadPendingIntent(PendingIntent pendingIntent) { + @NonNull + public Builder setReadPendingIntent(@Nullable PendingIntent pendingIntent) { this.mReadPendingIntent = pendingIntent; return this; } - public Builder setReplyAction(PendingIntent pendingIntent, RemoteInput remoteInput) { + @NonNull + public Builder setReplyAction(@Nullable PendingIntent pendingIntent, @Nullable RemoteInput remoteInput) { this.mRemoteInput = remoteInput; this.mReplyPendingIntent = pendingIntent; return this; } } - public UnreadConversation(String[] strArr, RemoteInput remoteInput, PendingIntent pendingIntent, PendingIntent pendingIntent2, String[] strArr2, long j) { + public UnreadConversation(@Nullable String[] strArr, @Nullable RemoteInput remoteInput, @Nullable PendingIntent pendingIntent, @Nullable PendingIntent pendingIntent2, @Nullable String[] strArr2, long j) { this.mMessages = strArr; this.mRemoteInput = remoteInput; this.mReadPendingIntent = pendingIntent2; @@ -1318,10 +1953,12 @@ public class NotificationCompat { return this.mLatestTimestamp; } + @Nullable public String[] getMessages() { return this.mMessages; } + @Nullable public String getParticipant() { String[] strArr = this.mParticipants; if (strArr.length > 0) { @@ -1330,18 +1967,22 @@ public class NotificationCompat { return null; } + @Nullable public String[] getParticipants() { return this.mParticipants; } + @Nullable public PendingIntent getReadPendingIntent() { return this.mReadPendingIntent; } + @Nullable public RemoteInput getRemoteInput() { return this.mRemoteInput; } + @Nullable public PendingIntent getReplyPendingIntent() { return this.mReplyPendingIntent; } @@ -1350,7 +1991,7 @@ public class NotificationCompat { public CarExtender() { } - public CarExtender(Notification notification) { + public CarExtender(@NonNull Notification notification) { Bundle bundle = NotificationCompat.getExtras(notification) == null ? null : NotificationCompat.getExtras(notification).getBundle(EXTRA_CAR_EXTENDER); if (bundle != null) { this.mLargeIcon = (Bitmap) bundle.getParcelable(EXTRA_LARGE_ICON); @@ -1432,7 +2073,8 @@ public class NotificationCompat { } @Override // androidx.core.app.NotificationCompat.Extender - public Builder extend(Builder builder) { + @NonNull + public Builder extend(@NonNull Builder builder) { Bundle bundle = new Bundle(); Bitmap bitmap = this.mLargeIcon; if (bitmap != null) { @@ -1455,27 +2097,32 @@ public class NotificationCompat { return this.mColor; } + @Nullable public Bitmap getLargeIcon() { return this.mLargeIcon; } + @Nullable @Deprecated public UnreadConversation getUnreadConversation() { return this.mUnreadConversation; } + @NonNull public CarExtender setColor(@ColorInt int i) { this.mColor = i; return this; } - public CarExtender setLargeIcon(Bitmap bitmap) { + @NonNull + public CarExtender setLargeIcon(@Nullable Bitmap bitmap) { this.mLargeIcon = bitmap; return this; } + @NonNull @Deprecated - public CarExtender setUnreadConversation(UnreadConversation unreadConversation) { + public CarExtender setUnreadConversation(@Nullable UnreadConversation unreadConversation) { this.mUnreadConversation = unreadConversation; return this; } @@ -1483,6 +2130,7 @@ public class NotificationCompat { public static class DecoratedCustomViewStyle extends Style { private static final int MAX_ACTION_BUTTONS = 3; + private static final String TEMPLATE_CLASS_NAME = "androidx.core.app.NotificationCompat$DecoratedCustomViewStyle"; private RemoteViews createRemoteViews(RemoteViews remoteViews, boolean z2) { int min; @@ -1510,7 +2158,10 @@ public class NotificationCompat { private RemoteViews generateActionButton(Action action) { boolean z2 = action.actionIntent == null; RemoteViews remoteViews = new RemoteViews(this.mBuilder.mContext.getPackageName(), z2 ? R.layout.notification_action_tombstone : R.layout.notification_action); - remoteViews.setImageViewBitmap(R.id.action_image, createColoredBitmap(action.getIconCompat(), this.mBuilder.mContext.getResources().getColor(R.color.notification_action_color_filter))); + IconCompat iconCompat = action.getIconCompat(); + if (iconCompat != null) { + remoteViews.setImageViewBitmap(R.id.action_image, createColoredBitmap(iconCompat, this.mBuilder.mContext.getResources().getColor(R.color.notification_action_color_filter))); + } remoteViews.setTextViewText(R.id.action_text, action.title); if (!z2) { remoteViews.setOnClickPendingIntent(R.id.action_container, action.actionIntent); @@ -1540,6 +2191,19 @@ public class NotificationCompat { } } + @Override // androidx.core.app.NotificationCompat.Style + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public boolean displayCustomViewInline() { + return true; + } + + @Override // androidx.core.app.NotificationCompat.Style + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public String getClassName() { + return TEMPLATE_CLASS_NAME; + } + @Override // androidx.core.app.NotificationCompat.Style @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public RemoteViews makeBigContentView(NotificationBuilderWithBuilderAccessor notificationBuilderWithBuilderAccessor) { @@ -1581,7 +2245,8 @@ public class NotificationCompat { } public interface Extender { - Builder extend(Builder builder); + @NonNull + Builder extend(@NonNull Builder builder); } @Retention(RetentionPolicy.SOURCE) @@ -1590,17 +2255,21 @@ public class NotificationCompat { } public static class InboxStyle extends Style { + private static final String TEMPLATE_CLASS_NAME = "androidx.core.app.NotificationCompat$InboxStyle"; private ArrayList mTexts = new ArrayList<>(); public InboxStyle() { } - public InboxStyle(Builder builder) { + public InboxStyle(@Nullable Builder builder) { setBuilder(builder); } - public InboxStyle addLine(CharSequence charSequence) { - this.mTexts.add(Builder.limitCharSequenceLength(charSequence)); + @NonNull + public InboxStyle addLine(@Nullable CharSequence charSequence) { + if (charSequence != null) { + this.mTexts.add(Builder.limitCharSequenceLength(charSequence)); + } return this; } @@ -1617,12 +2286,38 @@ public class NotificationCompat { } } - public InboxStyle setBigContentTitle(CharSequence charSequence) { + @Override // androidx.core.app.NotificationCompat.Style + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public void clearCompatExtraKeys(@NonNull Bundle bundle) { + super.clearCompatExtraKeys(bundle); + bundle.remove(NotificationCompat.EXTRA_TEXT_LINES); + } + + @Override // androidx.core.app.NotificationCompat.Style + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public String getClassName() { + return TEMPLATE_CLASS_NAME; + } + + @Override // androidx.core.app.NotificationCompat.Style + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public void restoreFromCompatExtras(@NonNull Bundle bundle) { + super.restoreFromCompatExtras(bundle); + this.mTexts.clear(); + if (bundle.containsKey(NotificationCompat.EXTRA_TEXT_LINES)) { + Collections.addAll(this.mTexts, bundle.getCharSequenceArray(NotificationCompat.EXTRA_TEXT_LINES)); + } + } + + @NonNull + public InboxStyle setBigContentTitle(@Nullable CharSequence charSequence) { this.mBigContentTitle = Builder.limitCharSequenceLength(charSequence); return this; } - public InboxStyle setSummaryText(CharSequence charSequence) { + @NonNull + public InboxStyle setSummaryText(@Nullable CharSequence charSequence) { this.mSummaryText = Builder.limitCharSequenceLength(charSequence); this.mSummaryTextSet = true; return this; @@ -1631,8 +2326,10 @@ public class NotificationCompat { public static class MessagingStyle extends Style { public static final int MAXIMUM_RETAINED_MESSAGES = 25; + private static final String TEMPLATE_CLASS_NAME = "androidx.core.app.NotificationCompat$MessagingStyle"; @Nullable private CharSequence mConversationTitle; + private final List mHistoricMessages = new ArrayList(); @Nullable private Boolean mIsGroupConversation; private final List mMessages = new ArrayList(); @@ -1657,7 +2354,7 @@ public class NotificationCompat { private final CharSequence mText; private final long mTimestamp; - public Message(CharSequence charSequence, long j, @Nullable Person person) { + public Message(@Nullable CharSequence charSequence, long j, @Nullable Person person) { this.mExtras = new Bundle(); this.mText = charSequence; this.mTimestamp = j; @@ -1665,12 +2362,12 @@ public class NotificationCompat { } @Deprecated - public Message(CharSequence charSequence, long j, CharSequence charSequence2) { + public Message(@Nullable CharSequence charSequence, long j, @Nullable CharSequence charSequence2) { this(charSequence, j, new Person.Builder().setName(charSequence2).build()); } @NonNull - public static Bundle[] getBundleArrayForMessages(List list) { + public static Bundle[] getBundleArrayForMessages(@NonNull List list) { Bundle[] bundleArr = new Bundle[list.size()]; int size = list.size(); for (int i = 0; i < size; i++) { @@ -1680,7 +2377,7 @@ public class NotificationCompat { } @Nullable - public static Message getMessageFromBundle(Bundle bundle) { + public static Message getMessageFromBundle(@NonNull Bundle bundle) { try { if (bundle.containsKey(KEY_TEXT)) { if (bundle.containsKey("time")) { @@ -1700,7 +2397,7 @@ public class NotificationCompat { } @NonNull - public static List getMessagesFromBundleArray(Parcelable[] parcelableArr) { + public static List getMessagesFromBundleArray(@NonNull Parcelable[] parcelableArr) { Message messageFromBundle; ArrayList arrayList = new ArrayList(parcelableArr.length); for (int i = 0; i < parcelableArr.length; i++) { @@ -1711,6 +2408,7 @@ public class NotificationCompat { return arrayList; } + @NonNull private Bundle toBundle() { Bundle bundle = new Bundle(); CharSequence charSequence = this.mText; @@ -1772,7 +2470,7 @@ public class NotificationCompat { return person.getName(); } - @NonNull + @Nullable public CharSequence getText() { return this.mText; } @@ -1781,14 +2479,44 @@ public class NotificationCompat { return this.mTimestamp; } - public Message setData(String str, Uri uri) { + @NonNull + public Message setData(@Nullable String str, @Nullable Uri uri) { this.mDataMimeType = str; this.mDataUri = uri; return this; } + + @NonNull + @RequiresApi(24) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public Notification.MessagingStyle.Message toAndroidMessage() { + Notification.MessagingStyle.Message message; + Person person = getPerson(); + CharSequence charSequence = null; + android.app.Person person2 = null; + if (Build.VERSION.SDK_INT >= 28) { + CharSequence text = getText(); + long timestamp = getTimestamp(); + if (person != null) { + person2 = person.toAndroidPerson(); + } + message = new Notification.MessagingStyle.Message(text, timestamp, person2); + } else { + CharSequence text2 = getText(); + long timestamp2 = getTimestamp(); + if (person != null) { + charSequence = person.getName(); + } + message = new Notification.MessagingStyle.Message(text2, timestamp2, charSequence); + } + if (getDataMimeType() != null) { + message.setData(getDataMimeType(), getDataUri()); + } + return message; + } } - private MessagingStyle() { + public MessagingStyle() { } public MessagingStyle(@NonNull Person person) { @@ -1805,18 +2533,12 @@ public class NotificationCompat { } @Nullable - public static MessagingStyle extractMessagingStyleFromNotification(Notification notification) { - Bundle extras = NotificationCompat.getExtras(notification); - if (extras != null && !extras.containsKey(NotificationCompat.EXTRA_SELF_DISPLAY_NAME) && !extras.containsKey(NotificationCompat.EXTRA_MESSAGING_STYLE_USER)) { - return null; - } - try { - MessagingStyle messagingStyle = new MessagingStyle(); - messagingStyle.restoreFromCompatExtras(extras); - return messagingStyle; - } catch (ClassCastException unused) { - return null; + public static MessagingStyle extractMessagingStyleFromNotification(@NonNull Notification notification) { + Style extractStyleFromNotification = Style.extractStyleFromNotification(notification); + if (extractStyleFromNotification instanceof MessagingStyle) { + return (MessagingStyle) extractStyleFromNotification; } + return null; } @Nullable @@ -1853,7 +2575,7 @@ public class NotificationCompat { return new TextAppearanceSpan(null, 0, 0, ColorStateList.valueOf(i), null); } - private CharSequence makeMessageLine(Message message) { + private CharSequence makeMessageLine(@NonNull Message message) { BidiFormatter instance = BidiFormatter.getInstance(); SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(); int i = 1 != 0 ? ViewCompat.MEASURED_STATE_MASK : -1; @@ -1876,7 +2598,7 @@ public class NotificationCompat { } @Override // androidx.core.app.NotificationCompat.Style - public void addCompatExtras(Bundle bundle) { + public void addCompatExtras(@NonNull Bundle bundle) { super.addCompatExtras(bundle); bundle.putCharSequence(NotificationCompat.EXTRA_SELF_DISPLAY_NAME, this.mUser.getName()); bundle.putBundle(NotificationCompat.EXTRA_MESSAGING_STYLE_USER, this.mUser.toBundle()); @@ -1887,27 +2609,46 @@ public class NotificationCompat { if (!this.mMessages.isEmpty()) { bundle.putParcelableArray(NotificationCompat.EXTRA_MESSAGES, Message.getBundleArrayForMessages(this.mMessages)); } + if (!this.mHistoricMessages.isEmpty()) { + bundle.putParcelableArray(NotificationCompat.EXTRA_HISTORIC_MESSAGES, Message.getBundleArrayForMessages(this.mHistoricMessages)); + } Boolean bool = this.mIsGroupConversation; if (bool != null) { bundle.putBoolean(NotificationCompat.EXTRA_IS_GROUP_CONVERSATION, bool.booleanValue()); } } - public MessagingStyle addMessage(Message message) { - this.mMessages.add(message); - if (this.mMessages.size() > 25) { - this.mMessages.remove(0); + @NonNull + public MessagingStyle addHistoricMessage(@Nullable Message message) { + if (message != null) { + this.mHistoricMessages.add(message); + if (this.mHistoricMessages.size() > 25) { + this.mHistoricMessages.remove(0); + } } return this; } - public MessagingStyle addMessage(CharSequence charSequence, long j, Person person) { + @NonNull + public MessagingStyle addMessage(@Nullable Message message) { + if (message != null) { + this.mMessages.add(message); + if (this.mMessages.size() > 25) { + this.mMessages.remove(0); + } + } + return this; + } + + @NonNull + public MessagingStyle addMessage(@Nullable CharSequence charSequence, long j, @Nullable Person person) { addMessage(new Message(charSequence, j, person)); return this; } + @NonNull @Deprecated - public MessagingStyle addMessage(CharSequence charSequence, long j, CharSequence charSequence2) { + public MessagingStyle addMessage(@Nullable CharSequence charSequence, long j, @Nullable CharSequence charSequence2) { this.mMessages.add(new Message(charSequence, j, new Person.Builder().setName(charSequence2).build())); if (this.mMessages.size() > 25) { this.mMessages.remove(0); @@ -1918,29 +2659,24 @@ public class NotificationCompat { @Override // androidx.core.app.NotificationCompat.Style @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public void apply(NotificationBuilderWithBuilderAccessor notificationBuilderWithBuilderAccessor) { - Notification.MessagingStyle.Message message; setGroupConversation(isGroupConversation()); int i = Build.VERSION.SDK_INT; if (i >= 24) { Notification.MessagingStyle messagingStyle = i >= 28 ? new Notification.MessagingStyle(this.mUser.toAndroidPerson()) : new Notification.MessagingStyle(this.mUser.getName()); - if (this.mIsGroupConversation.booleanValue() || i >= 28) { + for (Message message : this.mMessages) { + messagingStyle.addMessage(message.toAndroidMessage()); + } + if (Build.VERSION.SDK_INT >= 26) { + for (Message message2 : this.mHistoricMessages) { + messagingStyle.addHistoricMessage(message2.toAndroidMessage()); + } + } + if (this.mIsGroupConversation.booleanValue() || Build.VERSION.SDK_INT >= 28) { messagingStyle.setConversationTitle(this.mConversationTitle); } - if (i >= 28) { + if (Build.VERSION.SDK_INT >= 28) { messagingStyle.setGroupConversation(this.mIsGroupConversation.booleanValue()); } - for (Message message2 : this.mMessages) { - if (Build.VERSION.SDK_INT >= 28) { - Person person = message2.getPerson(); - message = new Notification.MessagingStyle.Message(message2.getText(), message2.getTimestamp(), person == null ? null : person.toAndroidPerson()); - } else { - message = new Notification.MessagingStyle.Message(message2.getText(), message2.getTimestamp(), message2.getPerson() != null ? message2.getPerson().getName() : null); - } - if (message2.getDataMimeType() != null) { - message.setData(message2.getDataMimeType(), message2.getDataUri()); - } - messagingStyle.addMessage(message); - } messagingStyle.setBuilder(notificationBuilderWithBuilderAccessor.getBuilder()); return; } @@ -1969,19 +2705,47 @@ public class NotificationCompat { new Notification.BigTextStyle(notificationBuilderWithBuilderAccessor.getBuilder()).setBigContentTitle(null).bigText(spannableStringBuilder); } + @Override // androidx.core.app.NotificationCompat.Style + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public void clearCompatExtraKeys(@NonNull Bundle bundle) { + super.clearCompatExtraKeys(bundle); + bundle.remove(NotificationCompat.EXTRA_MESSAGING_STYLE_USER); + bundle.remove(NotificationCompat.EXTRA_SELF_DISPLAY_NAME); + bundle.remove(NotificationCompat.EXTRA_CONVERSATION_TITLE); + bundle.remove(NotificationCompat.EXTRA_HIDDEN_CONVERSATION_TITLE); + bundle.remove(NotificationCompat.EXTRA_MESSAGES); + bundle.remove(NotificationCompat.EXTRA_HISTORIC_MESSAGES); + bundle.remove(NotificationCompat.EXTRA_IS_GROUP_CONVERSATION); + } + + @Override // androidx.core.app.NotificationCompat.Style + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public String getClassName() { + return TEMPLATE_CLASS_NAME; + } + @Nullable public CharSequence getConversationTitle() { return this.mConversationTitle; } + @NonNull + public List getHistoricMessages() { + return this.mHistoricMessages; + } + + @NonNull public List getMessages() { return this.mMessages; } + @NonNull public Person getUser() { return this.mUser; } + @Nullable @Deprecated public CharSequence getUserDisplayName() { return this.mUser.getName(); @@ -2001,7 +2765,8 @@ public class NotificationCompat { @Override // androidx.core.app.NotificationCompat.Style @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) - public void restoreFromCompatExtras(Bundle bundle) { + public void restoreFromCompatExtras(@NonNull Bundle bundle) { + super.restoreFromCompatExtras(bundle); this.mMessages.clear(); if (bundle.containsKey(NotificationCompat.EXTRA_MESSAGING_STYLE_USER)) { this.mUser = Person.fromBundle(bundle.getBundle(NotificationCompat.EXTRA_MESSAGING_STYLE_USER)); @@ -2017,16 +2782,22 @@ public class NotificationCompat { if (parcelableArray != null) { this.mMessages.addAll(Message.getMessagesFromBundleArray(parcelableArray)); } + Parcelable[] parcelableArray2 = bundle.getParcelableArray(NotificationCompat.EXTRA_HISTORIC_MESSAGES); + if (parcelableArray2 != null) { + this.mHistoricMessages.addAll(Message.getMessagesFromBundleArray(parcelableArray2)); + } if (bundle.containsKey(NotificationCompat.EXTRA_IS_GROUP_CONVERSATION)) { this.mIsGroupConversation = Boolean.valueOf(bundle.getBoolean(NotificationCompat.EXTRA_IS_GROUP_CONVERSATION)); } } + @NonNull public MessagingStyle setConversationTitle(@Nullable CharSequence charSequence) { this.mConversationTitle = charSequence; return this; } + @NonNull public MessagingStyle setGroupConversation(boolean z2) { this.mIsGroupConversation = Boolean.valueOf(z2); return this; @@ -2062,11 +2833,111 @@ public class NotificationCompat { return f < f2 ? f2 : f > f3 ? f3 : f; } + @Nullable + public static Style constructCompatStyleByName(@Nullable String str) { + if (str == null) { + return null; + } + char c2 = 65535; + switch (str.hashCode()) { + case -716705180: + if (str.equals("androidx.core.app.NotificationCompat$DecoratedCustomViewStyle")) { + c2 = 0; + break; + } + break; + case -171946061: + if (str.equals("androidx.core.app.NotificationCompat$BigPictureStyle")) { + c2 = 1; + break; + } + break; + case 912942987: + if (str.equals("androidx.core.app.NotificationCompat$InboxStyle")) { + c2 = 2; + break; + } + break; + case 919595044: + if (str.equals("androidx.core.app.NotificationCompat$BigTextStyle")) { + c2 = 3; + break; + } + break; + case 2090799565: + if (str.equals("androidx.core.app.NotificationCompat$MessagingStyle")) { + c2 = 4; + break; + } + break; + } + switch (c2) { + case 0: + return new DecoratedCustomViewStyle(); + case 1: + return new BigPictureStyle(); + case 2: + return new InboxStyle(); + case 3: + return new BigTextStyle(); + case 4: + return new MessagingStyle(); + default: + return null; + } + } + + @Nullable + private static Style constructCompatStyleByPlatformName(@Nullable String str) { + if (str == null) { + return null; + } + int i = Build.VERSION.SDK_INT; + if (str.equals(Notification.BigPictureStyle.class.getName())) { + return new BigPictureStyle(); + } + if (str.equals(Notification.BigTextStyle.class.getName())) { + return new BigTextStyle(); + } + if (str.equals(Notification.InboxStyle.class.getName())) { + return new InboxStyle(); + } + if (i >= 24) { + if (str.equals(Notification.MessagingStyle.class.getName())) { + return new MessagingStyle(); + } + if (str.equals(Notification.DecoratedCustomViewStyle.class.getName())) { + return new DecoratedCustomViewStyle(); + } + } + return null; + } + + @Nullable + public static Style constructCompatStyleForBundle(@NonNull Bundle bundle) { + Style constructCompatStyleByName = constructCompatStyleByName(bundle.getString(NotificationCompat.EXTRA_COMPAT_TEMPLATE)); + return constructCompatStyleByName != null ? constructCompatStyleByName : (bundle.containsKey(NotificationCompat.EXTRA_SELF_DISPLAY_NAME) || bundle.containsKey(NotificationCompat.EXTRA_MESSAGING_STYLE_USER)) ? new MessagingStyle() : bundle.containsKey(NotificationCompat.EXTRA_PICTURE) ? new BigPictureStyle() : bundle.containsKey(NotificationCompat.EXTRA_BIG_TEXT) ? new BigTextStyle() : bundle.containsKey(NotificationCompat.EXTRA_TEXT_LINES) ? new InboxStyle() : constructCompatStyleByPlatformName(bundle.getString(NotificationCompat.EXTRA_TEMPLATE)); + } + + @Nullable + public static Style constructStyleForExtras(@NonNull Bundle bundle) { + Style constructCompatStyleForBundle = constructCompatStyleForBundle(bundle); + if (constructCompatStyleForBundle == null) { + return null; + } + try { + constructCompatStyleForBundle.restoreFromCompatExtras(bundle); + return constructCompatStyleForBundle; + } catch (ClassCastException unused) { + return null; + } + } + private Bitmap createColoredBitmap(int i, int i2, int i3) { return createColoredBitmap(IconCompat.createWithResource(this.mBuilder.mContext, i), i2, i3); } - private Bitmap createColoredBitmap(IconCompat iconCompat, int i, int i2) { + private Bitmap createColoredBitmap(@NonNull IconCompat iconCompat, int i, int i2) { Drawable loadDrawable = iconCompat.loadDrawable(this.mBuilder.mContext); int intrinsicWidth = i2 == 0 ? loadDrawable.getIntrinsicWidth() : i2; if (i2 == 0) { @@ -2098,6 +2969,16 @@ public class NotificationCompat { return createColoredBitmap; } + @Nullable + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public static Style extractStyleFromNotification(@NonNull Notification notification) { + Bundle extras = NotificationCompat.getExtras(notification); + if (extras == null) { + return null; + } + return constructStyleForExtras(extras); + } + private void hideNormalContent(RemoteViews remoteViews) { remoteViews.setViewVisibility(R.id.title, 8); remoteViews.setViewVisibility(R.id.text2, 8); @@ -2105,7 +2986,18 @@ public class NotificationCompat { } @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) - public void addCompatExtras(Bundle bundle) { + public void addCompatExtras(@NonNull Bundle bundle) { + if (this.mSummaryTextSet) { + bundle.putCharSequence(NotificationCompat.EXTRA_SUMMARY_TEXT, this.mSummaryText); + } + CharSequence charSequence = this.mBigContentTitle; + if (charSequence != null) { + bundle.putCharSequence(NotificationCompat.EXTRA_TITLE_BIG, charSequence); + } + String className = getClassName(); + if (className != null) { + bundle.putString(NotificationCompat.EXTRA_COMPAT_TEMPLATE, className); + } } @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @@ -2119,6 +3011,7 @@ public class NotificationCompat { /* JADX WARNING: Removed duplicated region for block: B:54:0x018d */ /* JADX WARNING: Removed duplicated region for block: B:55:0x018f */ /* JADX WARNING: Removed duplicated region for block: B:58:0x0199 */ + @NonNull @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public RemoteViews applyStandardTemplate(boolean z2, int i, boolean z3) { boolean z4; @@ -2250,6 +3143,7 @@ public class NotificationCompat { return remoteViews; } + @Nullable public Notification build() { Builder builder = this.mBuilder; if (builder != null) { @@ -2268,15 +3162,33 @@ public class NotificationCompat { remoteViews.setViewPadding(R.id.notification_main_column_container, 0, calculateTopPadding(), 0, 0); } + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public void clearCompatExtraKeys(@NonNull Bundle bundle) { + bundle.remove(NotificationCompat.EXTRA_SUMMARY_TEXT); + bundle.remove(NotificationCompat.EXTRA_TITLE_BIG); + bundle.remove(NotificationCompat.EXTRA_COMPAT_TEMPLATE); + } + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public Bitmap createColoredBitmap(int i, int i2) { return createColoredBitmap(i, i2, 0); } - public Bitmap createColoredBitmap(IconCompat iconCompat, int i) { + public Bitmap createColoredBitmap(@NonNull IconCompat iconCompat, int i) { return createColoredBitmap(iconCompat, i, 0); } + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public boolean displayCustomViewInline() { + return false; + } + + @Nullable + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public String getClassName() { + return null; + } + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public RemoteViews makeBigContentView(NotificationBuilderWithBuilderAccessor notificationBuilderWithBuilderAccessor) { return null; @@ -2293,10 +3205,15 @@ public class NotificationCompat { } @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) - public void restoreFromCompatExtras(Bundle bundle) { + public void restoreFromCompatExtras(@NonNull Bundle bundle) { + if (bundle.containsKey(NotificationCompat.EXTRA_SUMMARY_TEXT)) { + this.mSummaryText = bundle.getCharSequence(NotificationCompat.EXTRA_SUMMARY_TEXT); + this.mSummaryTextSet = true; + } + this.mBigContentTitle = bundle.getCharSequence(NotificationCompat.EXTRA_TITLE_BIG); } - public void setBuilder(Builder builder) { + public void setBuilder(@Nullable Builder builder) { if (this.mBuilder != builder) { this.mBuilder = builder; if (builder != null) { @@ -2367,7 +3284,7 @@ public class NotificationCompat { public WearableExtender() { } - public WearableExtender(Notification notification) { + public WearableExtender(@NonNull Notification notification) { Bundle extras = NotificationCompat.getExtras(notification); Bundle bundle = extras != null ? extras.getBundle(EXTRA_WEARABLE_EXTENSIONS) : null; if (bundle != null) { @@ -2433,39 +3350,46 @@ public class NotificationCompat { this.mFlags = (~i) & this.mFlags; } - public WearableExtender addAction(Action action) { + @NonNull + public WearableExtender addAction(@NonNull Action action) { this.mActions.add(action); return this; } - public WearableExtender addActions(List list) { + @NonNull + public WearableExtender addActions(@NonNull List list) { this.mActions.addAll(list); return this; } + @NonNull @Deprecated - public WearableExtender addPage(Notification notification) { + public WearableExtender addPage(@NonNull Notification notification) { this.mPages.add(notification); return this; } + @NonNull @Deprecated - public WearableExtender addPages(List list) { + public WearableExtender addPages(@NonNull List list) { this.mPages.addAll(list); return this; } + @NonNull public WearableExtender clearActions() { this.mActions.clear(); return this; } + @NonNull @Deprecated public WearableExtender clearPages() { this.mPages.clear(); return this; } + @NonNull public WearableExtender clone() { WearableExtender wearableExtender = new WearableExtender(); wearableExtender.mActions = new ArrayList<>(this.mActions); @@ -2486,7 +3410,8 @@ public class NotificationCompat { } @Override // androidx.core.app.NotificationCompat.Extender - public Builder extend(Builder builder) { + @NonNull + public Builder extend(@NonNull Builder builder) { Bundle bundle = new Bundle(); if (!this.mActions.isEmpty()) { ArrayList arrayList = new ArrayList<>(this.mActions.size()); @@ -2552,15 +3477,18 @@ public class NotificationCompat { return builder; } + @NonNull public List getActions() { return this.mActions; } + @Nullable @Deprecated public Bitmap getBackground() { return this.mBackground; } + @Nullable public String getBridgeTag() { return this.mBridgeTag; } @@ -2593,10 +3521,12 @@ public class NotificationCompat { return this.mCustomSizePreset; } + @Nullable public String getDismissalId() { return this.mDismissalId; } + @Nullable @Deprecated public PendingIntent getDisplayIntent() { return this.mDisplayIntent; @@ -2636,6 +3566,7 @@ public class NotificationCompat { return (this.mFlags & 4) != 0; } + @NonNull @Deprecated public List getPages() { return this.mPages; @@ -2645,115 +3576,135 @@ public class NotificationCompat { return (this.mFlags & 8) != 0; } + @NonNull @Deprecated - public WearableExtender setBackground(Bitmap bitmap) { + public WearableExtender setBackground(@Nullable Bitmap bitmap) { this.mBackground = bitmap; return this; } - public WearableExtender setBridgeTag(String str) { + @NonNull + public WearableExtender setBridgeTag(@Nullable String str) { this.mBridgeTag = str; return this; } + @NonNull public WearableExtender setContentAction(int i) { this.mContentActionIndex = i; return this; } + @NonNull @Deprecated public WearableExtender setContentIcon(int i) { this.mContentIcon = i; return this; } + @NonNull @Deprecated public WearableExtender setContentIconGravity(int i) { this.mContentIconGravity = i; return this; } + @NonNull public WearableExtender setContentIntentAvailableOffline(boolean z2) { setFlag(1, z2); return this; } + @NonNull @Deprecated public WearableExtender setCustomContentHeight(int i) { this.mCustomContentHeight = i; return this; } + @NonNull @Deprecated public WearableExtender setCustomSizePreset(int i) { this.mCustomSizePreset = i; return this; } - public WearableExtender setDismissalId(String str) { + @NonNull + public WearableExtender setDismissalId(@Nullable String str) { this.mDismissalId = str; return this; } + @NonNull @Deprecated - public WearableExtender setDisplayIntent(PendingIntent pendingIntent) { + public WearableExtender setDisplayIntent(@Nullable PendingIntent pendingIntent) { this.mDisplayIntent = pendingIntent; return this; } + @NonNull @Deprecated public WearableExtender setGravity(int i) { this.mGravity = i; return this; } + @NonNull @Deprecated public WearableExtender setHintAmbientBigPicture(boolean z2) { setFlag(32, z2); return this; } + @NonNull @Deprecated public WearableExtender setHintAvoidBackgroundClipping(boolean z2) { setFlag(16, z2); return this; } + @NonNull public WearableExtender setHintContentIntentLaunchesActivity(boolean z2) { setFlag(64, z2); return this; } + @NonNull @Deprecated public WearableExtender setHintHideIcon(boolean z2) { setFlag(2, z2); return this; } + @NonNull @Deprecated public WearableExtender setHintScreenTimeout(int i) { this.mHintScreenTimeout = i; return this; } + @NonNull @Deprecated public WearableExtender setHintShowBackgroundOnly(boolean z2) { setFlag(4, z2); return this; } + @NonNull public WearableExtender setStartScrollBottom(boolean z2) { setFlag(8, z2); return this; } } - public static Action getAction(Notification notification, int i) { + @Nullable + public static Action getAction(@NonNull Notification notification, int i) { return getActionCompatFromAction(notification.actions[i]); } + @NonNull @RequiresApi(20) - public static Action getActionCompatFromAction(Notification.Action action) { + public static Action getActionCompatFromAction(@NonNull Notification.Action action) { RemoteInput[] remoteInputArr; int i; RemoteInput[] remoteInputs = action.getRemoteInputs(); @@ -2785,7 +3736,7 @@ public class NotificationCompat { return new Action(iconCompat, action.title, action.actionIntent, action.getExtras(), remoteInputArr, (RemoteInput[]) null, z2, semanticAction, z3, isContextual); } - public static int getActionCount(Notification notification) { + public static int getActionCount(@NonNull Notification notification) { Notification.Action[] actionArr = notification.actions; if (actionArr != null) { return actionArr.length; @@ -2793,14 +3744,18 @@ public class NotificationCompat { return 0; } - public static boolean getAllowSystemGeneratedContextualActions(Notification notification) { + public static boolean getAllowSystemGeneratedContextualActions(@NonNull Notification notification) { if (Build.VERSION.SDK_INT >= 29) { return notification.getAllowSystemGeneratedContextualActions(); } return false; } - public static int getBadgeIconType(Notification notification) { + public static boolean getAutoCancel(@NonNull Notification notification) { + return (notification.flags & 16) != 0; + } + + public static int getBadgeIconType(@NonNull Notification notification) { if (Build.VERSION.SDK_INT >= 26) { return notification.getBadgeIconType(); } @@ -2815,40 +3770,66 @@ public class NotificationCompat { return null; } - public static String getCategory(Notification notification) { + @Nullable + public static String getCategory(@NonNull Notification notification) { return notification.category; } - public static String getChannelId(Notification notification) { + @Nullable + public static String getChannelId(@NonNull Notification notification) { if (Build.VERSION.SDK_INT >= 26) { return notification.getChannelId(); } return null; } + public static int getColor(@NonNull Notification notification) { + return notification.color; + } + + @Nullable @RequiresApi(19) - public static CharSequence getContentTitle(Notification notification) { + public static CharSequence getContentInfo(@NonNull Notification notification) { + return notification.extras.getCharSequence(EXTRA_INFO_TEXT); + } + + @Nullable + @RequiresApi(19) + public static CharSequence getContentText(@NonNull Notification notification) { + return notification.extras.getCharSequence(EXTRA_TEXT); + } + + @Nullable + @RequiresApi(19) + public static CharSequence getContentTitle(@NonNull Notification notification) { return notification.extras.getCharSequence(EXTRA_TITLE); } @Nullable - public static Bundle getExtras(Notification notification) { + public static Bundle getExtras(@NonNull Notification notification) { return notification.extras; } - public static String getGroup(Notification notification) { + @Nullable + public static String getGroup(@NonNull Notification notification) { return notification.getGroup(); } - public static int getGroupAlertBehavior(Notification notification) { + public static int getGroupAlertBehavior(@NonNull Notification notification) { if (Build.VERSION.SDK_INT >= 26) { return notification.getGroupAlertBehavior(); } return 0; } + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public static boolean getHighPriority(@NonNull Notification notification) { + return (notification.flags & 128) != 0; + } + + @NonNull @RequiresApi(21) - public static List getInvisibleActions(Notification notification) { + public static List getInvisibleActions(@NonNull Notification notification) { Bundle bundle; ArrayList arrayList = new ArrayList(); Bundle bundle2 = notification.extras.getBundle(CarExtender.EXTRA_CAR_EXTENDER); @@ -2860,11 +3841,21 @@ public class NotificationCompat { return arrayList; } - public static boolean getLocalOnly(Notification notification) { + public static boolean getLocalOnly(@NonNull Notification notification) { return (notification.flags & 256) != 0; } - public static Notification[] getNotificationArrayFromBundle(Bundle bundle, String str) { + @Nullable + public static LocusIdCompat getLocusId(@NonNull Notification notification) { + LocusId locusId; + if (Build.VERSION.SDK_INT < 29 || (locusId = notification.getLocusId()) == null) { + return null; + } + return LocusIdCompat.toLocusIdCompat(locusId); + } + + @NonNull + public static Notification[] getNotificationArrayFromBundle(@NonNull Bundle bundle, @NonNull String str) { Parcelable[] parcelableArray = bundle.getParcelableArray(str); if ((parcelableArray instanceof Notification[]) || parcelableArray == null) { return (Notification[]) parcelableArray; @@ -2877,25 +3868,90 @@ public class NotificationCompat { return notificationArr; } - public static String getShortcutId(Notification notification) { + public static boolean getOngoing(@NonNull Notification notification) { + return (notification.flags & 2) != 0; + } + + public static boolean getOnlyAlertOnce(@NonNull Notification notification) { + return (notification.flags & 8) != 0; + } + + @NonNull + public static List getPeople(@NonNull Notification notification) { + ArrayList arrayList = new ArrayList(); + if (Build.VERSION.SDK_INT >= 28) { + ArrayList parcelableArrayList = notification.extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); + if (parcelableArrayList != null && !parcelableArrayList.isEmpty()) { + Iterator it = parcelableArrayList.iterator(); + while (it.hasNext()) { + arrayList.add(Person.fromAndroidPerson((android.app.Person) it.next())); + } + } + } else { + String[] stringArray = notification.extras.getStringArray(EXTRA_PEOPLE); + if (!(stringArray == null || stringArray.length == 0)) { + for (String str : stringArray) { + arrayList.add(new Person.Builder().setUri(str).build()); + } + } + } + return arrayList; + } + + @Nullable + public static Notification getPublicVersion(@NonNull Notification notification) { + return notification.publicVersion; + } + + @Nullable + public static CharSequence getSettingsText(@NonNull Notification notification) { + if (Build.VERSION.SDK_INT >= 26) { + return notification.getSettingsText(); + } + return null; + } + + @Nullable + public static String getShortcutId(@NonNull Notification notification) { if (Build.VERSION.SDK_INT >= 26) { return notification.getShortcutId(); } return null; } - public static String getSortKey(Notification notification) { + @RequiresApi(19) + public static boolean getShowWhen(@NonNull Notification notification) { + return notification.extras.getBoolean(EXTRA_SHOW_WHEN); + } + + @Nullable + public static String getSortKey(@NonNull Notification notification) { return notification.getSortKey(); } - public static long getTimeoutAfter(Notification notification) { + @Nullable + @RequiresApi(19) + public static CharSequence getSubText(@NonNull Notification notification) { + return notification.extras.getCharSequence(EXTRA_SUB_TEXT); + } + + public static long getTimeoutAfter(@NonNull Notification notification) { if (Build.VERSION.SDK_INT >= 26) { return notification.getTimeoutAfter(); } return 0; } - public static boolean isGroupSummary(Notification notification) { + @RequiresApi(19) + public static boolean getUsesChronometer(@NonNull Notification notification) { + return notification.extras.getBoolean(EXTRA_SHOW_CHRONOMETER); + } + + public static int getVisibility(@NonNull Notification notification) { + return notification.visibility; + } + + public static boolean isGroupSummary(@NonNull Notification notification) { return (notification.flags & 512) != 0; } } diff --git a/app/src/main/java/androidx/core/app/NotificationCompatBuilder.java b/app/src/main/java/androidx/core/app/NotificationCompatBuilder.java index 9044b27b5e..dfde3a316a 100644 --- a/app/src/main/java/androidx/core/app/NotificationCompatBuilder.java +++ b/app/src/main/java/androidx/core/app/NotificationCompatBuilder.java @@ -2,12 +2,17 @@ package androidx.core.app; import android.app.Notification; import android.app.RemoteInput; +import android.content.Context; +import android.graphics.drawable.Icon; import android.os.Build; import android.os.Bundle; import android.text.TextUtils; import android.widget.RemoteViews; +import androidx.annotation.Nullable; import androidx.annotation.RestrictTo; +import androidx.collection.ArraySet; import androidx.core.app.NotificationCompat; +import androidx.core.content.LocusIdCompat; import androidx.core.graphics.drawable.IconCompat; import java.util.ArrayList; import java.util.Iterator; @@ -19,12 +24,15 @@ public class NotificationCompatBuilder implements NotificationBuilderWithBuilder private final Notification.Builder mBuilder; private final NotificationCompat.Builder mBuilderCompat; private RemoteViews mContentView; + private final Context mContext; private final Bundle mExtras = new Bundle(); private int mGroupAlertBehavior; private RemoteViews mHeadsUpContentView; public NotificationCompatBuilder(NotificationCompat.Builder builder) { + Icon icon; this.mBuilderCompat = builder; + this.mContext = builder.mContext; if (Build.VERSION.SDK_INT >= 26) { this.mBuilder = new Notification.Builder(builder.mContext, builder.mChannelId); } else { @@ -41,30 +49,38 @@ public class NotificationCompatBuilder implements NotificationBuilderWithBuilder if (bundle != null) { this.mExtras.putAll(bundle); } + int i = Build.VERSION.SDK_INT; this.mContentView = builder.mContentView; this.mBigContentView = builder.mBigContentView; this.mBuilder.setShowWhen(builder.mShowWhen); this.mBuilder.setLocalOnly(builder.mLocalOnly).setGroup(builder.mGroupKey).setGroupSummary(builder.mGroupSummary).setSortKey(builder.mSortKey); this.mGroupAlertBehavior = builder.mGroupAlertBehavior; this.mBuilder.setCategory(builder.mCategory).setColor(builder.mColor).setVisibility(builder.mVisibility).setPublicVersion(builder.mPublicVersion).setSound(notification.sound, notification.audioAttributes); - Iterator it2 = builder.mPeople.iterator(); - while (it2.hasNext()) { - this.mBuilder.addPerson(it2.next()); + List combineLists = i < 28 ? combineLists(getPeople(builder.mPersonList), builder.mPeople) : builder.mPeople; + if (combineLists != null && !combineLists.isEmpty()) { + for (String str : combineLists) { + this.mBuilder.addPerson(str); + } } this.mHeadsUpContentView = builder.mHeadsUpContentView; if (builder.mInvisibleActions.size() > 0) { Bundle bundle2 = builder.getExtras().getBundle(NotificationCompat.CarExtender.EXTRA_CAR_EXTENDER); bundle2 = bundle2 == null ? new Bundle() : bundle2; - Bundle bundle3 = new Bundle(); - for (int i = 0; i < builder.mInvisibleActions.size(); i++) { - bundle3.putBundle(Integer.toString(i), NotificationCompatJellybean.getBundleForAction(builder.mInvisibleActions.get(i))); + Bundle bundle3 = new Bundle(bundle2); + Bundle bundle4 = new Bundle(); + for (int i2 = 0; i2 < builder.mInvisibleActions.size(); i2++) { + bundle4.putBundle(Integer.toString(i2), NotificationCompatJellybean.getBundleForAction(builder.mInvisibleActions.get(i2))); } - bundle2.putBundle(NotificationCompat.CarExtender.EXTRA_INVISIBLE_ACTIONS, bundle3); + bundle2.putBundle(NotificationCompat.CarExtender.EXTRA_INVISIBLE_ACTIONS, bundle4); + bundle3.putBundle(NotificationCompat.CarExtender.EXTRA_INVISIBLE_ACTIONS, bundle4); builder.getExtras().putBundle(NotificationCompat.CarExtender.EXTRA_CAR_EXTENDER, bundle2); - this.mExtras.putBundle(NotificationCompat.CarExtender.EXTRA_CAR_EXTENDER, bundle2); + this.mExtras.putBundle(NotificationCompat.CarExtender.EXTRA_CAR_EXTENDER, bundle3); } - int i2 = Build.VERSION.SDK_INT; - if (i2 >= 24) { + int i3 = Build.VERSION.SDK_INT; + if (i3 >= 23 && (icon = builder.mSmallIcon) != null) { + this.mBuilder.setSmallIcon(icon); + } + if (i3 >= 24) { this.mBuilder.setExtras(builder.mExtras).setRemoteInputHistory(builder.mRemoteInputHistory); RemoteViews remoteViews = builder.mContentView; if (remoteViews != null) { @@ -79,8 +95,8 @@ public class NotificationCompatBuilder implements NotificationBuilderWithBuilder this.mBuilder.setCustomHeadsUpContentView(remoteViews3); } } - if (i2 >= 26) { - this.mBuilder.setBadgeIconType(builder.mBadgeIcon).setShortcutId(builder.mShortcutId).setTimeoutAfter(builder.mTimeout).setGroupAlertBehavior(builder.mGroupAlertBehavior); + if (i3 >= 26) { + this.mBuilder.setBadgeIconType(builder.mBadgeIcon).setSettingsText(builder.mSettingsText).setShortcutId(builder.mShortcutId).setTimeoutAfter(builder.mTimeout).setGroupAlertBehavior(builder.mGroupAlertBehavior); if (builder.mColorizedSet) { this.mBuilder.setColorized(builder.mColorized); } @@ -88,9 +104,20 @@ public class NotificationCompatBuilder implements NotificationBuilderWithBuilder this.mBuilder.setSound(null).setDefaults(0).setLights(0, 0, 0).setVibrate(null); } } - if (i2 >= 29) { + if (i3 >= 28) { + Iterator it2 = builder.mPersonList.iterator(); + while (it2.hasNext()) { + this.mBuilder.addPerson(it2.next().toAndroidPerson()); + } + } + int i4 = Build.VERSION.SDK_INT; + if (i4 >= 29) { this.mBuilder.setAllowSystemGeneratedContextualActions(builder.mAllowSystemGeneratedContextualActions); this.mBuilder.setBubbleMetadata(NotificationCompat.BubbleMetadata.toPlatform(builder.mBubbleMetadata)); + LocusIdCompat locusIdCompat = builder.mLocusId; + if (locusIdCompat != null) { + this.mBuilder.setLocusId(locusIdCompat.toLocusId()); + } } if (builder.mSilent) { if (this.mBuilderCompat.mGroupSummary) { @@ -100,12 +127,12 @@ public class NotificationCompatBuilder implements NotificationBuilderWithBuilder } this.mBuilder.setVibrate(null); this.mBuilder.setSound(null); - int i3 = notification.defaults & -2; - notification.defaults = i3; - int i4 = i3 & -3; - notification.defaults = i4; - this.mBuilder.setDefaults(i4); - if (i2 >= 26) { + int i5 = notification.defaults & -2; + notification.defaults = i5; + int i6 = i5 & -3; + notification.defaults = i6; + this.mBuilder.setDefaults(i6); + if (i4 >= 26) { if (TextUtils.isEmpty(this.mBuilderCompat.mGroupKey)) { this.mBuilder.setGroup(NotificationCompat.GROUP_KEY_SILENT); } @@ -141,6 +168,32 @@ public class NotificationCompatBuilder implements NotificationBuilderWithBuilder this.mBuilder.addAction(builder.build()); } + @Nullable + private static List combineLists(@Nullable List list, @Nullable List list2) { + if (list == null) { + return list2; + } + if (list2 == null) { + return list; + } + ArraySet arraySet = new ArraySet(list2.size() + list.size()); + arraySet.addAll(list); + arraySet.addAll(list2); + return new ArrayList(arraySet); + } + + @Nullable + private static List getPeople(@Nullable List list) { + if (list == null) { + return null; + } + ArrayList arrayList = new ArrayList(list.size()); + for (Person person : list) { + arrayList.add(person.resolveToLegacyUri()); + } + return arrayList; + } + private void removeSoundAndVibration(Notification notification) { notification.sound = null; notification.vibrate = null; @@ -225,4 +278,8 @@ public class NotificationCompatBuilder implements NotificationBuilderWithBuilder public Notification.Builder getBuilder() { return this.mBuilder; } + + public Context getContext() { + return this.mContext; + } } diff --git a/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java b/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java index 5a8f6730b6..13eff85e98 100644 --- a/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java +++ b/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java @@ -9,7 +9,7 @@ import android.os.RemoteException; import x.a.b.a.a; public abstract class NotificationCompatSideChannelService extends Service { - public class NotificationSideChannelStub extends a.AbstractBinderC0355a { + public class NotificationSideChannelStub extends a.AbstractBinderC0356a { public NotificationSideChannelStub() { } diff --git a/app/src/main/java/androidx/core/app/NotificationManagerCompat.java b/app/src/main/java/androidx/core/app/NotificationManagerCompat.java index d2c7dfd4fa..81cc58d4fe 100644 --- a/app/src/main/java/androidx/core/app/NotificationManagerCompat.java +++ b/app/src/main/java/androidx/core/app/NotificationManagerCompat.java @@ -27,6 +27,8 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import java.lang.reflect.InvocationTargetException; import java.util.ArrayDeque; +import java.util.ArrayList; +import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; @@ -224,7 +226,7 @@ public final class NotificationManagerCompat { private void handleServiceConnected(ComponentName componentName, IBinder iBinder) { ListenerRecord listenerRecord = this.mRecordMap.get(componentName); if (listenerRecord != null) { - listenerRecord.service = a.AbstractBinderC0355a.asInterface(iBinder); + listenerRecord.service = a.AbstractBinderC0356a.asInterface(iBinder); listenerRecord.retryCount = 0; processListenerQueue(listenerRecord); } @@ -476,24 +478,52 @@ public final class NotificationManagerCompat { } } + public void createNotificationChannel(@NonNull NotificationChannelCompat notificationChannelCompat) { + createNotificationChannel(notificationChannelCompat.getNotificationChannel()); + } + public void createNotificationChannelGroup(@NonNull NotificationChannelGroup notificationChannelGroup) { if (Build.VERSION.SDK_INT >= 26) { this.mNotificationManager.createNotificationChannelGroup(notificationChannelGroup); } } + public void createNotificationChannelGroup(@NonNull NotificationChannelGroupCompat notificationChannelGroupCompat) { + createNotificationChannelGroup(notificationChannelGroupCompat.getNotificationChannelGroup()); + } + public void createNotificationChannelGroups(@NonNull List list) { if (Build.VERSION.SDK_INT >= 26) { this.mNotificationManager.createNotificationChannelGroups(list); } } + public void createNotificationChannelGroupsCompat(@NonNull List list) { + if (Build.VERSION.SDK_INT >= 26 && !list.isEmpty()) { + ArrayList arrayList = new ArrayList(list.size()); + for (NotificationChannelGroupCompat notificationChannelGroupCompat : list) { + arrayList.add(notificationChannelGroupCompat.getNotificationChannelGroup()); + } + this.mNotificationManager.createNotificationChannelGroups(arrayList); + } + } + public void createNotificationChannels(@NonNull List list) { if (Build.VERSION.SDK_INT >= 26) { this.mNotificationManager.createNotificationChannels(list); } } + public void createNotificationChannelsCompat(@NonNull List list) { + if (Build.VERSION.SDK_INT >= 26 && !list.isEmpty()) { + ArrayList arrayList = new ArrayList(list.size()); + for (NotificationChannelCompat notificationChannelCompat : list) { + arrayList.add(notificationChannelCompat.getNotificationChannel()); + } + this.mNotificationManager.createNotificationChannels(arrayList); + } + } + public void deleteNotificationChannel(@NonNull String str) { if (Build.VERSION.SDK_INT >= 26) { this.mNotificationManager.deleteNotificationChannel(str); @@ -506,6 +536,16 @@ public final class NotificationManagerCompat { } } + public void deleteUnlistedNotificationChannels(@NonNull Collection collection) { + if (Build.VERSION.SDK_INT >= 26) { + for (NotificationChannel notificationChannel : this.mNotificationManager.getNotificationChannels()) { + if (!collection.contains(notificationChannel.getId()) && (Build.VERSION.SDK_INT < 30 || !collection.contains(notificationChannel.getParentChannelId()))) { + this.mNotificationManager.deleteNotificationChannel(notificationChannel.getId()); + } + } + } + } + public int getImportance() { return Build.VERSION.SDK_INT >= 24 ? this.mNotificationManager.getImportance() : IMPORTANCE_UNSPECIFIED; } @@ -518,6 +558,29 @@ public final class NotificationManagerCompat { return null; } + @Nullable + public NotificationChannel getNotificationChannel(@NonNull String str, @NonNull String str2) { + return Build.VERSION.SDK_INT >= 30 ? this.mNotificationManager.getNotificationChannel(str, str2) : getNotificationChannel(str); + } + + @Nullable + public NotificationChannelCompat getNotificationChannelCompat(@NonNull String str) { + NotificationChannel notificationChannel; + if (Build.VERSION.SDK_INT < 26 || (notificationChannel = getNotificationChannel(str)) == null) { + return null; + } + return new NotificationChannelCompat(notificationChannel); + } + + @Nullable + public NotificationChannelCompat getNotificationChannelCompat(@NonNull String str, @NonNull String str2) { + NotificationChannel notificationChannel; + if (Build.VERSION.SDK_INT < 26 || (notificationChannel = getNotificationChannel(str, str2)) == null) { + return null; + } + return new NotificationChannelCompat(notificationChannel); + } + @Nullable public NotificationChannelGroup getNotificationChannelGroup(@NonNull String str) { int i = Build.VERSION.SDK_INT; @@ -534,16 +597,69 @@ public final class NotificationManagerCompat { return null; } + @Nullable + public NotificationChannelGroupCompat getNotificationChannelGroupCompat(@NonNull String str) { + NotificationChannelGroup notificationChannelGroup; + int i = Build.VERSION.SDK_INT; + if (i >= 28) { + NotificationChannelGroup notificationChannelGroup2 = getNotificationChannelGroup(str); + if (notificationChannelGroup2 != null) { + return new NotificationChannelGroupCompat(notificationChannelGroup2); + } + return null; + } else if (i < 26 || (notificationChannelGroup = getNotificationChannelGroup(str)) == null) { + return null; + } else { + return new NotificationChannelGroupCompat(notificationChannelGroup, getNotificationChannels()); + } + } + @NonNull public List getNotificationChannelGroups() { return Build.VERSION.SDK_INT >= 26 ? this.mNotificationManager.getNotificationChannelGroups() : Collections.emptyList(); } + @NonNull + public List getNotificationChannelGroupsCompat() { + int i = Build.VERSION.SDK_INT; + if (i >= 26) { + List notificationChannelGroups = getNotificationChannelGroups(); + if (!notificationChannelGroups.isEmpty()) { + List emptyList = i >= 28 ? Collections.emptyList() : getNotificationChannels(); + ArrayList arrayList = new ArrayList(notificationChannelGroups.size()); + for (NotificationChannelGroup notificationChannelGroup : notificationChannelGroups) { + if (Build.VERSION.SDK_INT >= 28) { + arrayList.add(new NotificationChannelGroupCompat(notificationChannelGroup)); + } else { + arrayList.add(new NotificationChannelGroupCompat(notificationChannelGroup, emptyList)); + } + } + return arrayList; + } + } + return Collections.emptyList(); + } + @NonNull public List getNotificationChannels() { return Build.VERSION.SDK_INT >= 26 ? this.mNotificationManager.getNotificationChannels() : Collections.emptyList(); } + @NonNull + public List getNotificationChannelsCompat() { + if (Build.VERSION.SDK_INT >= 26) { + List notificationChannels = getNotificationChannels(); + if (!notificationChannels.isEmpty()) { + ArrayList arrayList = new ArrayList(notificationChannels.size()); + for (NotificationChannel notificationChannel : notificationChannels) { + arrayList.add(new NotificationChannelCompat(notificationChannel)); + } + return arrayList; + } + } + return Collections.emptyList(); + } + public void notify(int i, @NonNull Notification notification) { notify(null, i, notification); } diff --git a/app/src/main/java/androidx/core/app/Person.java b/app/src/main/java/androidx/core/app/Person.java index 7efab27568..8d55f0a8aa 100644 --- a/app/src/main/java/androidx/core/app/Person.java +++ b/app/src/main/java/androidx/core/app/Person.java @@ -8,6 +8,7 @@ import androidx.annotation.Nullable; import androidx.annotation.RequiresApi; import androidx.annotation.RestrictTo; import androidx.core.graphics.drawable.IconCompat; +import c.d.b.a.a; public class Person { private static final String ICON_KEY = "icon"; private static final String IS_BOT_KEY = "isBot"; @@ -149,6 +150,21 @@ public class Person { return this.mIsImportant; } + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public String resolveToLegacyUri() { + String str = this.mUri; + if (str != null) { + return str; + } + if (this.mName == null) { + return ""; + } + StringBuilder P = a.P("name:"); + P.append((Object) this.mName); + return P.toString(); + } + @NonNull @RequiresApi(28) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) diff --git a/app/src/main/java/androidx/core/app/RemoteInput.java b/app/src/main/java/androidx/core/app/RemoteInput.java index 9d31eb0f4d..9bdcb7a3c6 100644 --- a/app/src/main/java/androidx/core/app/RemoteInput.java +++ b/app/src/main/java/androidx/core/app/RemoteInput.java @@ -177,7 +177,13 @@ public final class RemoteInput { @RequiresApi(20) public static android.app.RemoteInput fromCompat(RemoteInput remoteInput) { + Set allowedDataTypes; RemoteInput.Builder addExtras = new RemoteInput.Builder(remoteInput.getResultKey()).setLabel(remoteInput.getLabel()).setChoices(remoteInput.getChoices()).setAllowFreeFormInput(remoteInput.getAllowFreeFormInput()).addExtras(remoteInput.getExtras()); + if (Build.VERSION.SDK_INT >= 26 && (allowedDataTypes = remoteInput.getAllowedDataTypes()) != null) { + for (String str : allowedDataTypes) { + addExtras.setAllowDataType(str, true); + } + } if (Build.VERSION.SDK_INT >= 29) { addExtras.setEditChoicesBeforeSending(remoteInput.getEditChoicesBeforeSending()); } @@ -196,6 +202,21 @@ public final class RemoteInput { return remoteInputArr2; } + @RequiresApi(20) + public static RemoteInput fromPlatform(android.app.RemoteInput remoteInput) { + Set allowedDataTypes; + Builder addExtras = new Builder(remoteInput.getResultKey()).setLabel(remoteInput.getLabel()).setChoices(remoteInput.getChoices()).setAllowFreeFormInput(remoteInput.getAllowFreeFormInput()).addExtras(remoteInput.getExtras()); + if (Build.VERSION.SDK_INT >= 26 && (allowedDataTypes = remoteInput.getAllowedDataTypes()) != null) { + for (String str : allowedDataTypes) { + addExtras.setAllowDataType(str, true); + } + } + if (Build.VERSION.SDK_INT >= 29) { + addExtras.setEditChoicesBeforeSending(remoteInput.getEditChoicesBeforeSending()); + } + return addExtras.build(); + } + @RequiresApi(16) private static Intent getClipDataIntentFromIntent(Intent intent) { ClipData clipData = intent.getClipData(); diff --git a/app/src/main/java/androidx/core/app/ShareCompat.java b/app/src/main/java/androidx/core/app/ShareCompat.java index a8e3a9ba8a..41581054c1 100644 --- a/app/src/main/java/androidx/core/app/ShareCompat.java +++ b/app/src/main/java/androidx/core/app/ShareCompat.java @@ -1,8 +1,10 @@ package androidx.core.app; import android.app.Activity; +import android.content.ClipData; import android.content.ComponentName; import android.content.Context; +import android.content.ContextWrapper; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.drawable.Drawable; @@ -17,6 +19,7 @@ import android.widget.ShareActionProvider; import androidx.annotation.IdRes; import androidx.annotation.NonNull; import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; import androidx.annotation.StringRes; import androidx.core.content.IntentCompat; import androidx.core.util.Preconditions; @@ -29,6 +32,27 @@ public final class ShareCompat { public static final String EXTRA_CALLING_PACKAGE_INTEROP = "android.support.v4.app.EXTRA_CALLING_PACKAGE"; private static final String HISTORY_FILENAME_PREFIX = ".sharecompat_"; + @RequiresApi(16) + public static class Api16Impl { + private Api16Impl() { + } + + public static void migrateExtraStreamToClipData(@NonNull Intent intent, @NonNull ArrayList arrayList) { + ClipData clipData = new ClipData(null, new String[]{intent.getType()}, new ClipData.Item(intent.getCharSequenceExtra("android.intent.extra.TEXT"), intent.getStringExtra(IntentCompat.EXTRA_HTML_TEXT), null, arrayList.get(0))); + int size = arrayList.size(); + for (int i = 1; i < size; i++) { + clipData.addItem(new ClipData.Item(arrayList.get(i))); + } + intent.setClipData(clipData); + intent.addFlags(1); + } + + public static void removeClipData(@NonNull Intent intent) { + intent.setClipData(null); + intent.setFlags(intent.getFlags() & -2); + } + } + public static class IntentBuilder { @Nullable private ArrayList mBccAddresses; @@ -45,15 +69,30 @@ public final class ShareCompat { @Nullable private ArrayList mToAddresses; - private IntentBuilder(@NonNull Context context, @Nullable ComponentName componentName) { + public IntentBuilder(@NonNull Context context) { + Activity activity; this.mContext = (Context) Preconditions.checkNotNull(context); Intent action = new Intent().setAction("android.intent.action.SEND"); this.mIntent = action; action.putExtra(ShareCompat.EXTRA_CALLING_PACKAGE, context.getPackageName()); action.putExtra(ShareCompat.EXTRA_CALLING_PACKAGE_INTEROP, context.getPackageName()); - action.putExtra(ShareCompat.EXTRA_CALLING_ACTIVITY, componentName); - action.putExtra(ShareCompat.EXTRA_CALLING_ACTIVITY_INTEROP, componentName); action.addFlags(524288); + while (true) { + if (!(context instanceof ContextWrapper)) { + activity = null; + break; + } else if (context instanceof Activity) { + activity = (Activity) context; + break; + } else { + context = ((ContextWrapper) context).getBaseContext(); + } + } + if (activity != null) { + ComponentName componentName = activity.getComponentName(); + this.mIntent.putExtra(ShareCompat.EXTRA_CALLING_ACTIVITY, componentName); + this.mIntent.putExtra(ShareCompat.EXTRA_CALLING_ACTIVITY_INTEROP, componentName); + } } private void combineArrayExtra(String str, ArrayList arrayList) { @@ -80,13 +119,9 @@ public final class ShareCompat { } @NonNull + @Deprecated public static IntentBuilder from(@NonNull Activity activity) { - return from((Context) Preconditions.checkNotNull(activity), activity.getComponentName()); - } - - @NonNull - private static IntentBuilder from(@NonNull Context context, @Nullable ComponentName componentName) { - return new IntentBuilder(context, componentName); + return new IntentBuilder(activity); } @NonNull @@ -136,18 +171,9 @@ public final class ShareCompat { @NonNull public IntentBuilder addStream(@NonNull Uri uri) { - Uri uri2 = (Uri) this.mIntent.getParcelableExtra("android.intent.extra.STREAM"); - ArrayList arrayList = this.mStreams; - if (arrayList == null && uri2 == null) { - return setStream(uri); - } - if (arrayList == null) { + if (this.mStreams == null) { this.mStreams = new ArrayList<>(); } - if (uri2 != null) { - this.mIntent.removeExtra("android.intent.extra.STREAM"); - this.mStreams.add(uri2); - } this.mStreams.add(uri); return this; } @@ -184,25 +210,20 @@ public final class ShareCompat { if (arrayList4 == null || arrayList4.size() <= 1) { z2 = false; } - boolean equals = "android.intent.action.SEND_MULTIPLE".equals(this.mIntent.getAction()); - if (!z2 && equals) { + if (!z2) { this.mIntent.setAction("android.intent.action.SEND"); ArrayList arrayList5 = this.mStreams; if (arrayList5 == null || arrayList5.isEmpty()) { this.mIntent.removeExtra("android.intent.extra.STREAM"); + Api16Impl.removeClipData(this.mIntent); } else { this.mIntent.putExtra("android.intent.extra.STREAM", this.mStreams.get(0)); + Api16Impl.migrateExtraStreamToClipData(this.mIntent, this.mStreams); } - this.mStreams = null; - } - if (z2 && !equals) { + } else { this.mIntent.setAction("android.intent.action.SEND_MULTIPLE"); - ArrayList arrayList6 = this.mStreams; - if (arrayList6 == null || arrayList6.isEmpty()) { - this.mIntent.removeExtra("android.intent.extra.STREAM"); - } else { - this.mIntent.putParcelableArrayListExtra("android.intent.extra.STREAM", this.mStreams); - } + this.mIntent.putParcelableArrayListExtra("android.intent.extra.STREAM", this.mStreams); + Api16Impl.migrateExtraStreamToClipData(this.mIntent, this.mStreams); } return this.mIntent; } @@ -250,11 +271,10 @@ public final class ShareCompat { @NonNull public IntentBuilder setStream(@Nullable Uri uri) { - if (!"android.intent.action.SEND".equals(this.mIntent.getAction())) { - this.mIntent.setAction("android.intent.action.SEND"); - } this.mStreams = null; - this.mIntent.putExtra("android.intent.extra.STREAM", uri); + if (uri != null) { + addStream(uri); + } return this; } @@ -294,7 +314,11 @@ public final class ShareCompat { @Nullable private ArrayList mStreams; - private IntentReader(@NonNull Context context, @NonNull Intent intent) { + public IntentReader(@NonNull Activity activity) { + this((Context) Preconditions.checkNotNull(activity), activity.getIntent()); + } + + public IntentReader(@NonNull Context context, @NonNull Intent intent) { this.mContext = (Context) Preconditions.checkNotNull(context); this.mIntent = (Intent) Preconditions.checkNotNull(intent); this.mCallingPackage = ShareCompat.getCallingPackage(intent); @@ -302,13 +326,9 @@ public final class ShareCompat { } @NonNull + @Deprecated public static IntentReader from(@NonNull Activity activity) { - return from((Context) Preconditions.checkNotNull(activity), activity.getIntent()); - } - - @NonNull - private static IntentReader from(@NonNull Context context, @NonNull Intent intent) { - return new IntentReader(context, intent); + return new IntentReader(activity); } private static void withinStyle(StringBuilder sb, CharSequence charSequence, int i, int i2) { @@ -480,6 +500,7 @@ public final class ShareCompat { private ShareCompat() { } + @Deprecated public static void configureMenuItem(@NonNull Menu menu, @IdRes int i, @NonNull IntentBuilder intentBuilder) { MenuItem findItem = menu.findItem(i); if (findItem != null) { @@ -489,6 +510,7 @@ public final class ShareCompat { throw new IllegalArgumentException(a.n("Could not find menu item with id ", i, " in the supplied menu")); } + @Deprecated 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; diff --git a/app/src/main/java/androidx/core/content/ContentValuesKt.java b/app/src/main/java/androidx/core/content/ContentValuesKt.java index aeae20ffad..e859dad063 100644 --- a/app/src/main/java/androidx/core/content/ContentValuesKt.java +++ b/app/src/main/java/androidx/core/content/ContentValuesKt.java @@ -6,9 +6,13 @@ import kotlin.Pair; /* compiled from: ContentValues.kt */ public final class ContentValuesKt { public static final ContentValues contentValuesOf(Pair... pairArr) { - m.checkParameterIsNotNull(pairArr, "pairs"); + m.checkNotNullParameter(pairArr, "pairs"); ContentValues contentValues = new ContentValues(pairArr.length); - for (Pair pair : pairArr) { + int length = pairArr.length; + int i = 0; + while (i < length) { + Pair pair = pairArr[i]; + i++; String component1 = pair.component1(); Object component2 = pair.component2(); if (component2 == null) { @@ -32,7 +36,8 @@ public final class ContentValuesKt { } else if (component2 instanceof Short) { contentValues.put(component1, (Short) component2); } else { - throw new IllegalArgumentException("Illegal value type " + component2.getClass().getCanonicalName() + " for key \"" + component1 + '\"'); + String canonicalName = component2.getClass().getCanonicalName(); + throw new IllegalArgumentException("Illegal value type " + ((Object) canonicalName) + " for key \"" + component1 + '\"'); } } return contentValues; diff --git a/app/src/main/java/androidx/core/content/ContextCompat.java b/app/src/main/java/androidx/core/content/ContextCompat.java index 578f014268..2ae0b8e276 100644 --- a/app/src/main/java/androidx/core/content/ContextCompat.java +++ b/app/src/main/java/androidx/core/content/ContextCompat.java @@ -16,6 +16,7 @@ import android.app.usage.UsageStatsManager; import android.appwidget.AppWidgetManager; import android.bluetooth.BluetoothManager; import android.content.ClipboardManager; +import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.RestrictionsManager; @@ -63,22 +64,164 @@ import android.view.inputmethod.InputMethodManager; import android.view.textservice.TextServicesManager; import androidx.annotation.ColorInt; import androidx.annotation.ColorRes; +import androidx.annotation.DoNotInline; import androidx.annotation.DrawableRes; import androidx.annotation.NonNull; import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; import androidx.appcompat.widget.ActivityChooserModel; import androidx.core.app.NotificationCompat; +import androidx.core.content.res.ResourcesCompat; +import androidx.core.os.ExecutorCompat; import com.discord.utilities.analytics.ChatInputComponentTypes; import java.io.File; import java.util.HashMap; import java.util.concurrent.Executor; -import java.util.concurrent.RejectedExecutionException; import org.webrtc.MediaStreamTrack; public class ContextCompat { private static final String TAG = "ContextCompat"; private static final Object sLock = new Object(); + private static final Object sSync = new Object(); private static TypedValue sTempValue; + @RequiresApi(16) + public static class Api16Impl { + private Api16Impl() { + } + + @DoNotInline + public static void startActivities(Context context, Intent[] intentArr, Bundle bundle) { + context.startActivities(intentArr, bundle); + } + + @DoNotInline + public static void startActivity(Context context, Intent intent, Bundle bundle) { + context.startActivity(intent, bundle); + } + } + + @RequiresApi(19) + public static class Api19Impl { + private Api19Impl() { + } + + @DoNotInline + public static File[] getExternalCacheDirs(Context context) { + return context.getExternalCacheDirs(); + } + + @DoNotInline + public static File[] getExternalFilesDirs(Context context, String str) { + return context.getExternalFilesDirs(str); + } + + @DoNotInline + public static File[] getObbDirs(Context context) { + return context.getObbDirs(); + } + } + + @RequiresApi(21) + public static class Api21Impl { + private Api21Impl() { + } + + @DoNotInline + public static File getCodeCacheDir(Context context) { + return context.getCodeCacheDir(); + } + + @DoNotInline + public static Drawable getDrawable(Context context, int i) { + return context.getDrawable(i); + } + + @DoNotInline + public static File getNoBackupFilesDir(Context context) { + return context.getNoBackupFilesDir(); + } + } + + @RequiresApi(23) + public static class Api23Impl { + private Api23Impl() { + } + + @DoNotInline + public static int getColor(Context context, int i) { + return context.getColor(i); + } + + @DoNotInline + public static ColorStateList getColorStateList(Context context, int i) { + return context.getColorStateList(i); + } + + @DoNotInline + public static T getSystemService(Context context, Class cls) { + return (T) context.getSystemService(cls); + } + + @DoNotInline + public static String getSystemServiceName(Context context, Class cls) { + return context.getSystemServiceName(cls); + } + } + + @RequiresApi(24) + public static class Api24Impl { + private Api24Impl() { + } + + @DoNotInline + public static Context createDeviceProtectedStorageContext(Context context) { + return context.createDeviceProtectedStorageContext(); + } + + @DoNotInline + public static File getDataDir(Context context) { + return context.getDataDir(); + } + + @DoNotInline + public static boolean isDeviceProtectedStorage(Context context) { + return context.isDeviceProtectedStorage(); + } + } + + @RequiresApi(26) + public static class Api26Impl { + private Api26Impl() { + } + + @DoNotInline + public static ComponentName startForegroundService(Context context, Intent intent) { + return context.startForegroundService(intent); + } + } + + @RequiresApi(28) + public static class Api28Impl { + private Api28Impl() { + } + + @DoNotInline + public static Executor getMainExecutor(Context context) { + return context.getMainExecutor(); + } + } + + @RequiresApi(30) + public static class Api30Impl { + private Api30Impl() { + } + + @DoNotInline + public static String getAttributionTag(Context context) { + return context.getAttributionTag(); + } + } + public static final class LegacyServiceMapHolder { public static final HashMap, String> SERVICES; @@ -144,21 +287,6 @@ public class ContextCompat { } } - public static class MainHandlerExecutor implements Executor { - private final Handler mHandler; - - public MainHandlerExecutor(@NonNull Handler handler) { - this.mHandler = handler; - } - - @Override // java.util.concurrent.Executor - public void execute(Runnable runnable) { - if (!this.mHandler.post(runnable)) { - throw new RejectedExecutionException(this.mHandler + " is shutting down"); - } - } - } - public static int checkSelfPermission(@NonNull Context context, @NonNull String str) { if (str != null) { return context.checkPermission(str, Process.myPid(), Process.myUid()); @@ -169,42 +297,49 @@ public class ContextCompat { @Nullable public static Context createDeviceProtectedStorageContext(@NonNull Context context) { if (Build.VERSION.SDK_INT >= 24) { - return context.createDeviceProtectedStorageContext(); + return Api24Impl.createDeviceProtectedStorageContext(context); } return null; } - private static synchronized File createFilesDir(File file) { - synchronized (ContextCompat.class) { - if (file.exists() || file.mkdirs()) { - return file; + private static File createFilesDir(File file) { + synchronized (sSync) { + if (!file.exists()) { + if (file.mkdirs()) { + return file; + } + Log.w(TAG, "Unable to create files subdir " + file.getPath()); } - if (file.exists()) { - return file; - } - Log.w(TAG, "Unable to create files subdir " + file.getPath()); - return null; + return file; } } + @Nullable + public static String getAttributionTag(@NonNull Context context) { + if (Build.VERSION.SDK_INT >= 30) { + return Api30Impl.getAttributionTag(context); + } + return null; + } + public static File getCodeCacheDir(@NonNull Context context) { - return context.getCodeCacheDir(); + return Api21Impl.getCodeCacheDir(context); } @ColorInt public static int getColor(@NonNull Context context, @ColorRes int i) { - return Build.VERSION.SDK_INT >= 23 ? context.getColor(i) : context.getResources().getColor(i); + return Build.VERSION.SDK_INT >= 23 ? Api23Impl.getColor(context, i) : context.getResources().getColor(i); } @Nullable public static ColorStateList getColorStateList(@NonNull Context context, @ColorRes int i) { - return Build.VERSION.SDK_INT >= 23 ? context.getColorStateList(i) : context.getResources().getColorStateList(i); + return ResourcesCompat.getColorStateList(context.getResources(), i, context.getTheme()); } @Nullable public static File getDataDir(@NonNull Context context) { if (Build.VERSION.SDK_INT >= 24) { - return context.getDataDir(); + return Api24Impl.getDataDir(context); } String str = context.getApplicationInfo().dataDir; if (str != null) { @@ -215,37 +350,37 @@ public class ContextCompat { @Nullable public static Drawable getDrawable(@NonNull Context context, @DrawableRes int i) { - return context.getDrawable(i); + return Api21Impl.getDrawable(context, i); } @NonNull public static File[] getExternalCacheDirs(@NonNull Context context) { - return context.getExternalCacheDirs(); + return Api19Impl.getExternalCacheDirs(context); } @NonNull public static File[] getExternalFilesDirs(@NonNull Context context, @Nullable String str) { - return context.getExternalFilesDirs(str); + return Api19Impl.getExternalFilesDirs(context, str); } public static Executor getMainExecutor(Context context) { - return Build.VERSION.SDK_INT >= 28 ? context.getMainExecutor() : new MainHandlerExecutor(new Handler(context.getMainLooper())); + return Build.VERSION.SDK_INT >= 28 ? Api28Impl.getMainExecutor(context) : ExecutorCompat.create(new Handler(context.getMainLooper())); } @Nullable public static File getNoBackupFilesDir(@NonNull Context context) { - return context.getNoBackupFilesDir(); + return Api21Impl.getNoBackupFilesDir(context); } @NonNull public static File[] getObbDirs(@NonNull Context context) { - return context.getObbDirs(); + return Api19Impl.getObbDirs(context); } @Nullable public static T getSystemService(@NonNull Context context, @NonNull Class cls) { if (Build.VERSION.SDK_INT >= 23) { - return (T) context.getSystemService(cls); + return (T) Api23Impl.getSystemService(context, cls); } String systemServiceName = getSystemServiceName(context, cls); if (systemServiceName != null) { @@ -256,12 +391,12 @@ public class ContextCompat { @Nullable public static String getSystemServiceName(@NonNull Context context, @NonNull Class cls) { - return Build.VERSION.SDK_INT >= 23 ? context.getSystemServiceName(cls) : LegacyServiceMapHolder.SERVICES.get(cls); + return Build.VERSION.SDK_INT >= 23 ? Api23Impl.getSystemServiceName(context, cls) : LegacyServiceMapHolder.SERVICES.get(cls); } public static boolean isDeviceProtectedStorage(@NonNull Context context) { if (Build.VERSION.SDK_INT >= 24) { - return context.isDeviceProtectedStorage(); + return Api24Impl.isDeviceProtectedStorage(context); } return false; } @@ -271,17 +406,17 @@ public class ContextCompat { } public static boolean startActivities(@NonNull Context context, @NonNull Intent[] intentArr, @Nullable Bundle bundle) { - context.startActivities(intentArr, bundle); + Api16Impl.startActivities(context, intentArr, bundle); return true; } public static void startActivity(@NonNull Context context, @NonNull Intent intent, @Nullable Bundle bundle) { - context.startActivity(intent, bundle); + Api16Impl.startActivity(context, intent, bundle); } public static void startForegroundService(@NonNull Context context, @NonNull Intent intent) { if (Build.VERSION.SDK_INT >= 26) { - context.startForegroundService(intent); + Api26Impl.startForegroundService(context, intent); } else { context.startService(intent); } diff --git a/app/src/main/java/androidx/core/content/ContextKt.java b/app/src/main/java/androidx/core/content/ContextKt.java index 251b831e57..a5f936331c 100644 --- a/app/src/main/java/androidx/core/content/ContextKt.java +++ b/app/src/main/java/androidx/core/content/ContextKt.java @@ -12,25 +12,27 @@ import kotlin.jvm.functions.Function1; /* compiled from: Context.kt */ public final class ContextKt { public static final /* synthetic */ T getSystemService(Context context) { - m.checkParameterIsNotNull(context, "$this$getSystemService"); + m.checkNotNullParameter(context, ""); m.reifiedOperationMarker(4, ExifInterface.GPS_DIRECTION_TRUE); return (T) ContextCompat.getSystemService(context, Object.class); } public static final void withStyledAttributes(Context context, @StyleRes int i, int[] iArr, Function1 function1) { - m.checkParameterIsNotNull(context, "$this$withStyledAttributes"); - m.checkParameterIsNotNull(iArr, "attrs"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(context, ""); + m.checkNotNullParameter(iArr, "attrs"); + m.checkNotNullParameter(function1, "block"); TypedArray obtainStyledAttributes = context.obtainStyledAttributes(i, iArr); + m.checkNotNullExpressionValue(obtainStyledAttributes, "obtainStyledAttributes(resourceId, attrs)"); function1.invoke(obtainStyledAttributes); obtainStyledAttributes.recycle(); } public static final void withStyledAttributes(Context context, AttributeSet attributeSet, int[] iArr, @AttrRes int i, @StyleRes int i2, Function1 function1) { - m.checkParameterIsNotNull(context, "$this$withStyledAttributes"); - m.checkParameterIsNotNull(iArr, "attrs"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(context, ""); + m.checkNotNullParameter(iArr, "attrs"); + m.checkNotNullParameter(function1, "block"); TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, iArr, i, i2); + m.checkNotNullExpressionValue(obtainStyledAttributes, "obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes)"); function1.invoke(obtainStyledAttributes); obtainStyledAttributes.recycle(); } @@ -45,10 +47,11 @@ public final class ContextKt { if ((i3 & 8) != 0) { i2 = 0; } - m.checkParameterIsNotNull(context, "$this$withStyledAttributes"); - m.checkParameterIsNotNull(iArr, "attrs"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(context, ""); + m.checkNotNullParameter(iArr, "attrs"); + m.checkNotNullParameter(function1, "block"); TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, iArr, i, i2); + m.checkNotNullExpressionValue(obtainStyledAttributes, "obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes)"); function1.invoke(obtainStyledAttributes); obtainStyledAttributes.recycle(); } diff --git a/app/src/main/java/androidx/core/content/FileProvider.java b/app/src/main/java/androidx/core/content/FileProvider.java index d2eb8dafc9..201895f7b4 100644 --- a/app/src/main/java/androidx/core/content/FileProvider.java +++ b/app/src/main/java/androidx/core/content/FileProvider.java @@ -1,5 +1,6 @@ package androidx.core.content; +import android.annotation.SuppressLint; import android.content.ContentProvider; import android.content.ContentValues; import android.content.Context; @@ -29,6 +30,7 @@ public class FileProvider extends ContentProvider { private static final String ATTR_PATH = "path"; private static final String[] COLUMNS = {"_display_name", "_size"}; private static final File DEVICE_ROOT = new File(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); + private static final String DISPLAYNAME_FIELD = "displayName"; private static final String META_DATA_FILE_PROVIDER_PATHS = "android.support.FILE_PROVIDER_PATHS"; private static final String TAG_CACHE_PATH = "cache-path"; private static final String TAG_EXTERNAL = "external-path"; @@ -156,6 +158,12 @@ public class FileProvider extends ContentProvider { return getPathStrategy(context, str).getUriForFile(file); } + @NonNull + @SuppressLint({"StreamFiles"}) + public static Uri getUriForFile(@NonNull Context context, @NonNull String str, @NonNull File file, @NonNull String str2) { + return getUriForFile(context, str, file).buildUpon().appendQueryParameter(DISPLAYNAME_FIELD, str2).build(); + } + private static int modeToMode(String str) { if ("r".equals(str)) { return 268435456; @@ -234,7 +242,7 @@ public class FileProvider extends ContentProvider { if (providerInfo.exported) { throw new SecurityException("Provider must not be exported"); } else if (providerInfo.grantUriPermissions) { - this.mStrategy = getPathStrategy(context, providerInfo.authority); + this.mStrategy = getPathStrategy(context, providerInfo.authority.split(";")[0]); } else { throw new SecurityException("Provider must grant uri permissions"); } @@ -264,6 +272,7 @@ public class FileProvider extends ContentProvider { } @Override // android.content.ContentProvider + @SuppressLint({"UnknownNullness"}) public ParcelFileDescriptor openFile(@NonNull Uri uri, @NonNull String str) throws FileNotFoundException { return ParcelFileDescriptor.open(this.mStrategy.getFileForUri(uri), modeToMode(str)); } @@ -272,6 +281,7 @@ public class FileProvider extends ContentProvider { public Cursor query(@NonNull Uri uri, @Nullable String[] strArr, @Nullable String str, @Nullable String[] strArr2, @Nullable String str2) { int i; File fileForUri = this.mStrategy.getFileForUri(uri); + String queryParameter = uri.getQueryParameter(DISPLAYNAME_FIELD); if (strArr == null) { strArr = COLUMNS; } @@ -282,7 +292,7 @@ public class FileProvider extends ContentProvider { if ("_display_name".equals(str3)) { strArr3[i2] = "_display_name"; i = i2 + 1; - objArr[i2] = fileForUri.getName(); + objArr[i2] = queryParameter == null ? fileForUri.getName() : queryParameter; } else if ("_size".equals(str3)) { strArr3[i2] = "_size"; i = i2 + 1; diff --git a/app/src/main/java/androidx/core/content/IntentCompat.java b/app/src/main/java/androidx/core/content/IntentCompat.java index aa1dd5b051..b637a41a11 100644 --- a/app/src/main/java/androidx/core/content/IntentCompat.java +++ b/app/src/main/java/androidx/core/content/IntentCompat.java @@ -1,11 +1,16 @@ package androidx.core.content; +import android.annotation.SuppressLint; import android.content.Intent; import androidx.annotation.NonNull; public final class IntentCompat { + @SuppressLint({"ActionValue"}) + public static final String ACTION_CREATE_REMINDER = "android.intent.action.CREATE_REMINDER"; public static final String CATEGORY_LEANBACK_LAUNCHER = "android.intent.category.LEANBACK_LAUNCHER"; public static final String EXTRA_HTML_TEXT = "android.intent.extra.HTML_TEXT"; public static final String EXTRA_START_PLAYBACK = "android.intent.extra.START_PLAYBACK"; + @SuppressLint({"ActionValue"}) + public static final String EXTRA_TIME = "android.intent.extra.TIME"; private IntentCompat() { } diff --git a/app/src/main/java/androidx/core/content/LocusIdCompat.java b/app/src/main/java/androidx/core/content/LocusIdCompat.java new file mode 100644 index 0000000000..38565d7fe3 --- /dev/null +++ b/app/src/main/java/androidx/core/content/LocusIdCompat.java @@ -0,0 +1,84 @@ +package androidx.core.content; + +import android.content.LocusId; +import android.os.Build; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.core.util.Preconditions; +import c.d.b.a.a; +public final class LocusIdCompat { + private final String mId; + private final LocusId mWrapped; + + @RequiresApi(29) + public static class Api29Impl { + private Api29Impl() { + } + + @NonNull + public static LocusId create(@NonNull String str) { + return new LocusId(str); + } + + @NonNull + public static String getId(@NonNull LocusId locusId) { + return locusId.getId(); + } + } + + public LocusIdCompat(@NonNull String str) { + this.mId = (String) Preconditions.checkStringNotEmpty(str, "id cannot be empty"); + if (Build.VERSION.SDK_INT >= 29) { + this.mWrapped = Api29Impl.create(str); + } else { + this.mWrapped = null; + } + } + + @NonNull + private String getSanitizedId() { + int length = this.mId.length(); + return length + "_chars"; + } + + @NonNull + @RequiresApi(29) + public static LocusIdCompat toLocusIdCompat(@NonNull LocusId locusId) { + Preconditions.checkNotNull(locusId, "locusId cannot be null"); + return new LocusIdCompat((String) Preconditions.checkStringNotEmpty(Api29Impl.getId(locusId), "id cannot be empty")); + } + + public boolean equals(@Nullable Object obj) { + if (this == obj) { + return true; + } + if (obj == null || LocusIdCompat.class != obj.getClass()) { + return false; + } + LocusIdCompat locusIdCompat = (LocusIdCompat) obj; + String str = this.mId; + return str == null ? locusIdCompat.mId == null : str.equals(locusIdCompat.mId); + } + + @NonNull + public String getId() { + return this.mId; + } + + public int hashCode() { + String str = this.mId; + return 31 + (str == null ? 0 : str.hashCode()); + } + + @NonNull + @RequiresApi(29) + public LocusId toLocusId() { + return this.mWrapped; + } + + @NonNull + public String toString() { + return a.H(a.P("LocusIdCompat["), getSanitizedId(), "]"); + } +} diff --git a/app/src/main/java/androidx/core/content/SharedPreferencesKt.java b/app/src/main/java/androidx/core/content/SharedPreferencesKt.java index 9299d35fe1..3b85ed8d6c 100644 --- a/app/src/main/java/androidx/core/content/SharedPreferencesKt.java +++ b/app/src/main/java/androidx/core/content/SharedPreferencesKt.java @@ -9,10 +9,10 @@ import kotlin.jvm.functions.Function1; public final class SharedPreferencesKt { @SuppressLint({"ApplySharedPref"}) public static final void edit(SharedPreferences sharedPreferences, boolean z2, Function1 function1) { - m.checkParameterIsNotNull(sharedPreferences, "$this$edit"); - m.checkParameterIsNotNull(function1, "action"); + m.checkNotNullParameter(sharedPreferences, ""); + m.checkNotNullParameter(function1, "action"); SharedPreferences.Editor edit = sharedPreferences.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); function1.invoke(edit); if (z2) { edit.commit(); @@ -25,10 +25,10 @@ public final class SharedPreferencesKt { if ((i & 1) != 0) { z2 = false; } - m.checkParameterIsNotNull(sharedPreferences, "$this$edit"); - m.checkParameterIsNotNull(function1, "action"); + m.checkNotNullParameter(sharedPreferences, ""); + m.checkNotNullParameter(function1, "action"); SharedPreferences.Editor edit = sharedPreferences.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); function1.invoke(edit); if (z2) { edit.commit(); diff --git a/app/src/main/java/androidx/core/content/pm/PackageInfoCompat.java b/app/src/main/java/androidx/core/content/pm/PackageInfoCompat.java index 9f4a1119d8..f27caad3c8 100644 --- a/app/src/main/java/androidx/core/content/pm/PackageInfoCompat.java +++ b/app/src/main/java/androidx/core/content/pm/PackageInfoCompat.java @@ -1,13 +1,139 @@ package androidx.core.content.pm; import android.content.pm.PackageInfo; +import android.content.pm.PackageManager; +import android.content.pm.Signature; +import android.content.pm.SigningInfo; import android.os.Build; import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.annotation.Size; +import c.d.b.a.a; +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; +import java.util.Arrays; +import java.util.Collections; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.Set; public final class PackageInfoCompat { + + @RequiresApi(28) + public static class Api28Impl { + private Api28Impl() { + } + + @Nullable + public static Signature[] getApkContentsSigners(@NonNull SigningInfo signingInfo) { + return signingInfo.getApkContentsSigners(); + } + + @Nullable + public static Signature[] getSigningCertificateHistory(@NonNull SigningInfo signingInfo) { + return signingInfo.getSigningCertificateHistory(); + } + + public static boolean hasMultipleSigners(@NonNull SigningInfo signingInfo) { + return signingInfo.hasMultipleSigners(); + } + + public static boolean hasSigningCertificate(@NonNull PackageManager packageManager, @NonNull String str, @NonNull byte[] bArr, int i) { + return packageManager.hasSigningCertificate(str, bArr, i); + } + } + private PackageInfoCompat() { } + private static boolean byteArrayContains(@NonNull byte[][] bArr, @NonNull byte[] bArr2) { + for (byte[] bArr3 : bArr) { + if (Arrays.equals(bArr2, bArr3)) { + return true; + } + } + return false; + } + + private static byte[] computeSHA256Digest(byte[] bArr) { + try { + return MessageDigest.getInstance("SHA256").digest(bArr); + } catch (NoSuchAlgorithmException e) { + throw new RuntimeException("Device doesn't support SHA256 cert checking", e); + } + } + public static long getLongVersionCode(@NonNull PackageInfo packageInfo) { return Build.VERSION.SDK_INT >= 28 ? packageInfo.getLongVersionCode() : (long) packageInfo.versionCode; } + + @NonNull + public static List getSignatures(@NonNull PackageManager packageManager, @NonNull String str) throws PackageManager.NameNotFoundException { + Signature[] signatureArr; + if (Build.VERSION.SDK_INT >= 28) { + SigningInfo signingInfo = packageManager.getPackageInfo(str, 134217728).signingInfo; + signatureArr = Api28Impl.hasMultipleSigners(signingInfo) ? Api28Impl.getApkContentsSigners(signingInfo) : Api28Impl.getSigningCertificateHistory(signingInfo); + } else { + signatureArr = packageManager.getPackageInfo(str, 64).signatures; + } + return signatureArr == null ? Collections.emptyList() : Arrays.asList(signatureArr); + } + + public static boolean hasSignatures(@NonNull PackageManager packageManager, @NonNull String str, @NonNull @Size(min = 1) Map map, boolean z2) throws PackageManager.NameNotFoundException { + if (map.isEmpty()) { + return false; + } + Set keySet = map.keySet(); + for (byte[] bArr : keySet) { + if (bArr != null) { + Integer num = map.get(bArr); + if (num != null) { + int intValue = num.intValue(); + if (!(intValue == 0 || intValue == 1)) { + throw new IllegalArgumentException("Unsupported certificate type " + num + " when verifying " + str); + } + } else { + throw new IllegalArgumentException(a.u("Type must be specified for cert when verifying ", str)); + } + } else { + throw new IllegalArgumentException(a.u("Cert byte array cannot be null when verifying ", str)); + } + } + List signatures = getSignatures(packageManager, str); + if (z2 || Build.VERSION.SDK_INT < 28) { + if (signatures.size() != 0 && map.size() <= signatures.size() && (!z2 || map.size() == signatures.size())) { + byte[][] bArr2 = null; + if (map.containsValue(1)) { + bArr2 = new byte[signatures.size()][]; + for (int i = 0; i < signatures.size(); i++) { + bArr2[i] = computeSHA256Digest(signatures.get(i).toByteArray()); + } + } + Iterator it = keySet.iterator(); + if (it.hasNext()) { + byte[] next = it.next(); + Integer num2 = map.get(next); + int intValue2 = num2.intValue(); + if (intValue2 != 0) { + if (intValue2 != 1) { + throw new IllegalArgumentException("Unsupported certificate type " + num2); + } else if (!byteArrayContains(bArr2, next)) { + return false; + } + } else if (!signatures.contains(new Signature(next))) { + return false; + } + return true; + } + } + return false; + } + for (byte[] bArr3 : keySet) { + if (!Api28Impl.hasSigningCertificate(packageManager, str, bArr3, map.get(bArr3).intValue())) { + return false; + } + } + return true; + } } diff --git a/app/src/main/java/androidx/core/content/pm/ShortcutInfoChangeListener.java b/app/src/main/java/androidx/core/content/pm/ShortcutInfoChangeListener.java new file mode 100644 index 0000000000..07351deaac --- /dev/null +++ b/app/src/main/java/androidx/core/content/pm/ShortcutInfoChangeListener.java @@ -0,0 +1,28 @@ +package androidx.core.content.pm; + +import androidx.annotation.AnyThread; +import androidx.annotation.NonNull; +import androidx.annotation.RestrictTo; +import java.util.List; +@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) +public abstract class ShortcutInfoChangeListener { + @AnyThread + public void onAllShortcutsRemoved() { + } + + @AnyThread + public void onShortcutAdded(@NonNull List list) { + } + + @AnyThread + public void onShortcutRemoved(@NonNull List list) { + } + + @AnyThread + public void onShortcutUpdated(@NonNull List list) { + } + + @AnyThread + public void onShortcutUsageReported(@NonNull List list) { + } +} 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 5bac09b4f3..cffb0d9976 100644 --- a/app/src/main/java/androidx/core/content/pm/ShortcutInfoCompat.java +++ b/app/src/main/java/androidx/core/content/pm/ShortcutInfoCompat.java @@ -1,13 +1,16 @@ package androidx.core.content.pm; +import android.annotation.SuppressLint; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.content.pm.ShortcutInfo; import android.graphics.drawable.Drawable; +import android.net.Uri; import android.os.Build; import android.os.PersistableBundle; +import android.os.UserHandle; import android.text.TextUtils; import androidx.annotation.NonNull; import androidx.annotation.Nullable; @@ -15,31 +18,58 @@ import androidx.annotation.RequiresApi; import androidx.annotation.RestrictTo; import androidx.annotation.VisibleForTesting; import androidx.core.app.Person; +import androidx.core.content.LocusIdCompat; import androidx.core.graphics.drawable.IconCompat; +import androidx.core.net.UriCompat; import c.d.b.a.a; +import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; +import java.util.ArrayList; import java.util.Arrays; +import java.util.HashMap; import java.util.HashSet; +import java.util.List; +import java.util.Map; import java.util.Set; public class ShortcutInfoCompat { + private static final String EXTRA_LOCUS_ID = "extraLocusId"; private static final String EXTRA_LONG_LIVED = "extraLongLived"; private static final String EXTRA_PERSON_ = "extraPerson_"; private static final String EXTRA_PERSON_COUNT = "extraPersonCount"; + private static final String EXTRA_SLICE_URI = "extraSliceUri"; public ComponentName mActivity; public Set mCategories; public Context mContext; public CharSequence mDisabledMessage; + public int mDisabledReason; + public PersistableBundle mExtras; + public boolean mHasKeyFieldsOnly; public IconCompat mIcon; public String mId; public Intent[] mIntents; public boolean mIsAlwaysBadged; + public boolean mIsCached; + public boolean mIsDeclaredInManifest; + public boolean mIsDynamic; + public boolean mIsEnabled = true; + public boolean mIsImmutable; public boolean mIsLongLived; + public boolean mIsPinned; public CharSequence mLabel; + public long mLastChangedTimestamp; + @Nullable + public LocusIdCompat mLocusId; public CharSequence mLongLabel; + public String mPackageName; public Person[] mPersons; public int mRank; + public UserHandle mUser; public static class Builder { + private Map>> mCapabilityBindingParams; + private Set mCapabilityBindings; private final ShortcutInfoCompat mInfo; + private boolean mIsConversation; + private Uri mSliceUri; @RequiresApi(25) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @@ -48,15 +78,35 @@ public class ShortcutInfoCompat { this.mInfo = shortcutInfoCompat; shortcutInfoCompat.mContext = context; shortcutInfoCompat.mId = shortcutInfo.getId(); + shortcutInfoCompat.mPackageName = shortcutInfo.getPackage(); Intent[] intents = shortcutInfo.getIntents(); shortcutInfoCompat.mIntents = (Intent[]) Arrays.copyOf(intents, intents.length); shortcutInfoCompat.mActivity = shortcutInfo.getActivity(); shortcutInfoCompat.mLabel = shortcutInfo.getShortLabel(); shortcutInfoCompat.mLongLabel = shortcutInfo.getLongLabel(); shortcutInfoCompat.mDisabledMessage = shortcutInfo.getDisabledMessage(); + int i = Build.VERSION.SDK_INT; + if (i >= 28) { + shortcutInfoCompat.mDisabledReason = shortcutInfo.getDisabledReason(); + } else { + shortcutInfoCompat.mDisabledReason = shortcutInfo.isEnabled() ? 0 : 3; + } shortcutInfoCompat.mCategories = shortcutInfo.getCategories(); shortcutInfoCompat.mPersons = ShortcutInfoCompat.getPersonsFromExtra(shortcutInfo.getExtras()); + shortcutInfoCompat.mUser = shortcutInfo.getUserHandle(); + shortcutInfoCompat.mLastChangedTimestamp = shortcutInfo.getLastChangedTimestamp(); + if (i >= 30) { + shortcutInfoCompat.mIsCached = shortcutInfo.isCached(); + } + shortcutInfoCompat.mIsDynamic = shortcutInfo.isDynamic(); + shortcutInfoCompat.mIsPinned = shortcutInfo.isPinned(); + shortcutInfoCompat.mIsDeclaredInManifest = shortcutInfo.isDeclaredInManifest(); + shortcutInfoCompat.mIsImmutable = shortcutInfo.isImmutable(); + shortcutInfoCompat.mIsEnabled = shortcutInfo.isEnabled(); + shortcutInfoCompat.mHasKeyFieldsOnly = shortcutInfo.hasKeyFieldsOnly(); + shortcutInfoCompat.mLocusId = ShortcutInfoCompat.getLocusId(shortcutInfo); shortcutInfoCompat.mRank = shortcutInfo.getRank(); + shortcutInfoCompat.mExtras = shortcutInfo.getExtras(); } public Builder(@NonNull Context context, @NonNull String str) { @@ -72,15 +122,27 @@ public class ShortcutInfoCompat { this.mInfo = shortcutInfoCompat2; shortcutInfoCompat2.mContext = shortcutInfoCompat.mContext; shortcutInfoCompat2.mId = shortcutInfoCompat.mId; + shortcutInfoCompat2.mPackageName = shortcutInfoCompat.mPackageName; Intent[] intentArr = shortcutInfoCompat.mIntents; shortcutInfoCompat2.mIntents = (Intent[]) Arrays.copyOf(intentArr, intentArr.length); shortcutInfoCompat2.mActivity = shortcutInfoCompat.mActivity; shortcutInfoCompat2.mLabel = shortcutInfoCompat.mLabel; shortcutInfoCompat2.mLongLabel = shortcutInfoCompat.mLongLabel; shortcutInfoCompat2.mDisabledMessage = shortcutInfoCompat.mDisabledMessage; + shortcutInfoCompat2.mDisabledReason = shortcutInfoCompat.mDisabledReason; shortcutInfoCompat2.mIcon = shortcutInfoCompat.mIcon; shortcutInfoCompat2.mIsAlwaysBadged = shortcutInfoCompat.mIsAlwaysBadged; + shortcutInfoCompat2.mUser = shortcutInfoCompat.mUser; + shortcutInfoCompat2.mLastChangedTimestamp = shortcutInfoCompat.mLastChangedTimestamp; + shortcutInfoCompat2.mIsCached = shortcutInfoCompat.mIsCached; + shortcutInfoCompat2.mIsDynamic = shortcutInfoCompat.mIsDynamic; + shortcutInfoCompat2.mIsPinned = shortcutInfoCompat.mIsPinned; + shortcutInfoCompat2.mIsDeclaredInManifest = shortcutInfoCompat.mIsDeclaredInManifest; + shortcutInfoCompat2.mIsImmutable = shortcutInfoCompat.mIsImmutable; + shortcutInfoCompat2.mIsEnabled = shortcutInfoCompat.mIsEnabled; + shortcutInfoCompat2.mLocusId = shortcutInfoCompat.mLocusId; shortcutInfoCompat2.mIsLongLived = shortcutInfoCompat.mIsLongLived; + shortcutInfoCompat2.mHasKeyFieldsOnly = shortcutInfoCompat.mHasKeyFieldsOnly; shortcutInfoCompat2.mRank = shortcutInfoCompat.mRank; Person[] personArr = shortcutInfoCompat.mPersons; if (personArr != null) { @@ -89,17 +151,82 @@ public class ShortcutInfoCompat { if (shortcutInfoCompat.mCategories != null) { shortcutInfoCompat2.mCategories = new HashSet(shortcutInfoCompat.mCategories); } + PersistableBundle persistableBundle = shortcutInfoCompat.mExtras; + if (persistableBundle != null) { + shortcutInfoCompat2.mExtras = persistableBundle; + } } @NonNull + @SuppressLint({"MissingGetterMatchingBuilder"}) + public Builder addCapabilityBinding(@NonNull String str) { + if (this.mCapabilityBindings == null) { + this.mCapabilityBindings = new HashSet(); + } + this.mCapabilityBindings.add(str); + return this; + } + + @NonNull + @SuppressLint({"MissingGetterMatchingBuilder"}) + public Builder addCapabilityBinding(@NonNull String str, @NonNull String str2, @NonNull List list) { + addCapabilityBinding(str); + if (!list.isEmpty()) { + if (this.mCapabilityBindingParams == null) { + this.mCapabilityBindingParams = new HashMap(); + } + if (this.mCapabilityBindingParams.get(str) == null) { + this.mCapabilityBindingParams.put(str, new HashMap()); + } + this.mCapabilityBindingParams.get(str).put(str2, list); + } + return this; + } + + @NonNull + @SuppressLint({"UnsafeNewApiCall"}) public ShortcutInfoCompat build() { if (!TextUtils.isEmpty(this.mInfo.mLabel)) { ShortcutInfoCompat shortcutInfoCompat = this.mInfo; Intent[] intentArr = shortcutInfoCompat.mIntents; - if (intentArr != null && intentArr.length != 0) { - return shortcutInfoCompat; + if (intentArr == null || intentArr.length == 0) { + throw new IllegalArgumentException("Shortcut must have an intent"); } - throw new IllegalArgumentException("Shortcut must have an intent"); + if (this.mIsConversation) { + if (shortcutInfoCompat.mLocusId == null) { + shortcutInfoCompat.mLocusId = new LocusIdCompat(shortcutInfoCompat.mId); + } + this.mInfo.mIsLongLived = true; + } + if (this.mCapabilityBindings != null) { + ShortcutInfoCompat shortcutInfoCompat2 = this.mInfo; + if (shortcutInfoCompat2.mCategories == null) { + shortcutInfoCompat2.mCategories = new HashSet(); + } + this.mInfo.mCategories.addAll(this.mCapabilityBindings); + } + if (this.mCapabilityBindingParams != null) { + ShortcutInfoCompat shortcutInfoCompat3 = this.mInfo; + if (shortcutInfoCompat3.mExtras == null) { + shortcutInfoCompat3.mExtras = new PersistableBundle(); + } + for (String str : this.mCapabilityBindingParams.keySet()) { + Map> map = this.mCapabilityBindingParams.get(str); + this.mInfo.mExtras.putStringArray(str, (String[]) map.keySet().toArray(new String[0])); + for (String str2 : map.keySet()) { + List list = map.get(str2); + this.mInfo.mExtras.putStringArray(a.v(str, AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, str2), list == null ? new String[0] : (String[]) list.toArray(new String[0])); + } + } + } + if (this.mSliceUri != null) { + ShortcutInfoCompat shortcutInfoCompat4 = this.mInfo; + if (shortcutInfoCompat4.mExtras == null) { + shortcutInfoCompat4.mExtras = new PersistableBundle(); + } + this.mInfo.mExtras.putString(ShortcutInfoCompat.EXTRA_SLICE_URI, UriCompat.toSafeString(this.mSliceUri)); + } + return this.mInfo; } throw new IllegalArgumentException("Shortcut must have a non-empty label"); } @@ -128,6 +255,12 @@ public class ShortcutInfoCompat { return this; } + @NonNull + public Builder setExtras(@NonNull PersistableBundle persistableBundle) { + this.mInfo.mExtras = persistableBundle; + return this; + } + @NonNull public Builder setIcon(IconCompat iconCompat) { this.mInfo.mIcon = iconCompat; @@ -145,6 +278,18 @@ public class ShortcutInfoCompat { return this; } + @NonNull + public Builder setIsConversation() { + this.mIsConversation = true; + return this; + } + + @NonNull + public Builder setLocusId(@Nullable LocusIdCompat locusIdCompat) { + this.mInfo.mLocusId = locusIdCompat; + return this; + } + @NonNull public Builder setLongLabel(@NonNull CharSequence charSequence) { this.mInfo.mLongLabel = charSequence; @@ -186,17 +331,27 @@ public class ShortcutInfoCompat { this.mInfo.mLabel = charSequence; return this; } + + @NonNull + @SuppressLint({"MissingGetterMatchingBuilder"}) + public Builder setSliceUri(@NonNull Uri uri) { + this.mSliceUri = uri; + return this; + } } @RequiresApi(22) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) private PersistableBundle buildLegacyExtrasBundle() { - PersistableBundle persistableBundle = new PersistableBundle(); + if (this.mExtras == null) { + this.mExtras = new PersistableBundle(); + } Person[] personArr = this.mPersons; if (personArr != null && personArr.length > 0) { - persistableBundle.putInt(EXTRA_PERSON_COUNT, personArr.length); + this.mExtras.putInt(EXTRA_PERSON_COUNT, personArr.length); int i = 0; while (i < this.mPersons.length) { + PersistableBundle persistableBundle = this.mExtras; StringBuilder P = a.P(EXTRA_PERSON_); int i2 = i + 1; P.append(i2); @@ -204,14 +359,51 @@ public class ShortcutInfoCompat { i = i2; } } - persistableBundle.putBoolean(EXTRA_LONG_LIVED, this.mIsLongLived); - return persistableBundle; + LocusIdCompat locusIdCompat = this.mLocusId; + if (locusIdCompat != null) { + this.mExtras.putString(EXTRA_LOCUS_ID, locusIdCompat.getId()); + } + this.mExtras.putBoolean(EXTRA_LONG_LIVED, this.mIsLongLived); + return this.mExtras; + } + + @RequiresApi(25) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public static List fromShortcuts(@NonNull Context context, @NonNull List list) { + ArrayList arrayList = new ArrayList(list.size()); + for (ShortcutInfo shortcutInfo : list) { + arrayList.add(new Builder(context, shortcutInfo).build()); + } + return arrayList; + } + + @Nullable + @RequiresApi(25) + public static LocusIdCompat getLocusId(@NonNull ShortcutInfo shortcutInfo) { + if (Build.VERSION.SDK_INT < 29) { + return getLocusIdFromExtra(shortcutInfo.getExtras()); + } + if (shortcutInfo.getLocusId() == null) { + return null; + } + return LocusIdCompat.toLocusIdCompat(shortcutInfo.getLocusId()); + } + + @Nullable + @RequiresApi(25) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + private static LocusIdCompat getLocusIdFromExtra(@Nullable PersistableBundle persistableBundle) { + String string; + if (persistableBundle == null || (string = persistableBundle.getString(EXTRA_LOCUS_ID)) == null) { + return null; + } + return new LocusIdCompat(string); } @RequiresApi(25) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @VisibleForTesting - public static boolean getLongLivedFromExtra(@NonNull PersistableBundle persistableBundle) { + public static boolean getLongLivedFromExtra(@Nullable PersistableBundle persistableBundle) { if (persistableBundle == null || !persistableBundle.containsKey(EXTRA_LONG_LIVED)) { return false; } @@ -277,6 +469,15 @@ public class ShortcutInfoCompat { return this.mDisabledMessage; } + public int getDisabledReason() { + return this.mDisabledReason; + } + + @Nullable + public PersistableBundle getExtras() { + return this.mExtras; + } + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public IconCompat getIcon() { return this.mIcon; @@ -299,11 +500,25 @@ public class ShortcutInfoCompat { return (Intent[]) Arrays.copyOf(intentArr, intentArr.length); } + public long getLastChangedTimestamp() { + return this.mLastChangedTimestamp; + } + + @Nullable + public LocusIdCompat getLocusId() { + return this.mLocusId; + } + @Nullable public CharSequence getLongLabel() { return this.mLongLabel; } + @NonNull + public String getPackage() { + return this.mPackageName; + } + public int getRank() { return this.mRank; } @@ -313,6 +528,39 @@ public class ShortcutInfoCompat { return this.mLabel; } + @Nullable + public UserHandle getUserHandle() { + return this.mUser; + } + + public boolean hasKeyFieldsOnly() { + return this.mHasKeyFieldsOnly; + } + + public boolean isCached() { + return this.mIsCached; + } + + public boolean isDeclaredInManifest() { + return this.mIsDeclaredInManifest; + } + + public boolean isDynamic() { + return this.mIsDynamic; + } + + public boolean isEnabled() { + return this.mIsEnabled; + } + + public boolean isImmutable() { + return this.mIsImmutable; + } + + public boolean isPinned() { + return this.mIsPinned; + } + @RequiresApi(25) public ShortcutInfo toShortcutInfo() { ShortcutInfo.Builder intents = new ShortcutInfo.Builder(this.mContext, this.mId).setShortLabel(this.mLabel).setIntents(this.mIntents); @@ -335,6 +583,10 @@ public class ShortcutInfoCompat { intents.setCategories(set); } intents.setRank(this.mRank); + PersistableBundle persistableBundle = this.mExtras; + if (persistableBundle != null) { + intents.setExtras(persistableBundle); + } if (Build.VERSION.SDK_INT >= 29) { Person[] personArr = this.mPersons; if (personArr != null && personArr.length > 0) { @@ -345,6 +597,10 @@ public class ShortcutInfoCompat { } intents.setPersons(personArr2); } + LocusIdCompat locusIdCompat = this.mLocusId; + if (locusIdCompat != null) { + intents.setLocusId(locusIdCompat.toLocusId()); + } intents.setLongLived(this.mIsLongLived); } else { intents.setExtras(buildLegacyExtrasBundle()); diff --git a/app/src/main/java/androidx/core/content/pm/ShortcutManagerCompat.java b/app/src/main/java/androidx/core/content/pm/ShortcutManagerCompat.java index 6804ffbdeb..9db60a87f6 100644 --- a/app/src/main/java/androidx/core/content/pm/ShortcutManagerCompat.java +++ b/app/src/main/java/androidx/core/content/pm/ShortcutManagerCompat.java @@ -1,28 +1,55 @@ package androidx.core.content.pm; +import android.app.ActivityManager; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentSender; +import android.content.pm.ActivityInfo; +import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.content.pm.ShortcutInfo; import android.content.pm.ShortcutManager; +import android.graphics.Bitmap; +import android.graphics.BitmapFactory; import android.os.Build; +import android.os.Bundle; import android.text.TextUtils; +import android.util.DisplayMetrics; import androidx.annotation.NonNull; import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.annotation.RestrictTo; import androidx.annotation.VisibleForTesting; +import androidx.appcompat.widget.ActivityChooserModel; import androidx.core.content.ContextCompat; import androidx.core.content.pm.ShortcutInfoCompat; import androidx.core.content.pm.ShortcutInfoCompatSaver; +import androidx.core.graphics.drawable.IconCompat; +import androidx.core.util.Preconditions; +import java.io.InputStream; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.Iterator; import java.util.List; public class ShortcutManagerCompat { @VisibleForTesting public static final String ACTION_INSTALL_SHORTCUT = "com.android.launcher.action.INSTALL_SHORTCUT"; + private static final int DEFAULT_MAX_ICON_DIMENSION_DP = 96; + private static final int DEFAULT_MAX_ICON_DIMENSION_LOWRAM_DP = 48; public static final String EXTRA_SHORTCUT_ID = "android.intent.extra.shortcut.ID"; + public static final int FLAG_MATCH_CACHED = 8; + public static final int FLAG_MATCH_DYNAMIC = 2; + public static final int FLAG_MATCH_MANIFEST = 1; + public static final int FLAG_MATCH_PINNED = 4; @VisibleForTesting public static final String INSTALL_SHORTCUT_PERMISSION = "com.android.launcher.permission.INSTALL_SHORTCUT"; + private static final String SHORTCUT_LISTENER_INTENT_FILTER_ACTION = "androidx.core.content.pm.SHORTCUT_LISTENER"; + private static final String SHORTCUT_LISTENER_META_DATA_KEY = "androidx.core.content.pm.shortcut_listener_impl"; + private static volatile List sShortcutInfoChangeListeners; private static volatile ShortcutInfoCompatSaver sShortcutInfoCompatSaver; /* renamed from: androidx.core.content.pm.ShortcutManagerCompat$1 reason: invalid class name */ @@ -42,11 +69,38 @@ public class ShortcutManagerCompat { } } + @RequiresApi(25) + public static class Api25Impl { + private Api25Impl() { + } + + public static String getShortcutInfoWithLowestRank(@NonNull List list) { + int i = -1; + String str = null; + for (ShortcutInfo shortcutInfo : list) { + if (shortcutInfo.getRank() > i) { + str = shortcutInfo.getId(); + i = shortcutInfo.getRank(); + } + } + return str; + } + } + + @Retention(RetentionPolicy.SOURCE) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public @interface ShortcutMatchFlags { + } + private ShortcutManagerCompat() { } public static boolean addDynamicShortcuts(@NonNull Context context, @NonNull List list) { - if (Build.VERSION.SDK_INT >= 25) { + int i = Build.VERSION.SDK_INT; + if (i <= 29) { + convertUriIconsToBitmapIcons(context, list); + } + if (i >= 25) { ArrayList arrayList = new ArrayList(); for (ShortcutInfoCompat shortcutInfoCompat : list) { arrayList.add(shortcutInfoCompat.toShortcutInfo()); @@ -56,9 +110,42 @@ public class ShortcutManagerCompat { } } getShortcutInfoSaverInstance(context).addShortcuts(list); + for (ShortcutInfoChangeListener shortcutInfoChangeListener : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener.onShortcutAdded(list); + } return true; } + @VisibleForTesting + public static boolean convertUriIconToBitmapIcon(@NonNull Context context, @NonNull ShortcutInfoCompat shortcutInfoCompat) { + Bitmap decodeStream; + IconCompat iconCompat = shortcutInfoCompat.mIcon; + if (iconCompat == null) { + return false; + } + int i = iconCompat.mType; + if (i != 6 && i != 4) { + return true; + } + InputStream uriInputStream = iconCompat.getUriInputStream(context); + if (uriInputStream == null || (decodeStream = BitmapFactory.decodeStream(uriInputStream)) == null) { + return false; + } + shortcutInfoCompat.mIcon = i == 6 ? IconCompat.createWithAdaptiveBitmap(decodeStream) : IconCompat.createWithBitmap(decodeStream); + return true; + } + + @VisibleForTesting + public static void convertUriIconsToBitmapIcons(@NonNull Context context, @NonNull List list) { + Iterator it = new ArrayList(list).iterator(); + while (it.hasNext()) { + ShortcutInfoCompat shortcutInfoCompat = (ShortcutInfoCompat) it.next(); + if (!convertUriIconToBitmapIcon(context, shortcutInfoCompat)) { + list.remove(shortcutInfoCompat); + } + } + } + @NonNull public static Intent createShortcutResultIntent(@NonNull Context context, @NonNull ShortcutInfoCompat shortcutInfoCompat) { Intent createShortcutResultIntent = Build.VERSION.SDK_INT >= 26 ? ((ShortcutManager) context.getSystemService(ShortcutManager.class)).createShortcutResultIntent(shortcutInfoCompat.toShortcutInfo()) : null; @@ -68,6 +155,30 @@ public class ShortcutManagerCompat { return shortcutInfoCompat.addToIntent(createShortcutResultIntent); } + public static void disableShortcuts(@NonNull Context context, @NonNull List list, @Nullable CharSequence charSequence) { + if (Build.VERSION.SDK_INT >= 25) { + ((ShortcutManager) context.getSystemService(ShortcutManager.class)).disableShortcuts(list, charSequence); + } + getShortcutInfoSaverInstance(context).removeShortcuts(list); + for (ShortcutInfoChangeListener shortcutInfoChangeListener : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener.onShortcutRemoved(list); + } + } + + public static void enableShortcuts(@NonNull Context context, @NonNull List list) { + if (Build.VERSION.SDK_INT >= 25) { + ArrayList arrayList = new ArrayList(list.size()); + for (ShortcutInfoCompat shortcutInfoCompat : list) { + arrayList.add(shortcutInfoCompat.mId); + } + ((ShortcutManager) context.getSystemService(ShortcutManager.class)).enableShortcuts(arrayList); + } + getShortcutInfoSaverInstance(context).addShortcuts(list); + for (ShortcutInfoChangeListener shortcutInfoChangeListener : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener.onShortcutAdded(list); + } + } + @NonNull public static List getDynamicShortcuts(@NonNull Context context) { if (Build.VERSION.SDK_INT >= 25) { @@ -85,11 +196,70 @@ public class ShortcutManagerCompat { } } + private static int getIconDimensionInternal(@NonNull Context context, boolean z2) { + ActivityManager activityManager = (ActivityManager) context.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY); + int max = Math.max(1, activityManager == null || activityManager.isLowRamDevice() ? 48 : 96); + DisplayMetrics displayMetrics = context.getResources().getDisplayMetrics(); + return (int) (((float) max) * ((z2 ? displayMetrics.xdpi : displayMetrics.ydpi) / 160.0f)); + } + + public static int getIconMaxHeight(@NonNull Context context) { + Preconditions.checkNotNull(context); + return Build.VERSION.SDK_INT >= 25 ? ((ShortcutManager) context.getSystemService(ShortcutManager.class)).getIconMaxHeight() : getIconDimensionInternal(context, false); + } + + public static int getIconMaxWidth(@NonNull Context context) { + Preconditions.checkNotNull(context); + return Build.VERSION.SDK_INT >= 25 ? ((ShortcutManager) context.getSystemService(ShortcutManager.class)).getIconMaxWidth() : getIconDimensionInternal(context, true); + } + public static int getMaxShortcutCountPerActivity(@NonNull Context context) { + Preconditions.checkNotNull(context); if (Build.VERSION.SDK_INT >= 25) { return ((ShortcutManager) context.getSystemService(ShortcutManager.class)).getMaxShortcutCountPerActivity(); } - return 0; + return 5; + } + + @VisibleForTesting + public static List getShortcutInfoChangeListeners() { + return sShortcutInfoChangeListeners; + } + + private static String getShortcutInfoCompatWithLowestRank(@NonNull List list) { + int i = -1; + String str = null; + for (ShortcutInfoCompat shortcutInfoCompat : list) { + if (shortcutInfoCompat.getRank() > i) { + str = shortcutInfoCompat.getId(); + i = shortcutInfoCompat.getRank(); + } + } + return str; + } + + private static List getShortcutInfoListeners(Context context) { + Bundle bundle; + String string; + if (sShortcutInfoChangeListeners == null) { + ArrayList arrayList = new ArrayList(); + PackageManager packageManager = context.getPackageManager(); + Intent intent = new Intent(SHORTCUT_LISTENER_INTENT_FILTER_ACTION); + intent.setPackage(context.getPackageName()); + for (ResolveInfo resolveInfo : packageManager.queryIntentActivities(intent, 128)) { + ActivityInfo activityInfo = resolveInfo.activityInfo; + if (!(activityInfo == null || (bundle = activityInfo.metaData) == null || (string = bundle.getString(SHORTCUT_LISTENER_META_DATA_KEY)) == null)) { + try { + arrayList.add((ShortcutInfoChangeListener) Class.forName(string, false, ShortcutManagerCompat.class.getClassLoader()).getMethod("getInstance", Context.class).invoke(null, context)); + } catch (Exception unused) { + } + } + } + if (sShortcutInfoChangeListeners == null) { + sShortcutInfoChangeListeners = arrayList; + } + } + return sShortcutInfoChangeListeners; } private static ShortcutInfoCompatSaver getShortcutInfoSaverInstance(Context context) { @@ -107,6 +277,40 @@ public class ShortcutManagerCompat { return sShortcutInfoCompatSaver; } + @NonNull + public static List getShortcuts(@NonNull Context context, int i) { + int i2 = Build.VERSION.SDK_INT; + if (i2 >= 30) { + return ShortcutInfoCompat.fromShortcuts(context, ((ShortcutManager) context.getSystemService(ShortcutManager.class)).getShortcuts(i)); + } + if (i2 >= 25) { + ShortcutManager shortcutManager = (ShortcutManager) context.getSystemService(ShortcutManager.class); + ArrayList arrayList = new ArrayList(); + if ((i & 1) != 0) { + arrayList.addAll(shortcutManager.getManifestShortcuts()); + } + if ((i & 2) != 0) { + arrayList.addAll(shortcutManager.getDynamicShortcuts()); + } + if ((i & 4) != 0) { + arrayList.addAll(shortcutManager.getPinnedShortcuts()); + } + return ShortcutInfoCompat.fromShortcuts(context, arrayList); + } + if ((i & 2) != 0) { + try { + return getShortcutInfoSaverInstance(context).getShortcuts(); + } catch (Exception unused) { + } + } + return Collections.emptyList(); + } + + public static boolean isRateLimitingActive(@NonNull Context context) { + Preconditions.checkNotNull(context); + return Build.VERSION.SDK_INT >= 25 ? ((ShortcutManager) context.getSystemService(ShortcutManager.class)).isRateLimitingActive() : getShortcuts(context, 3).size() == getMaxShortcutCountPerActivity(context); + } + /* JADX WARNING: Removed duplicated region for block: B:10:0x0036 */ public static boolean isRequestPinShortcutSupported(@NonNull Context context) { if (Build.VERSION.SDK_INT >= 26) { @@ -126,11 +330,65 @@ public class ShortcutManagerCompat { return false; } + public static boolean pushDynamicShortcut(@NonNull Context context, @NonNull ShortcutInfoCompat shortcutInfoCompat) { + Preconditions.checkNotNull(context); + Preconditions.checkNotNull(shortcutInfoCompat); + int maxShortcutCountPerActivity = getMaxShortcutCountPerActivity(context); + if (maxShortcutCountPerActivity == 0) { + return false; + } + int i = Build.VERSION.SDK_INT; + if (i <= 29) { + convertUriIconToBitmapIcon(context, shortcutInfoCompat); + } + if (i >= 30) { + ((ShortcutManager) context.getSystemService(ShortcutManager.class)).pushDynamicShortcut(shortcutInfoCompat.toShortcutInfo()); + } else if (i >= 25) { + ShortcutManager shortcutManager = (ShortcutManager) context.getSystemService(ShortcutManager.class); + if (shortcutManager.isRateLimitingActive()) { + return false; + } + List dynamicShortcuts = shortcutManager.getDynamicShortcuts(); + if (dynamicShortcuts.size() >= maxShortcutCountPerActivity) { + shortcutManager.removeDynamicShortcuts(Arrays.asList(Api25Impl.getShortcutInfoWithLowestRank(dynamicShortcuts))); + } + shortcutManager.addDynamicShortcuts(Arrays.asList(shortcutInfoCompat.toShortcutInfo())); + } + ShortcutInfoCompatSaver shortcutInfoSaverInstance = getShortcutInfoSaverInstance(context); + try { + List shortcuts = shortcutInfoSaverInstance.getShortcuts(); + if (shortcuts.size() >= maxShortcutCountPerActivity) { + shortcutInfoSaverInstance.removeShortcuts(Arrays.asList(getShortcutInfoCompatWithLowestRank(shortcuts))); + } + shortcutInfoSaverInstance.addShortcuts(Arrays.asList(shortcutInfoCompat)); + for (ShortcutInfoChangeListener shortcutInfoChangeListener : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener.onShortcutAdded(Collections.singletonList(shortcutInfoCompat)); + } + reportShortcutUsed(context, shortcutInfoCompat.getId()); + return true; + } catch (Exception unused) { + for (ShortcutInfoChangeListener shortcutInfoChangeListener2 : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener2.onShortcutAdded(Collections.singletonList(shortcutInfoCompat)); + } + reportShortcutUsed(context, shortcutInfoCompat.getId()); + return false; + } catch (Throwable th) { + for (ShortcutInfoChangeListener shortcutInfoChangeListener3 : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener3.onShortcutAdded(Collections.singletonList(shortcutInfoCompat)); + } + reportShortcutUsed(context, shortcutInfoCompat.getId()); + throw th; + } + } + public static void removeAllDynamicShortcuts(@NonNull Context context) { if (Build.VERSION.SDK_INT >= 25) { ((ShortcutManager) context.getSystemService(ShortcutManager.class)).removeAllDynamicShortcuts(); } getShortcutInfoSaverInstance(context).removeAllShortcuts(); + for (ShortcutInfoChangeListener shortcutInfoChangeListener : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener.onAllShortcutsRemoved(); + } } public static void removeDynamicShortcuts(@NonNull Context context, @NonNull List list) { @@ -138,6 +396,32 @@ public class ShortcutManagerCompat { ((ShortcutManager) context.getSystemService(ShortcutManager.class)).removeDynamicShortcuts(list); } getShortcutInfoSaverInstance(context).removeShortcuts(list); + for (ShortcutInfoChangeListener shortcutInfoChangeListener : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener.onShortcutRemoved(list); + } + } + + public static void removeLongLivedShortcuts(@NonNull Context context, @NonNull List list) { + if (Build.VERSION.SDK_INT < 30) { + removeDynamicShortcuts(context, list); + return; + } + ((ShortcutManager) context.getSystemService(ShortcutManager.class)).removeLongLivedShortcuts(list); + getShortcutInfoSaverInstance(context).removeShortcuts(list); + for (ShortcutInfoChangeListener shortcutInfoChangeListener : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener.onShortcutRemoved(list); + } + } + + public static void reportShortcutUsed(@NonNull Context context, @NonNull String str) { + Preconditions.checkNotNull(context); + Preconditions.checkNotNull(str); + if (Build.VERSION.SDK_INT >= 25) { + ((ShortcutManager) context.getSystemService(ShortcutManager.class)).reportShortcutUsed(str); + } + for (ShortcutInfoChangeListener shortcutInfoChangeListener : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener.onShortcutUsageReported(Collections.singletonList(str)); + } } public static boolean requestPinShortcut(@NonNull Context context, @NonNull ShortcutInfoCompat shortcutInfoCompat, @Nullable IntentSender intentSender) { @@ -156,8 +440,43 @@ public class ShortcutManagerCompat { return true; } - public static boolean updateShortcuts(@NonNull Context context, @NonNull List list) { + public static boolean setDynamicShortcuts(@NonNull Context context, @NonNull List list) { + Preconditions.checkNotNull(context); + Preconditions.checkNotNull(list); if (Build.VERSION.SDK_INT >= 25) { + ArrayList arrayList = new ArrayList(list.size()); + for (ShortcutInfoCompat shortcutInfoCompat : list) { + arrayList.add(shortcutInfoCompat.toShortcutInfo()); + } + if (!((ShortcutManager) context.getSystemService(ShortcutManager.class)).setDynamicShortcuts(arrayList)) { + return false; + } + } + getShortcutInfoSaverInstance(context).removeAllShortcuts(); + getShortcutInfoSaverInstance(context).addShortcuts(list); + for (ShortcutInfoChangeListener shortcutInfoChangeListener : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener.onAllShortcutsRemoved(); + shortcutInfoChangeListener.onShortcutAdded(list); + } + return true; + } + + @VisibleForTesting + public static void setShortcutInfoChangeListeners(List list) { + sShortcutInfoChangeListeners = list; + } + + @VisibleForTesting + public static void setShortcutInfoCompatSaver(ShortcutInfoCompatSaver shortcutInfoCompatSaver) { + sShortcutInfoCompatSaver = shortcutInfoCompatSaver; + } + + public static boolean updateShortcuts(@NonNull Context context, @NonNull List list) { + int i = Build.VERSION.SDK_INT; + if (i <= 29) { + convertUriIconsToBitmapIcons(context, list); + } + if (i >= 25) { ArrayList arrayList = new ArrayList(); for (ShortcutInfoCompat shortcutInfoCompat : list) { arrayList.add(shortcutInfoCompat.toShortcutInfo()); @@ -167,6 +486,9 @@ public class ShortcutManagerCompat { } } getShortcutInfoSaverInstance(context).addShortcuts(list); + for (ShortcutInfoChangeListener shortcutInfoChangeListener : getShortcutInfoListeners(context)) { + shortcutInfoChangeListener.onShortcutUpdated(list); + } return true; } } diff --git a/app/src/main/java/androidx/core/content/res/ColorStateListInflaterCompat.java b/app/src/main/java/androidx/core/content/res/ColorStateListInflaterCompat.java index a29d6f609e..5348764d29 100644 --- a/app/src/main/java/androidx/core/content/res/ColorStateListInflaterCompat.java +++ b/app/src/main/java/androidx/core/content/res/ColorStateListInflaterCompat.java @@ -7,8 +7,10 @@ import android.graphics.Color; import android.util.AttributeSet; import android.util.Log; import android.util.StateSet; +import android.util.TypedValue; import android.util.Xml; import androidx.annotation.ColorInt; +import androidx.annotation.ColorRes; import androidx.annotation.FloatRange; import androidx.annotation.NonNull; import androidx.annotation.Nullable; @@ -21,6 +23,8 @@ import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public final class ColorStateListInflaterCompat { + private static final ThreadLocal sTempTypedValue = new ThreadLocal<>(); + private ColorStateListInflaterCompat() { } @@ -49,6 +53,18 @@ public final class ColorStateListInflaterCompat { throw new XmlPullParserException(xmlPullParser.getPositionDescription() + ": invalid color state list tag " + name); } + @NonNull + private static TypedValue getTypedValue() { + ThreadLocal threadLocal = sTempTypedValue; + TypedValue typedValue = threadLocal.get(); + if (typedValue != null) { + return typedValue; + } + TypedValue typedValue2 = new TypedValue(); + threadLocal.set(typedValue2); + return typedValue2; + } + @Nullable public static ColorStateList inflate(@NonNull Resources resources, @XmlRes int i, @Nullable Resources.Theme theme) { try { @@ -61,58 +77,76 @@ public final class ColorStateListInflaterCompat { private static ColorStateList inflate(@NonNull Resources resources, @NonNull XmlPullParser xmlPullParser, @NonNull AttributeSet attributeSet, @Nullable Resources.Theme theme) throws XmlPullParserException, IOException { int depth; - int i = 1; + int i; + int i2 = 1; int depth2 = xmlPullParser.getDepth() + 1; int[][] iArr = new int[20][]; int[] iArr2 = new int[20]; - int i2 = 0; + int i3 = 0; while (true) { int next = xmlPullParser.next(); - if (next == i || ((depth = xmlPullParser.getDepth()) < depth2 && next == 3)) { + if (next == i2 || ((depth = xmlPullParser.getDepth()) < depth2 && next == 3)) { break; } if (next == 2 && depth <= depth2 && xmlPullParser.getName().equals("item")) { TypedArray obtainAttributes = obtainAttributes(resources, theme, attributeSet, R.styleable.ColorStateListItem); - int color = obtainAttributes.getColor(R.styleable.ColorStateListItem_android_color, -65281); - float f = 1.0f; - int i3 = R.styleable.ColorStateListItem_android_alpha; - if (obtainAttributes.hasValue(i3)) { - f = obtainAttributes.getFloat(i3, 1.0f); + int i4 = R.styleable.ColorStateListItem_android_color; + int resourceId = obtainAttributes.getResourceId(i4, -1); + if (resourceId == -1 || isColorInt(resources, resourceId)) { + i = obtainAttributes.getColor(i4, -65281); } else { - int i4 = R.styleable.ColorStateListItem_alpha; - if (obtainAttributes.hasValue(i4)) { - f = obtainAttributes.getFloat(i4, 1.0f); + try { + i = createFromXml(resources, resources.getXml(resourceId), theme).getDefaultColor(); + } catch (Exception unused) { + i = obtainAttributes.getColor(R.styleable.ColorStateListItem_android_color, -65281); + } + } + float f = 1.0f; + int i5 = R.styleable.ColorStateListItem_android_alpha; + if (obtainAttributes.hasValue(i5)) { + f = obtainAttributes.getFloat(i5, 1.0f); + } else { + int i6 = R.styleable.ColorStateListItem_alpha; + if (obtainAttributes.hasValue(i6)) { + f = obtainAttributes.getFloat(i6, 1.0f); } } obtainAttributes.recycle(); int attributeCount = attributeSet.getAttributeCount(); int[] iArr3 = new int[attributeCount]; - int i5 = 0; - for (int i6 = 0; i6 < attributeCount; i6++) { - int attributeNameResource = attributeSet.getAttributeNameResource(i6); + int i7 = 0; + for (int i8 = 0; i8 < attributeCount; i8++) { + int attributeNameResource = attributeSet.getAttributeNameResource(i8); if (!(attributeNameResource == 16843173 || attributeNameResource == 16843551 || attributeNameResource == R.attr.alpha)) { - int i7 = i5 + 1; - if (!attributeSet.getAttributeBooleanValue(i6, false)) { + int i9 = i7 + 1; + if (!attributeSet.getAttributeBooleanValue(i8, false)) { attributeNameResource = -attributeNameResource; } - iArr3[i5] = attributeNameResource; - i5 = i7; + iArr3[i7] = attributeNameResource; + i7 = i9; } } - int[] trimStateSet = StateSet.trimStateSet(iArr3, i5); - iArr2 = GrowingArrayUtils.append(iArr2, i2, modulateColorAlpha(color, f)); - iArr = (int[][]) GrowingArrayUtils.append(iArr, i2, trimStateSet); - i2++; + int[] trimStateSet = StateSet.trimStateSet(iArr3, i7); + iArr2 = GrowingArrayUtils.append(iArr2, i3, modulateColorAlpha(i, f)); + iArr = (int[][]) GrowingArrayUtils.append(iArr, i3, trimStateSet); + i3++; } - i = 1; + i2 = 1; } - int[] iArr4 = new int[i2]; - int[][] iArr5 = new int[i2][]; - System.arraycopy(iArr2, 0, iArr4, 0, i2); - System.arraycopy(iArr, 0, iArr5, 0, i2); + int[] iArr4 = new int[i3]; + int[][] iArr5 = new int[i3][]; + System.arraycopy(iArr2, 0, iArr4, 0, i3); + System.arraycopy(iArr, 0, iArr5, 0, i3); return new ColorStateList(iArr5, iArr4); } + private static boolean isColorInt(@NonNull Resources resources, @ColorRes int i) { + TypedValue typedValue = getTypedValue(); + resources.getValue(i, typedValue, true); + int i2 = typedValue.type; + return i2 >= 28 && i2 <= 31; + } + @ColorInt private static int modulateColorAlpha(@ColorInt int i, @FloatRange(from = 0.0d, to = 1.0d) float f) { return (i & ViewCompat.MEASURED_SIZE_MASK) | (Math.round(((float) Color.alpha(i)) * f) << 24); diff --git a/app/src/main/java/androidx/core/content/res/FontResourcesParserCompat.java b/app/src/main/java/androidx/core/content/res/FontResourcesParserCompat.java index 1f6cc244c9..5c879036a7 100644 --- a/app/src/main/java/androidx/core/content/res/FontResourcesParserCompat.java +++ b/app/src/main/java/androidx/core/content/res/FontResourcesParserCompat.java @@ -97,12 +97,20 @@ public class FontResourcesParserCompat { @NonNull private final FontRequest mRequest; private final int mStrategy; + @Nullable + private final String mSystemFontFamilyName; private final int mTimeoutMs; public ProviderResourceEntry(@NonNull FontRequest fontRequest, int i, int i2) { + this(fontRequest, i, i2, null); + } + + @RestrictTo({RestrictTo.Scope.LIBRARY}) + public ProviderResourceEntry(@NonNull FontRequest fontRequest, int i, int i2, @Nullable String str) { this.mRequest = fontRequest; this.mStrategy = i; this.mTimeoutMs = i2; + this.mSystemFontFamilyName = str; } public int getFetchStrategy() { @@ -114,6 +122,12 @@ public class FontResourcesParserCompat { return this.mRequest; } + @Nullable + @RestrictTo({RestrictTo.Scope.LIBRARY}) + public String getSystemFontFamilyName() { + return this.mSystemFontFamilyName; + } + public int getTimeout() { return this.mTimeoutMs; } @@ -187,6 +201,7 @@ public class FontResourcesParserCompat { int resourceId = obtainAttributes.getResourceId(R.styleable.FontFamily_fontProviderCerts, 0); int integer = obtainAttributes.getInteger(R.styleable.FontFamily_fontProviderFetchStrategy, 1); int integer2 = obtainAttributes.getInteger(R.styleable.FontFamily_fontProviderFetchTimeout, DEFAULT_TIMEOUT_MILLIS); + String string4 = obtainAttributes.getString(R.styleable.FontFamily_fontProviderSystemFontFamily); obtainAttributes.recycle(); if (string == null || string2 == null || string3 == null) { ArrayList arrayList = new ArrayList(); @@ -207,7 +222,7 @@ public class FontResourcesParserCompat { while (xmlPullParser.next() != 3) { skip(xmlPullParser); } - return new ProviderResourceEntry(new FontRequest(string, string2, string3, readCerts(resources, resourceId)), integer, integer2); + return new ProviderResourceEntry(new FontRequest(string, string2, string3, readCerts(resources, resourceId)), integer, integer2, string4); } private static FontFileResourceEntry readFont(XmlPullParser xmlPullParser, Resources resources) throws XmlPullParserException, IOException { 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 07bb2bf7ab..a2ae6497b3 100644 --- a/app/src/main/java/androidx/core/content/res/ResourcesCompat.java +++ b/app/src/main/java/androidx/core/content/res/ResourcesCompat.java @@ -2,6 +2,7 @@ package androidx.core.content.res; import android.content.Context; import android.content.res.ColorStateList; +import android.content.res.Configuration; import android.content.res.Resources; import android.graphics.Typeface; import android.graphics.drawable.Drawable; @@ -9,6 +10,7 @@ import android.os.Build; import android.os.Handler; import android.os.Looper; import android.util.Log; +import android.util.SparseArray; import android.util.TypedValue; import androidx.annotation.AnyRes; import androidx.annotation.ColorInt; @@ -22,16 +24,57 @@ import androidx.annotation.RequiresApi; import androidx.annotation.RestrictTo; import androidx.core.content.res.FontResourcesParserCompat; import androidx.core.graphics.TypefaceCompat; +import androidx.core.util.ObjectsCompat; import androidx.core.util.Preconditions; import c.d.b.a.a; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; +import java.util.WeakHashMap; import org.xmlpull.v1.XmlPullParserException; public final class ResourcesCompat { @AnyRes public static final int ID_NULL = 0; private static final String TAG = "ResourcesCompat"; + private static final Object sColorStateCacheLock = new Object(); + private static final WeakHashMap> sColorStateCaches = new WeakHashMap<>(0); + private static final ThreadLocal sTempTypedValue = new ThreadLocal<>(); + + public static class ColorStateListCacheEntry { + public final Configuration mConfiguration; + public final ColorStateList mValue; + + public ColorStateListCacheEntry(@NonNull ColorStateList colorStateList, @NonNull Configuration configuration) { + this.mValue = colorStateList; + this.mConfiguration = configuration; + } + } + + public static final class ColorStateListCacheKey { + public final Resources mResources; + @Nullable + public final Resources.Theme mTheme; + + public ColorStateListCacheKey(@NonNull Resources resources, @Nullable Resources.Theme theme) { + this.mResources = resources; + this.mTheme = theme; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (obj == null || ColorStateListCacheKey.class != obj.getClass()) { + return false; + } + ColorStateListCacheKey colorStateListCacheKey = (ColorStateListCacheKey) obj; + return this.mResources.equals(colorStateListCacheKey.mResources) && ObjectsCompat.equals(this.mTheme, colorStateListCacheKey.mTheme); + } + + public int hashCode() { + return ObjectsCompat.hash(this.mResources, this.mTheme); + } + } public static abstract class FontCallback { @@ -63,20 +106,20 @@ public final class ResourcesCompat { } } + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY}) + public static Handler getHandler(@Nullable Handler handler) { + return handler == null ? new Handler(Looper.getMainLooper()) : handler; + } + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public final void callbackFailAsync(int i, @Nullable Handler handler) { - if (handler == null) { - handler = new Handler(Looper.getMainLooper()); - } - handler.post(new AnonymousClass2(i)); + getHandler(handler).post(new AnonymousClass2(i)); } @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public final void callbackSuccessAsync(Typeface typeface, @Nullable Handler handler) { - if (handler == null) { - handler = new Handler(Looper.getMainLooper()); - } - handler.post(new AnonymousClass1(typeface)); + getHandler(handler).post(new AnonymousClass1(typeface)); } public abstract void onFontRetrievalFailed(int i); @@ -84,6 +127,16 @@ public final class ResourcesCompat { public abstract void onFontRetrieved(@NonNull Typeface typeface); } + @RequiresApi(29) + public static class ImplApi29 { + private ImplApi29() { + } + + public static float getFloat(@NonNull Resources resources, @DimenRes int i) { + return resources.getFloat(i); + } + } + public static final class ThemeCompat { @RequiresApi(23) @@ -146,6 +199,41 @@ public final class ResourcesCompat { private ResourcesCompat() { } + private static void addColorStateListToCache(@NonNull ColorStateListCacheKey colorStateListCacheKey, @ColorRes int i, @NonNull ColorStateList colorStateList) { + synchronized (sColorStateCacheLock) { + WeakHashMap> weakHashMap = sColorStateCaches; + SparseArray sparseArray = weakHashMap.get(colorStateListCacheKey); + if (sparseArray == null) { + sparseArray = new SparseArray<>(); + weakHashMap.put(colorStateListCacheKey, sparseArray); + } + sparseArray.append(i, new ColorStateListCacheEntry(colorStateList, colorStateListCacheKey.mResources.getConfiguration())); + } + } + + @Nullable + private static ColorStateList getCachedColorStateList(@NonNull ColorStateListCacheKey colorStateListCacheKey, @ColorRes int i) { + ColorStateListCacheEntry colorStateListCacheEntry; + synchronized (sColorStateCacheLock) { + SparseArray sparseArray = sColorStateCaches.get(colorStateListCacheKey); + if (!(sparseArray == null || sparseArray.size() <= 0 || (colorStateListCacheEntry = sparseArray.get(i)) == null)) { + if (colorStateListCacheEntry.mConfiguration.equals(colorStateListCacheKey.mResources.getConfiguration())) { + return colorStateListCacheEntry.mValue; + } + sparseArray.remove(i); + } + return null; + } + } + + @Nullable + public static Typeface getCachedFont(@NonNull Context context, @FontRes int i) throws Resources.NotFoundException { + if (context.isRestricted()) { + return null; + } + return loadFont(context, i, new TypedValue(), 0, null, null, false, true); + } + @ColorInt public static int getColor(@NonNull Resources resources, @ColorRes int i, @Nullable Resources.Theme theme) throws Resources.NotFoundException { return Build.VERSION.SDK_INT >= 23 ? resources.getColor(i, theme) : resources.getColor(i); @@ -153,7 +241,20 @@ public final class ResourcesCompat { @Nullable public static ColorStateList getColorStateList(@NonNull Resources resources, @ColorRes int i, @Nullable Resources.Theme theme) throws Resources.NotFoundException { - return Build.VERSION.SDK_INT >= 23 ? resources.getColorStateList(i, theme) : resources.getColorStateList(i); + if (Build.VERSION.SDK_INT >= 23) { + return resources.getColorStateList(i, theme); + } + ColorStateListCacheKey colorStateListCacheKey = new ColorStateListCacheKey(resources, theme); + ColorStateList cachedColorStateList = getCachedColorStateList(colorStateListCacheKey, i); + if (cachedColorStateList != null) { + return cachedColorStateList; + } + ColorStateList inflateColorStateList = inflateColorStateList(resources, i, theme); + if (inflateColorStateList == null) { + return resources.getColorStateList(i); + } + addColorStateListToCache(colorStateListCacheKey, i, inflateColorStateList); + return inflateColorStateList; } @Nullable @@ -167,7 +268,10 @@ public final class ResourcesCompat { } public static float getFloat(@NonNull Resources resources, @DimenRes int i) { - TypedValue typedValue = new TypedValue(); + if (Build.VERSION.SDK_INT >= 29) { + return ImplApi29.getFloat(resources, i); + } + TypedValue typedValue = getTypedValue(); resources.getValue(i, typedValue, true); if (typedValue.type == 4) { return typedValue.getFloat(); @@ -185,7 +289,7 @@ public final class ResourcesCompat { if (context.isRestricted()) { return null; } - return loadFont(context, i, new TypedValue(), 0, null, null, false); + return loadFont(context, i, new TypedValue(), 0, null, null, false, false); } @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @@ -193,7 +297,7 @@ public final class ResourcesCompat { if (context.isRestricted()) { return null; } - return loadFont(context, i, typedValue, i2, fontCallback, null, true); + return loadFont(context, i, typedValue, i2, fontCallback, null, true, false); } public static void getFont(@NonNull Context context, @FontRes int i, @NonNull FontCallback fontCallback, @Nullable Handler handler) throws Resources.NotFoundException { @@ -201,15 +305,47 @@ public final class ResourcesCompat { if (context.isRestricted()) { fontCallback.callbackFailAsync(-4, handler); } else { - loadFont(context, i, new TypedValue(), 0, fontCallback, handler, false); + loadFont(context, i, new TypedValue(), 0, fontCallback, handler, false, false); } } - private static Typeface loadFont(@NonNull Context context, int i, TypedValue typedValue, int i2, @Nullable FontCallback fontCallback, @Nullable Handler handler, boolean z2) { + @NonNull + private static TypedValue getTypedValue() { + ThreadLocal threadLocal = sTempTypedValue; + TypedValue typedValue = threadLocal.get(); + if (typedValue != null) { + return typedValue; + } + TypedValue typedValue2 = new TypedValue(); + threadLocal.set(typedValue2); + return typedValue2; + } + + @Nullable + private static ColorStateList inflateColorStateList(Resources resources, int i, @Nullable Resources.Theme theme) { + if (isColorInt(resources, i)) { + return null; + } + try { + return ColorStateListInflaterCompat.createFromXml(resources, resources.getXml(i), theme); + } catch (Exception e) { + Log.e(TAG, "Failed to inflate ColorStateList, leaving it to the framework", e); + return null; + } + } + + private static boolean isColorInt(@NonNull Resources resources, @ColorRes int i) { + TypedValue typedValue = getTypedValue(); + resources.getValue(i, typedValue, true); + int i2 = typedValue.type; + return i2 >= 28 && i2 <= 31; + } + + private static Typeface loadFont(@NonNull Context context, int i, TypedValue typedValue, int i2, @Nullable FontCallback fontCallback, @Nullable Handler handler, boolean z2, boolean z3) { Resources resources = context.getResources(); resources.getValue(i, typedValue, true); - Typeface loadFont = loadFont(context, resources, typedValue, i, i2, fontCallback, handler, z2); - if (loadFont != null || fontCallback != null) { + Typeface loadFont = loadFont(context, resources, typedValue, i, i2, fontCallback, handler, z2, z3); + if (loadFont != null || fontCallback != null || z3) { return loadFont; } StringBuilder P = a.P("Font resource ID #0x"); @@ -218,8 +354,8 @@ public final class ResourcesCompat { throw new Resources.NotFoundException(P.toString()); } - /* JADX WARNING: Removed duplicated region for block: B:34:0x00a4 */ - private static Typeface loadFont(@NonNull Context context, Resources resources, TypedValue typedValue, int i, int i2, @Nullable FontCallback fontCallback, @Nullable Handler handler, boolean z2) { + /* JADX WARNING: Removed duplicated region for block: B:36:0x00a7 */ + private static Typeface loadFont(@NonNull Context context, Resources resources, TypedValue typedValue, int i, int i2, @Nullable FontCallback fontCallback, @Nullable Handler handler, boolean z2, boolean z3) { CharSequence charSequence = typedValue.string; if (charSequence != null) { String charSequence2 = charSequence.toString(); @@ -235,39 +371,42 @@ public final class ResourcesCompat { fontCallback.callbackSuccessAsync(findFromCache, handler); } return findFromCache; - } - try { - if (charSequence2.toLowerCase().endsWith(".xml")) { - FontResourcesParserCompat.FamilyResourceEntry parse = FontResourcesParserCompat.parse(resources.getXml(i), resources); - if (parse != null) { - return TypefaceCompat.createFromResourcesFamilyXml(context, parse, resources, i, i2, fontCallback, handler, z2); + } else if (z3) { + return null; + } else { + try { + if (charSequence2.toLowerCase().endsWith(".xml")) { + FontResourcesParserCompat.FamilyResourceEntry parse = FontResourcesParserCompat.parse(resources.getXml(i), resources); + if (parse != null) { + return TypefaceCompat.createFromResourcesFamilyXml(context, parse, resources, i, i2, fontCallback, handler, z2); + } + Log.e(TAG, "Failed to find font-family tag"); + if (fontCallback != null) { + fontCallback.callbackFailAsync(-3, handler); + } + return null; } - Log.e(TAG, "Failed to find font-family tag"); + Typeface createFromResourcesFontFile = TypefaceCompat.createFromResourcesFontFile(context, resources, i, charSequence2, i2); + if (fontCallback != null) { + if (createFromResourcesFontFile != null) { + fontCallback.callbackSuccessAsync(createFromResourcesFontFile, handler); + } else { + fontCallback.callbackFailAsync(-3, handler); + } + } + return createFromResourcesFontFile; + } catch (XmlPullParserException e) { + Log.e(TAG, "Failed to parse xml resource " + charSequence2, e); if (fontCallback != null) { fontCallback.callbackFailAsync(-3, handler); } return null; - } - Typeface createFromResourcesFontFile = TypefaceCompat.createFromResourcesFontFile(context, resources, i, charSequence2, i2); - if (fontCallback != null) { - if (createFromResourcesFontFile != null) { - fontCallback.callbackSuccessAsync(createFromResourcesFontFile, handler); - } else { - fontCallback.callbackFailAsync(-3, handler); + } catch (IOException e2) { + Log.e(TAG, "Failed to read xml resource " + charSequence2, e2); + if (fontCallback != null) { } + return null; } - return createFromResourcesFontFile; - } catch (XmlPullParserException e) { - Log.e(TAG, "Failed to parse xml resource " + charSequence2, e); - if (fontCallback != null) { - fontCallback.callbackFailAsync(-3, handler); - } - return null; - } catch (IOException e2) { - Log.e(TAG, "Failed to read xml resource " + charSequence2, e2); - if (fontCallback != null) { - } - return null; } } else { StringBuilder P = a.P("Resource \""); diff --git a/app/src/main/java/androidx/core/content/res/TypedArrayKt.java b/app/src/main/java/androidx/core/content/res/TypedArrayKt.java index 36552d3058..5d1e1b33e9 100644 --- a/app/src/main/java/androidx/core/content/res/TypedArrayKt.java +++ b/app/src/main/java/androidx/core/content/res/TypedArrayKt.java @@ -20,20 +20,20 @@ public final class TypedArrayKt { } public static final boolean getBooleanOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getBooleanOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); return typedArray.getBoolean(i, false); } @ColorInt public static final int getColorOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getColorOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); return typedArray.getColor(i, 0); } public static final ColorStateList getColorStateListOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getColorStateListOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); ColorStateList colorStateList = typedArray.getColorStateList(i); if (colorStateList != null) { @@ -43,73 +43,69 @@ public final class TypedArrayKt { } public static final float getDimensionOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getDimensionOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); return typedArray.getDimension(i, 0.0f); } @Dimension public static final int getDimensionPixelOffsetOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getDimensionPixelOffsetOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); return typedArray.getDimensionPixelOffset(i, 0); } @Dimension public static final int getDimensionPixelSizeOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getDimensionPixelSizeOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); return typedArray.getDimensionPixelSize(i, 0); } public static final Drawable getDrawableOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getDrawableOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); Drawable drawable = typedArray.getDrawable(i); - if (drawable == null) { - m.throwNpe(); - } + m.checkNotNull(drawable); return drawable; } public static final float getFloatOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getFloatOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); return typedArray.getFloat(i, 0.0f); } @RequiresApi(26) public static final Typeface getFontOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getFontOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); Typeface font = typedArray.getFont(i); - if (font == null) { - m.throwNpe(); - } + m.checkNotNull(font); return font; } public static final int getIntOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getIntOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); return typedArray.getInt(i, 0); } public static final int getIntegerOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getIntegerOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); return typedArray.getInteger(i, 0); } @AnyRes public static final int getResourceIdOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getResourceIdOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); return typedArray.getResourceId(i, 0); } public static final String getStringOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getStringOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); String string = typedArray.getString(i); if (string != null) { @@ -119,15 +115,15 @@ public final class TypedArrayKt { } public static final CharSequence[] getTextArrayOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getTextArrayOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); CharSequence[] textArray = typedArray.getTextArray(i); - m.checkExpressionValueIsNotNull(textArray, "getTextArray(index)"); + m.checkNotNullExpressionValue(textArray, "getTextArray(index)"); return textArray; } public static final CharSequence getTextOrThrow(TypedArray typedArray, @StyleableRes int i) { - m.checkParameterIsNotNull(typedArray, "$this$getTextOrThrow"); + m.checkNotNullParameter(typedArray, ""); checkAttribute(typedArray, i); CharSequence text = typedArray.getText(i); if (text != null) { @@ -137,8 +133,8 @@ public final class TypedArrayKt { } public static final R use(TypedArray typedArray, Function1 function1) { - m.checkParameterIsNotNull(typedArray, "$this$use"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(typedArray, ""); + m.checkNotNullParameter(function1, "block"); R r = (R) function1.invoke(typedArray); typedArray.recycle(); return r; diff --git a/app/src/main/java/androidx/core/database/CursorKt.java b/app/src/main/java/androidx/core/database/CursorKt.java index a083f479ae..43dd1a84a2 100644 --- a/app/src/main/java/androidx/core/database/CursorKt.java +++ b/app/src/main/java/androidx/core/database/CursorKt.java @@ -5,7 +5,7 @@ import d0.z.d.m; /* compiled from: Cursor.kt */ public final class CursorKt { public static final byte[] getBlobOrNull(Cursor cursor, int i) { - m.checkParameterIsNotNull(cursor, "$this$getBlobOrNull"); + m.checkNotNullParameter(cursor, ""); if (cursor.isNull(i)) { return null; } @@ -13,7 +13,7 @@ public final class CursorKt { } public static final Double getDoubleOrNull(Cursor cursor, int i) { - m.checkParameterIsNotNull(cursor, "$this$getDoubleOrNull"); + m.checkNotNullParameter(cursor, ""); if (cursor.isNull(i)) { return null; } @@ -21,7 +21,7 @@ public final class CursorKt { } public static final Float getFloatOrNull(Cursor cursor, int i) { - m.checkParameterIsNotNull(cursor, "$this$getFloatOrNull"); + m.checkNotNullParameter(cursor, ""); if (cursor.isNull(i)) { return null; } @@ -29,7 +29,7 @@ public final class CursorKt { } public static final Integer getIntOrNull(Cursor cursor, int i) { - m.checkParameterIsNotNull(cursor, "$this$getIntOrNull"); + m.checkNotNullParameter(cursor, ""); if (cursor.isNull(i)) { return null; } @@ -37,7 +37,7 @@ public final class CursorKt { } public static final Long getLongOrNull(Cursor cursor, int i) { - m.checkParameterIsNotNull(cursor, "$this$getLongOrNull"); + m.checkNotNullParameter(cursor, ""); if (cursor.isNull(i)) { return null; } @@ -45,7 +45,7 @@ public final class CursorKt { } public static final Short getShortOrNull(Cursor cursor, int i) { - m.checkParameterIsNotNull(cursor, "$this$getShortOrNull"); + m.checkNotNullParameter(cursor, ""); if (cursor.isNull(i)) { return null; } @@ -53,7 +53,7 @@ public final class CursorKt { } public static final String getStringOrNull(Cursor cursor, int i) { - m.checkParameterIsNotNull(cursor, "$this$getStringOrNull"); + m.checkNotNullParameter(cursor, ""); if (cursor.isNull(i)) { return null; } diff --git a/app/src/main/java/androidx/core/database/sqlite/SQLiteDatabaseKt.java b/app/src/main/java/androidx/core/database/sqlite/SQLiteDatabaseKt.java index b905d9f5e6..d36a12136a 100644 --- a/app/src/main/java/androidx/core/database/sqlite/SQLiteDatabaseKt.java +++ b/app/src/main/java/androidx/core/database/sqlite/SQLiteDatabaseKt.java @@ -7,8 +7,8 @@ import kotlin.jvm.functions.Function1; /* compiled from: SQLiteDatabase.kt */ public final class SQLiteDatabaseKt { public static final T transaction(SQLiteDatabase sQLiteDatabase, boolean z2, Function1 function1) { - m.checkParameterIsNotNull(sQLiteDatabase, "$this$transaction"); - m.checkParameterIsNotNull(function1, "body"); + m.checkNotNullParameter(sQLiteDatabase, ""); + m.checkNotNullParameter(function1, "body"); if (z2) { sQLiteDatabase.beginTransaction(); } else { @@ -31,8 +31,8 @@ public final class SQLiteDatabaseKt { if ((i & 1) != 0) { z2 = true; } - m.checkParameterIsNotNull(sQLiteDatabase, "$this$transaction"); - m.checkParameterIsNotNull(function1, "body"); + m.checkNotNullParameter(sQLiteDatabase, ""); + m.checkNotNullParameter(function1, "body"); if (z2) { sQLiteDatabase.beginTransaction(); } else { diff --git a/app/src/main/java/androidx/core/graphics/BitmapKt.java b/app/src/main/java/androidx/core/graphics/BitmapKt.java index 92591bf7e8..36dd6dc4a2 100644 --- a/app/src/main/java/androidx/core/graphics/BitmapKt.java +++ b/app/src/main/java/androidx/core/graphics/BitmapKt.java @@ -13,45 +13,46 @@ import kotlin.jvm.functions.Function1; /* compiled from: Bitmap.kt */ public final class BitmapKt { public static final Bitmap applyCanvas(Bitmap bitmap, Function1 function1) { - m.checkParameterIsNotNull(bitmap, "$this$applyCanvas"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(bitmap, ""); + m.checkNotNullParameter(function1, "block"); function1.invoke(new Canvas(bitmap)); return bitmap; } public static final boolean contains(Bitmap bitmap, Point point) { int i; - m.checkParameterIsNotNull(bitmap, "$this$contains"); - m.checkParameterIsNotNull(point, "p"); + m.checkNotNullParameter(bitmap, ""); + m.checkNotNullParameter(point, "p"); int i2 = point.x; return i2 >= 0 && i2 < bitmap.getWidth() && (i = point.y) >= 0 && i < bitmap.getHeight(); } public static final boolean contains(Bitmap bitmap, PointF pointF) { - m.checkParameterIsNotNull(bitmap, "$this$contains"); - m.checkParameterIsNotNull(pointF, "p"); + m.checkNotNullParameter(bitmap, ""); + m.checkNotNullParameter(pointF, "p"); float f = pointF.x; - float f2 = (float) 0; - if (f < f2 || f >= ((float) bitmap.getWidth())) { - return false; + if (f >= 0.0f && f < ((float) bitmap.getWidth())) { + float f2 = pointF.y; + if (f2 >= 0.0f && f2 < ((float) bitmap.getHeight())) { + return true; + } } - float f3 = pointF.y; - return f3 >= f2 && f3 < ((float) bitmap.getHeight()); + return false; } public static final Bitmap createBitmap(int i, int i2, Bitmap.Config config) { - m.checkParameterIsNotNull(config, "config"); + m.checkNotNullParameter(config, "config"); Bitmap createBitmap = Bitmap.createBitmap(i, i2, config); - m.checkExpressionValueIsNotNull(createBitmap, "Bitmap.createBitmap(width, height, config)"); + m.checkNotNullExpressionValue(createBitmap, "createBitmap(width, height, config)"); return createBitmap; } @RequiresApi(26) public static final Bitmap createBitmap(int i, int i2, Bitmap.Config config, boolean z2, ColorSpace colorSpace) { - m.checkParameterIsNotNull(config, "config"); - m.checkParameterIsNotNull(colorSpace, "colorSpace"); + m.checkNotNullParameter(config, "config"); + m.checkNotNullParameter(colorSpace, "colorSpace"); Bitmap createBitmap = Bitmap.createBitmap(i, i2, config, z2, colorSpace); - m.checkExpressionValueIsNotNull(createBitmap, "Bitmap.createBitmap(widt…ig, hasAlpha, colorSpace)"); + m.checkNotNullExpressionValue(createBitmap, "createBitmap(width, height, config, hasAlpha, colorSpace)"); return createBitmap; } @@ -59,9 +60,9 @@ public final class BitmapKt { if ((i3 & 4) != 0) { config = Bitmap.Config.ARGB_8888; } - m.checkParameterIsNotNull(config, "config"); + m.checkNotNullParameter(config, "config"); Bitmap createBitmap = Bitmap.createBitmap(i, i2, config); - m.checkExpressionValueIsNotNull(createBitmap, "Bitmap.createBitmap(width, height, config)"); + m.checkNotNullExpressionValue(createBitmap, "createBitmap(width, height, config)"); return createBitmap; } @@ -74,24 +75,24 @@ public final class BitmapKt { } if ((i3 & 16) != 0) { colorSpace = ColorSpace.get(ColorSpace.Named.SRGB); - m.checkExpressionValueIsNotNull(colorSpace, "ColorSpace.get(ColorSpace.Named.SRGB)"); + m.checkNotNullExpressionValue(colorSpace, "get(ColorSpace.Named.SRGB)"); } - m.checkParameterIsNotNull(config, "config"); - m.checkParameterIsNotNull(colorSpace, "colorSpace"); + m.checkNotNullParameter(config, "config"); + m.checkNotNullParameter(colorSpace, "colorSpace"); Bitmap createBitmap = Bitmap.createBitmap(i, i2, config, z2, colorSpace); - m.checkExpressionValueIsNotNull(createBitmap, "Bitmap.createBitmap(widt…ig, hasAlpha, colorSpace)"); + m.checkNotNullExpressionValue(createBitmap, "createBitmap(width, height, config, hasAlpha, colorSpace)"); return createBitmap; } public static final int get(Bitmap bitmap, int i, int i2) { - m.checkParameterIsNotNull(bitmap, "$this$get"); + m.checkNotNullParameter(bitmap, ""); return bitmap.getPixel(i, i2); } public static final Bitmap scale(Bitmap bitmap, int i, int i2, boolean z2) { - m.checkParameterIsNotNull(bitmap, "$this$scale"); + m.checkNotNullParameter(bitmap, ""); Bitmap createScaledBitmap = Bitmap.createScaledBitmap(bitmap, i, i2, z2); - m.checkExpressionValueIsNotNull(createScaledBitmap, "Bitmap.createScaledBitma…s, width, height, filter)"); + m.checkNotNullExpressionValue(createScaledBitmap, "createScaledBitmap(this, width, height, filter)"); return createScaledBitmap; } @@ -99,14 +100,14 @@ public final class BitmapKt { if ((i3 & 4) != 0) { z2 = true; } - m.checkParameterIsNotNull(bitmap, "$this$scale"); + m.checkNotNullParameter(bitmap, ""); Bitmap createScaledBitmap = Bitmap.createScaledBitmap(bitmap, i, i2, z2); - m.checkExpressionValueIsNotNull(createScaledBitmap, "Bitmap.createScaledBitma…s, width, height, filter)"); + m.checkNotNullExpressionValue(createScaledBitmap, "createScaledBitmap(this, width, height, filter)"); return createScaledBitmap; } public static final void set(Bitmap bitmap, int i, int i2, @ColorInt int i3) { - m.checkParameterIsNotNull(bitmap, "$this$set"); + m.checkNotNullParameter(bitmap, ""); bitmap.setPixel(i, i2, i3); } } diff --git a/app/src/main/java/androidx/core/graphics/CanvasKt.java b/app/src/main/java/androidx/core/graphics/CanvasKt.java index 9168bccfc5..e84d910b95 100644 --- a/app/src/main/java/androidx/core/graphics/CanvasKt.java +++ b/app/src/main/java/androidx/core/graphics/CanvasKt.java @@ -12,8 +12,8 @@ import kotlin.jvm.functions.Function1; /* compiled from: Canvas.kt */ public final class CanvasKt { public static final void withClip(Canvas canvas, float f, float f2, float f3, float f4, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withClip"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.clipRect(f, f2, f3, f4); int i = 1; @@ -25,8 +25,8 @@ public final class CanvasKt { } public static final void withClip(Canvas canvas, int i, int i2, int i3, int i4, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withClip"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.clipRect(i, i2, i3, i4); int i5 = 1; @@ -38,9 +38,9 @@ public final class CanvasKt { } public static final void withClip(Canvas canvas, Path path, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withClip"); - m.checkParameterIsNotNull(path, "clipPath"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(path, "clipPath"); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.clipPath(path); int i = 1; @@ -52,9 +52,9 @@ public final class CanvasKt { } public static final void withClip(Canvas canvas, Rect rect, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withClip"); - m.checkParameterIsNotNull(rect, "clipRect"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(rect, "clipRect"); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.clipRect(rect); int i = 1; @@ -66,9 +66,9 @@ public final class CanvasKt { } public static final void withClip(Canvas canvas, RectF rectF, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withClip"); - m.checkParameterIsNotNull(rectF, "clipRect"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(rectF, "clipRect"); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.clipRect(rectF); int i = 1; @@ -80,9 +80,9 @@ public final class CanvasKt { } public static final void withMatrix(Canvas canvas, Matrix matrix, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withMatrix"); - m.checkParameterIsNotNull(matrix, "matrix"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(matrix, "matrix"); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.concat(matrix); int i = 1; @@ -98,9 +98,9 @@ public final class CanvasKt { if ((i & 1) != 0) { matrix = new Matrix(); } - m.checkParameterIsNotNull(canvas, "$this$withMatrix"); - m.checkParameterIsNotNull(matrix, "matrix"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(matrix, "matrix"); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.concat(matrix); try { @@ -111,8 +111,8 @@ public final class CanvasKt { } public static final void withRotation(Canvas canvas, float f, float f2, float f3, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withRotation"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.rotate(f, f2, f3); int i = 1; @@ -133,8 +133,8 @@ public final class CanvasKt { if ((i & 4) != 0) { f3 = 0.0f; } - m.checkParameterIsNotNull(canvas, "$this$withRotation"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.rotate(f, f2, f3); int i2 = 1; @@ -146,8 +146,8 @@ public final class CanvasKt { } public static final void withSave(Canvas canvas, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withSave"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); int i = 1; try { @@ -158,8 +158,8 @@ public final class CanvasKt { } public static final void withScale(Canvas canvas, float f, float f2, float f3, float f4, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withScale"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.scale(f, f2, f3, f4); int i = 1; @@ -183,8 +183,8 @@ public final class CanvasKt { if ((i & 8) != 0) { f4 = 0.0f; } - m.checkParameterIsNotNull(canvas, "$this$withScale"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.scale(f, f2, f3, f4); int i2 = 1; @@ -196,8 +196,8 @@ public final class CanvasKt { } public static final void withSkew(Canvas canvas, float f, float f2, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withSkew"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.skew(f, f2); int i = 1; @@ -215,8 +215,8 @@ public final class CanvasKt { if ((i & 2) != 0) { f2 = 0.0f; } - m.checkParameterIsNotNull(canvas, "$this$withSkew"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.skew(f, f2); int i2 = 1; @@ -228,8 +228,8 @@ public final class CanvasKt { } public static final void withTranslation(Canvas canvas, float f, float f2, Function1 function1) { - m.checkParameterIsNotNull(canvas, "$this$withTranslation"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.translate(f, f2); int i = 1; @@ -247,8 +247,8 @@ public final class CanvasKt { if ((i & 2) != 0) { f2 = 0.0f; } - m.checkParameterIsNotNull(canvas, "$this$withTranslation"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(canvas, ""); + m.checkNotNullParameter(function1, "block"); int save = canvas.save(); canvas.translate(f, f2); int i2 = 1; diff --git a/app/src/main/java/androidx/core/graphics/ColorKt.java b/app/src/main/java/androidx/core/graphics/ColorKt.java index a7e19beda1..1efebbe161 100644 --- a/app/src/main/java/androidx/core/graphics/ColorKt.java +++ b/app/src/main/java/androidx/core/graphics/ColorKt.java @@ -14,7 +14,7 @@ public final class ColorKt { @RequiresApi(26) public static final float component1(Color color) { - m.checkParameterIsNotNull(color, "$this$component1"); + m.checkNotNullParameter(color, ""); return color.getComponent(0); } @@ -29,7 +29,7 @@ public final class ColorKt { @RequiresApi(26) public static final float component2(Color color) { - m.checkParameterIsNotNull(color, "$this$component2"); + m.checkNotNullParameter(color, ""); return color.getComponent(1); } @@ -44,7 +44,7 @@ public final class ColorKt { @RequiresApi(26) public static final float component3(Color color) { - m.checkParameterIsNotNull(color, "$this$component3"); + m.checkNotNullParameter(color, ""); return color.getComponent(2); } @@ -59,7 +59,7 @@ public final class ColorKt { @RequiresApi(26) public static final float component4(Color color) { - m.checkParameterIsNotNull(color, "$this$component4"); + m.checkNotNullParameter(color, ""); return color.getComponent(3); } @@ -69,43 +69,43 @@ public final class ColorKt { @RequiresApi(26) public static final long convertTo(@ColorInt int i, ColorSpace.Named named) { - m.checkParameterIsNotNull(named, "colorSpace"); + m.checkNotNullParameter(named, "colorSpace"); return Color.convert(i, ColorSpace.get(named)); } @RequiresApi(26) public static final long convertTo(@ColorInt int i, ColorSpace colorSpace) { - m.checkParameterIsNotNull(colorSpace, "colorSpace"); + m.checkNotNullParameter(colorSpace, "colorSpace"); return Color.convert(i, colorSpace); } @RequiresApi(26) public static final long convertTo(long j, ColorSpace.Named named) { - m.checkParameterIsNotNull(named, "colorSpace"); + m.checkNotNullParameter(named, "colorSpace"); return Color.convert(j, ColorSpace.get(named)); } @RequiresApi(26) public static final long convertTo(long j, ColorSpace colorSpace) { - m.checkParameterIsNotNull(colorSpace, "colorSpace"); + m.checkNotNullParameter(colorSpace, "colorSpace"); return Color.convert(j, colorSpace); } @RequiresApi(26) public static final Color convertTo(Color color, ColorSpace.Named named) { - m.checkParameterIsNotNull(color, "$this$convertTo"); - m.checkParameterIsNotNull(named, "colorSpace"); + m.checkNotNullParameter(color, ""); + m.checkNotNullParameter(named, "colorSpace"); Color convert = color.convert(ColorSpace.get(named)); - m.checkExpressionValueIsNotNull(convert, "convert(ColorSpace.get(colorSpace))"); + m.checkNotNullExpressionValue(convert, "convert(ColorSpace.get(colorSpace))"); return convert; } @RequiresApi(26) public static final Color convertTo(Color color, ColorSpace colorSpace) { - m.checkParameterIsNotNull(color, "$this$convertTo"); - m.checkParameterIsNotNull(colorSpace, "colorSpace"); + m.checkNotNullParameter(color, ""); + m.checkNotNullParameter(colorSpace, "colorSpace"); Color convert = color.convert(colorSpace); - m.checkExpressionValueIsNotNull(convert, "convert(colorSpace)"); + m.checkNotNullExpressionValue(convert, "convert(colorSpace)"); return convert; } @@ -130,7 +130,7 @@ public final class ColorKt { @RequiresApi(26) public static final ColorSpace getColorSpace(long j) { ColorSpace colorSpace = Color.colorSpace(j); - m.checkExpressionValueIsNotNull(colorSpace, "Color.colorSpace(this)"); + m.checkNotNullExpressionValue(colorSpace, "colorSpace(this)"); return colorSpace; } @@ -174,24 +174,24 @@ public final class ColorKt { @RequiresApi(26) public static final Color plus(Color color, Color color2) { - m.checkParameterIsNotNull(color, "$this$plus"); - m.checkParameterIsNotNull(color2, "c"); + m.checkNotNullParameter(color, ""); + m.checkNotNullParameter(color2, "c"); Color compositeColors = ColorUtils.compositeColors(color2, color); - m.checkExpressionValueIsNotNull(compositeColors, "ColorUtils.compositeColors(c, this)"); + m.checkNotNullExpressionValue(compositeColors, "compositeColors(c, this)"); return compositeColors; } @RequiresApi(26) public static final Color toColor(@ColorInt int i) { Color valueOf = Color.valueOf(i); - m.checkExpressionValueIsNotNull(valueOf, "Color.valueOf(this)"); + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); return valueOf; } @RequiresApi(26) public static final Color toColor(long j) { Color valueOf = Color.valueOf(j); - m.checkExpressionValueIsNotNull(valueOf, "Color.valueOf(this)"); + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); return valueOf; } @@ -203,7 +203,7 @@ public final class ColorKt { @ColorInt public static final int toColorInt(String str) { - m.checkParameterIsNotNull(str, "$this$toColorInt"); + m.checkNotNullParameter(str, ""); return Color.parseColor(str); } diff --git a/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeBitmap$1.java b/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeBitmap$1.java index 7bfff9c6bd..b586840c23 100644 --- a/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeBitmap$1.java +++ b/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeBitmap$1.java @@ -2,20 +2,23 @@ package androidx.core.graphics; import android.graphics.ImageDecoder; import d0.z.d.m; +import kotlin.Unit; import kotlin.jvm.functions.Function3; /* compiled from: ImageDecoder.kt */ public final class ImageDecoderKt$decodeBitmap$1 implements ImageDecoder.OnHeaderDecodedListener { - public final /* synthetic */ Function3 $action; + public final /* synthetic */ Function3 $action; - public ImageDecoderKt$decodeBitmap$1(Function3 function3) { + /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.jvm.functions.Function3 */ + /* JADX WARN: Multi-variable type inference failed */ + public ImageDecoderKt$decodeBitmap$1(Function3 function3) { this.$action = function3; } @Override // android.graphics.ImageDecoder.OnHeaderDecodedListener public final void onHeaderDecoded(ImageDecoder imageDecoder, ImageDecoder.ImageInfo imageInfo, ImageDecoder.Source source) { - m.checkParameterIsNotNull(imageDecoder, "decoder"); - m.checkParameterIsNotNull(imageInfo, "info"); - m.checkParameterIsNotNull(source, "source"); + m.checkNotNullParameter(imageDecoder, "decoder"); + m.checkNotNullParameter(imageInfo, "info"); + m.checkNotNullParameter(source, "source"); this.$action.invoke(imageDecoder, imageInfo, source); } } diff --git a/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeDrawable$1.java b/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeDrawable$1.java index de7a820176..6e9c72c5aa 100644 --- a/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeDrawable$1.java +++ b/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeDrawable$1.java @@ -2,20 +2,23 @@ package androidx.core.graphics; import android.graphics.ImageDecoder; import d0.z.d.m; +import kotlin.Unit; import kotlin.jvm.functions.Function3; /* compiled from: ImageDecoder.kt */ public final class ImageDecoderKt$decodeDrawable$1 implements ImageDecoder.OnHeaderDecodedListener { - public final /* synthetic */ Function3 $action; + public final /* synthetic */ Function3 $action; - public ImageDecoderKt$decodeDrawable$1(Function3 function3) { + /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.jvm.functions.Function3 */ + /* JADX WARN: Multi-variable type inference failed */ + public ImageDecoderKt$decodeDrawable$1(Function3 function3) { this.$action = function3; } @Override // android.graphics.ImageDecoder.OnHeaderDecodedListener public final void onHeaderDecoded(ImageDecoder imageDecoder, ImageDecoder.ImageInfo imageInfo, ImageDecoder.Source source) { - m.checkParameterIsNotNull(imageDecoder, "decoder"); - m.checkParameterIsNotNull(imageInfo, "info"); - m.checkParameterIsNotNull(source, "source"); + m.checkNotNullParameter(imageDecoder, "decoder"); + m.checkNotNullParameter(imageInfo, "info"); + m.checkNotNullParameter(source, "source"); this.$action.invoke(imageDecoder, imageInfo, source); } } diff --git a/app/src/main/java/androidx/core/graphics/ImageDecoderKt.java b/app/src/main/java/androidx/core/graphics/ImageDecoderKt.java index 41ab4bd25f..c9854b4d14 100644 --- a/app/src/main/java/androidx/core/graphics/ImageDecoderKt.java +++ b/app/src/main/java/androidx/core/graphics/ImageDecoderKt.java @@ -11,19 +11,19 @@ import kotlin.jvm.functions.Function3; public final class ImageDecoderKt { @RequiresApi(28) public static final Bitmap decodeBitmap(ImageDecoder.Source source, Function3 function3) { - m.checkParameterIsNotNull(source, "$this$decodeBitmap"); - m.checkParameterIsNotNull(function3, "action"); + m.checkNotNullParameter(source, ""); + m.checkNotNullParameter(function3, "action"); Bitmap decodeBitmap = ImageDecoder.decodeBitmap(source, new ImageDecoderKt$decodeBitmap$1(function3)); - m.checkExpressionValueIsNotNull(decodeBitmap, "ImageDecoder.decodeBitma…ction(info, source)\n }"); + m.checkNotNullExpressionValue(decodeBitmap, "crossinline action: ImageDecoder.(info: ImageInfo, source: Source) -> Unit\n): Bitmap {\n return ImageDecoder.decodeBitmap(this) { decoder, info, source ->\n decoder.action(info, source)\n }"); return decodeBitmap; } @RequiresApi(28) public static final Drawable decodeDrawable(ImageDecoder.Source source, Function3 function3) { - m.checkParameterIsNotNull(source, "$this$decodeDrawable"); - m.checkParameterIsNotNull(function3, "action"); + m.checkNotNullParameter(source, ""); + m.checkNotNullParameter(function3, "action"); Drawable decodeDrawable = ImageDecoder.decodeDrawable(source, new ImageDecoderKt$decodeDrawable$1(function3)); - m.checkExpressionValueIsNotNull(decodeDrawable, "ImageDecoder.decodeDrawa…ction(info, source)\n }"); + m.checkNotNullExpressionValue(decodeDrawable, "crossinline action: ImageDecoder.(info: ImageInfo, source: Source) -> Unit\n): Drawable {\n return ImageDecoder.decodeDrawable(this) { decoder, info, source ->\n decoder.action(info, source)\n }"); return decodeDrawable; } } diff --git a/app/src/main/java/androidx/core/graphics/Insets.java b/app/src/main/java/androidx/core/graphics/Insets.java index 75a58cbdc0..9d5a03830f 100644 --- a/app/src/main/java/androidx/core/graphics/Insets.java +++ b/app/src/main/java/androidx/core/graphics/Insets.java @@ -20,6 +20,21 @@ public final class Insets { this.bottom = i4; } + @NonNull + public static Insets add(@NonNull Insets insets, @NonNull Insets insets2) { + return of(insets.left + insets2.left, insets.top + insets2.top, insets.right + insets2.right, insets.bottom + insets2.bottom); + } + + @NonNull + public static Insets max(@NonNull Insets insets, @NonNull Insets insets2) { + return of(Math.max(insets.left, insets2.left), Math.max(insets.top, insets2.top), Math.max(insets.right, insets2.right), Math.max(insets.bottom, insets2.bottom)); + } + + @NonNull + public static Insets min(@NonNull Insets insets, @NonNull Insets insets2) { + return of(Math.min(insets.left, insets2.left), Math.min(insets.top, insets2.top), Math.min(insets.right, insets2.right), Math.min(insets.bottom, insets2.bottom)); + } + @NonNull public static Insets of(int i, int i2, int i3, int i4) { return (i == 0 && i2 == 0 && i3 == 0 && i4 == 0) ? NONE : new Insets(i, i2, i3, i4); @@ -30,6 +45,11 @@ public final class Insets { return of(rect.left, rect.top, rect.right, rect.bottom); } + @NonNull + public static Insets subtract(@NonNull Insets insets, @NonNull Insets insets2) { + return of(insets.left - insets2.left, insets.top - insets2.top, insets.right - insets2.right, insets.bottom - insets2.bottom); + } + @NonNull @RequiresApi(api = 29) public static Insets toCompatInsets(@NonNull android.graphics.Insets insets) { diff --git a/app/src/main/java/androidx/core/graphics/MatrixKt.java b/app/src/main/java/androidx/core/graphics/MatrixKt.java index 53e6a16e58..9a64301ca2 100644 --- a/app/src/main/java/androidx/core/graphics/MatrixKt.java +++ b/app/src/main/java/androidx/core/graphics/MatrixKt.java @@ -37,8 +37,8 @@ public final class MatrixKt { } public static final Matrix times(Matrix matrix, Matrix matrix2) { - m.checkParameterIsNotNull(matrix, "$this$times"); - m.checkParameterIsNotNull(matrix2, "m"); + m.checkNotNullParameter(matrix, ""); + m.checkNotNullParameter(matrix2, "m"); Matrix matrix3 = new Matrix(matrix); matrix3.preConcat(matrix2); return matrix3; @@ -61,7 +61,7 @@ public final class MatrixKt { } public static final float[] values(Matrix matrix) { - m.checkParameterIsNotNull(matrix, "$this$values"); + m.checkNotNullParameter(matrix, ""); float[] fArr = new float[9]; matrix.getValues(fArr); return fArr; diff --git a/app/src/main/java/androidx/core/graphics/PaintKt.java b/app/src/main/java/androidx/core/graphics/PaintKt.java index 7779816075..368a9953c8 100644 --- a/app/src/main/java/androidx/core/graphics/PaintKt.java +++ b/app/src/main/java/androidx/core/graphics/PaintKt.java @@ -5,7 +5,7 @@ import d0.z.d.m; /* compiled from: Paint.kt */ public final class PaintKt { public static final boolean setBlendMode(Paint paint, BlendModeCompat blendModeCompat) { - m.checkParameterIsNotNull(paint, "$this$setBlendMode"); + m.checkNotNullParameter(paint, ""); return PaintCompat.setBlendMode(paint, blendModeCompat); } } diff --git a/app/src/main/java/androidx/core/graphics/PathKt.java b/app/src/main/java/androidx/core/graphics/PathKt.java index 93d6ca0c34..1206713415 100644 --- a/app/src/main/java/androidx/core/graphics/PathKt.java +++ b/app/src/main/java/androidx/core/graphics/PathKt.java @@ -8,8 +8,8 @@ import java.util.Collection; public final class PathKt { @RequiresApi(19) public static final Path and(Path path, Path path2) { - m.checkParameterIsNotNull(path, "$this$and"); - m.checkParameterIsNotNull(path2, "p"); + m.checkNotNullParameter(path, ""); + m.checkNotNullParameter(path2, "p"); Path path3 = new Path(); path3.op(path, path2, Path.Op.INTERSECT); return path3; @@ -17,9 +17,9 @@ public final class PathKt { @RequiresApi(26) public static final Iterable flatten(Path path, float f) { - m.checkParameterIsNotNull(path, "$this$flatten"); + m.checkNotNullParameter(path, ""); Collection flatten = PathUtils.flatten(path, f); - m.checkExpressionValueIsNotNull(flatten, "PathUtils.flatten(this, error)"); + m.checkNotNullExpressionValue(flatten, "flatten(this, error)"); return flatten; } @@ -32,8 +32,8 @@ public final class PathKt { @RequiresApi(19) public static final Path minus(Path path, Path path2) { - m.checkParameterIsNotNull(path, "$this$minus"); - m.checkParameterIsNotNull(path2, "p"); + m.checkNotNullParameter(path, ""); + m.checkNotNullParameter(path2, "p"); Path path3 = new Path(path); path3.op(path2, Path.Op.DIFFERENCE); return path3; @@ -41,8 +41,8 @@ public final class PathKt { @RequiresApi(19) public static final Path or(Path path, Path path2) { - m.checkParameterIsNotNull(path, "$this$or"); - m.checkParameterIsNotNull(path2, "p"); + m.checkNotNullParameter(path, ""); + m.checkNotNullParameter(path2, "p"); Path path3 = new Path(path); path3.op(path2, Path.Op.UNION); return path3; @@ -50,8 +50,8 @@ public final class PathKt { @RequiresApi(19) public static final Path plus(Path path, Path path2) { - m.checkParameterIsNotNull(path, "$this$plus"); - m.checkParameterIsNotNull(path2, "p"); + m.checkNotNullParameter(path, ""); + m.checkNotNullParameter(path2, "p"); Path path3 = new Path(path); path3.op(path2, Path.Op.UNION); return path3; @@ -59,8 +59,8 @@ public final class PathKt { @RequiresApi(19) public static final Path xor(Path path, Path path2) { - m.checkParameterIsNotNull(path, "$this$xor"); - m.checkParameterIsNotNull(path2, "p"); + m.checkNotNullParameter(path, ""); + m.checkNotNullParameter(path2, "p"); Path path3 = new Path(path); path3.op(path2, Path.Op.XOR); return path3; diff --git a/app/src/main/java/androidx/core/graphics/PictureKt.java b/app/src/main/java/androidx/core/graphics/PictureKt.java index 85cec28995..0baa26b3e4 100644 --- a/app/src/main/java/androidx/core/graphics/PictureKt.java +++ b/app/src/main/java/androidx/core/graphics/PictureKt.java @@ -9,12 +9,12 @@ import kotlin.jvm.functions.Function1; /* compiled from: Picture.kt */ public final class PictureKt { public static final Picture record(Picture picture, int i, int i2, Function1 function1) { - m.checkParameterIsNotNull(picture, "$this$record"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(picture, ""); + m.checkNotNullParameter(function1, "block"); Canvas beginRecording = picture.beginRecording(i, i2); + m.checkNotNullExpressionValue(beginRecording, "beginRecording(width, height)"); int i3 = 1; try { - m.checkExpressionValueIsNotNull(beginRecording, "c"); function1.invoke(beginRecording); return picture; } finally { diff --git a/app/src/main/java/androidx/core/graphics/PointKt.java b/app/src/main/java/androidx/core/graphics/PointKt.java index 5e5c2f459a..ee2453c292 100644 --- a/app/src/main/java/androidx/core/graphics/PointKt.java +++ b/app/src/main/java/androidx/core/graphics/PointKt.java @@ -6,27 +6,27 @@ import d0.z.d.m; /* compiled from: Point.kt */ public final class PointKt { public static final float component1(PointF pointF) { - m.checkParameterIsNotNull(pointF, "$this$component1"); + m.checkNotNullParameter(pointF, ""); return pointF.x; } public static final int component1(Point point) { - m.checkParameterIsNotNull(point, "$this$component1"); + m.checkNotNullParameter(point, ""); return point.x; } public static final float component2(PointF pointF) { - m.checkParameterIsNotNull(pointF, "$this$component2"); + m.checkNotNullParameter(pointF, ""); return pointF.y; } public static final int component2(Point point) { - m.checkParameterIsNotNull(point, "$this$component2"); + m.checkNotNullParameter(point, ""); return point.y; } public static final Point minus(Point point, int i) { - m.checkParameterIsNotNull(point, "$this$minus"); + m.checkNotNullParameter(point, ""); Point point2 = new Point(point.x, point.y); int i2 = -i; point2.offset(i2, i2); @@ -34,15 +34,15 @@ public final class PointKt { } public static final Point minus(Point point, Point point2) { - m.checkParameterIsNotNull(point, "$this$minus"); - m.checkParameterIsNotNull(point2, "p"); + m.checkNotNullParameter(point, ""); + m.checkNotNullParameter(point2, "p"); Point point3 = new Point(point.x, point.y); point3.offset(-point2.x, -point2.y); return point3; } public static final PointF minus(PointF pointF, float f) { - m.checkParameterIsNotNull(pointF, "$this$minus"); + m.checkNotNullParameter(pointF, ""); PointF pointF2 = new PointF(pointF.x, pointF.y); float f2 = -f; pointF2.offset(f2, f2); @@ -50,60 +50,60 @@ public final class PointKt { } public static final PointF minus(PointF pointF, PointF pointF2) { - m.checkParameterIsNotNull(pointF, "$this$minus"); - m.checkParameterIsNotNull(pointF2, "p"); + m.checkNotNullParameter(pointF, ""); + m.checkNotNullParameter(pointF2, "p"); PointF pointF3 = new PointF(pointF.x, pointF.y); pointF3.offset(-pointF2.x, -pointF2.y); return pointF3; } public static final Point plus(Point point, int i) { - m.checkParameterIsNotNull(point, "$this$plus"); + m.checkNotNullParameter(point, ""); Point point2 = new Point(point.x, point.y); point2.offset(i, i); return point2; } public static final Point plus(Point point, Point point2) { - m.checkParameterIsNotNull(point, "$this$plus"); - m.checkParameterIsNotNull(point2, "p"); + m.checkNotNullParameter(point, ""); + m.checkNotNullParameter(point2, "p"); Point point3 = new Point(point.x, point.y); point3.offset(point2.x, point2.y); return point3; } public static final PointF plus(PointF pointF, float f) { - m.checkParameterIsNotNull(pointF, "$this$plus"); + m.checkNotNullParameter(pointF, ""); PointF pointF2 = new PointF(pointF.x, pointF.y); pointF2.offset(f, f); return pointF2; } public static final PointF plus(PointF pointF, PointF pointF2) { - m.checkParameterIsNotNull(pointF, "$this$plus"); - m.checkParameterIsNotNull(pointF2, "p"); + m.checkNotNullParameter(pointF, ""); + m.checkNotNullParameter(pointF2, "p"); PointF pointF3 = new PointF(pointF.x, pointF.y); pointF3.offset(pointF2.x, pointF2.y); return pointF3; } public static final Point toPoint(PointF pointF) { - m.checkParameterIsNotNull(pointF, "$this$toPoint"); + m.checkNotNullParameter(pointF, ""); return new Point((int) pointF.x, (int) pointF.y); } public static final PointF toPointF(Point point) { - m.checkParameterIsNotNull(point, "$this$toPointF"); + m.checkNotNullParameter(point, ""); return new PointF(point); } public static final Point unaryMinus(Point point) { - m.checkParameterIsNotNull(point, "$this$unaryMinus"); + m.checkNotNullParameter(point, ""); return new Point(-point.x, -point.y); } public static final PointF unaryMinus(PointF pointF) { - m.checkParameterIsNotNull(pointF, "$this$unaryMinus"); + m.checkNotNullParameter(pointF, ""); return new PointF(-pointF.x, -pointF.y); } } diff --git a/app/src/main/java/androidx/core/graphics/PorterDuffKt.java b/app/src/main/java/androidx/core/graphics/PorterDuffKt.java index fc2dbad728..219cc14308 100644 --- a/app/src/main/java/androidx/core/graphics/PorterDuffKt.java +++ b/app/src/main/java/androidx/core/graphics/PorterDuffKt.java @@ -7,12 +7,12 @@ import d0.z.d.m; /* compiled from: PorterDuff.kt */ public final class PorterDuffKt { public static final PorterDuffColorFilter toColorFilter(PorterDuff.Mode mode, int i) { - m.checkParameterIsNotNull(mode, "$this$toColorFilter"); + m.checkNotNullParameter(mode, ""); return new PorterDuffColorFilter(i, mode); } public static final PorterDuffXfermode toXfermode(PorterDuff.Mode mode) { - m.checkParameterIsNotNull(mode, "$this$toXfermode"); + m.checkNotNullParameter(mode, ""); return new PorterDuffXfermode(mode); } } diff --git a/app/src/main/java/androidx/core/graphics/RectKt.java b/app/src/main/java/androidx/core/graphics/RectKt.java index cea1660786..7bfb26253b 100644 --- a/app/src/main/java/androidx/core/graphics/RectKt.java +++ b/app/src/main/java/androidx/core/graphics/RectKt.java @@ -12,8 +12,8 @@ import d0.z.d.m; public final class RectKt { @SuppressLint({"CheckResult"}) public static final Rect and(Rect rect, Rect rect2) { - m.checkParameterIsNotNull(rect, "$this$and"); - m.checkParameterIsNotNull(rect2, "r"); + m.checkNotNullParameter(rect, ""); + m.checkNotNullParameter(rect2, "r"); Rect rect3 = new Rect(rect); rect3.intersect(rect2); return rect3; @@ -21,67 +21,67 @@ public final class RectKt { @SuppressLint({"CheckResult"}) public static final RectF and(RectF rectF, RectF rectF2) { - m.checkParameterIsNotNull(rectF, "$this$and"); - m.checkParameterIsNotNull(rectF2, "r"); + m.checkNotNullParameter(rectF, ""); + m.checkNotNullParameter(rectF2, "r"); RectF rectF3 = new RectF(rectF); rectF3.intersect(rectF2); return rectF3; } public static final float component1(RectF rectF) { - m.checkParameterIsNotNull(rectF, "$this$component1"); + m.checkNotNullParameter(rectF, ""); return rectF.left; } public static final int component1(Rect rect) { - m.checkParameterIsNotNull(rect, "$this$component1"); + m.checkNotNullParameter(rect, ""); return rect.left; } public static final float component2(RectF rectF) { - m.checkParameterIsNotNull(rectF, "$this$component2"); + m.checkNotNullParameter(rectF, ""); return rectF.top; } public static final int component2(Rect rect) { - m.checkParameterIsNotNull(rect, "$this$component2"); + m.checkNotNullParameter(rect, ""); return rect.top; } public static final float component3(RectF rectF) { - m.checkParameterIsNotNull(rectF, "$this$component3"); + m.checkNotNullParameter(rectF, ""); return rectF.right; } public static final int component3(Rect rect) { - m.checkParameterIsNotNull(rect, "$this$component3"); + m.checkNotNullParameter(rect, ""); return rect.right; } public static final float component4(RectF rectF) { - m.checkParameterIsNotNull(rectF, "$this$component4"); + m.checkNotNullParameter(rectF, ""); return rectF.bottom; } public static final int component4(Rect rect) { - m.checkParameterIsNotNull(rect, "$this$component4"); + m.checkNotNullParameter(rect, ""); return rect.bottom; } public static final boolean contains(Rect rect, Point point) { - m.checkParameterIsNotNull(rect, "$this$contains"); - m.checkParameterIsNotNull(point, "p"); + m.checkNotNullParameter(rect, ""); + m.checkNotNullParameter(point, "p"); return rect.contains(point.x, point.y); } public static final boolean contains(RectF rectF, PointF pointF) { - m.checkParameterIsNotNull(rectF, "$this$contains"); - m.checkParameterIsNotNull(pointF, "p"); + m.checkNotNullParameter(rectF, ""); + m.checkNotNullParameter(pointF, "p"); return rectF.contains(pointF.x, pointF.y); } public static final Rect minus(Rect rect, int i) { - m.checkParameterIsNotNull(rect, "$this$minus"); + m.checkNotNullParameter(rect, ""); Rect rect2 = new Rect(rect); int i2 = -i; rect2.offset(i2, i2); @@ -89,15 +89,15 @@ public final class RectKt { } public static final Rect minus(Rect rect, Point point) { - m.checkParameterIsNotNull(rect, "$this$minus"); - m.checkParameterIsNotNull(point, "xy"); + m.checkNotNullParameter(rect, ""); + m.checkNotNullParameter(point, "xy"); Rect rect2 = new Rect(rect); rect2.offset(-point.x, -point.y); return rect2; } public static final RectF minus(RectF rectF, float f) { - m.checkParameterIsNotNull(rectF, "$this$minus"); + m.checkNotNullParameter(rectF, ""); RectF rectF2 = new RectF(rectF); float f2 = -f; rectF2.offset(f2, f2); @@ -105,24 +105,24 @@ public final class RectKt { } public static final RectF minus(RectF rectF, PointF pointF) { - m.checkParameterIsNotNull(rectF, "$this$minus"); - m.checkParameterIsNotNull(pointF, "xy"); + m.checkNotNullParameter(rectF, ""); + m.checkNotNullParameter(pointF, "xy"); RectF rectF2 = new RectF(rectF); rectF2.offset(-pointF.x, -pointF.y); return rectF2; } public static final Region minus(Rect rect, Rect rect2) { - m.checkParameterIsNotNull(rect, "$this$minus"); - m.checkParameterIsNotNull(rect2, "r"); + m.checkNotNullParameter(rect, ""); + m.checkNotNullParameter(rect2, "r"); Region region = new Region(rect); region.op(rect2, Region.Op.DIFFERENCE); return region; } public static final Region minus(RectF rectF, RectF rectF2) { - m.checkParameterIsNotNull(rectF, "$this$minus"); - m.checkParameterIsNotNull(rectF2, "r"); + m.checkNotNullParameter(rectF, ""); + m.checkNotNullParameter(rectF2, "r"); Rect rect = new Rect(); rectF.roundOut(rect); Region region = new Region(rect); @@ -133,69 +133,69 @@ public final class RectKt { } public static final Rect or(Rect rect, Rect rect2) { - m.checkParameterIsNotNull(rect, "$this$or"); - m.checkParameterIsNotNull(rect2, "r"); + m.checkNotNullParameter(rect, ""); + m.checkNotNullParameter(rect2, "r"); Rect rect3 = new Rect(rect); rect3.union(rect2); return rect3; } public static final RectF or(RectF rectF, RectF rectF2) { - m.checkParameterIsNotNull(rectF, "$this$or"); - m.checkParameterIsNotNull(rectF2, "r"); + m.checkNotNullParameter(rectF, ""); + m.checkNotNullParameter(rectF2, "r"); RectF rectF3 = new RectF(rectF); rectF3.union(rectF2); return rectF3; } public static final Rect plus(Rect rect, int i) { - m.checkParameterIsNotNull(rect, "$this$plus"); + m.checkNotNullParameter(rect, ""); Rect rect2 = new Rect(rect); rect2.offset(i, i); return rect2; } public static final Rect plus(Rect rect, Point point) { - m.checkParameterIsNotNull(rect, "$this$plus"); - m.checkParameterIsNotNull(point, "xy"); + m.checkNotNullParameter(rect, ""); + m.checkNotNullParameter(point, "xy"); Rect rect2 = new Rect(rect); rect2.offset(point.x, point.y); return rect2; } public static final Rect plus(Rect rect, Rect rect2) { - m.checkParameterIsNotNull(rect, "$this$plus"); - m.checkParameterIsNotNull(rect2, "r"); + m.checkNotNullParameter(rect, ""); + m.checkNotNullParameter(rect2, "r"); Rect rect3 = new Rect(rect); rect3.union(rect2); return rect3; } public static final RectF plus(RectF rectF, float f) { - m.checkParameterIsNotNull(rectF, "$this$plus"); + m.checkNotNullParameter(rectF, ""); RectF rectF2 = new RectF(rectF); rectF2.offset(f, f); return rectF2; } public static final RectF plus(RectF rectF, PointF pointF) { - m.checkParameterIsNotNull(rectF, "$this$plus"); - m.checkParameterIsNotNull(pointF, "xy"); + m.checkNotNullParameter(rectF, ""); + m.checkNotNullParameter(pointF, "xy"); RectF rectF2 = new RectF(rectF); rectF2.offset(pointF.x, pointF.y); return rectF2; } public static final RectF plus(RectF rectF, RectF rectF2) { - m.checkParameterIsNotNull(rectF, "$this$plus"); - m.checkParameterIsNotNull(rectF2, "r"); + m.checkNotNullParameter(rectF, ""); + m.checkNotNullParameter(rectF2, "r"); RectF rectF3 = new RectF(rectF); rectF3.union(rectF2); return rectF3; } public static final Rect times(Rect rect, int i) { - m.checkParameterIsNotNull(rect, "$this$times"); + m.checkNotNullParameter(rect, ""); Rect rect2 = new Rect(rect); rect2.top *= i; rect2.left *= i; @@ -205,7 +205,7 @@ public final class RectKt { } public static final RectF times(RectF rectF, float f) { - m.checkParameterIsNotNull(rectF, "$this$times"); + m.checkNotNullParameter(rectF, ""); RectF rectF2 = new RectF(rectF); rectF2.top *= f; rectF2.left *= f; @@ -215,7 +215,7 @@ public final class RectKt { } public static final RectF times(RectF rectF, int i) { - m.checkParameterIsNotNull(rectF, "$this$times"); + m.checkNotNullParameter(rectF, ""); float f = (float) i; RectF rectF2 = new RectF(rectF); rectF2.top *= f; @@ -226,47 +226,47 @@ public final class RectKt { } public static final Rect toRect(RectF rectF) { - m.checkParameterIsNotNull(rectF, "$this$toRect"); + m.checkNotNullParameter(rectF, ""); Rect rect = new Rect(); rectF.roundOut(rect); return rect; } public static final RectF toRectF(Rect rect) { - m.checkParameterIsNotNull(rect, "$this$toRectF"); + m.checkNotNullParameter(rect, ""); return new RectF(rect); } public static final Region toRegion(Rect rect) { - m.checkParameterIsNotNull(rect, "$this$toRegion"); + m.checkNotNullParameter(rect, ""); return new Region(rect); } public static final Region toRegion(RectF rectF) { - m.checkParameterIsNotNull(rectF, "$this$toRegion"); + m.checkNotNullParameter(rectF, ""); Rect rect = new Rect(); rectF.roundOut(rect); return new Region(rect); } public static final RectF transform(RectF rectF, Matrix matrix) { - m.checkParameterIsNotNull(rectF, "$this$transform"); - m.checkParameterIsNotNull(matrix, "m"); + m.checkNotNullParameter(rectF, ""); + m.checkNotNullParameter(matrix, "m"); matrix.mapRect(rectF); return rectF; } public static final Region xor(Rect rect, Rect rect2) { - m.checkParameterIsNotNull(rect, "$this$xor"); - m.checkParameterIsNotNull(rect2, "r"); + m.checkNotNullParameter(rect, ""); + m.checkNotNullParameter(rect2, "r"); Region region = new Region(rect); region.op(rect2, Region.Op.XOR); return region; } public static final Region xor(RectF rectF, RectF rectF2) { - m.checkParameterIsNotNull(rectF, "$this$xor"); - m.checkParameterIsNotNull(rectF2, "r"); + m.checkNotNullParameter(rectF, ""); + m.checkNotNullParameter(rectF2, "r"); Rect rect = new Rect(); rectF.roundOut(rect); Region region = new Region(rect); diff --git a/app/src/main/java/androidx/core/graphics/RegionKt.java b/app/src/main/java/androidx/core/graphics/RegionKt.java index 9cfef38ab7..6cfc18b1e8 100644 --- a/app/src/main/java/androidx/core/graphics/RegionKt.java +++ b/app/src/main/java/androidx/core/graphics/RegionKt.java @@ -11,30 +11,30 @@ import kotlin.jvm.functions.Function1; /* compiled from: Region.kt */ public final class RegionKt { public static final Region and(Region region, Rect rect) { - m.checkParameterIsNotNull(region, "$this$and"); - m.checkParameterIsNotNull(rect, "r"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(rect, "r"); Region region2 = new Region(region); region2.op(rect, Region.Op.INTERSECT); return region2; } public static final Region and(Region region, Region region2) { - m.checkParameterIsNotNull(region, "$this$and"); - m.checkParameterIsNotNull(region2, "r"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(region2, "r"); Region region3 = new Region(region); region3.op(region2, Region.Op.INTERSECT); return region3; } public static final boolean contains(Region region, Point point) { - m.checkParameterIsNotNull(region, "$this$contains"); - m.checkParameterIsNotNull(point, "p"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(point, "p"); return region.contains(point.x, point.y); } public static final void forEach(Region region, Function1 function1) { - m.checkParameterIsNotNull(region, "$this$forEach"); - m.checkParameterIsNotNull(function1, "action"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(function1, "action"); RegionIterator regionIterator = new RegionIterator(region); while (true) { Rect rect = new Rect(); @@ -47,83 +47,83 @@ public final class RegionKt { } public static final Iterator iterator(Region region) { - m.checkParameterIsNotNull(region, "$this$iterator"); + m.checkNotNullParameter(region, ""); return new RegionKt$iterator$1(region); } public static final Region minus(Region region, Rect rect) { - m.checkParameterIsNotNull(region, "$this$minus"); - m.checkParameterIsNotNull(rect, "r"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(rect, "r"); Region region2 = new Region(region); region2.op(rect, Region.Op.DIFFERENCE); return region2; } public static final Region minus(Region region, Region region2) { - m.checkParameterIsNotNull(region, "$this$minus"); - m.checkParameterIsNotNull(region2, "r"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(region2, "r"); Region region3 = new Region(region); region3.op(region2, Region.Op.DIFFERENCE); return region3; } public static final Region not(Region region) { - m.checkParameterIsNotNull(region, "$this$not"); + m.checkNotNullParameter(region, ""); Region region2 = new Region(region.getBounds()); region2.op(region, Region.Op.DIFFERENCE); return region2; } public static final Region or(Region region, Rect rect) { - m.checkParameterIsNotNull(region, "$this$or"); - m.checkParameterIsNotNull(rect, "r"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(rect, "r"); Region region2 = new Region(region); region2.union(rect); return region2; } public static final Region or(Region region, Region region2) { - m.checkParameterIsNotNull(region, "$this$or"); - m.checkParameterIsNotNull(region2, "r"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(region2, "r"); Region region3 = new Region(region); region3.op(region2, Region.Op.UNION); return region3; } public static final Region plus(Region region, Rect rect) { - m.checkParameterIsNotNull(region, "$this$plus"); - m.checkParameterIsNotNull(rect, "r"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(rect, "r"); Region region2 = new Region(region); region2.union(rect); return region2; } public static final Region plus(Region region, Region region2) { - m.checkParameterIsNotNull(region, "$this$plus"); - m.checkParameterIsNotNull(region2, "r"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(region2, "r"); Region region3 = new Region(region); region3.op(region2, Region.Op.UNION); return region3; } public static final Region unaryMinus(Region region) { - m.checkParameterIsNotNull(region, "$this$unaryMinus"); + m.checkNotNullParameter(region, ""); Region region2 = new Region(region.getBounds()); region2.op(region, Region.Op.DIFFERENCE); return region2; } public static final Region xor(Region region, Rect rect) { - m.checkParameterIsNotNull(region, "$this$xor"); - m.checkParameterIsNotNull(rect, "r"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(rect, "r"); Region region2 = new Region(region); region2.op(rect, Region.Op.XOR); return region2; } public static final Region xor(Region region, Region region2) { - m.checkParameterIsNotNull(region, "$this$xor"); - m.checkParameterIsNotNull(region2, "r"); + m.checkNotNullParameter(region, ""); + m.checkNotNullParameter(region2, "r"); Region region3 = new Region(region); region3.op(region2, Region.Op.XOR); return region3; diff --git a/app/src/main/java/androidx/core/graphics/ShaderKt.java b/app/src/main/java/androidx/core/graphics/ShaderKt.java index df8025dd7e..55e95b35d4 100644 --- a/app/src/main/java/androidx/core/graphics/ShaderKt.java +++ b/app/src/main/java/androidx/core/graphics/ShaderKt.java @@ -8,8 +8,8 @@ import kotlin.jvm.functions.Function1; /* compiled from: Shader.kt */ public final class ShaderKt { public static final void transform(Shader shader, Function1 function1) { - m.checkParameterIsNotNull(shader, "$this$transform"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(shader, ""); + m.checkNotNullParameter(function1, "block"); Matrix matrix = new Matrix(); shader.getLocalMatrix(matrix); function1.invoke(matrix); diff --git a/app/src/main/java/androidx/core/graphics/TypefaceCompat.java b/app/src/main/java/androidx/core/graphics/TypefaceCompat.java index 60b673bf92..c53f6e09bc 100644 --- a/app/src/main/java/androidx/core/graphics/TypefaceCompat.java +++ b/app/src/main/java/androidx/core/graphics/TypefaceCompat.java @@ -10,6 +10,7 @@ import android.os.Handler; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RestrictTo; +import androidx.annotation.VisibleForTesting; import androidx.collection.LruCache; import androidx.core.content.res.FontResourcesParserCompat; import androidx.core.content.res.ResourcesCompat; @@ -19,6 +20,32 @@ public class TypefaceCompat { private static final LruCache sTypefaceCache = new LruCache<>(16); private static final TypefaceCompatBaseImpl sTypefaceCompatImpl; + @RestrictTo({RestrictTo.Scope.LIBRARY}) + public static class ResourcesCallbackAdapter extends FontsContractCompat.FontRequestCallback { + @Nullable + private ResourcesCompat.FontCallback mFontCallback; + + public ResourcesCallbackAdapter(@Nullable ResourcesCompat.FontCallback fontCallback) { + this.mFontCallback = fontCallback; + } + + @Override // androidx.core.provider.FontsContractCompat.FontRequestCallback + public void onTypefaceRequestFailed(int i) { + ResourcesCompat.FontCallback fontCallback = this.mFontCallback; + if (fontCallback != null) { + fontCallback.onFontRetrievalFailed(i); + } + } + + @Override // androidx.core.provider.FontsContractCompat.FontRequestCallback + public void onTypefaceRetrieved(@NonNull Typeface typeface) { + ResourcesCompat.FontCallback fontCallback = this.mFontCallback; + if (fontCallback != null) { + fontCallback.onFontRetrieved(typeface); + } + } + } + static { int i = Build.VERSION.SDK_INT; if (i >= 29) { @@ -37,6 +64,12 @@ public class TypefaceCompat { private TypefaceCompat() { } + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + @VisibleForTesting + public static void clearCache() { + sTypefaceCache.evictAll(); + } + @NonNull public static Typeface create(@NonNull Context context, @Nullable Typeface typeface, int i) { if (context != null) { @@ -57,11 +90,14 @@ public class TypefaceCompat { Typeface typeface; if (familyResourceEntry instanceof FontResourcesParserCompat.ProviderResourceEntry) { FontResourcesParserCompat.ProviderResourceEntry providerResourceEntry = (FontResourcesParserCompat.ProviderResourceEntry) familyResourceEntry; - boolean z3 = false; - if (!z2 ? fontCallback == null : providerResourceEntry.getFetchStrategy() == 0) { - z3 = true; + Typeface systemFontFamily = getSystemFontFamily(providerResourceEntry.getSystemFontFamilyName()); + if (systemFontFamily != null) { + if (fontCallback != null) { + fontCallback.callbackSuccessAsync(systemFontFamily, handler); + } + return systemFontFamily; } - typeface = FontsContractCompat.getFontSync(context, providerResourceEntry.getRequest(), fontCallback, handler, z3, z2 ? providerResourceEntry.getTimeout() : -1, i2); + typeface = FontsContractCompat.requestFont(context, providerResourceEntry.getRequest(), i2, !z2 ? fontCallback == null : providerResourceEntry.getFetchStrategy() == 0, z2 ? providerResourceEntry.getTimeout() : -1, ResourcesCompat.FontCallback.getHandler(handler), new ResourcesCallbackAdapter(fontCallback)); } else { typeface = sTypefaceCompatImpl.createFromFontFamilyFilesResourceEntry(context, (FontResourcesParserCompat.FontFamilyFilesResourceEntry) familyResourceEntry, resources, i2); if (fontCallback != null) { @@ -107,4 +143,16 @@ public class TypefaceCompat { } return typefaceCompatBaseImpl.createFromFontFamilyFilesResourceEntry(context, fontFamily, context.getResources(), i); } + + private static Typeface getSystemFontFamily(@Nullable String str) { + if (str == null || str.isEmpty()) { + return null; + } + Typeface create = Typeface.create(str, 0); + Typeface create2 = Typeface.create(Typeface.DEFAULT, 0); + if (create == null || create.equals(create2)) { + return null; + } + return create; + } } diff --git a/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java b/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java index 78ea45f27b..2e4fe1147f 100644 --- a/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java +++ b/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java @@ -188,14 +188,14 @@ public class TypefaceCompatApi26Impl extends TypefaceCompatApi21Impl { return null; } } else { - Map prepareFontData = FontsContractCompat.prepareFontData(context, fontInfoArr, cancellationSignal); + Map readFontInfoIntoByteBuffer = TypefaceCompatUtil.readFontInfoIntoByteBuffer(context, fontInfoArr, cancellationSignal); Object newFamily = newFamily(); if (newFamily == null) { return null; } boolean z2 = false; for (FontsContractCompat.FontInfo fontInfo : fontInfoArr) { - ByteBuffer byteBuffer = prepareFontData.get(fontInfo.getUri()); + ByteBuffer byteBuffer = readFontInfoIntoByteBuffer.get(fontInfo.getUri()); if (byteBuffer != null) { if (!addFontFromBuffer(newFamily, byteBuffer, fontInfo.getTtcIndex(), fontInfo.getWeight(), fontInfo.isItalic() ? 1 : 0)) { abortCreation(newFamily); diff --git a/app/src/main/java/androidx/core/graphics/TypefaceCompatApi29Impl.java b/app/src/main/java/androidx/core/graphics/TypefaceCompatApi29Impl.java index dfb5fede54..b5d59e3d70 100644 --- a/app/src/main/java/androidx/core/graphics/TypefaceCompatApi29Impl.java +++ b/app/src/main/java/androidx/core/graphics/TypefaceCompatApi29Impl.java @@ -23,90 +23,98 @@ public class TypefaceCompatApi29Impl extends TypefaceCompatBaseImpl { @Override // androidx.core.graphics.TypefaceCompatBaseImpl @Nullable public Typeface createFromFontFamilyFilesResourceEntry(Context context, FontResourcesParserCompat.FontFamilyFilesResourceEntry fontFamilyFilesResourceEntry, Resources resources, int i) { - FontResourcesParserCompat.FontFileResourceEntry[] entries = fontFamilyFilesResourceEntry.getEntries(); - int length = entries.length; - int i2 = 0; - FontFamily.Builder builder = null; - int i3 = 0; - while (true) { - int i4 = 1; - if (i3 >= length) { - break; - } - FontResourcesParserCompat.FontFileResourceEntry fontFileResourceEntry = entries[i3]; - try { - Font.Builder weight = new Font.Builder(resources, fontFileResourceEntry.getResourceId()).setWeight(fontFileResourceEntry.getWeight()); - if (!fontFileResourceEntry.isItalic()) { - i4 = 0; + try { + FontResourcesParserCompat.FontFileResourceEntry[] entries = fontFamilyFilesResourceEntry.getEntries(); + int length = entries.length; + int i2 = 0; + FontFamily.Builder builder = null; + int i3 = 0; + while (true) { + int i4 = 1; + if (i3 >= length) { + break; } - Font build = weight.setSlant(i4).setTtcIndex(fontFileResourceEntry.getTtcIndex()).setFontVariationSettings(fontFileResourceEntry.getVariationSettings()).build(); - if (builder == null) { - builder = new FontFamily.Builder(build); - } else { - builder.addFont(build); + FontResourcesParserCompat.FontFileResourceEntry fontFileResourceEntry = entries[i3]; + try { + Font.Builder weight = new Font.Builder(resources, fontFileResourceEntry.getResourceId()).setWeight(fontFileResourceEntry.getWeight()); + if (!fontFileResourceEntry.isItalic()) { + i4 = 0; + } + Font build = weight.setSlant(i4).setTtcIndex(fontFileResourceEntry.getTtcIndex()).setFontVariationSettings(fontFileResourceEntry.getVariationSettings()).build(); + if (builder == null) { + builder = new FontFamily.Builder(build); + } else { + builder.addFont(build); + } + } catch (IOException unused) { } - } catch (IOException unused) { + i3++; } - i3++; - } - if (builder == null) { + if (builder == null) { + return null; + } + int i5 = (i & 1) != 0 ? 700 : 400; + if ((i & 2) != 0) { + i2 = 1; + } + return new Typeface.CustomFallbackBuilder(builder.build()).setStyle(new FontStyle(i5, i2)).build(); + } catch (Exception unused2) { return null; } - int i5 = (i & 1) != 0 ? 700 : 400; - if ((i & 2) != 0) { - i2 = 1; - } - return new Typeface.CustomFallbackBuilder(builder.build()).setStyle(new FontStyle(i5, i2)).build(); } @Override // androidx.core.graphics.TypefaceCompatBaseImpl @Nullable public Typeface createFromFontInfo(Context context, @Nullable CancellationSignal cancellationSignal, @NonNull FontsContractCompat.FontInfo[] fontInfoArr, int i) { ContentResolver contentResolver = context.getContentResolver(); - int length = fontInfoArr.length; - int i2 = 0; - FontFamily.Builder builder = null; - int i3 = 0; - while (true) { - int i4 = 1; - if (i3 >= length) { - break; - } - FontsContractCompat.FontInfo fontInfo = fontInfoArr[i3]; - try { - ParcelFileDescriptor openFileDescriptor = contentResolver.openFileDescriptor(fontInfo.getUri(), "r", cancellationSignal); - if (openFileDescriptor != null) { - try { - Font.Builder weight = new Font.Builder(openFileDescriptor).setWeight(fontInfo.getWeight()); - if (!fontInfo.isItalic()) { - i4 = 0; - } - Font build = weight.setSlant(i4).setTtcIndex(fontInfo.getTtcIndex()).build(); - if (builder == null) { - builder = new FontFamily.Builder(build); - } else { - builder.addFont(build); - } - } catch (Throwable th) { - th.addSuppressed(th); - } - } else if (openFileDescriptor == null) { - i3++; + try { + int length = fontInfoArr.length; + int i2 = 0; + FontFamily.Builder builder = null; + int i3 = 0; + while (true) { + int i4 = 1; + if (i3 >= length) { + break; } - openFileDescriptor.close(); - } catch (IOException unused) { + FontsContractCompat.FontInfo fontInfo = fontInfoArr[i3]; + try { + ParcelFileDescriptor openFileDescriptor = contentResolver.openFileDescriptor(fontInfo.getUri(), "r", cancellationSignal); + if (openFileDescriptor != null) { + try { + Font.Builder weight = new Font.Builder(openFileDescriptor).setWeight(fontInfo.getWeight()); + if (!fontInfo.isItalic()) { + i4 = 0; + } + Font build = weight.setSlant(i4).setTtcIndex(fontInfo.getTtcIndex()).build(); + if (builder == null) { + builder = new FontFamily.Builder(build); + } else { + builder.addFont(build); + } + } catch (Throwable th) { + th.addSuppressed(th); + } + } else if (openFileDescriptor == null) { + i3++; + } + openFileDescriptor.close(); + } catch (IOException unused) { + } + i3++; } - i3++; - } - if (builder == null) { + if (builder == null) { + return null; + } + int i5 = (i & 1) != 0 ? 700 : 400; + if ((i & 2) != 0) { + i2 = 1; + } + return new Typeface.CustomFallbackBuilder(builder.build()).setStyle(new FontStyle(i5, i2)).build(); + throw th; + } catch (Exception unused2) { return null; } - int i5 = (i & 1) != 0 ? 700 : 400; - if ((i & 2) != 0) { - i2 = 1; - } - return new Typeface.CustomFallbackBuilder(builder.build()).setStyle(new FontStyle(i5, i2)).build(); - throw th; } @Override // androidx.core.graphics.TypefaceCompatBaseImpl @@ -120,7 +128,7 @@ public class TypefaceCompatApi29Impl extends TypefaceCompatBaseImpl { try { Font build = new Font.Builder(resources, i).build(); return new Typeface.CustomFallbackBuilder(new FontFamily.Builder(build).build()).setStyle(build.getStyle()).build(); - } catch (IOException unused) { + } catch (Exception unused) { return null; } } diff --git a/app/src/main/java/androidx/core/graphics/TypefaceCompatBaseImpl.java b/app/src/main/java/androidx/core/graphics/TypefaceCompatBaseImpl.java index c49aebf283..e376942003 100644 --- a/app/src/main/java/androidx/core/graphics/TypefaceCompatBaseImpl.java +++ b/app/src/main/java/androidx/core/graphics/TypefaceCompatBaseImpl.java @@ -1,5 +1,6 @@ package androidx.core.graphics; +import android.annotation.SuppressLint; import android.content.Context; import android.content.res.Resources; import android.graphics.Typeface; @@ -19,6 +20,7 @@ import java.util.concurrent.ConcurrentHashMap; public class TypefaceCompatBaseImpl { private static final int INVALID_KEY = 0; private static final String TAG = "TypefaceCompatBaseImpl"; + @SuppressLint({"BanConcurrentHashMap"}) private ConcurrentHashMap mFontFamilies = new ConcurrentHashMap<>(); /* renamed from: androidx.core.graphics.TypefaceCompatBaseImpl$1 reason: invalid class name */ diff --git a/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java b/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java index e01385cab3..f6ea6d5c71 100644 --- a/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java +++ b/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java @@ -8,9 +8,11 @@ import android.os.ParcelFileDescriptor; import android.os.Process; import android.os.StrictMode; import android.util.Log; +import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RequiresApi; import androidx.annotation.RestrictTo; +import androidx.core.provider.FontsContractCompat; import c.d.b.a.a; import java.io.Closeable; import java.io.File; @@ -21,6 +23,9 @@ import java.io.InputStream; import java.nio.ByteBuffer; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; +import java.util.Collections; +import java.util.HashMap; +import java.util.Map; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public class TypefaceCompatUtil { private static final String CACHE_FILE_PREFIX = ".font"; @@ -202,4 +207,20 @@ public class TypefaceCompatUtil { return null; } } + + @NonNull + @RequiresApi(19) + @RestrictTo({RestrictTo.Scope.LIBRARY}) + public static Map readFontInfoIntoByteBuffer(@NonNull Context context, @NonNull FontsContractCompat.FontInfo[] fontInfoArr, @Nullable CancellationSignal cancellationSignal) { + HashMap hashMap = new HashMap(); + for (FontsContractCompat.FontInfo fontInfo : fontInfoArr) { + if (fontInfo.getResultCode() == 0) { + Uri uri = fontInfo.getUri(); + if (!hashMap.containsKey(uri)) { + hashMap.put(uri, mmap(context, cancellationSignal, uri)); + } + } + } + return Collections.unmodifiableMap(hashMap); + } } diff --git a/app/src/main/java/androidx/core/graphics/drawable/BitmapDrawableKt.java b/app/src/main/java/androidx/core/graphics/drawable/BitmapDrawableKt.java index e3dd4d397f..e487512d8a 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/BitmapDrawableKt.java +++ b/app/src/main/java/androidx/core/graphics/drawable/BitmapDrawableKt.java @@ -7,8 +7,8 @@ import d0.z.d.m; /* compiled from: BitmapDrawable.kt */ public final class BitmapDrawableKt { public static final BitmapDrawable toDrawable(Bitmap bitmap, Resources resources) { - m.checkParameterIsNotNull(bitmap, "$this$toDrawable"); - m.checkParameterIsNotNull(resources, "resources"); + m.checkNotNullParameter(bitmap, ""); + m.checkNotNullParameter(resources, "resources"); return new BitmapDrawable(resources, bitmap); } } diff --git a/app/src/main/java/androidx/core/graphics/drawable/ColorDrawableKt.java b/app/src/main/java/androidx/core/graphics/drawable/ColorDrawableKt.java index b8387a38e1..9892593889 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/ColorDrawableKt.java +++ b/app/src/main/java/androidx/core/graphics/drawable/ColorDrawableKt.java @@ -13,7 +13,7 @@ public final class ColorDrawableKt { @RequiresApi(26) public static final ColorDrawable toDrawable(Color color) { - m.checkParameterIsNotNull(color, "$this$toDrawable"); + m.checkNotNullParameter(color, ""); return new ColorDrawable(color.toArgb()); } } diff --git a/app/src/main/java/androidx/core/graphics/drawable/DrawableKt.java b/app/src/main/java/androidx/core/graphics/drawable/DrawableKt.java index d6aeaa8550..e074f6b2f8 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/DrawableKt.java +++ b/app/src/main/java/androidx/core/graphics/drawable/DrawableKt.java @@ -9,40 +9,34 @@ import androidx.annotation.Px; import d0.z.d.m; /* compiled from: Drawable.kt */ public final class DrawableKt { - /* JADX WARNING: Code restructure failed: missing block: B:4:0x001b, code lost: - if (r0.getConfig() == r9) goto L_0x001d; - */ public static final Bitmap toBitmap(Drawable drawable, @Px int i, @Px int i2, Bitmap.Config config) { - m.checkParameterIsNotNull(drawable, "$this$toBitmap"); - if (drawable instanceof BitmapDrawable) { - if (config != null) { - Bitmap bitmap = ((BitmapDrawable) drawable).getBitmap(); - m.checkExpressionValueIsNotNull(bitmap, "bitmap"); + m.checkNotNullParameter(drawable, ""); + if (!(drawable instanceof BitmapDrawable) || !(config == null || ((BitmapDrawable) drawable).getBitmap().getConfig() == config)) { + Rect bounds = drawable.getBounds(); + m.checkNotNullExpressionValue(bounds, "bounds"); + int i3 = bounds.left; + int i4 = bounds.top; + int i5 = bounds.right; + int i6 = bounds.bottom; + if (config == null) { + config = Bitmap.Config.ARGB_8888; } - BitmapDrawable bitmapDrawable = (BitmapDrawable) drawable; - if (i == bitmapDrawable.getIntrinsicWidth() && i2 == bitmapDrawable.getIntrinsicHeight()) { - Bitmap bitmap2 = bitmapDrawable.getBitmap(); - m.checkExpressionValueIsNotNull(bitmap2, "bitmap"); - return bitmap2; - } - Bitmap createScaledBitmap = Bitmap.createScaledBitmap(bitmapDrawable.getBitmap(), i, i2, true); - m.checkExpressionValueIsNotNull(createScaledBitmap, "Bitmap.createScaledBitma…map, width, height, true)"); - return createScaledBitmap; + Bitmap createBitmap = Bitmap.createBitmap(i, i2, config); + drawable.setBounds(0, 0, i, i2); + drawable.draw(new Canvas(createBitmap)); + drawable.setBounds(i3, i4, i5, i6); + m.checkNotNullExpressionValue(createBitmap, "bitmap"); + return createBitmap; } - Rect bounds = drawable.getBounds(); - int i3 = bounds.left; - int i4 = bounds.top; - int i5 = bounds.right; - int i6 = bounds.bottom; - if (config == null) { - config = Bitmap.Config.ARGB_8888; + BitmapDrawable bitmapDrawable = (BitmapDrawable) drawable; + if (i == bitmapDrawable.getIntrinsicWidth() && i2 == bitmapDrawable.getIntrinsicHeight()) { + Bitmap bitmap = bitmapDrawable.getBitmap(); + m.checkNotNullExpressionValue(bitmap, "bitmap"); + return bitmap; } - Bitmap createBitmap = Bitmap.createBitmap(i, i2, config); - drawable.setBounds(0, 0, i, i2); - drawable.draw(new Canvas(createBitmap)); - drawable.setBounds(i3, i4, i5, i6); - m.checkExpressionValueIsNotNull(createBitmap, "bitmap"); - return createBitmap; + Bitmap createScaledBitmap = Bitmap.createScaledBitmap(bitmapDrawable.getBitmap(), i, i2, true); + m.checkNotNullExpressionValue(createScaledBitmap, "createScaledBitmap(bitmap, width, height, true)"); + return createScaledBitmap; } public static /* synthetic */ Bitmap toBitmap$default(Drawable drawable, int i, int i2, Bitmap.Config config, int i3, Object obj) { @@ -59,7 +53,7 @@ public final class DrawableKt { } public static final void updateBounds(Drawable drawable, @Px int i, @Px int i2, @Px int i3, @Px int i4) { - m.checkParameterIsNotNull(drawable, "$this$updateBounds"); + m.checkNotNullParameter(drawable, ""); drawable.setBounds(i, i2, i3, i4); } 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 8e97dd5c70..a49be0e2b6 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/IconCompat.java +++ b/app/src/main/java/androidx/core/graphics/drawable/IconCompat.java @@ -56,12 +56,20 @@ public class IconCompat extends CustomVersionedParcelable { private static final float BLUR_FACTOR = 0.010416667f; public static final PorterDuff.Mode DEFAULT_TINT_MODE = PorterDuff.Mode.SRC_IN; private static final float DEFAULT_VIEW_PORT_SCALE = 0.6666667f; - private static final String EXTRA_INT1 = "int1"; - private static final String EXTRA_INT2 = "int2"; - private static final String EXTRA_OBJ = "obj"; - private static final String EXTRA_TINT_LIST = "tint_list"; - private static final String EXTRA_TINT_MODE = "tint_mode"; - private static final String EXTRA_TYPE = "type"; + @VisibleForTesting + public static final String EXTRA_INT1 = "int1"; + @VisibleForTesting + public static final String EXTRA_INT2 = "int2"; + @VisibleForTesting + public static final String EXTRA_OBJ = "obj"; + @VisibleForTesting + public static final String EXTRA_STRING1 = "string1"; + @VisibleForTesting + public static final String EXTRA_TINT_LIST = "tint_list"; + @VisibleForTesting + public static final String EXTRA_TINT_MODE = "tint_mode"; + @VisibleForTesting + public static final String EXTRA_TYPE = "type"; private static final float ICON_DIAMETER_FACTOR = 0.9166667f; private static final int KEY_SHADOW_ALPHA = 61; private static final float KEY_SHADOW_OFFSET_FACTOR = 0.020833334f; @@ -83,6 +91,8 @@ public class IconCompat extends CustomVersionedParcelable { @RestrictTo({RestrictTo.Scope.LIBRARY}) public Parcelable mParcelable = null; @RestrictTo({RestrictTo.Scope.LIBRARY}) + public String mString1; + @RestrictTo({RestrictTo.Scope.LIBRARY}) public ColorStateList mTintList = null; public PorterDuff.Mode mTintMode = DEFAULT_TINT_MODE; @RestrictTo({RestrictTo.Scope.LIBRARY}) @@ -109,6 +119,7 @@ public class IconCompat extends CustomVersionedParcelable { IconCompat iconCompat = new IconCompat(i); iconCompat.mInt1 = bundle.getInt(EXTRA_INT1); iconCompat.mInt2 = bundle.getInt(EXTRA_INT2); + iconCompat.mString1 = bundle.getString(EXTRA_STRING1); if (bundle.containsKey(EXTRA_TINT_LIST)) { iconCompat.mTintList = (ColorStateList) bundle.getParcelable(EXTRA_TINT_LIST); } @@ -307,6 +318,7 @@ public class IconCompat extends CustomVersionedParcelable { } else { iconCompat.mObj1 = str; } + iconCompat.mString1 = str; return iconCompat; } else { throw new IllegalArgumentException("Drawable resource ID must not be 0"); @@ -410,26 +422,6 @@ public class IconCompat extends CustomVersionedParcelable { } } - private InputStream getUriInputStream(Context context) { - Uri uri = getUri(); - String scheme = uri.getScheme(); - if ("content".equals(scheme) || "file".equals(scheme)) { - try { - return context.getContentResolver().openInputStream(uri); - } catch (Exception e) { - Log.w(TAG, "Unable to load image from URI: " + uri, e); - return null; - } - } else { - try { - return new FileInputStream(new File((String) this.mObj1)); - } catch (FileNotFoundException e2) { - Log.w(TAG, "Unable to load image from path: " + uri, e2); - return null; - } - } - } - private Drawable loadDrawableInner(Context context) { switch (this.mType) { case 1: @@ -534,16 +526,22 @@ public class IconCompat extends CustomVersionedParcelable { @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public void checkResource(@NonNull Context context) { - if (this.mType == 2) { - String str = (String) this.mObj1; + Object obj; + if (this.mType == 2 && (obj = this.mObj1) != null) { + String str = (String) obj; if (str.contains(":")) { String str2 = str.split(":", -1)[1]; String str3 = str2.split(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, -1)[0]; String str4 = str2.split(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, -1)[1]; String str5 = str.split(":", -1)[0]; - int identifier = getResources(context, str5).getIdentifier(str4, str3, str5); + if ("0_resource_name_obfuscated".equals(str4)) { + Log.i(TAG, "Found obfuscated resource, not trying to update resource id for it"); + return; + } + String resPackage = getResPackage(); + int identifier = getResources(context, resPackage).getIdentifier(str4, str3, str5); if (this.mInt1 != identifier) { - Log.i(TAG, "Id has changed for " + str5 + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + str4); + Log.i(TAG, "Id has changed for " + resPackage + " " + str); this.mInt1 = identifier; } } @@ -589,7 +587,7 @@ public class IconCompat extends CustomVersionedParcelable { return getResPackage((Icon) this.mObj1); } if (i == 2) { - return ((String) this.mObj1).split(":", -1)[0]; + return TextUtils.isEmpty(this.mString1) ? ((String) this.mObj1).split(":", -1)[0] : this.mString1; } throw new IllegalStateException("called getResPackage() on " + this); } @@ -611,6 +609,28 @@ public class IconCompat extends CustomVersionedParcelable { throw new IllegalStateException("called getUri() on " + this); } + @Nullable + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) + public InputStream getUriInputStream(@NonNull Context context) { + Uri uri = getUri(); + String scheme = uri.getScheme(); + if ("content".equals(scheme) || "file".equals(scheme)) { + try { + return context.getContentResolver().openInputStream(uri); + } catch (Exception e) { + Log.w(TAG, "Unable to load image from URI: " + uri, e); + return null; + } + } else { + try { + return new FileInputStream(new File((String) this.mObj1)); + } catch (FileNotFoundException e2) { + Log.w(TAG, "Unable to load image from path: " + uri, e2); + return null; + } + } + } + @Nullable public Drawable loadDrawable(@NonNull Context context) { checkResource(context); @@ -656,7 +676,12 @@ public class IconCompat extends CustomVersionedParcelable { case 2: case 4: case 6: - this.mObj1 = new String(this.mData, Charset.forName("UTF-16")); + String str = new String(this.mData, Charset.forName("UTF-16")); + this.mObj1 = str; + if (this.mType == 2 && this.mString1 == null) { + this.mString1 = str.split(":", -1)[0]; + return; + } return; case 3: this.mObj1 = this.mData; @@ -714,6 +739,7 @@ public class IconCompat extends CustomVersionedParcelable { return this; } + @NonNull public Bundle toBundle() { Bundle bundle = new Bundle(); switch (this.mType) { @@ -739,6 +765,7 @@ public class IconCompat extends CustomVersionedParcelable { bundle.putInt("type", this.mType); bundle.putInt(EXTRA_INT1, this.mInt1); bundle.putInt(EXTRA_INT2, this.mInt2); + bundle.putString(EXTRA_STRING1, this.mString1); ColorStateList colorStateList = this.mTintList; if (colorStateList != null) { bundle.putParcelable(EXTRA_TINT_LIST, colorStateList); @@ -788,10 +815,14 @@ public class IconCompat extends CustomVersionedParcelable { break; } case 6: - if (context != null) { + int i = Build.VERSION.SDK_INT; + if (i >= 30) { + icon = Icon.createWithAdaptiveBitmapContentUri(getUri()); + break; + } else if (context != null) { InputStream uriInputStream = getUriInputStream(context); if (uriInputStream != null) { - if (Build.VERSION.SDK_INT < 26) { + if (i < 26) { icon = Icon.createWithBitmap(createLegacyIconFromAdaptiveIcon(BitmapFactory.decodeStream(uriInputStream), false)); break; } else { @@ -837,7 +868,7 @@ public class IconCompat extends CustomVersionedParcelable { break; case 2: sb.append(" pkg="); - sb.append(getResPackage()); + sb.append(this.mString1); sb.append(" id="); sb.append(String.format("0x%08x", Integer.valueOf(getResId()))); break; diff --git a/app/src/main/java/androidx/core/graphics/drawable/IconCompatParcelizer.java b/app/src/main/java/androidx/core/graphics/drawable/IconCompatParcelizer.java index 820a61c015..1a2ce21262 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/IconCompatParcelizer.java +++ b/app/src/main/java/androidx/core/graphics/drawable/IconCompatParcelizer.java @@ -15,6 +15,7 @@ public class IconCompatParcelizer { iconCompat.mInt2 = versionedParcel.readInt(iconCompat.mInt2, 5); iconCompat.mTintList = (ColorStateList) versionedParcel.readParcelable(iconCompat.mTintList, 6); iconCompat.mTintModeStr = versionedParcel.readString(iconCompat.mTintModeStr, 7); + iconCompat.mString1 = versionedParcel.readString(iconCompat.mString1, 8); iconCompat.onPostParceling(); return iconCompat; } @@ -50,5 +51,9 @@ public class IconCompatParcelizer { if (str != null) { versionedParcel.writeString(str, 7); } + String str2 = iconCompat.mString1; + if (str2 != null) { + versionedParcel.writeString(str2, 8); + } } } diff --git a/app/src/main/java/androidx/core/graphics/drawable/IconKt.java b/app/src/main/java/androidx/core/graphics/drawable/IconKt.java index cc82e3d04c..92f6a52ca8 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/IconKt.java +++ b/app/src/main/java/androidx/core/graphics/drawable/IconKt.java @@ -9,33 +9,33 @@ import d0.z.d.m; public final class IconKt { @RequiresApi(26) public static final Icon toAdaptiveIcon(Bitmap bitmap) { - m.checkParameterIsNotNull(bitmap, "$this$toAdaptiveIcon"); + m.checkNotNullParameter(bitmap, ""); Icon createWithAdaptiveBitmap = Icon.createWithAdaptiveBitmap(bitmap); - m.checkExpressionValueIsNotNull(createWithAdaptiveBitmap, "Icon.createWithAdaptiveBitmap(this)"); + m.checkNotNullExpressionValue(createWithAdaptiveBitmap, "createWithAdaptiveBitmap(this)"); return createWithAdaptiveBitmap; } @RequiresApi(26) public static final Icon toIcon(Bitmap bitmap) { - m.checkParameterIsNotNull(bitmap, "$this$toIcon"); + m.checkNotNullParameter(bitmap, ""); Icon createWithBitmap = Icon.createWithBitmap(bitmap); - m.checkExpressionValueIsNotNull(createWithBitmap, "Icon.createWithBitmap(this)"); + m.checkNotNullExpressionValue(createWithBitmap, "createWithBitmap(this)"); return createWithBitmap; } @RequiresApi(26) public static final Icon toIcon(Uri uri) { - m.checkParameterIsNotNull(uri, "$this$toIcon"); + m.checkNotNullParameter(uri, ""); Icon createWithContentUri = Icon.createWithContentUri(uri); - m.checkExpressionValueIsNotNull(createWithContentUri, "Icon.createWithContentUri(this)"); + m.checkNotNullExpressionValue(createWithContentUri, "createWithContentUri(this)"); return createWithContentUri; } @RequiresApi(26) public static final Icon toIcon(byte[] bArr) { - m.checkParameterIsNotNull(bArr, "$this$toIcon"); + m.checkNotNullParameter(bArr, ""); Icon createWithData = Icon.createWithData(bArr, 0, bArr.length); - m.checkExpressionValueIsNotNull(createWithData, "Icon.createWithData(this, 0, size)"); + m.checkNotNullExpressionValue(createWithData, "createWithData(this, 0, size)"); return createWithData; } } diff --git a/app/src/main/java/androidx/core/graphics/drawable/WrappedDrawableApi14.java b/app/src/main/java/androidx/core/graphics/drawable/WrappedDrawableApi14.java index 4d4d4fe0e6..4a056b01e5 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/WrappedDrawableApi14.java +++ b/app/src/main/java/androidx/core/graphics/drawable/WrappedDrawableApi14.java @@ -105,6 +105,12 @@ public class WrappedDrawableApi14 extends Drawable implements Drawable.Callback, return this.mDrawable.getIntrinsicWidth(); } + @Override // android.graphics.drawable.Drawable + @RequiresApi(23) + public int getLayoutDirection() { + return DrawableCompat.getLayoutDirection(this.mDrawable); + } + @Override // android.graphics.drawable.Drawable public int getMinimumHeight() { return this.mDrawable.getMinimumHeight(); @@ -149,7 +155,7 @@ public class WrappedDrawableApi14 extends Drawable implements Drawable.Callback, @Override // android.graphics.drawable.Drawable @RequiresApi(19) public boolean isAutoMirrored() { - return this.mDrawable.isAutoMirrored(); + return DrawableCompat.isAutoMirrored(this.mDrawable); } public boolean isCompatTintEnabled() { @@ -195,6 +201,12 @@ public class WrappedDrawableApi14 extends Drawable implements Drawable.Callback, } } + @Override // android.graphics.drawable.Drawable + @RequiresApi(23) + public boolean onLayoutDirectionChanged(int i) { + return DrawableCompat.setLayoutDirection(this.mDrawable, i); + } + @Override // android.graphics.drawable.Drawable public boolean onLevelChange(int i) { return this.mDrawable.setLevel(i); @@ -213,7 +225,7 @@ public class WrappedDrawableApi14 extends Drawable implements Drawable.Callback, @Override // android.graphics.drawable.Drawable @RequiresApi(19) public void setAutoMirrored(boolean z2) { - this.mDrawable.setAutoMirrored(z2); + DrawableCompat.setAutoMirrored(this.mDrawable, z2); } @Override // android.graphics.drawable.Drawable diff --git a/app/src/main/java/androidx/core/internal/view/SupportMenuItem.java b/app/src/main/java/androidx/core/internal/view/SupportMenuItem.java index 2bc8120929..9c4303e9cd 100644 --- a/app/src/main/java/androidx/core/internal/view/SupportMenuItem.java +++ b/app/src/main/java/androidx/core/internal/view/SupportMenuItem.java @@ -59,6 +59,9 @@ public interface SupportMenuItem extends MenuItem { @Override // android.view.MenuItem MenuItem setAlphabeticShortcut(char c2, int i); + @Override // android.view.MenuItem + /* bridge */ /* synthetic */ MenuItem setContentDescription(CharSequence charSequence); + @Override // android.view.MenuItem SupportMenuItem setContentDescription(CharSequence charSequence); @@ -82,6 +85,9 @@ public interface SupportMenuItem extends MenuItem { SupportMenuItem setSupportActionProvider(ActionProvider actionProvider); + @Override // android.view.MenuItem + /* bridge */ /* synthetic */ MenuItem setTooltipText(CharSequence charSequence); + @Override // android.view.MenuItem SupportMenuItem setTooltipText(CharSequence charSequence); } diff --git a/app/src/main/java/androidx/core/location/GnssStatusCompat.java b/app/src/main/java/androidx/core/location/GnssStatusCompat.java new file mode 100644 index 0000000000..5a11c89953 --- /dev/null +++ b/app/src/main/java/androidx/core/location/GnssStatusCompat.java @@ -0,0 +1,95 @@ +package androidx.core.location; + +import android.annotation.SuppressLint; +import android.location.GnssStatus; +import android.location.GpsStatus; +import androidx.annotation.FloatRange; +import androidx.annotation.IntRange; +import androidx.annotation.NonNull; +import androidx.annotation.RequiresApi; +import androidx.annotation.RestrictTo; +import com.google.android.material.shadow.ShadowDrawableWrapper; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +public abstract class GnssStatusCompat { + @SuppressLint({"InlinedApi"}) + public static final int CONSTELLATION_BEIDOU = 5; + @SuppressLint({"InlinedApi"}) + public static final int CONSTELLATION_GALILEO = 6; + @SuppressLint({"InlinedApi"}) + public static final int CONSTELLATION_GLONASS = 3; + @SuppressLint({"InlinedApi"}) + public static final int CONSTELLATION_GPS = 1; + @SuppressLint({"InlinedApi"}) + public static final int CONSTELLATION_IRNSS = 7; + @SuppressLint({"InlinedApi"}) + public static final int CONSTELLATION_QZSS = 4; + @SuppressLint({"InlinedApi"}) + public static final int CONSTELLATION_SBAS = 2; + @SuppressLint({"InlinedApi"}) + public static final int CONSTELLATION_UNKNOWN = 0; + + public static abstract class Callback { + public void onFirstFix(@IntRange(from = 0) int i) { + } + + public void onSatelliteStatusChanged(@NonNull GnssStatusCompat gnssStatusCompat) { + } + + public void onStarted() { + } + + public void onStopped() { + } + } + + @Retention(RetentionPolicy.SOURCE) + @RestrictTo({RestrictTo.Scope.LIBRARY}) + public @interface ConstellationType { + } + + @NonNull + @RequiresApi(24) + public static GnssStatusCompat wrap(@NonNull GnssStatus gnssStatus) { + return new GnssStatusWrapper(gnssStatus); + } + + @NonNull + @SuppressLint({"ReferencesDeprecated"}) + public static GnssStatusCompat wrap(@NonNull GpsStatus gpsStatus) { + return new GpsStatusWrapper(gpsStatus); + } + + @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 360.0d) + public abstract float getAzimuthDegrees(@IntRange(from = 0) int i); + + @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 63.0d) + public abstract float getBasebandCn0DbHz(@IntRange(from = 0) int i); + + @FloatRange(from = ShadowDrawableWrapper.COS_45) + public abstract float getCarrierFrequencyHz(@IntRange(from = 0) int i); + + @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 63.0d) + public abstract float getCn0DbHz(@IntRange(from = 0) int i); + + public abstract int getConstellationType(@IntRange(from = 0) int i); + + @FloatRange(from = -90.0d, to = 90.0d) + public abstract float getElevationDegrees(@IntRange(from = 0) int i); + + @IntRange(from = 0) + public abstract int getSatelliteCount(); + + @IntRange(from = 1, to = 200) + public abstract int getSvid(@IntRange(from = 0) int i); + + public abstract boolean hasAlmanacData(@IntRange(from = 0) int i); + + public abstract boolean hasBasebandCn0DbHz(@IntRange(from = 0) int i); + + public abstract boolean hasCarrierFrequencyHz(@IntRange(from = 0) int i); + + public abstract boolean hasEphemerisData(@IntRange(from = 0) int i); + + public abstract boolean usedInFix(@IntRange(from = 0) int i); +} diff --git a/app/src/main/java/androidx/core/location/GnssStatusWrapper.java b/app/src/main/java/androidx/core/location/GnssStatusWrapper.java new file mode 100644 index 0000000000..f00bc4760d --- /dev/null +++ b/app/src/main/java/androidx/core/location/GnssStatusWrapper.java @@ -0,0 +1,107 @@ +package androidx.core.location; + +import android.location.GnssStatus; +import android.os.Build; +import androidx.annotation.RequiresApi; +import androidx.annotation.RestrictTo; +import androidx.core.util.Preconditions; +@RequiresApi(24) +@RestrictTo({RestrictTo.Scope.LIBRARY}) +public class GnssStatusWrapper extends GnssStatusCompat { + private final GnssStatus mWrapped; + + public GnssStatusWrapper(GnssStatus gnssStatus) { + this.mWrapped = (GnssStatus) Preconditions.checkNotNull(gnssStatus); + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof GnssStatusWrapper)) { + return false; + } + return this.mWrapped.equals(((GnssStatusWrapper) obj).mWrapped); + } + + @Override // androidx.core.location.GnssStatusCompat + public float getAzimuthDegrees(int i) { + return this.mWrapped.getAzimuthDegrees(i); + } + + @Override // androidx.core.location.GnssStatusCompat + public float getBasebandCn0DbHz(int i) { + if (Build.VERSION.SDK_INT >= 30) { + return this.mWrapped.getBasebandCn0DbHz(i); + } + throw new UnsupportedOperationException(); + } + + @Override // androidx.core.location.GnssStatusCompat + public float getCarrierFrequencyHz(int i) { + if (Build.VERSION.SDK_INT >= 26) { + return this.mWrapped.getCarrierFrequencyHz(i); + } + throw new UnsupportedOperationException(); + } + + @Override // androidx.core.location.GnssStatusCompat + public float getCn0DbHz(int i) { + return this.mWrapped.getCn0DbHz(i); + } + + @Override // androidx.core.location.GnssStatusCompat + public int getConstellationType(int i) { + return this.mWrapped.getConstellationType(i); + } + + @Override // androidx.core.location.GnssStatusCompat + public float getElevationDegrees(int i) { + return this.mWrapped.getElevationDegrees(i); + } + + @Override // androidx.core.location.GnssStatusCompat + public int getSatelliteCount() { + return this.mWrapped.getSatelliteCount(); + } + + @Override // androidx.core.location.GnssStatusCompat + public int getSvid(int i) { + return this.mWrapped.getSvid(i); + } + + @Override // androidx.core.location.GnssStatusCompat + public boolean hasAlmanacData(int i) { + return this.mWrapped.hasAlmanacData(i); + } + + @Override // androidx.core.location.GnssStatusCompat + public boolean hasBasebandCn0DbHz(int i) { + if (Build.VERSION.SDK_INT >= 30) { + return this.mWrapped.hasBasebandCn0DbHz(i); + } + return false; + } + + @Override // androidx.core.location.GnssStatusCompat + public boolean hasCarrierFrequencyHz(int i) { + if (Build.VERSION.SDK_INT >= 26) { + return this.mWrapped.hasCarrierFrequencyHz(i); + } + return false; + } + + @Override // androidx.core.location.GnssStatusCompat + public boolean hasEphemerisData(int i) { + return this.mWrapped.hasEphemerisData(i); + } + + public int hashCode() { + return this.mWrapped.hashCode(); + } + + @Override // androidx.core.location.GnssStatusCompat + public boolean usedInFix(int i) { + return this.mWrapped.usedInFix(i); + } +} diff --git a/app/src/main/java/androidx/core/location/GpsStatusWrapper.java b/app/src/main/java/androidx/core/location/GpsStatusWrapper.java new file mode 100644 index 0000000000..4ab40d0caa --- /dev/null +++ b/app/src/main/java/androidx/core/location/GpsStatusWrapper.java @@ -0,0 +1,177 @@ +package androidx.core.location; + +import android.location.GpsSatellite; +import android.location.GpsStatus; +import android.os.Build; +import androidx.annotation.GuardedBy; +import androidx.annotation.RestrictTo; +import androidx.core.util.Preconditions; +import java.util.Iterator; +@RestrictTo({RestrictTo.Scope.LIBRARY}) +public class GpsStatusWrapper extends GnssStatusCompat { + private static final int BEIDOU_PRN_COUNT = 35; + private static final int BEIDOU_PRN_OFFSET = 200; + private static final int GLONASS_PRN_COUNT = 24; + private static final int GLONASS_PRN_OFFSET = 64; + private static final int GPS_PRN_COUNT = 32; + private static final int GPS_PRN_OFFSET = 0; + private static final int QZSS_SVID_MAX = 200; + private static final int QZSS_SVID_MIN = 193; + private static final int SBAS_PRN_MAX = 64; + private static final int SBAS_PRN_MIN = 33; + private static final int SBAS_PRN_OFFSET = -87; + @GuardedBy("mWrapped") + private Iterator mCachedIterator; + @GuardedBy("mWrapped") + private int mCachedIteratorPosition; + @GuardedBy("mWrapped") + private GpsSatellite mCachedSatellite; + @GuardedBy("mWrapped") + private int mCachedSatelliteCount = -1; + private final GpsStatus mWrapped; + + public GpsStatusWrapper(GpsStatus gpsStatus) { + GpsStatus gpsStatus2 = (GpsStatus) Preconditions.checkNotNull(gpsStatus); + this.mWrapped = gpsStatus2; + this.mCachedIterator = gpsStatus2.getSatellites().iterator(); + this.mCachedIteratorPosition = -1; + this.mCachedSatellite = null; + } + + private static int getConstellationFromPrn(int i) { + if (i > 0 && i <= 32) { + return 1; + } + if (i >= 33 && i <= 64) { + return 2; + } + if (i > 64 && i <= 88) { + return 3; + } + if (i <= 200 || i > 235) { + return (i < QZSS_SVID_MIN || i > 200) ? 0 : 4; + } + return 5; + } + + private GpsSatellite getSatellite(int i) { + GpsSatellite gpsSatellite; + synchronized (this.mWrapped) { + if (i < this.mCachedIteratorPosition) { + this.mCachedIterator = this.mWrapped.getSatellites().iterator(); + this.mCachedIteratorPosition = -1; + } + while (true) { + int i2 = this.mCachedIteratorPosition; + if (i2 >= i) { + break; + } + this.mCachedIteratorPosition = i2 + 1; + if (!this.mCachedIterator.hasNext()) { + this.mCachedSatellite = null; + break; + } + this.mCachedSatellite = this.mCachedIterator.next(); + } + gpsSatellite = this.mCachedSatellite; + } + return (GpsSatellite) Preconditions.checkNotNull(gpsSatellite); + } + + private static int getSvidFromPrn(int i) { + int constellationFromPrn = getConstellationFromPrn(i); + return constellationFromPrn != 2 ? constellationFromPrn != 3 ? constellationFromPrn != 5 ? i : i - 200 : i - 64 : i + 87; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof GpsStatusWrapper)) { + return false; + } + return this.mWrapped.equals(((GpsStatusWrapper) obj).mWrapped); + } + + @Override // androidx.core.location.GnssStatusCompat + public float getAzimuthDegrees(int i) { + return getSatellite(i).getAzimuth(); + } + + @Override // androidx.core.location.GnssStatusCompat + public float getBasebandCn0DbHz(int i) { + throw new UnsupportedOperationException(); + } + + @Override // androidx.core.location.GnssStatusCompat + public float getCarrierFrequencyHz(int i) { + throw new UnsupportedOperationException(); + } + + @Override // androidx.core.location.GnssStatusCompat + public float getCn0DbHz(int i) { + return getSatellite(i).getSnr(); + } + + @Override // androidx.core.location.GnssStatusCompat + public int getConstellationType(int i) { + if (Build.VERSION.SDK_INT < 24) { + return 1; + } + return getConstellationFromPrn(getSatellite(i).getPrn()); + } + + @Override // androidx.core.location.GnssStatusCompat + public float getElevationDegrees(int i) { + return getSatellite(i).getElevation(); + } + + @Override // androidx.core.location.GnssStatusCompat + public int getSatelliteCount() { + int i; + synchronized (this.mWrapped) { + if (this.mCachedSatelliteCount == -1) { + for (GpsSatellite gpsSatellite : this.mWrapped.getSatellites()) { + this.mCachedSatelliteCount++; + } + this.mCachedSatelliteCount++; + } + i = this.mCachedSatelliteCount; + } + return i; + } + + @Override // androidx.core.location.GnssStatusCompat + public int getSvid(int i) { + return Build.VERSION.SDK_INT < 24 ? getSatellite(i).getPrn() : getSvidFromPrn(getSatellite(i).getPrn()); + } + + @Override // androidx.core.location.GnssStatusCompat + public boolean hasAlmanacData(int i) { + return getSatellite(i).hasAlmanac(); + } + + @Override // androidx.core.location.GnssStatusCompat + public boolean hasBasebandCn0DbHz(int i) { + return false; + } + + @Override // androidx.core.location.GnssStatusCompat + public boolean hasCarrierFrequencyHz(int i) { + return false; + } + + @Override // androidx.core.location.GnssStatusCompat + public boolean hasEphemerisData(int i) { + return getSatellite(i).hasEphemeris(); + } + + public int hashCode() { + return this.mWrapped.hashCode(); + } + + @Override // androidx.core.location.GnssStatusCompat + public boolean usedInFix(int i) { + return getSatellite(i).usedInFix(); + } +} diff --git a/app/src/main/java/androidx/core/location/LocationCompat.java b/app/src/main/java/androidx/core/location/LocationCompat.java new file mode 100644 index 0000000000..f6ac83630c --- /dev/null +++ b/app/src/main/java/androidx/core/location/LocationCompat.java @@ -0,0 +1,77 @@ +package androidx.core.location; + +import android.location.Location; +import androidx.annotation.DoNotInline; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import java.lang.reflect.InvocationTargetException; +import java.lang.reflect.Method; +import java.util.concurrent.TimeUnit; +public final class LocationCompat { + private static final String EXTRA_IS_MOCK = "mockLocation"; + @Nullable + private static Method sSetIsFromMockProviderMethod; + + @RequiresApi(17) + public static class Api17Impl { + private Api17Impl() { + } + + @DoNotInline + public static long getElapsedRealtimeNanos(Location location) { + return location.getElapsedRealtimeNanos(); + } + } + + @RequiresApi(18) + public static class Api18Impl { + private Api18Impl() { + } + + @DoNotInline + public static boolean isMock(Location location) { + return location.isFromMockProvider(); + } + } + + private LocationCompat() { + } + + public static long getElapsedRealtimeMillis(@NonNull Location location) { + return TimeUnit.NANOSECONDS.toMillis(Api17Impl.getElapsedRealtimeNanos(location)); + } + + public static long getElapsedRealtimeNanos(@NonNull Location location) { + return Api17Impl.getElapsedRealtimeNanos(location); + } + + private static Method getSetIsFromMockProviderMethod() throws NoSuchMethodException { + if (sSetIsFromMockProviderMethod == null) { + Method declaredMethod = Location.class.getDeclaredMethod("setIsFromMockProvider", Boolean.TYPE); + sSetIsFromMockProviderMethod = declaredMethod; + declaredMethod.setAccessible(true); + } + return sSetIsFromMockProviderMethod; + } + + public static boolean isMock(@NonNull Location location) { + return Api18Impl.isMock(location); + } + + public static void setMock(@NonNull Location location, boolean z2) { + try { + getSetIsFromMockProviderMethod().invoke(location, Boolean.valueOf(z2)); + } catch (NoSuchMethodException e) { + NoSuchMethodError noSuchMethodError = new NoSuchMethodError(); + noSuchMethodError.initCause(e); + throw noSuchMethodError; + } catch (IllegalAccessException e2) { + IllegalAccessError illegalAccessError = new IllegalAccessError(); + illegalAccessError.initCause(e2); + throw illegalAccessError; + } catch (InvocationTargetException e3) { + throw new RuntimeException(e3); + } + } +} diff --git a/app/src/main/java/androidx/core/location/LocationKt.java b/app/src/main/java/androidx/core/location/LocationKt.java index a0bf04b9e0..4add48fa29 100644 --- a/app/src/main/java/androidx/core/location/LocationKt.java +++ b/app/src/main/java/androidx/core/location/LocationKt.java @@ -5,12 +5,12 @@ import d0.z.d.m; /* compiled from: Location.kt */ public final class LocationKt { public static final double component1(Location location) { - m.checkParameterIsNotNull(location, "$this$component1"); + m.checkNotNullParameter(location, ""); return location.getLatitude(); } public static final double component2(Location location) { - m.checkParameterIsNotNull(location, "$this$component2"); + m.checkNotNullParameter(location, ""); return location.getLongitude(); } } diff --git a/app/src/main/java/androidx/core/location/LocationManagerCompat.java b/app/src/main/java/androidx/core/location/LocationManagerCompat.java index ae3f1ec555..2be899c06d 100644 --- a/app/src/main/java/androidx/core/location/LocationManagerCompat.java +++ b/app/src/main/java/androidx/core/location/LocationManagerCompat.java @@ -1,13 +1,740 @@ package androidx.core.location; +import android.location.GnssStatus; +import android.location.GpsStatus; +import android.location.Location; +import android.location.LocationListener; import android.location.LocationManager; import android.os.Build; +import android.os.Bundle; +import android.os.Handler; +import android.os.Looper; +import android.os.SystemClock; +import androidx.annotation.DoNotInline; +import androidx.annotation.GuardedBy; import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.annotation.RequiresPermission; +import androidx.collection.SimpleArrayMap; +import androidx.core.location.GnssStatusCompat; +import androidx.core.os.CancellationSignal; +import androidx.core.os.ExecutorCompat; +import androidx.core.util.Consumer; +import androidx.core.util.Preconditions; +import java.lang.reflect.Field; +import java.util.concurrent.Callable; +import java.util.concurrent.ExecutionException; +import java.util.concurrent.Executor; +import java.util.concurrent.FutureTask; +import java.util.concurrent.RejectedExecutionException; +import java.util.concurrent.TimeUnit; +import java.util.concurrent.TimeoutException; public final class LocationManagerCompat { + private static final long GET_CURRENT_LOCATION_TIMEOUT_MS = 30000; + private static final long MAX_CURRENT_LOCATION_AGE_MS = 10000; + private static final long PRE_N_LOOPER_TIMEOUT_S = 5; + private static Field sContextField; + @GuardedBy("sGnssStatusListeners") + private static final SimpleArrayMap sGnssStatusListeners = new SimpleArrayMap<>(); + + /* renamed from: androidx.core.location.LocationManagerCompat$1 reason: invalid class name */ + public class AnonymousClass1 implements Runnable { + public final /* synthetic */ Consumer val$consumer; + public final /* synthetic */ Location val$location; + + public AnonymousClass1(Consumer consumer, Location location) { + this.val$consumer = consumer; + this.val$location = location; + } + + @Override // java.lang.Runnable + public void run() { + this.val$consumer.accept(this.val$location); + } + } + + /* renamed from: androidx.core.location.LocationManagerCompat$2 reason: invalid class name */ + public class AnonymousClass2 implements CancellationSignal.OnCancelListener { + public final /* synthetic */ CancellableLocationListener val$listener; + + public AnonymousClass2(CancellableLocationListener cancellableLocationListener) { + this.val$listener = cancellableLocationListener; + } + + @Override // androidx.core.os.CancellationSignal.OnCancelListener + @RequiresPermission(anyOf = {"android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"}) + public void onCancel() { + this.val$listener.cancel(); + } + } + + /* renamed from: androidx.core.location.LocationManagerCompat$3 reason: invalid class name */ + public class AnonymousClass3 implements Callable { + public final /* synthetic */ LocationManager val$locationManager; + public final /* synthetic */ GpsStatusTransport val$myTransport; + + public AnonymousClass3(LocationManager locationManager, GpsStatusTransport gpsStatusTransport) { + this.val$locationManager = locationManager; + this.val$myTransport = gpsStatusTransport; + } + + @Override // java.util.concurrent.Callable + @RequiresPermission("android.permission.ACCESS_FINE_LOCATION") + public Boolean call() { + return Boolean.valueOf(this.val$locationManager.addGpsStatusListener(this.val$myTransport)); + } + } + + @RequiresApi(28) + public static class Api28Impl { + private Api28Impl() { + } + + @DoNotInline + public static String getGnssHardwareModelName(LocationManager locationManager) { + return locationManager.getGnssHardwareModelName(); + } + + @DoNotInline + public static int getGnssYearOfHardware(LocationManager locationManager) { + return locationManager.getGnssYearOfHardware(); + } + + @DoNotInline + public static boolean isLocationEnabled(LocationManager locationManager) { + return locationManager.isLocationEnabled(); + } + } + + @RequiresApi(30) + public static class Api30Impl { + + /* renamed from: androidx.core.location.LocationManagerCompat$Api30Impl$1 reason: invalid class name */ + public class AnonymousClass1 implements java.util.function.Consumer { + public final /* synthetic */ Consumer val$consumer; + + public AnonymousClass1(Consumer consumer) { + this.val$consumer = consumer; + } + + public void accept(Location location) { + this.val$consumer.accept(location); + } + } + + private Api30Impl() { + } + + @RequiresPermission(anyOf = {"android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"}) + @DoNotInline + public static void getCurrentLocation(LocationManager locationManager, @NonNull String str, @Nullable CancellationSignal cancellationSignal, @NonNull Executor executor, @NonNull Consumer consumer) { + locationManager.getCurrentLocation(str, cancellationSignal != null ? (android.os.CancellationSignal) cancellationSignal.getCancellationSignalObject() : null, executor, new AnonymousClass1(consumer)); + } + } + + public static final class CancellableLocationListener implements LocationListener { + private Consumer mConsumer; + private final Executor mExecutor; + private final LocationManager mLocationManager; + private final Handler mTimeoutHandler = new Handler(Looper.getMainLooper()); + @Nullable + public Runnable mTimeoutRunnable; + @GuardedBy("this") + private boolean mTriggered; + + /* renamed from: androidx.core.location.LocationManagerCompat$CancellableLocationListener$1 reason: invalid class name */ + public class AnonymousClass1 implements Runnable { + public AnonymousClass1() { + } + + @Override // java.lang.Runnable + @RequiresPermission(anyOf = {"android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"}) + public void run() { + CancellableLocationListener cancellableLocationListener = CancellableLocationListener.this; + cancellableLocationListener.mTimeoutRunnable = null; + cancellableLocationListener.onLocationChanged(null); + } + } + + /* renamed from: androidx.core.location.LocationManagerCompat$CancellableLocationListener$2 reason: invalid class name */ + public class AnonymousClass2 implements Runnable { + public final /* synthetic */ Consumer val$consumer; + public final /* synthetic */ Location val$location; + + public AnonymousClass2(Consumer consumer, Location location) { + this.val$consumer = consumer; + this.val$location = location; + } + + @Override // java.lang.Runnable + public void run() { + this.val$consumer.accept(this.val$location); + } + } + + public CancellableLocationListener(LocationManager locationManager, Executor executor, Consumer consumer) { + this.mLocationManager = locationManager; + this.mExecutor = executor; + this.mConsumer = consumer; + } + + @RequiresPermission(anyOf = {"android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"}) + private void cleanup() { + this.mConsumer = null; + this.mLocationManager.removeUpdates(this); + Runnable runnable = this.mTimeoutRunnable; + if (runnable != null) { + this.mTimeoutHandler.removeCallbacks(runnable); + this.mTimeoutRunnable = null; + } + } + + @RequiresPermission(anyOf = {"android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"}) + public void cancel() { + synchronized (this) { + if (!this.mTriggered) { + this.mTriggered = true; + cleanup(); + } + } + } + + @Override // android.location.LocationListener + @RequiresPermission(anyOf = {"android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"}) + public void onLocationChanged(@Nullable Location location) { + synchronized (this) { + if (!this.mTriggered) { + this.mTriggered = true; + this.mExecutor.execute(new AnonymousClass2(this.mConsumer, location)); + cleanup(); + } + } + } + + @Override // android.location.LocationListener + @RequiresPermission(anyOf = {"android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"}) + public void onProviderDisabled(@NonNull String str) { + onLocationChanged(null); + } + + @Override // android.location.LocationListener + public void onProviderEnabled(@NonNull String str) { + } + + @Override // android.location.LocationListener + public void onStatusChanged(String str, int i, Bundle bundle) { + } + + public void startTimeout(long j) { + synchronized (this) { + if (!this.mTriggered) { + AnonymousClass1 r0 = new AnonymousClass1(); + this.mTimeoutRunnable = r0; + this.mTimeoutHandler.postDelayed(r0, j); + } + } + } + } + + @RequiresApi(30) + public static class GnssStatusTransport extends GnssStatus.Callback { + public final GnssStatusCompat.Callback mCallback; + + public GnssStatusTransport(GnssStatusCompat.Callback callback) { + Preconditions.checkArgument(callback != null, "invalid null callback"); + this.mCallback = callback; + } + + @Override // android.location.GnssStatus.Callback + public void onFirstFix(int i) { + this.mCallback.onFirstFix(i); + } + + @Override // android.location.GnssStatus.Callback + public void onSatelliteStatusChanged(GnssStatus gnssStatus) { + this.mCallback.onSatelliteStatusChanged(GnssStatusCompat.wrap(gnssStatus)); + } + + @Override // android.location.GnssStatus.Callback + public void onStarted() { + this.mCallback.onStarted(); + } + + @Override // android.location.GnssStatus.Callback + public void onStopped() { + this.mCallback.onStopped(); + } + } + + public static class GpsStatusTransport implements GpsStatus.Listener { + public final GnssStatusCompat.Callback mCallback; + @Nullable + public volatile Executor mExecutor; + private final LocationManager mLocationManager; + + /* renamed from: androidx.core.location.LocationManagerCompat$GpsStatusTransport$1 reason: invalid class name */ + public class AnonymousClass1 implements Runnable { + public final /* synthetic */ Executor val$executor; + + public AnonymousClass1(Executor executor) { + this.val$executor = executor; + } + + @Override // java.lang.Runnable + public void run() { + if (GpsStatusTransport.this.mExecutor == this.val$executor) { + GpsStatusTransport.this.mCallback.onStarted(); + } + } + } + + /* renamed from: androidx.core.location.LocationManagerCompat$GpsStatusTransport$2 reason: invalid class name */ + public class AnonymousClass2 implements Runnable { + public final /* synthetic */ Executor val$executor; + + public AnonymousClass2(Executor executor) { + this.val$executor = executor; + } + + @Override // java.lang.Runnable + public void run() { + if (GpsStatusTransport.this.mExecutor == this.val$executor) { + GpsStatusTransport.this.mCallback.onStopped(); + } + } + } + + /* renamed from: androidx.core.location.LocationManagerCompat$GpsStatusTransport$3 reason: invalid class name */ + public class AnonymousClass3 implements Runnable { + public final /* synthetic */ Executor val$executor; + public final /* synthetic */ int val$ttff; + + public AnonymousClass3(Executor executor, int i) { + this.val$executor = executor; + this.val$ttff = i; + } + + @Override // java.lang.Runnable + public void run() { + if (GpsStatusTransport.this.mExecutor == this.val$executor) { + GpsStatusTransport.this.mCallback.onFirstFix(this.val$ttff); + } + } + } + + /* renamed from: androidx.core.location.LocationManagerCompat$GpsStatusTransport$4 reason: invalid class name */ + public class AnonymousClass4 implements Runnable { + public final /* synthetic */ Executor val$executor; + public final /* synthetic */ GnssStatusCompat val$gnssStatus; + + public AnonymousClass4(Executor executor, GnssStatusCompat gnssStatusCompat) { + this.val$executor = executor; + this.val$gnssStatus = gnssStatusCompat; + } + + @Override // java.lang.Runnable + public void run() { + if (GpsStatusTransport.this.mExecutor == this.val$executor) { + GpsStatusTransport.this.mCallback.onSatelliteStatusChanged(this.val$gnssStatus); + } + } + } + + public GpsStatusTransport(LocationManager locationManager, GnssStatusCompat.Callback callback) { + Preconditions.checkArgument(callback != null, "invalid null callback"); + this.mLocationManager = locationManager; + this.mCallback = callback; + } + + @Override // android.location.GpsStatus.Listener + @RequiresPermission("android.permission.ACCESS_FINE_LOCATION") + public void onGpsStatusChanged(int i) { + GpsStatus gpsStatus; + Executor executor = this.mExecutor; + if (executor != null) { + if (i == 1) { + executor.execute(new AnonymousClass1(executor)); + } else if (i == 2) { + executor.execute(new AnonymousClass2(executor)); + } else if (i == 3) { + GpsStatus gpsStatus2 = this.mLocationManager.getGpsStatus(null); + if (gpsStatus2 != null) { + executor.execute(new AnonymousClass3(executor, gpsStatus2.getTimeToFirstFix())); + } + } else if (i == 4 && (gpsStatus = this.mLocationManager.getGpsStatus(null)) != null) { + executor.execute(new AnonymousClass4(executor, GnssStatusCompat.wrap(gpsStatus))); + } + } + } + + public void register(Executor executor) { + Preconditions.checkState(this.mExecutor == null); + this.mExecutor = executor; + } + + public void unregister() { + this.mExecutor = null; + } + } + + public static final class InlineHandlerExecutor implements Executor { + private final Handler mHandler; + + public InlineHandlerExecutor(@NonNull Handler handler) { + this.mHandler = (Handler) Preconditions.checkNotNull(handler); + } + + @Override // java.util.concurrent.Executor + public void execute(@NonNull Runnable runnable) { + if (Looper.myLooper() == this.mHandler.getLooper()) { + runnable.run(); + } else if (!this.mHandler.post((Runnable) Preconditions.checkNotNull(runnable))) { + throw new RejectedExecutionException(this.mHandler + " is shutting down"); + } + } + } + + @RequiresApi(24) + public static class PreRGnssStatusTransport extends GnssStatus.Callback { + public final GnssStatusCompat.Callback mCallback; + @Nullable + public volatile Executor mExecutor; + + /* renamed from: androidx.core.location.LocationManagerCompat$PreRGnssStatusTransport$1 reason: invalid class name */ + public class AnonymousClass1 implements Runnable { + public final /* synthetic */ Executor val$executor; + + public AnonymousClass1(Executor executor) { + this.val$executor = executor; + } + + @Override // java.lang.Runnable + public void run() { + if (PreRGnssStatusTransport.this.mExecutor == this.val$executor) { + PreRGnssStatusTransport.this.mCallback.onStarted(); + } + } + } + + /* renamed from: androidx.core.location.LocationManagerCompat$PreRGnssStatusTransport$2 reason: invalid class name */ + public class AnonymousClass2 implements Runnable { + public final /* synthetic */ Executor val$executor; + + public AnonymousClass2(Executor executor) { + this.val$executor = executor; + } + + @Override // java.lang.Runnable + public void run() { + if (PreRGnssStatusTransport.this.mExecutor == this.val$executor) { + PreRGnssStatusTransport.this.mCallback.onStopped(); + } + } + } + + /* renamed from: androidx.core.location.LocationManagerCompat$PreRGnssStatusTransport$3 reason: invalid class name */ + public class AnonymousClass3 implements Runnable { + public final /* synthetic */ Executor val$executor; + public final /* synthetic */ int val$ttffMillis; + + public AnonymousClass3(Executor executor, int i) { + this.val$executor = executor; + this.val$ttffMillis = i; + } + + @Override // java.lang.Runnable + public void run() { + if (PreRGnssStatusTransport.this.mExecutor == this.val$executor) { + PreRGnssStatusTransport.this.mCallback.onFirstFix(this.val$ttffMillis); + } + } + } + + /* renamed from: androidx.core.location.LocationManagerCompat$PreRGnssStatusTransport$4 reason: invalid class name */ + public class AnonymousClass4 implements Runnable { + public final /* synthetic */ Executor val$executor; + public final /* synthetic */ GnssStatus val$status; + + public AnonymousClass4(Executor executor, GnssStatus gnssStatus) { + this.val$executor = executor; + this.val$status = gnssStatus; + } + + @Override // java.lang.Runnable + public void run() { + if (PreRGnssStatusTransport.this.mExecutor == this.val$executor) { + PreRGnssStatusTransport.this.mCallback.onSatelliteStatusChanged(GnssStatusCompat.wrap(this.val$status)); + } + } + } + + public PreRGnssStatusTransport(GnssStatusCompat.Callback callback) { + Preconditions.checkArgument(callback != null, "invalid null callback"); + this.mCallback = callback; + } + + @Override // android.location.GnssStatus.Callback + public void onFirstFix(int i) { + Executor executor = this.mExecutor; + if (executor != null) { + executor.execute(new AnonymousClass3(executor, i)); + } + } + + @Override // android.location.GnssStatus.Callback + public void onSatelliteStatusChanged(GnssStatus gnssStatus) { + Executor executor = this.mExecutor; + if (executor != null) { + executor.execute(new AnonymousClass4(executor, gnssStatus)); + } + } + + @Override // android.location.GnssStatus.Callback + public void onStarted() { + Executor executor = this.mExecutor; + if (executor != null) { + executor.execute(new AnonymousClass1(executor)); + } + } + + @Override // android.location.GnssStatus.Callback + public void onStopped() { + Executor executor = this.mExecutor; + if (executor != null) { + executor.execute(new AnonymousClass2(executor)); + } + } + + public void register(Executor executor) { + boolean z2 = true; + Preconditions.checkArgument(executor != null, "invalid null executor"); + if (this.mExecutor != null) { + z2 = false; + } + Preconditions.checkState(z2); + this.mExecutor = executor; + } + + public void unregister() { + this.mExecutor = null; + } + } + private LocationManagerCompat() { } + @RequiresPermission(anyOf = {"android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"}) + public static void getCurrentLocation(@NonNull LocationManager locationManager, @NonNull String str, @Nullable CancellationSignal cancellationSignal, @NonNull Executor executor, @NonNull Consumer consumer) { + if (Build.VERSION.SDK_INT >= 30) { + Api30Impl.getCurrentLocation(locationManager, str, cancellationSignal, executor, consumer); + return; + } + if (cancellationSignal != null) { + cancellationSignal.throwIfCanceled(); + } + Location lastKnownLocation = locationManager.getLastKnownLocation(str); + if (lastKnownLocation == null || SystemClock.elapsedRealtime() - LocationCompat.getElapsedRealtimeMillis(lastKnownLocation) >= 10000) { + CancellableLocationListener cancellableLocationListener = new CancellableLocationListener(locationManager, executor, consumer); + locationManager.requestLocationUpdates(str, 0, 0.0f, cancellableLocationListener, Looper.getMainLooper()); + if (cancellationSignal != null) { + cancellationSignal.setOnCancelListener(new AnonymousClass2(cancellableLocationListener)); + } + cancellableLocationListener.startTimeout(30000); + return; + } + executor.execute(new AnonymousClass1(consumer, lastKnownLocation)); + } + + @Nullable + public static String getGnssHardwareModelName(@NonNull LocationManager locationManager) { + if (Build.VERSION.SDK_INT >= 28) { + return Api28Impl.getGnssHardwareModelName(locationManager); + } + return null; + } + + public static int getGnssYearOfHardware(@NonNull LocationManager locationManager) { + if (Build.VERSION.SDK_INT >= 28) { + return Api28Impl.getGnssYearOfHardware(locationManager); + } + return 0; + } + public static boolean isLocationEnabled(@NonNull LocationManager locationManager) { - return Build.VERSION.SDK_INT >= 28 ? locationManager.isLocationEnabled() : locationManager.isProviderEnabled("network") || locationManager.isProviderEnabled("gps"); + return Build.VERSION.SDK_INT >= 28 ? Api28Impl.isLocationEnabled(locationManager) : locationManager.isProviderEnabled("network") || locationManager.isProviderEnabled("gps"); + } + + /* JADX WARNING: Removed duplicated region for block: B:103:0x0129 */ + /* JADX WARNING: Removed duplicated region for block: B:93:0x010a A[Catch:{ ExecutionException -> 0x0100, TimeoutException -> 0x00e7, all -> 0x00e4, all -> 0x0126 }] */ + /* JADX WARNING: Removed duplicated region for block: B:99:0x011f A[Catch:{ ExecutionException -> 0x0100, TimeoutException -> 0x00e7, all -> 0x00e4, all -> 0x0126 }] */ + @RequiresPermission("android.permission.ACCESS_FINE_LOCATION") + private static boolean registerGnssStatusCallback(LocationManager locationManager, Handler handler, Executor executor, GnssStatusCompat.Callback callback) { + Throwable th; + ExecutionException e; + TimeoutException e2; + int i = Build.VERSION.SDK_INT; + boolean z2 = true; + if (i >= 30) { + SimpleArrayMap simpleArrayMap = sGnssStatusListeners; + synchronized (simpleArrayMap) { + GnssStatus.Callback callback2 = (GnssStatusTransport) simpleArrayMap.get(callback); + if (callback2 == null) { + callback2 = new GnssStatusTransport(callback); + } + if (!locationManager.registerGnssStatusCallback(executor, callback2)) { + return false; + } + simpleArrayMap.put(callback, callback2); + return true; + } + } else if (i >= 24) { + Preconditions.checkArgument(handler != null); + SimpleArrayMap simpleArrayMap2 = sGnssStatusListeners; + synchronized (simpleArrayMap2) { + PreRGnssStatusTransport preRGnssStatusTransport = (PreRGnssStatusTransport) simpleArrayMap2.get(callback); + if (preRGnssStatusTransport == null) { + preRGnssStatusTransport = new PreRGnssStatusTransport(callback); + } else { + preRGnssStatusTransport.unregister(); + } + preRGnssStatusTransport.register(executor); + if (!locationManager.registerGnssStatusCallback(preRGnssStatusTransport, handler)) { + return false; + } + simpleArrayMap2.put(callback, preRGnssStatusTransport); + return true; + } + } else { + Preconditions.checkArgument(handler != null); + SimpleArrayMap simpleArrayMap3 = sGnssStatusListeners; + synchronized (simpleArrayMap3) { + GpsStatusTransport gpsStatusTransport = (GpsStatusTransport) simpleArrayMap3.get(callback); + if (gpsStatusTransport == null) { + gpsStatusTransport = new GpsStatusTransport(locationManager, callback); + } else { + gpsStatusTransport.unregister(); + } + gpsStatusTransport.register(executor); + FutureTask futureTask = new FutureTask(new AnonymousClass3(locationManager, gpsStatusTransport)); + if (Looper.myLooper() == handler.getLooper()) { + futureTask.run(); + } else if (!handler.post(futureTask)) { + throw new IllegalStateException(handler + " is shutting down"); + } + try { + long nanos = TimeUnit.SECONDS.toNanos(PRE_N_LOOPER_TIMEOUT_S); + boolean z3 = false; + while (true) { + try { + break; + } catch (InterruptedException unused) { + try { + nanos = (System.nanoTime() + nanos) - System.nanoTime(); + z3 = true; + } catch (ExecutionException e3) { + e = e3; + if (e.getCause() instanceof RuntimeException) { + } + } catch (TimeoutException e4) { + e2 = e4; + throw new IllegalStateException(handler + " appears to be blocked, please run registerGnssStatusCallback() directly on a Looper thread or ensure the main Looper is not blocked by this thread", e2); + } + } catch (ExecutionException e5) { + e = e5; + if (e.getCause() instanceof RuntimeException) { + } + } catch (TimeoutException e6) { + e2 = e6; + z2 = z3; + throw new IllegalStateException(handler + " appears to be blocked, please run registerGnssStatusCallback() directly on a Looper thread or ensure the main Looper is not blocked by this thread", e2); + } catch (Throwable th2) { + th = th2; + z2 = z3; + if (z2) { + } + throw th; + } + } + if (((Boolean) futureTask.get(nanos, TimeUnit.NANOSECONDS)).booleanValue()) { + sGnssStatusListeners.put(callback, gpsStatusTransport); + if (z3) { + Thread.currentThread().interrupt(); + } + return true; + } + if (z3) { + Thread.currentThread().interrupt(); + } + return false; + } catch (ExecutionException e7) { + e = e7; + if (e.getCause() instanceof RuntimeException) { + throw ((RuntimeException) e.getCause()); + } else if (e.getCause() instanceof Error) { + throw ((Error) e.getCause()); + } else { + throw new IllegalStateException(e); + } + } catch (TimeoutException e8) { + e2 = e8; + z2 = false; + throw new IllegalStateException(handler + " appears to be blocked, please run registerGnssStatusCallback() directly on a Looper thread or ensure the main Looper is not blocked by this thread", e2); + } catch (Throwable th3) { + th = th3; + if (z2) { + } + throw th; + } + } + } + } + + @RequiresPermission("android.permission.ACCESS_FINE_LOCATION") + public static boolean registerGnssStatusCallback(@NonNull LocationManager locationManager, @NonNull GnssStatusCompat.Callback callback, @NonNull Handler handler) { + return Build.VERSION.SDK_INT >= 30 ? registerGnssStatusCallback(locationManager, ExecutorCompat.create(handler), callback) : registerGnssStatusCallback(locationManager, new InlineHandlerExecutor(handler), callback); + } + + @RequiresPermission("android.permission.ACCESS_FINE_LOCATION") + public static boolean registerGnssStatusCallback(@NonNull LocationManager locationManager, @NonNull Executor executor, @NonNull GnssStatusCompat.Callback callback) { + if (Build.VERSION.SDK_INT >= 30) { + return registerGnssStatusCallback(locationManager, null, executor, callback); + } + Looper myLooper = Looper.myLooper(); + if (myLooper == null) { + myLooper = Looper.getMainLooper(); + } + return registerGnssStatusCallback(locationManager, new Handler(myLooper), executor, callback); + } + + public static void unregisterGnssStatusCallback(@NonNull LocationManager locationManager, @NonNull GnssStatusCompat.Callback callback) { + int i = Build.VERSION.SDK_INT; + if (i >= 30) { + SimpleArrayMap simpleArrayMap = sGnssStatusListeners; + synchronized (simpleArrayMap) { + GnssStatus.Callback callback2 = (GnssStatusTransport) simpleArrayMap.remove(callback); + if (callback2 != null) { + locationManager.unregisterGnssStatusCallback(callback2); + } + } + } else if (i >= 24) { + SimpleArrayMap simpleArrayMap2 = sGnssStatusListeners; + synchronized (simpleArrayMap2) { + PreRGnssStatusTransport preRGnssStatusTransport = (PreRGnssStatusTransport) simpleArrayMap2.remove(callback); + if (preRGnssStatusTransport != null) { + preRGnssStatusTransport.unregister(); + locationManager.unregisterGnssStatusCallback(preRGnssStatusTransport); + } + } + } else { + SimpleArrayMap simpleArrayMap3 = sGnssStatusListeners; + synchronized (simpleArrayMap3) { + GpsStatusTransport gpsStatusTransport = (GpsStatusTransport) simpleArrayMap3.remove(callback); + if (gpsStatusTransport != null) { + gpsStatusTransport.unregister(); + locationManager.removeGpsStatusListener(gpsStatusTransport); + } + } + } } } diff --git a/app/src/main/java/androidx/core/net/MailTo.java b/app/src/main/java/androidx/core/net/MailTo.java new file mode 100644 index 0000000000..69d8df8639 --- /dev/null +++ b/app/src/main/java/androidx/core/net/MailTo.java @@ -0,0 +1,116 @@ +package androidx.core.net; + +import android.net.Uri; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.core.util.Preconditions; +import c.d.b.a.a; +import java.util.HashMap; +import java.util.Locale; +import java.util.Map; +public final class MailTo { + private static final String BCC = "bcc"; + private static final String BODY = "body"; + private static final String CC = "cc"; + private static final String MAILTO = "mailto"; + public static final String MAILTO_SCHEME = "mailto:"; + private static final String SUBJECT = "subject"; + private static final String TO = "to"; + private HashMap mHeaders = new HashMap<>(); + + private MailTo() { + } + + public static boolean isMailTo(@Nullable Uri uri) { + return uri != null && MAILTO.equals(uri.getScheme()); + } + + public static boolean isMailTo(@Nullable String str) { + return str != null && str.startsWith(MAILTO_SCHEME); + } + + @NonNull + public static MailTo parse(@NonNull Uri uri) throws ParseException { + return parse(uri.toString()); + } + + @NonNull + public static MailTo parse(@NonNull String str) throws ParseException { + String str2; + String str3; + Preconditions.checkNotNull(str); + if (isMailTo(str)) { + int indexOf = str.indexOf(35); + if (indexOf != -1) { + str = str.substring(0, indexOf); + } + int indexOf2 = str.indexOf(63); + if (indexOf2 == -1) { + str3 = Uri.decode(str.substring(7)); + str2 = null; + } else { + str3 = Uri.decode(str.substring(7, indexOf2)); + str2 = str.substring(indexOf2 + 1); + } + MailTo mailTo = new MailTo(); + if (str2 != null) { + for (String str4 : str2.split("&")) { + String[] split = str4.split("=", 2); + if (split.length != 0) { + mailTo.mHeaders.put(Uri.decode(split[0]).toLowerCase(Locale.ROOT), split.length > 1 ? Uri.decode(split[1]) : null); + } + } + } + String to = mailTo.getTo(); + if (to != null) { + str3 = a.v(str3, ", ", to); + } + mailTo.mHeaders.put(TO, str3); + return mailTo; + } + throw new ParseException("Not a mailto scheme"); + } + + @Nullable + public String getBcc() { + return this.mHeaders.get(BCC); + } + + @Nullable + public String getBody() { + return this.mHeaders.get(BODY); + } + + @Nullable + public String getCc() { + return this.mHeaders.get(CC); + } + + @Nullable + public Map getHeaders() { + return this.mHeaders; + } + + @Nullable + public String getSubject() { + return this.mHeaders.get(SUBJECT); + } + + @Nullable + public String getTo() { + return this.mHeaders.get(TO); + } + + @NonNull + public String toString() { + StringBuilder sb = new StringBuilder(MAILTO_SCHEME); + sb.append('?'); + for (Map.Entry entry : this.mHeaders.entrySet()) { + sb.append(Uri.encode(entry.getKey())); + sb.append('='); + sb.append(Uri.encode(entry.getValue())); + sb.append('&'); + } + return sb.toString(); + } +} diff --git a/app/src/main/java/androidx/core/net/ParseException.java b/app/src/main/java/androidx/core/net/ParseException.java new file mode 100644 index 0000000000..3b3bec81e4 --- /dev/null +++ b/app/src/main/java/androidx/core/net/ParseException.java @@ -0,0 +1,12 @@ +package androidx.core.net; + +import androidx.annotation.NonNull; +public class ParseException extends RuntimeException { + @NonNull + public final String response; + + public ParseException(@NonNull String str) { + super(str); + this.response = str; + } +} diff --git a/app/src/main/java/androidx/core/net/UriKt.java b/app/src/main/java/androidx/core/net/UriKt.java index fe72ca7c8e..efcf1c0b96 100644 --- a/app/src/main/java/androidx/core/net/UriKt.java +++ b/app/src/main/java/androidx/core/net/UriKt.java @@ -6,28 +6,28 @@ import java.io.File; /* compiled from: Uri.kt */ public final class UriKt { public static final File toFile(Uri uri) { - m.checkParameterIsNotNull(uri, "$this$toFile"); + m.checkNotNullParameter(uri, ""); if (m.areEqual(uri.getScheme(), "file")) { String path = uri.getPath(); if (path != null) { return new File(path); } - throw new IllegalArgumentException(("Uri path is null: " + uri).toString()); + throw new IllegalArgumentException(m.stringPlus("Uri path is null: ", uri).toString()); } - throw new IllegalArgumentException(("Uri lacks 'file' scheme: " + uri).toString()); + throw new IllegalArgumentException(m.stringPlus("Uri lacks 'file' scheme: ", uri).toString()); } public static final Uri toUri(File file) { - m.checkParameterIsNotNull(file, "$this$toUri"); + m.checkNotNullParameter(file, ""); Uri fromFile = Uri.fromFile(file); - m.checkExpressionValueIsNotNull(fromFile, "Uri.fromFile(this)"); + m.checkNotNullExpressionValue(fromFile, "fromFile(this)"); return fromFile; } public static final Uri toUri(String str) { - m.checkParameterIsNotNull(str, "$this$toUri"); + m.checkNotNullParameter(str, ""); Uri parse = Uri.parse(str); - m.checkExpressionValueIsNotNull(parse, "Uri.parse(this)"); + m.checkNotNullExpressionValue(parse, "parse(this)"); return parse; } } diff --git a/app/src/main/java/androidx/core/os/BuildCompat.java b/app/src/main/java/androidx/core/os/BuildCompat.java index c43eed39d0..b79fe14ff4 100644 --- a/app/src/main/java/androidx/core/os/BuildCompat.java +++ b/app/src/main/java/androidx/core/os/BuildCompat.java @@ -1,41 +1,75 @@ package androidx.core.os; import android.os.Build; +import androidx.annotation.ChecksSdkIntAtLeast; +import androidx.annotation.NonNull; +import androidx.annotation.RequiresOptIn; +import androidx.annotation.RestrictTo; +import androidx.exifinterface.media.ExifInterface; public class BuildCompat { + + @RequiresOptIn + public @interface PrereleaseSdkCheck { + } + private BuildCompat() { } + @ChecksSdkIntAtLeast(api = 24) @Deprecated public static boolean isAtLeastN() { return Build.VERSION.SDK_INT >= 24; } + @ChecksSdkIntAtLeast(api = 25) @Deprecated public static boolean isAtLeastNMR1() { return Build.VERSION.SDK_INT >= 25; } + @ChecksSdkIntAtLeast(api = 26) @Deprecated public static boolean isAtLeastO() { return Build.VERSION.SDK_INT >= 26; } + @ChecksSdkIntAtLeast(api = 27) @Deprecated public static boolean isAtLeastOMR1() { return Build.VERSION.SDK_INT >= 27; } + @ChecksSdkIntAtLeast(api = 28) @Deprecated public static boolean isAtLeastP() { return Build.VERSION.SDK_INT >= 28; } + @RestrictTo({RestrictTo.Scope.TESTS}) + public static boolean isAtLeastPreReleaseCodename(@NonNull String str, @NonNull String str2) { + return !"REL".equals(str2) && str2.compareTo(str) >= 0; + } + + @ChecksSdkIntAtLeast(api = 29) @Deprecated public static boolean isAtLeastQ() { return Build.VERSION.SDK_INT >= 29; } + @ChecksSdkIntAtLeast(api = 30) + @Deprecated public static boolean isAtLeastR() { - return Build.VERSION.SDK_INT >= 30 || Build.VERSION.CODENAME.equals("R"); + return Build.VERSION.SDK_INT >= 30; + } + + @ChecksSdkIntAtLeast(api = 31, codename = ExifInterface.LATITUDE_SOUTH) + public static boolean isAtLeastS() { + return Build.VERSION.SDK_INT >= 31 || isAtLeastPreReleaseCodename(ExifInterface.LATITUDE_SOUTH, Build.VERSION.CODENAME); + } + + @ChecksSdkIntAtLeast(codename = ExifInterface.GPS_DIRECTION_TRUE) + @PrereleaseSdkCheck + public static boolean isAtLeastT() { + return isAtLeastPreReleaseCodename(ExifInterface.GPS_DIRECTION_TRUE, Build.VERSION.CODENAME); } } diff --git a/app/src/main/java/androidx/core/os/BundleKt.java b/app/src/main/java/androidx/core/os/BundleKt.java index b32b470fcf..20e9d40159 100644 --- a/app/src/main/java/androidx/core/os/BundleKt.java +++ b/app/src/main/java/androidx/core/os/BundleKt.java @@ -11,9 +11,13 @@ import kotlin.Pair; /* compiled from: Bundle.kt */ public final class BundleKt { public static final Bundle bundleOf(Pair... pairArr) { - m.checkParameterIsNotNull(pairArr, "pairs"); + m.checkNotNullParameter(pairArr, "pairs"); Bundle bundle = new Bundle(pairArr.length); - for (Pair pair : pairArr) { + int length = pairArr.length; + int i = 0; + while (i < length) { + Pair pair = pairArr[i]; + i++; String component1 = pair.component1(); Object component2 = pair.component2(); if (component2 == null) { @@ -58,10 +62,7 @@ public final class BundleKt { bundle.putShortArray(component1, (short[]) component2); } else if (component2 instanceof Object[]) { Class componentType = component2.getClass().getComponentType(); - if (componentType == null) { - m.throwNpe(); - } - m.checkExpressionValueIsNotNull(componentType, "value::class.java.componentType!!"); + m.checkNotNull(componentType); if (Parcelable.class.isAssignableFrom(componentType)) { bundle.putParcelableArray(component1, (Parcelable[]) component2); } else if (String.class.isAssignableFrom(componentType)) { @@ -71,7 +72,8 @@ public final class BundleKt { } else if (Serializable.class.isAssignableFrom(componentType)) { bundle.putSerializable(component1, (Serializable) component2); } else { - throw new IllegalArgumentException("Illegal value array type " + componentType.getCanonicalName() + " for key \"" + component1 + '\"'); + String canonicalName = componentType.getCanonicalName(); + throw new IllegalArgumentException("Illegal value array type " + ((Object) canonicalName) + " for key \"" + component1 + '\"'); } } else if (component2 instanceof Serializable) { bundle.putSerializable(component1, (Serializable) component2); @@ -82,7 +84,8 @@ public final class BundleKt { } else if (component2 instanceof SizeF) { bundle.putSizeF(component1, (SizeF) component2); } else { - throw new IllegalArgumentException("Illegal value type " + component2.getClass().getCanonicalName() + " for key \"" + component1 + '\"'); + String canonicalName2 = component2.getClass().getCanonicalName(); + throw new IllegalArgumentException("Illegal value type " + ((Object) canonicalName2) + " for key \"" + component1 + '\"'); } } return bundle; diff --git a/app/src/main/java/androidx/core/os/ExecutorCompat.java b/app/src/main/java/androidx/core/os/ExecutorCompat.java new file mode 100644 index 0000000000..7c6503c1d8 --- /dev/null +++ b/app/src/main/java/androidx/core/os/ExecutorCompat.java @@ -0,0 +1,32 @@ +package androidx.core.os; + +import android.os.Handler; +import androidx.annotation.NonNull; +import androidx.core.util.Preconditions; +import java.util.concurrent.Executor; +import java.util.concurrent.RejectedExecutionException; +public final class ExecutorCompat { + + public static class HandlerExecutor implements Executor { + private final Handler mHandler; + + public HandlerExecutor(@NonNull Handler handler) { + this.mHandler = (Handler) Preconditions.checkNotNull(handler); + } + + @Override // java.util.concurrent.Executor + public void execute(@NonNull Runnable runnable) { + if (!this.mHandler.post((Runnable) Preconditions.checkNotNull(runnable))) { + throw new RejectedExecutionException(this.mHandler + " is shutting down"); + } + } + } + + private ExecutorCompat() { + } + + @NonNull + public static Executor create(@NonNull Handler handler) { + return new HandlerExecutor(handler); + } +} diff --git a/app/src/main/java/androidx/core/os/HandlerCompat.java b/app/src/main/java/androidx/core/os/HandlerCompat.java index 543c760eda..e60273a7b1 100644 --- a/app/src/main/java/androidx/core/os/HandlerCompat.java +++ b/app/src/main/java/androidx/core/os/HandlerCompat.java @@ -7,25 +7,54 @@ import android.os.Message; import android.util.Log; import androidx.annotation.NonNull; import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; import java.lang.reflect.InvocationTargetException; public final class HandlerCompat { private static final String TAG = "HandlerCompat"; + @RequiresApi(28) + public static class Api28Impl { + private Api28Impl() { + } + + public static Handler createAsync(Looper looper) { + return Handler.createAsync(looper); + } + + public static Handler createAsync(Looper looper, Handler.Callback callback) { + return Handler.createAsync(looper, callback); + } + + public static boolean postDelayed(Handler handler, Runnable runnable, Object obj, long j) { + return handler.postDelayed(runnable, obj, j); + } + } + + @RequiresApi(29) + public static class Api29Impl { + private Api29Impl() { + } + + public static boolean hasCallbacks(Handler handler, Runnable runnable) { + return handler.hasCallbacks(runnable); + } + } + private HandlerCompat() { } @NonNull public static Handler createAsync(@NonNull Looper looper) { if (Build.VERSION.SDK_INT >= 28) { - return Handler.createAsync(looper); + return Api28Impl.createAsync(looper); } try { return (Handler) Handler.class.getDeclaredConstructor(Looper.class, Handler.Callback.class, Boolean.TYPE).newInstance(looper, null, Boolean.TRUE); - } catch (IllegalAccessException | InstantiationException | NoSuchMethodException unused) { - Log.v(TAG, "Unable to invoke Handler(Looper, Callback, boolean) constructor"); + } catch (IllegalAccessException | InstantiationException | NoSuchMethodException e) { + Log.w(TAG, "Unable to invoke Handler(Looper, Callback, boolean) constructor", e); return new Handler(looper); - } catch (InvocationTargetException e) { - Throwable cause = e.getCause(); + } catch (InvocationTargetException e2) { + Throwable cause = e2.getCause(); if (cause instanceof RuntimeException) { throw ((RuntimeException) cause); } else if (cause instanceof Error) { @@ -39,15 +68,15 @@ public final class HandlerCompat { @NonNull public static Handler createAsync(@NonNull Looper looper, @NonNull Handler.Callback callback) { if (Build.VERSION.SDK_INT >= 28) { - return Handler.createAsync(looper, callback); + return Api28Impl.createAsync(looper, callback); } try { return (Handler) Handler.class.getDeclaredConstructor(Looper.class, Handler.Callback.class, Boolean.TYPE).newInstance(looper, callback, Boolean.TRUE); - } catch (IllegalAccessException | InstantiationException | NoSuchMethodException unused) { - Log.v(TAG, "Unable to invoke Handler(Looper, Callback, boolean) constructor"); + } catch (IllegalAccessException | InstantiationException | NoSuchMethodException e) { + Log.w(TAG, "Unable to invoke Handler(Looper, Callback, boolean) constructor", e); return new Handler(looper, callback); - } catch (InvocationTargetException e) { - Throwable cause = e.getCause(); + } catch (InvocationTargetException e2) { + Throwable cause = e2.getCause(); if (cause instanceof RuntimeException) { throw ((RuntimeException) cause); } else if (cause instanceof Error) { @@ -58,9 +87,30 @@ public final class HandlerCompat { } } + @RequiresApi(16) + public static boolean hasCallbacks(@NonNull Handler handler, @NonNull Runnable runnable) { + if (Build.VERSION.SDK_INT >= 29) { + return Api29Impl.hasCallbacks(handler, runnable); + } + try { + return ((Boolean) Handler.class.getMethod("hasCallbacks", Runnable.class).invoke(handler, runnable)).booleanValue(); + } catch (InvocationTargetException e) { + Throwable cause = e.getCause(); + if (cause instanceof RuntimeException) { + throw ((RuntimeException) cause); + } else if (cause instanceof Error) { + throw ((Error) cause); + } else { + throw new RuntimeException(cause); + } + } catch (IllegalAccessException | NoSuchMethodException | NullPointerException e2) { + throw new UnsupportedOperationException("Failed to call Handler.hasCallbacks(), but there is no safe failure mode for this method. Raising exception.", e2); + } + } + public static boolean postDelayed(@NonNull Handler handler, @NonNull Runnable runnable, @Nullable Object obj, long j) { if (Build.VERSION.SDK_INT >= 28) { - return handler.postDelayed(runnable, obj, j); + return Api28Impl.postDelayed(handler, runnable, obj, j); } Message obtain = Message.obtain(handler, runnable); obtain.obj = obj; diff --git a/app/src/main/java/androidx/core/os/HandlerKt$postAtTime$runnable$1.java b/app/src/main/java/androidx/core/os/HandlerKt$postAtTime$runnable$1.java index f43ec9a838..d7d6edede4 100644 --- a/app/src/main/java/androidx/core/os/HandlerKt$postAtTime$runnable$1.java +++ b/app/src/main/java/androidx/core/os/HandlerKt$postAtTime$runnable$1.java @@ -1,11 +1,12 @@ package androidx.core.os; +import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: Handler.kt */ public final class HandlerKt$postAtTime$runnable$1 implements Runnable { - public final /* synthetic */ Function0 $action; + public final /* synthetic */ Function0 $action; - public HandlerKt$postAtTime$runnable$1(Function0 function0) { + public HandlerKt$postAtTime$runnable$1(Function0 function0) { this.$action = function0; } diff --git a/app/src/main/java/androidx/core/os/HandlerKt$postDelayed$runnable$1.java b/app/src/main/java/androidx/core/os/HandlerKt$postDelayed$runnable$1.java index 0d2d2b0224..75497d52e3 100644 --- a/app/src/main/java/androidx/core/os/HandlerKt$postDelayed$runnable$1.java +++ b/app/src/main/java/androidx/core/os/HandlerKt$postDelayed$runnable$1.java @@ -1,11 +1,12 @@ package androidx.core.os; +import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: Handler.kt */ public final class HandlerKt$postDelayed$runnable$1 implements Runnable { - public final /* synthetic */ Function0 $action; + public final /* synthetic */ Function0 $action; - public HandlerKt$postDelayed$runnable$1(Function0 function0) { + public HandlerKt$postDelayed$runnable$1(Function0 function0) { this.$action = function0; } diff --git a/app/src/main/java/androidx/core/os/HandlerKt.java b/app/src/main/java/androidx/core/os/HandlerKt.java index 27cd1cb166..6801c69faa 100644 --- a/app/src/main/java/androidx/core/os/HandlerKt.java +++ b/app/src/main/java/androidx/core/os/HandlerKt.java @@ -7,8 +7,8 @@ import kotlin.jvm.functions.Function0; /* compiled from: Handler.kt */ public final class HandlerKt { public static final Runnable postAtTime(Handler handler, long j, Object obj, Function0 function0) { - m.checkParameterIsNotNull(handler, "$this$postAtTime"); - m.checkParameterIsNotNull(function0, "action"); + m.checkNotNullParameter(handler, ""); + m.checkNotNullParameter(function0, "action"); HandlerKt$postAtTime$runnable$1 handlerKt$postAtTime$runnable$1 = new HandlerKt$postAtTime$runnable$1(function0); handler.postAtTime(handlerKt$postAtTime$runnable$1, obj, j); return handlerKt$postAtTime$runnable$1; @@ -18,16 +18,16 @@ public final class HandlerKt { if ((i & 2) != 0) { obj = null; } - m.checkParameterIsNotNull(handler, "$this$postAtTime"); - m.checkParameterIsNotNull(function0, "action"); + m.checkNotNullParameter(handler, ""); + m.checkNotNullParameter(function0, "action"); HandlerKt$postAtTime$runnable$1 handlerKt$postAtTime$runnable$1 = new HandlerKt$postAtTime$runnable$1(function0); handler.postAtTime(handlerKt$postAtTime$runnable$1, obj, j); return handlerKt$postAtTime$runnable$1; } public static final Runnable postDelayed(Handler handler, long j, Object obj, Function0 function0) { - m.checkParameterIsNotNull(handler, "$this$postDelayed"); - m.checkParameterIsNotNull(function0, "action"); + m.checkNotNullParameter(handler, ""); + m.checkNotNullParameter(function0, "action"); HandlerKt$postDelayed$runnable$1 handlerKt$postDelayed$runnable$1 = new HandlerKt$postDelayed$runnable$1(function0); if (obj == null) { handler.postDelayed(handlerKt$postDelayed$runnable$1, j); @@ -41,8 +41,8 @@ public final class HandlerKt { if ((i & 2) != 0) { obj = null; } - m.checkParameterIsNotNull(handler, "$this$postDelayed"); - m.checkParameterIsNotNull(function0, "action"); + m.checkNotNullParameter(handler, ""); + m.checkNotNullParameter(function0, "action"); HandlerKt$postDelayed$runnable$1 handlerKt$postDelayed$runnable$1 = new HandlerKt$postDelayed$runnable$1(function0); if (obj == null) { handler.postDelayed(handlerKt$postDelayed$runnable$1, j); diff --git a/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java b/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java index 3aa6ee20e2..8f3a851b05 100644 --- a/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java +++ b/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java @@ -5,6 +5,7 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.VisibleForTesting; import c.d.b.a.a; +import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.HashSet; @@ -24,26 +25,26 @@ public final class LocaleListCompatWrapper implements LocaleListInterface { this.mStringRepresentation = ""; return; } - Locale[] localeArr2 = new Locale[localeArr.length]; + ArrayList arrayList = new ArrayList(); HashSet hashSet = new HashSet(); StringBuilder sb = new StringBuilder(); for (int i = 0; i < localeArr.length; i++) { Locale locale = localeArr[i]; - if (locale == null) { - throw new NullPointerException(a.n("list[", i, "] is null")); - } else if (!hashSet.contains(locale)) { - Locale locale2 = (Locale) locale.clone(); - localeArr2[i] = locale2; - toLanguageTag(sb, locale2); - if (i < localeArr.length - 1) { - sb.append(','); + if (locale != null) { + if (!hashSet.contains(locale)) { + Locale locale2 = (Locale) locale.clone(); + arrayList.add(locale2); + toLanguageTag(sb, locale2); + if (i < localeArr.length - 1) { + sb.append(','); + } + hashSet.add(locale2); } - hashSet.add(locale2); } else { - throw new IllegalArgumentException(a.n("list[", i, "] is a repetition")); + throw new NullPointerException(a.n("list[", i, "] is null")); } } - this.mList = localeArr2; + this.mList = (Locale[]) arrayList.toArray(new Locale[arrayList.size()]); this.mStringRepresentation = sb.toString(); } diff --git a/app/src/main/java/androidx/core/os/OperationCanceledException.java b/app/src/main/java/androidx/core/os/OperationCanceledException.java index a1608cd89a..6024416645 100644 --- a/app/src/main/java/androidx/core/os/OperationCanceledException.java +++ b/app/src/main/java/androidx/core/os/OperationCanceledException.java @@ -1,13 +1,13 @@ package androidx.core.os; import androidx.annotation.Nullable; +import androidx.core.util.ObjectsCompat; public class OperationCanceledException extends RuntimeException { public OperationCanceledException() { this(null); } - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public OperationCanceledException(@Nullable String str) { - super(str == null ? "The operation has been canceled." : str); + super(ObjectsCompat.toString(str, "The operation has been canceled.")); } } diff --git a/app/src/main/java/androidx/core/os/PersistableBundleKt.java b/app/src/main/java/androidx/core/os/PersistableBundleKt.java index 0425c5a282..ad3ba489f2 100644 --- a/app/src/main/java/androidx/core/os/PersistableBundleKt.java +++ b/app/src/main/java/androidx/core/os/PersistableBundleKt.java @@ -9,9 +9,13 @@ import kotlin.Pair; public final class PersistableBundleKt { @RequiresApi(21) public static final PersistableBundle persistableBundleOf(Pair... pairArr) { - m.checkParameterIsNotNull(pairArr, "pairs"); + m.checkNotNullParameter(pairArr, "pairs"); PersistableBundle persistableBundle = new PersistableBundle(pairArr.length); - for (Pair pair : pairArr) { + int length = pairArr.length; + int i = 0; + while (i < length) { + Pair pair = pairArr[i]; + i++; String component1 = pair.component1(); Object component2 = pair.component2(); if (component2 == null) { @@ -44,17 +48,16 @@ public final class PersistableBundleKt { persistableBundle.putLongArray(component1, (long[]) component2); } else if (component2 instanceof Object[]) { Class componentType = component2.getClass().getComponentType(); - if (componentType == null) { - m.throwNpe(); - } - m.checkExpressionValueIsNotNull(componentType, "value::class.java.componentType!!"); + m.checkNotNull(componentType); if (String.class.isAssignableFrom(componentType)) { persistableBundle.putStringArray(component1, (String[]) component2); } else { - throw new IllegalArgumentException("Illegal value array type " + componentType.getCanonicalName() + " for key \"" + component1 + '\"'); + String canonicalName = componentType.getCanonicalName(); + throw new IllegalArgumentException("Illegal value array type " + ((Object) canonicalName) + " for key \"" + component1 + '\"'); } } else { - throw new IllegalArgumentException("Illegal value type " + component2.getClass().getCanonicalName() + " for key \"" + component1 + '\"'); + String canonicalName2 = component2.getClass().getCanonicalName(); + throw new IllegalArgumentException("Illegal value type " + ((Object) canonicalName2) + " for key \"" + component1 + '\"'); } } return persistableBundle; diff --git a/app/src/main/java/androidx/core/os/ProcessCompat.java b/app/src/main/java/androidx/core/os/ProcessCompat.java new file mode 100644 index 0000000000..7c1bb8d548 --- /dev/null +++ b/app/src/main/java/androidx/core/os/ProcessCompat.java @@ -0,0 +1,89 @@ +package androidx.core.os; + +import android.annotation.SuppressLint; +import android.os.Build; +import android.os.Process; +import android.os.UserHandle; +import androidx.annotation.RequiresApi; +import java.lang.reflect.Method; +public final class ProcessCompat { + + @RequiresApi(16) + public static class Api16Impl { + private static Method sMethodUserIdIsAppMethod; + private static boolean sResolved; + private static final Object sResolvedLock = new Object(); + + private Api16Impl() { + } + + @SuppressLint({"PrivateApi"}) + public static boolean isApplicationUid(int i) { + try { + synchronized (sResolvedLock) { + if (!sResolved) { + sResolved = true; + sMethodUserIdIsAppMethod = Class.forName("android.os.UserId").getDeclaredMethod("isApp", Integer.TYPE); + } + } + Method method = sMethodUserIdIsAppMethod; + if (method != null) { + Boolean bool = (Boolean) method.invoke(null, Integer.valueOf(i)); + if (bool != null) { + return bool.booleanValue(); + } + throw new NullPointerException(); + } + } catch (Exception e) { + e.printStackTrace(); + } + return true; + } + } + + @RequiresApi(17) + public static class Api17Impl { + private static Method sMethodUserHandleIsAppMethod; + private static boolean sResolved; + private static final Object sResolvedLock = new Object(); + + private Api17Impl() { + } + + @SuppressLint({"DiscouragedPrivateApi"}) + public static boolean isApplicationUid(int i) { + try { + synchronized (sResolvedLock) { + if (!sResolved) { + sResolved = true; + sMethodUserHandleIsAppMethod = UserHandle.class.getDeclaredMethod("isApp", Integer.TYPE); + } + } + Method method = sMethodUserHandleIsAppMethod; + if (method != null && ((Boolean) method.invoke(null, Integer.valueOf(i))) == null) { + throw new NullPointerException(); + } + } catch (Exception e) { + e.printStackTrace(); + } + return true; + } + } + + @RequiresApi(24) + public static class Api24Impl { + private Api24Impl() { + } + + public static boolean isApplicationUid(int i) { + return Process.isApplicationUid(i); + } + } + + private ProcessCompat() { + } + + public static boolean isApplicationUid(int i) { + return Build.VERSION.SDK_INT >= 24 ? Api24Impl.isApplicationUid(i) : Api17Impl.isApplicationUid(i); + } +} diff --git a/app/src/main/java/androidx/core/os/TraceCompat.java b/app/src/main/java/androidx/core/os/TraceCompat.java index e61f71dd3b..ac6af6a698 100644 --- a/app/src/main/java/androidx/core/os/TraceCompat.java +++ b/app/src/main/java/androidx/core/os/TraceCompat.java @@ -5,6 +5,7 @@ import android.os.Trace; import android.util.Log; import androidx.annotation.NonNull; import java.lang.reflect.Method; +@Deprecated public final class TraceCompat { private static final String TAG = "TraceCompat"; private static Method sAsyncTraceBeginMethod; diff --git a/app/src/main/java/androidx/core/os/TraceKt.java b/app/src/main/java/androidx/core/os/TraceKt.java index 5155acff37..1d05dc6d1a 100644 --- a/app/src/main/java/androidx/core/os/TraceKt.java +++ b/app/src/main/java/androidx/core/os/TraceKt.java @@ -6,8 +6,8 @@ import kotlin.jvm.functions.Function0; /* compiled from: Trace.kt */ public final class TraceKt { public static final T trace(String str, Function0 function0) { - m.checkParameterIsNotNull(str, "sectionName"); - m.checkParameterIsNotNull(function0, "block"); + m.checkNotNullParameter(str, "sectionName"); + m.checkNotNullParameter(function0, "block"); TraceCompat.beginSection(str); int i = 1; try { diff --git a/app/src/main/java/androidx/core/os/UserHandleCompat.java b/app/src/main/java/androidx/core/os/UserHandleCompat.java new file mode 100644 index 0000000000..ab78ad4852 --- /dev/null +++ b/app/src/main/java/androidx/core/os/UserHandleCompat.java @@ -0,0 +1,73 @@ +package androidx.core.os; + +import android.os.Build; +import android.os.UserHandle; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import java.lang.reflect.Constructor; +import java.lang.reflect.InvocationTargetException; +import java.lang.reflect.Method; +@RequiresApi(17) +public class UserHandleCompat { + @Nullable + private static Method sGetUserIdMethod; + @Nullable + private static Constructor sUserHandleConstructor; + + @RequiresApi(24) + public static class Api24Impl { + private Api24Impl() { + } + + @NonNull + public static UserHandle getUserHandleForUid(int i) { + return UserHandle.getUserHandleForUid(i); + } + } + + private UserHandleCompat() { + } + + private static Method getGetUserIdMethod() throws NoSuchMethodException { + if (sGetUserIdMethod == null) { + Method declaredMethod = UserHandle.class.getDeclaredMethod("getUserId", Integer.TYPE); + sGetUserIdMethod = declaredMethod; + declaredMethod.setAccessible(true); + } + return sGetUserIdMethod; + } + + private static Constructor getUserHandleConstructor() throws NoSuchMethodException { + if (sUserHandleConstructor == null) { + Constructor declaredConstructor = UserHandle.class.getDeclaredConstructor(Integer.TYPE); + sUserHandleConstructor = declaredConstructor; + declaredConstructor.setAccessible(true); + } + return sUserHandleConstructor; + } + + @NonNull + public static UserHandle getUserHandleForUid(int i) { + if (Build.VERSION.SDK_INT >= 24) { + return Api24Impl.getUserHandleForUid(i); + } + try { + return getUserHandleConstructor().newInstance((Integer) getGetUserIdMethod().invoke(null, Integer.valueOf(i))); + } catch (NoSuchMethodException e) { + NoSuchMethodError noSuchMethodError = new NoSuchMethodError(); + noSuchMethodError.initCause(e); + throw noSuchMethodError; + } catch (IllegalAccessException e2) { + IllegalAccessError illegalAccessError = new IllegalAccessError(); + illegalAccessError.initCause(e2); + throw illegalAccessError; + } catch (InstantiationException e3) { + InstantiationError instantiationError = new InstantiationError(); + instantiationError.initCause(e3); + throw instantiationError; + } catch (InvocationTargetException e4) { + throw new RuntimeException(e4); + } + } +} diff --git a/app/src/main/java/androidx/core/provider/CallbackWithHandler.java b/app/src/main/java/androidx/core/provider/CallbackWithHandler.java new file mode 100644 index 0000000000..e77ea008a9 --- /dev/null +++ b/app/src/main/java/androidx/core/provider/CallbackWithHandler.java @@ -0,0 +1,71 @@ +package androidx.core.provider; + +import android.graphics.Typeface; +import android.os.Handler; +import androidx.annotation.NonNull; +import androidx.core.provider.FontRequestWorker; +import androidx.core.provider.FontsContractCompat; +public class CallbackWithHandler { + @NonNull + private final FontsContractCompat.FontRequestCallback mCallback; + @NonNull + private final Handler mCallbackHandler; + + /* renamed from: androidx.core.provider.CallbackWithHandler$1 reason: invalid class name */ + public class AnonymousClass1 implements Runnable { + public final /* synthetic */ FontsContractCompat.FontRequestCallback val$callback; + public final /* synthetic */ Typeface val$typeface; + + public AnonymousClass1(FontsContractCompat.FontRequestCallback fontRequestCallback, Typeface typeface) { + this.val$callback = fontRequestCallback; + this.val$typeface = typeface; + } + + @Override // java.lang.Runnable + public void run() { + this.val$callback.onTypefaceRetrieved(this.val$typeface); + } + } + + /* renamed from: androidx.core.provider.CallbackWithHandler$2 reason: invalid class name */ + public class AnonymousClass2 implements Runnable { + public final /* synthetic */ FontsContractCompat.FontRequestCallback val$callback; + public final /* synthetic */ int val$reason; + + public AnonymousClass2(FontsContractCompat.FontRequestCallback fontRequestCallback, int i) { + this.val$callback = fontRequestCallback; + this.val$reason = i; + } + + @Override // java.lang.Runnable + public void run() { + this.val$callback.onTypefaceRequestFailed(this.val$reason); + } + } + + public CallbackWithHandler(@NonNull FontsContractCompat.FontRequestCallback fontRequestCallback) { + this.mCallback = fontRequestCallback; + this.mCallbackHandler = CalleeHandler.create(); + } + + public CallbackWithHandler(@NonNull FontsContractCompat.FontRequestCallback fontRequestCallback, @NonNull Handler handler) { + this.mCallback = fontRequestCallback; + this.mCallbackHandler = handler; + } + + private void onTypefaceRequestFailed(int i) { + this.mCallbackHandler.post(new AnonymousClass2(this.mCallback, i)); + } + + private void onTypefaceRetrieved(@NonNull Typeface typeface) { + this.mCallbackHandler.post(new AnonymousClass1(this.mCallback, typeface)); + } + + public void onTypefaceResult(@NonNull FontRequestWorker.TypefaceResult typefaceResult) { + if (typefaceResult.isSuccess()) { + onTypefaceRetrieved(typefaceResult.mTypeface); + } else { + onTypefaceRequestFailed(typefaceResult.mResult); + } + } +} diff --git a/app/src/main/java/androidx/core/provider/CalleeHandler.java b/app/src/main/java/androidx/core/provider/CalleeHandler.java new file mode 100644 index 0000000000..d3f615b58a --- /dev/null +++ b/app/src/main/java/androidx/core/provider/CalleeHandler.java @@ -0,0 +1,14 @@ +package androidx.core.provider; + +import android.os.Handler; +import android.os.Looper; +import androidx.annotation.NonNull; +public class CalleeHandler { + private CalleeHandler() { + } + + @NonNull + public static Handler create() { + return Looper.myLooper() == null ? new Handler(Looper.getMainLooper()) : new Handler(); + } +} diff --git a/app/src/main/java/androidx/core/provider/FontProvider.java b/app/src/main/java/androidx/core/provider/FontProvider.java new file mode 100644 index 0000000000..f9e2847ec0 --- /dev/null +++ b/app/src/main/java/androidx/core/provider/FontProvider.java @@ -0,0 +1,156 @@ +package androidx.core.provider; + +import android.content.ContentUris; +import android.content.Context; +import android.content.pm.PackageManager; +import android.content.pm.ProviderInfo; +import android.content.pm.Signature; +import android.content.res.Resources; +import android.database.Cursor; +import android.net.Uri; +import android.os.CancellationSignal; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.VisibleForTesting; +import androidx.core.content.res.FontResourcesParserCompat; +import androidx.core.provider.FontsContractCompat; +import c.d.b.a.a; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.Comparator; +import java.util.List; +public class FontProvider { + private static final Comparator sByteArrayComparator = new AnonymousClass1(); + + /* renamed from: androidx.core.provider.FontProvider$1 reason: invalid class name */ + public class AnonymousClass1 implements Comparator { + public int compare(byte[] bArr, byte[] bArr2) { + int i; + int i2; + if (bArr.length != bArr2.length) { + i2 = bArr.length; + i = bArr2.length; + } else { + for (int i3 = 0; i3 < bArr.length; i3++) { + if (bArr[i3] != bArr2[i3]) { + i2 = bArr[i3]; + i = bArr2[i3]; + } + } + return 0; + } + return (i2 == 1 ? 1 : 0) - (i == 1 ? 1 : 0); + } + } + + private FontProvider() { + } + + private static List convertToByteArrayList(Signature[] signatureArr) { + ArrayList arrayList = new ArrayList(); + for (Signature signature : signatureArr) { + arrayList.add(signature.toByteArray()); + } + return arrayList; + } + + private static boolean equalsByteArrayList(List list, List list2) { + if (list.size() != list2.size()) { + return false; + } + for (int i = 0; i < list.size(); i++) { + if (!Arrays.equals(list.get(i), list2.get(i))) { + return false; + } + } + return true; + } + + private static List> getCertificates(FontRequest fontRequest, Resources resources) { + return fontRequest.getCertificates() != null ? fontRequest.getCertificates() : FontResourcesParserCompat.readCerts(resources, fontRequest.getCertificatesArrayResId()); + } + + @NonNull + public static FontsContractCompat.FontFamilyResult getFontFamilyResult(@NonNull Context context, @NonNull FontRequest fontRequest, @Nullable CancellationSignal cancellationSignal) throws PackageManager.NameNotFoundException { + ProviderInfo provider = getProvider(context.getPackageManager(), fontRequest, context.getResources()); + return provider == null ? FontsContractCompat.FontFamilyResult.create(1, null) : FontsContractCompat.FontFamilyResult.create(0, query(context, fontRequest, provider.authority, cancellationSignal)); + } + + @Nullable + @VisibleForTesting + public static ProviderInfo getProvider(@NonNull PackageManager packageManager, @NonNull FontRequest fontRequest, @Nullable Resources resources) throws PackageManager.NameNotFoundException { + String providerAuthority = fontRequest.getProviderAuthority(); + ProviderInfo resolveContentProvider = packageManager.resolveContentProvider(providerAuthority, 0); + if (resolveContentProvider == null) { + 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); + List> certificates = getCertificates(fontRequest, resources); + for (int i = 0; i < certificates.size(); i++) { + ArrayList arrayList = new ArrayList(certificates.get(i)); + Collections.sort(arrayList, sByteArrayComparator); + if (equalsByteArrayList(convertToByteArrayList, arrayList)) { + return resolveContentProvider; + } + } + return null; + } else { + StringBuilder V = a.V("Found content provider ", providerAuthority, ", but package was not "); + V.append(fontRequest.getProviderPackage()); + throw new PackageManager.NameNotFoundException(V.toString()); + } + } + + @NonNull + @VisibleForTesting + public static FontsContractCompat.FontInfo[] query(Context context, FontRequest fontRequest, String str, CancellationSignal cancellationSignal) { + int i; + Uri uri; + boolean z2; + int i2; + ArrayList arrayList = new ArrayList(); + Uri build = new Uri.Builder().scheme("content").authority(str).build(); + Uri build2 = new Uri.Builder().scheme("content").authority(str).appendPath("file").build(); + Cursor cursor = null; + try { + cursor = context.getContentResolver().query(build, new String[]{"_id", FontsContractCompat.Columns.FILE_ID, FontsContractCompat.Columns.TTC_INDEX, FontsContractCompat.Columns.VARIATION_SETTINGS, FontsContractCompat.Columns.WEIGHT, FontsContractCompat.Columns.ITALIC, FontsContractCompat.Columns.RESULT_CODE}, "query = ?", new String[]{fontRequest.getQuery()}, null, cancellationSignal); + if (cursor != null && cursor.getCount() > 0) { + int columnIndex = cursor.getColumnIndex(FontsContractCompat.Columns.RESULT_CODE); + ArrayList arrayList2 = new ArrayList(); + int columnIndex2 = cursor.getColumnIndex("_id"); + int columnIndex3 = cursor.getColumnIndex(FontsContractCompat.Columns.FILE_ID); + int columnIndex4 = cursor.getColumnIndex(FontsContractCompat.Columns.TTC_INDEX); + int columnIndex5 = cursor.getColumnIndex(FontsContractCompat.Columns.WEIGHT); + int columnIndex6 = cursor.getColumnIndex(FontsContractCompat.Columns.ITALIC); + while (cursor.moveToNext()) { + int i3 = columnIndex != -1 ? cursor.getInt(columnIndex) : 0; + int i4 = columnIndex4 != -1 ? cursor.getInt(columnIndex4) : 0; + if (columnIndex3 == -1) { + i = i3; + uri = ContentUris.withAppendedId(build, cursor.getLong(columnIndex2)); + } else { + i = i3; + uri = ContentUris.withAppendedId(build2, cursor.getLong(columnIndex3)); + } + int i5 = columnIndex5 != -1 ? cursor.getInt(columnIndex5) : 400; + if (columnIndex6 == -1 || cursor.getInt(columnIndex6) != 1) { + i2 = i; + z2 = false; + } else { + i2 = i; + z2 = true; + } + arrayList2.add(FontsContractCompat.FontInfo.create(uri, i4, i5, z2, i2)); + } + arrayList = arrayList2; + } + return (FontsContractCompat.FontInfo[]) arrayList.toArray(new FontsContractCompat.FontInfo[0]); + } finally { + if (cursor != null) { + cursor.close(); + } + } + } +} diff --git a/app/src/main/java/androidx/core/provider/FontRequest.java b/app/src/main/java/androidx/core/provider/FontRequest.java index 4c96544b0f..1b170e8b4c 100644 --- a/app/src/main/java/androidx/core/provider/FontRequest.java +++ b/app/src/main/java/androidx/core/provider/FontRequest.java @@ -17,28 +17,26 @@ public final class FontRequest { private final String mQuery; public FontRequest(@NonNull String str, @NonNull String str2, @NonNull String str3, @ArrayRes int i) { - String str4 = (String) Preconditions.checkNotNull(str); - this.mProviderAuthority = str4; - String str5 = (String) Preconditions.checkNotNull(str2); - this.mProviderPackage = str5; - String str6 = (String) Preconditions.checkNotNull(str3); - this.mQuery = str6; + this.mProviderAuthority = (String) Preconditions.checkNotNull(str); + this.mProviderPackage = (String) Preconditions.checkNotNull(str2); + this.mQuery = (String) Preconditions.checkNotNull(str3); this.mCertificates = null; Preconditions.checkArgument(i != 0); this.mCertificatesArray = i; - this.mIdentifier = str4 + "-" + str5 + "-" + str6; + this.mIdentifier = createIdentifier(str, str2, str3); } public FontRequest(@NonNull String str, @NonNull String str2, @NonNull String str3, @NonNull List> list) { - String str4 = (String) Preconditions.checkNotNull(str); - this.mProviderAuthority = str4; - String str5 = (String) Preconditions.checkNotNull(str2); - this.mProviderPackage = str5; - String str6 = (String) Preconditions.checkNotNull(str3); - this.mQuery = str6; + this.mProviderAuthority = (String) Preconditions.checkNotNull(str); + this.mProviderPackage = (String) Preconditions.checkNotNull(str2); + this.mQuery = (String) Preconditions.checkNotNull(str3); this.mCertificates = (List) Preconditions.checkNotNull(list); this.mCertificatesArray = 0; - this.mIdentifier = str4 + "-" + str5 + "-" + str6; + this.mIdentifier = createIdentifier(str, str2, str3); + } + + private String createIdentifier(@NonNull String str, @NonNull String str2, @NonNull String str3) { + return str + "-" + str2 + "-" + str3; } @Nullable @@ -51,7 +49,14 @@ public final class FontRequest { return this.mCertificatesArray; } + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY}) + public String getId() { + return this.mIdentifier; + } + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + @Deprecated public String getIdentifier() { return this.mIdentifier; } diff --git a/app/src/main/java/androidx/core/provider/FontRequestWorker.java b/app/src/main/java/androidx/core/provider/FontRequestWorker.java new file mode 100644 index 0000000000..0c087edb0b --- /dev/null +++ b/app/src/main/java/androidx/core/provider/FontRequestWorker.java @@ -0,0 +1,231 @@ +package androidx.core.provider; + +import android.annotation.SuppressLint; +import android.content.Context; +import android.content.pm.PackageManager; +import android.graphics.Typeface; +import androidx.annotation.GuardedBy; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.collection.LruCache; +import androidx.collection.SimpleArrayMap; +import androidx.core.graphics.TypefaceCompat; +import androidx.core.provider.FontsContractCompat; +import androidx.core.util.Consumer; +import java.util.ArrayList; +import java.util.concurrent.Callable; +import java.util.concurrent.Executor; +import java.util.concurrent.ExecutorService; +public class FontRequestWorker { + private static final ExecutorService DEFAULT_EXECUTOR_SERVICE = RequestExecutor.createDefaultExecutor("fonts-androidx", 10, 10000); + public static final Object LOCK = new Object(); + @GuardedBy("LOCK") + public static final SimpleArrayMap>> PENDING_REPLIES = new SimpleArrayMap<>(); + public static final LruCache sTypefaceCache = new LruCache<>(16); + + /* renamed from: androidx.core.provider.FontRequestWorker$1 reason: invalid class name */ + public class AnonymousClass1 implements Callable { + public final /* synthetic */ Context val$context; + public final /* synthetic */ String val$id; + public final /* synthetic */ FontRequest val$request; + public final /* synthetic */ int val$style; + + public AnonymousClass1(String str, Context context, FontRequest fontRequest, int i) { + this.val$id = str; + this.val$context = context; + this.val$request = fontRequest; + this.val$style = i; + } + + @Override // java.util.concurrent.Callable + public TypefaceResult call() { + return FontRequestWorker.getFontSync(this.val$id, this.val$context, this.val$request, this.val$style); + } + } + + /* renamed from: androidx.core.provider.FontRequestWorker$2 reason: invalid class name */ + public class AnonymousClass2 implements Consumer { + public final /* synthetic */ CallbackWithHandler val$callback; + + public AnonymousClass2(CallbackWithHandler callbackWithHandler) { + this.val$callback = callbackWithHandler; + } + + public void accept(TypefaceResult typefaceResult) { + this.val$callback.onTypefaceResult(typefaceResult); + } + } + + /* renamed from: androidx.core.provider.FontRequestWorker$3 reason: invalid class name */ + public class AnonymousClass3 implements Callable { + public final /* synthetic */ Context val$context; + public final /* synthetic */ String val$id; + public final /* synthetic */ FontRequest val$request; + public final /* synthetic */ int val$style; + + public AnonymousClass3(String str, Context context, FontRequest fontRequest, int i) { + this.val$id = str; + this.val$context = context; + this.val$request = fontRequest; + this.val$style = i; + } + + @Override // java.util.concurrent.Callable + public TypefaceResult call() { + return FontRequestWorker.getFontSync(this.val$id, this.val$context, this.val$request, this.val$style); + } + } + + /* renamed from: androidx.core.provider.FontRequestWorker$4 reason: invalid class name */ + public class AnonymousClass4 implements Consumer { + public final /* synthetic */ String val$id; + + public AnonymousClass4(String str) { + this.val$id = str; + } + + public void accept(TypefaceResult typefaceResult) { + ArrayList> arrayList; + synchronized (FontRequestWorker.LOCK) { + SimpleArrayMap>> simpleArrayMap = FontRequestWorker.PENDING_REPLIES; + arrayList = simpleArrayMap.get(this.val$id); + if (arrayList != null) { + simpleArrayMap.remove(this.val$id); + } else { + return; + } + } + for (int i = 0; i < arrayList.size(); i++) { + arrayList.get(i).accept(typefaceResult); + } + } + } + + public static final class TypefaceResult { + public final int mResult; + public final Typeface mTypeface; + + public TypefaceResult(int i) { + this.mTypeface = null; + this.mResult = i; + } + + @SuppressLint({"WrongConstant"}) + public TypefaceResult(@NonNull Typeface typeface) { + this.mTypeface = typeface; + this.mResult = 0; + } + + @SuppressLint({"WrongConstant"}) + public boolean isSuccess() { + return this.mResult == 0; + } + } + + private FontRequestWorker() { + } + + private static String createCacheId(@NonNull FontRequest fontRequest, int i) { + return fontRequest.getId() + "-" + i; + } + + @SuppressLint({"WrongConstant"}) + private static int getFontFamilyResultStatus(@NonNull FontsContractCompat.FontFamilyResult fontFamilyResult) { + int i = 1; + if (fontFamilyResult.getStatusCode() != 0) { + return fontFamilyResult.getStatusCode() != 1 ? -3 : -2; + } + FontsContractCompat.FontInfo[] fonts = fontFamilyResult.getFonts(); + if (!(fonts == null || fonts.length == 0)) { + i = 0; + for (FontsContractCompat.FontInfo fontInfo : fonts) { + int resultCode = fontInfo.getResultCode(); + if (resultCode != 0) { + if (resultCode < 0) { + return -3; + } else { + return resultCode; + } + } + } + } + return i; + } + + @NonNull + public static TypefaceResult getFontSync(@NonNull String str, @NonNull Context context, @NonNull FontRequest fontRequest, int i) { + LruCache lruCache = sTypefaceCache; + Typeface typeface = lruCache.get(str); + if (typeface != null) { + return new TypefaceResult(typeface); + } + try { + FontsContractCompat.FontFamilyResult fontFamilyResult = FontProvider.getFontFamilyResult(context, fontRequest, null); + int fontFamilyResultStatus = getFontFamilyResultStatus(fontFamilyResult); + if (fontFamilyResultStatus != 0) { + return new TypefaceResult(fontFamilyResultStatus); + } + Typeface createFromFontInfo = TypefaceCompat.createFromFontInfo(context, null, fontFamilyResult.getFonts(), i); + if (createFromFontInfo == null) { + return new TypefaceResult(-3); + } + lruCache.put(str, createFromFontInfo); + return new TypefaceResult(createFromFontInfo); + } catch (PackageManager.NameNotFoundException unused) { + return new TypefaceResult(-1); + } + } + + public static Typeface requestFontAsync(@NonNull Context context, @NonNull FontRequest fontRequest, int i, @Nullable Executor executor, @NonNull CallbackWithHandler callbackWithHandler) { + String createCacheId = createCacheId(fontRequest, i); + Typeface typeface = sTypefaceCache.get(createCacheId); + if (typeface != null) { + callbackWithHandler.onTypefaceResult(new TypefaceResult(typeface)); + return typeface; + } + AnonymousClass2 r1 = new AnonymousClass2(callbackWithHandler); + synchronized (LOCK) { + SimpleArrayMap>> simpleArrayMap = PENDING_REPLIES; + ArrayList> arrayList = simpleArrayMap.get(createCacheId); + if (arrayList != null) { + arrayList.add(r1); + return null; + } + ArrayList> arrayList2 = new ArrayList<>(); + arrayList2.add(r1); + simpleArrayMap.put(createCacheId, arrayList2); + } + AnonymousClass3 r9 = new AnonymousClass3(createCacheId, context, fontRequest, i); + if (executor == null) { + executor = DEFAULT_EXECUTOR_SERVICE; + } + RequestExecutor.execute(executor, r9, new AnonymousClass4(createCacheId)); + return null; + } + + public static Typeface requestFontSync(@NonNull Context context, @NonNull FontRequest fontRequest, @NonNull CallbackWithHandler callbackWithHandler, int i, int i2) { + String createCacheId = createCacheId(fontRequest, i); + Typeface typeface = sTypefaceCache.get(createCacheId); + if (typeface != null) { + callbackWithHandler.onTypefaceResult(new TypefaceResult(typeface)); + return typeface; + } else if (i2 == -1) { + TypefaceResult fontSync = getFontSync(createCacheId, context, fontRequest, i); + callbackWithHandler.onTypefaceResult(fontSync); + return fontSync.mTypeface; + } else { + try { + TypefaceResult typefaceResult = (TypefaceResult) RequestExecutor.submit(DEFAULT_EXECUTOR_SERVICE, new AnonymousClass1(createCacheId, context, fontRequest, i), i2); + callbackWithHandler.onTypefaceResult(typefaceResult); + return typefaceResult.mTypeface; + } catch (InterruptedException unused) { + callbackWithHandler.onTypefaceResult(new TypefaceResult(-3)); + return null; + } + } + } + + public static void resetTypefaceCache() { + sTypefaceCache.evictAll(); + } +} diff --git a/app/src/main/java/androidx/core/provider/FontsContractCompat.java b/app/src/main/java/androidx/core/provider/FontsContractCompat.java index 858149e365..6d09b7706f 100644 --- a/app/src/main/java/androidx/core/provider/FontsContractCompat.java +++ b/app/src/main/java/androidx/core/provider/FontsContractCompat.java @@ -1,317 +1,39 @@ package androidx.core.provider; -import android.content.ContentUris; import android.content.Context; import android.content.pm.PackageManager; import android.content.pm.ProviderInfo; -import android.content.pm.Signature; import android.content.res.Resources; -import android.database.Cursor; import android.graphics.Typeface; import android.net.Uri; import android.os.CancellationSignal; import android.os.Handler; import android.provider.BaseColumns; -import androidx.annotation.GuardedBy; import androidx.annotation.IntRange; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RequiresApi; import androidx.annotation.RestrictTo; import androidx.annotation.VisibleForTesting; -import androidx.collection.LruCache; -import androidx.collection.SimpleArrayMap; -import androidx.core.content.res.FontResourcesParserCompat; import androidx.core.content.res.ResourcesCompat; import androidx.core.graphics.TypefaceCompat; import androidx.core.graphics.TypefaceCompatUtil; -import androidx.core.provider.SelfDestructiveThread; import androidx.core.util.Preconditions; -import c.d.b.a.a; import com.discord.stores.StoreConnectivity; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.nio.ByteBuffer; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.Comparator; -import java.util.HashMap; -import java.util.List; import java.util.Map; -import java.util.concurrent.Callable; public class FontsContractCompat { - private static final int BACKGROUND_THREAD_KEEP_ALIVE_DURATION_MS = 10000; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + @Deprecated public static final String PARCEL_FONT_RESULTS = "font_results"; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + @Deprecated public static final int RESULT_CODE_PROVIDER_NOT_FOUND = -1; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + @Deprecated public static final int RESULT_CODE_WRONG_CERTIFICATES = -2; - private static final SelfDestructiveThread sBackgroundThread = new SelfDestructiveThread("fonts", 10, BACKGROUND_THREAD_KEEP_ALIVE_DURATION_MS); - private static final Comparator sByteArrayComparator = new AnonymousClass5(); - public static final Object sLock = new Object(); - @GuardedBy("sLock") - public static final SimpleArrayMap>> sPendingReplies = new SimpleArrayMap<>(); - public static final LruCache sTypefaceCache = new LruCache<>(16); - - /* renamed from: androidx.core.provider.FontsContractCompat$1 reason: invalid class name */ - public class AnonymousClass1 implements Callable { - public final /* synthetic */ Context val$context; - public final /* synthetic */ String val$id; - public final /* synthetic */ FontRequest val$request; - public final /* synthetic */ int val$style; - - public AnonymousClass1(Context context, FontRequest fontRequest, int i, String str) { - this.val$context = context; - this.val$request = fontRequest; - this.val$style = i; - this.val$id = str; - } - - @Override // java.util.concurrent.Callable - public TypefaceResult call() throws Exception { - TypefaceResult fontInternal = FontsContractCompat.getFontInternal(this.val$context, this.val$request, this.val$style); - Typeface typeface = fontInternal.mTypeface; - if (typeface != null) { - FontsContractCompat.sTypefaceCache.put(this.val$id, typeface); - } - return fontInternal; - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$2 reason: invalid class name */ - public class AnonymousClass2 implements SelfDestructiveThread.ReplyCallback { - public final /* synthetic */ ResourcesCompat.FontCallback val$fontCallback; - public final /* synthetic */ Handler val$handler; - - public AnonymousClass2(ResourcesCompat.FontCallback fontCallback, Handler handler) { - this.val$fontCallback = fontCallback; - this.val$handler = handler; - } - - public void onReply(TypefaceResult typefaceResult) { - if (typefaceResult == null) { - this.val$fontCallback.callbackFailAsync(1, this.val$handler); - return; - } - int i = typefaceResult.mResult; - if (i == 0) { - this.val$fontCallback.callbackSuccessAsync(typefaceResult.mTypeface, this.val$handler); - } else { - this.val$fontCallback.callbackFailAsync(i, this.val$handler); - } - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$3 reason: invalid class name */ - public class AnonymousClass3 implements SelfDestructiveThread.ReplyCallback { - public final /* synthetic */ String val$id; - - public AnonymousClass3(String str) { - this.val$id = str; - } - - public void onReply(TypefaceResult typefaceResult) { - ArrayList> arrayList; - synchronized (FontsContractCompat.sLock) { - SimpleArrayMap>> simpleArrayMap = FontsContractCompat.sPendingReplies; - arrayList = simpleArrayMap.get(this.val$id); - if (arrayList != null) { - simpleArrayMap.remove(this.val$id); - } else { - return; - } - } - for (int i = 0; i < arrayList.size(); i++) { - arrayList.get(i).onReply(typefaceResult); - } - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$4 reason: invalid class name */ - public class AnonymousClass4 implements Runnable { - public final /* synthetic */ Context val$appContext; - public final /* synthetic */ FontRequestCallback val$callback; - public final /* synthetic */ Handler val$callerThreadHandler; - public final /* synthetic */ FontRequest val$request; - - /* renamed from: androidx.core.provider.FontsContractCompat$4$1 reason: invalid class name */ - public class AnonymousClass1 implements Runnable { - public AnonymousClass1() { - } - - @Override // java.lang.Runnable - public void run() { - AnonymousClass4.this.val$callback.onTypefaceRequestFailed(-1); - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$4$2 reason: invalid class name */ - public class AnonymousClass2 implements Runnable { - public AnonymousClass2() { - } - - @Override // java.lang.Runnable - public void run() { - AnonymousClass4.this.val$callback.onTypefaceRequestFailed(-2); - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$4$3 reason: invalid class name */ - public class AnonymousClass3 implements Runnable { - public AnonymousClass3() { - } - - @Override // java.lang.Runnable - public void run() { - AnonymousClass4.this.val$callback.onTypefaceRequestFailed(-3); - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$4$4 reason: invalid class name */ - public class AnonymousClass4 implements Runnable { - public AnonymousClass4() { - } - - @Override // java.lang.Runnable - public void run() { - AnonymousClass4.this.val$callback.onTypefaceRequestFailed(-3); - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$4$5 reason: invalid class name */ - public class AnonymousClass5 implements Runnable { - public AnonymousClass5() { - } - - @Override // java.lang.Runnable - public void run() { - AnonymousClass4.this.val$callback.onTypefaceRequestFailed(1); - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$4$6 reason: invalid class name */ - public class AnonymousClass6 implements Runnable { - public AnonymousClass6() { - } - - @Override // java.lang.Runnable - public void run() { - AnonymousClass4.this.val$callback.onTypefaceRequestFailed(-3); - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$4$7 reason: invalid class name */ - public class AnonymousClass7 implements Runnable { - public final /* synthetic */ int val$resultCode; - - public AnonymousClass7(int i) { - this.val$resultCode = i; - } - - @Override // java.lang.Runnable - public void run() { - AnonymousClass4.this.val$callback.onTypefaceRequestFailed(this.val$resultCode); - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$4$8 reason: invalid class name */ - public class AnonymousClass8 implements Runnable { - public AnonymousClass8() { - } - - @Override // java.lang.Runnable - public void run() { - AnonymousClass4.this.val$callback.onTypefaceRequestFailed(-3); - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$4$9 reason: invalid class name */ - public class AnonymousClass9 implements Runnable { - public final /* synthetic */ Typeface val$typeface; - - public AnonymousClass9(Typeface typeface) { - this.val$typeface = typeface; - } - - @Override // java.lang.Runnable - public void run() { - AnonymousClass4.this.val$callback.onTypefaceRetrieved(this.val$typeface); - } - } - - public AnonymousClass4(Context context, FontRequest fontRequest, Handler handler, FontRequestCallback fontRequestCallback) { - this.val$appContext = context; - this.val$request = fontRequest; - this.val$callerThreadHandler = handler; - this.val$callback = fontRequestCallback; - } - - @Override // java.lang.Runnable - public void run() { - try { - FontFamilyResult fetchFonts = FontsContractCompat.fetchFonts(this.val$appContext, null, this.val$request); - if (fetchFonts.getStatusCode() != 0) { - int statusCode = fetchFonts.getStatusCode(); - if (statusCode == 1) { - this.val$callerThreadHandler.post(new AnonymousClass2()); - } else if (statusCode != 2) { - this.val$callerThreadHandler.post(new AnonymousClass4()); - } else { - this.val$callerThreadHandler.post(new AnonymousClass3()); - } - } else { - FontInfo[] fonts = fetchFonts.getFonts(); - if (fonts == null || fonts.length == 0) { - this.val$callerThreadHandler.post(new AnonymousClass5()); - return; - } - for (FontInfo fontInfo : fonts) { - if (fontInfo.getResultCode() != 0) { - int resultCode = fontInfo.getResultCode(); - if (resultCode < 0) { - this.val$callerThreadHandler.post(new AnonymousClass6()); - return; - } else { - this.val$callerThreadHandler.post(new AnonymousClass7(resultCode)); - return; - } - } - } - Typeface buildTypeface = FontsContractCompat.buildTypeface(this.val$appContext, null, fonts); - if (buildTypeface == null) { - this.val$callerThreadHandler.post(new AnonymousClass8()); - } else { - this.val$callerThreadHandler.post(new AnonymousClass9(buildTypeface)); - } - } - } catch (PackageManager.NameNotFoundException unused) { - this.val$callerThreadHandler.post(new AnonymousClass1()); - } - } - } - - /* renamed from: androidx.core.provider.FontsContractCompat$5 reason: invalid class name */ - public class AnonymousClass5 implements Comparator { - public int compare(byte[] bArr, byte[] bArr2) { - int i; - int i2; - if (bArr.length != bArr2.length) { - i2 = bArr.length; - i = bArr2.length; - } else { - for (int i3 = 0; i3 < bArr.length; i3++) { - if (bArr[i3] != bArr2[i3]) { - i2 = bArr[i3]; - i = bArr2[i3]; - } - } - return 0; - } - return (i2 == 1 ? 1 : 0) - (i == 1 ? 1 : 0); - } - } public static final class Columns implements BaseColumns { public static final String FILE_ID = "file_id"; @@ -334,11 +56,16 @@ public class FontsContractCompat { private final int mStatusCode; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + @Deprecated public FontFamilyResult(int i, @Nullable FontInfo[] fontInfoArr) { this.mStatusCode = i; this.mFonts = fontInfoArr; } + public static FontFamilyResult create(int i, @Nullable FontInfo[] fontInfoArr) { + return new FontFamilyResult(i, fontInfoArr); + } + public FontInfo[] getFonts() { return this.mFonts; } @@ -356,6 +83,7 @@ public class FontsContractCompat { private final int mWeight; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + @Deprecated public FontInfo(@NonNull Uri uri, @IntRange(from = 0) int i, @IntRange(from = 1, to = 1000) int i2, boolean z2, int i3) { this.mUri = (Uri) Preconditions.checkNotNull(uri); this.mTtcIndex = i; @@ -364,6 +92,10 @@ public class FontsContractCompat { this.mResultCode = i3; } + public static FontInfo create(@NonNull Uri uri, @IntRange(from = 0) int i, @IntRange(from = 1, to = 1000) int i2, boolean z2, int i3) { + return new FontInfo(uri, i, i2, z2, i3); + } + public int getResultCode() { return this.mResultCode; } @@ -397,7 +129,9 @@ public class FontsContractCompat { public static final int FAIL_REASON_SECURITY_VIOLATION = -4; public static final int FAIL_REASON_WRONG_CERTIFICATES = -2; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + @Deprecated public static final int RESULT_OK = 0; + public static final int RESULT_SUCCESS = 0; @Retention(RetentionPolicy.SOURCE) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @@ -411,16 +145,6 @@ public class FontsContractCompat { } } - public static final class TypefaceResult { - public final int mResult; - public final Typeface mTypeface; - - public TypefaceResult(@Nullable Typeface typeface, int i) { - this.mTypeface = typeface; - this.mResult = i; - } - } - private FontsContractCompat() { } @@ -429,191 +153,53 @@ public class FontsContractCompat { return TypefaceCompat.createFromFontInfo(context, cancellationSignal, fontInfoArr, 0); } - private static List convertToByteArrayList(Signature[] signatureArr) { - ArrayList arrayList = new ArrayList(); - for (Signature signature : signatureArr) { - arrayList.add(signature.toByteArray()); - } - return arrayList; - } - - private static boolean equalsByteArrayList(List list, List list2) { - if (list.size() != list2.size()) { - return false; - } - for (int i = 0; i < list.size(); i++) { - if (!Arrays.equals(list.get(i), list2.get(i))) { - return false; - } - } - return true; - } - @NonNull public static FontFamilyResult fetchFonts(@NonNull Context context, @Nullable CancellationSignal cancellationSignal, @NonNull FontRequest fontRequest) throws PackageManager.NameNotFoundException { - ProviderInfo provider = getProvider(context.getPackageManager(), fontRequest, context.getResources()); - return provider == null ? new FontFamilyResult(1, null) : new FontFamilyResult(0, getFontFromProvider(context, fontRequest, provider.authority, cancellationSignal)); - } - - private static List> getCertificates(FontRequest fontRequest, Resources resources) { - return fontRequest.getCertificates() != null ? fontRequest.getCertificates() : FontResourcesParserCompat.readCerts(resources, fontRequest.getCertificatesArrayResId()); - } - - @NonNull - @VisibleForTesting - public static FontInfo[] getFontFromProvider(Context context, FontRequest fontRequest, String str, CancellationSignal cancellationSignal) { - ArrayList arrayList = new ArrayList(); - Uri build = new Uri.Builder().scheme("content").authority(str).build(); - Uri build2 = new Uri.Builder().scheme("content").authority(str).appendPath("file").build(); - Cursor cursor = null; - try { - cursor = context.getContentResolver().query(build, new String[]{"_id", Columns.FILE_ID, Columns.TTC_INDEX, Columns.VARIATION_SETTINGS, Columns.WEIGHT, Columns.ITALIC, Columns.RESULT_CODE}, "query = ?", new String[]{fontRequest.getQuery()}, null, cancellationSignal); - if (cursor != null && cursor.getCount() > 0) { - int columnIndex = cursor.getColumnIndex(Columns.RESULT_CODE); - ArrayList arrayList2 = new ArrayList(); - int columnIndex2 = cursor.getColumnIndex("_id"); - int columnIndex3 = cursor.getColumnIndex(Columns.FILE_ID); - int columnIndex4 = cursor.getColumnIndex(Columns.TTC_INDEX); - int columnIndex5 = cursor.getColumnIndex(Columns.WEIGHT); - int columnIndex6 = cursor.getColumnIndex(Columns.ITALIC); - while (cursor.moveToNext()) { - int i = columnIndex != -1 ? cursor.getInt(columnIndex) : 0; - arrayList2.add(new FontInfo(columnIndex3 == -1 ? ContentUris.withAppendedId(build, cursor.getLong(columnIndex2)) : ContentUris.withAppendedId(build2, cursor.getLong(columnIndex3)), columnIndex4 != -1 ? cursor.getInt(columnIndex4) : 0, columnIndex5 != -1 ? cursor.getInt(columnIndex5) : 400, columnIndex6 != -1 && cursor.getInt(columnIndex6) == 1, i)); - } - arrayList = arrayList2; - } - return (FontInfo[]) arrayList.toArray(new FontInfo[0]); - } finally { - if (cursor != null) { - cursor.close(); - } - } - } - - @NonNull - public static TypefaceResult getFontInternal(Context context, FontRequest fontRequest, int i) { - try { - FontFamilyResult fetchFonts = fetchFonts(context, null, fontRequest); - int i2 = -3; - if (fetchFonts.getStatusCode() == 0) { - Typeface createFromFontInfo = TypefaceCompat.createFromFontInfo(context, null, fetchFonts.getFonts(), i); - if (createFromFontInfo != null) { - i2 = 0; - } - return new TypefaceResult(createFromFontInfo, i2); - } - if (fetchFonts.getStatusCode() == 1) { - i2 = -2; - } - return new TypefaceResult(null, i2); - } catch (PackageManager.NameNotFoundException unused) { - return new TypefaceResult(null, -1); - } + return FontProvider.getFontFamilyResult(context, fontRequest, cancellationSignal); } @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + @Deprecated public static Typeface getFontSync(Context context, FontRequest fontRequest, @Nullable ResourcesCompat.FontCallback fontCallback, @Nullable Handler handler, boolean z2, int i, int i2) { - String str = fontRequest.getIdentifier() + "-" + i2; - Typeface typeface = sTypefaceCache.get(str); - if (typeface != null) { - if (fontCallback != null) { - fontCallback.onFontRetrieved(typeface); - } - return typeface; - } else if (!z2 || i != -1) { - AnonymousClass1 r1 = new AnonymousClass1(context, fontRequest, i2, str); - if (z2) { - try { - return ((TypefaceResult) sBackgroundThread.postAndWait(r1, i)).mTypeface; - } catch (InterruptedException unused) { - return null; - } - } else { - AnonymousClass2 r3 = fontCallback == null ? null : new AnonymousClass2(fontCallback, handler); - synchronized (sLock) { - SimpleArrayMap>> simpleArrayMap = sPendingReplies; - ArrayList> arrayList = simpleArrayMap.get(str); - if (arrayList != null) { - if (r3 != null) { - arrayList.add(r3); - } - return null; - } - if (r3 != null) { - ArrayList> arrayList2 = new ArrayList<>(); - arrayList2.add(r3); - simpleArrayMap.put(str, arrayList2); - } - sBackgroundThread.postAndReply(r1, new AnonymousClass3(str)); - return null; - } - } - } else { - TypefaceResult fontInternal = getFontInternal(context, fontRequest, i2); - if (fontCallback != null) { - int i3 = fontInternal.mResult; - if (i3 == 0) { - fontCallback.callbackSuccessAsync(fontInternal.mTypeface, handler); - } else { - fontCallback.callbackFailAsync(i3, handler); - } - } - return fontInternal.mTypeface; - } + return requestFont(context, fontRequest, i2, z2, i, ResourcesCompat.FontCallback.getHandler(handler), new TypefaceCompat.ResourcesCallbackAdapter(fontCallback)); } @VisibleForTesting + @Deprecated @Nullable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public static ProviderInfo getProvider(@NonNull PackageManager packageManager, @NonNull FontRequest fontRequest, @Nullable Resources resources) throws PackageManager.NameNotFoundException { - String providerAuthority = fontRequest.getProviderAuthority(); - ProviderInfo resolveContentProvider = packageManager.resolveContentProvider(providerAuthority, 0); - if (resolveContentProvider == null) { - 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); - List> certificates = getCertificates(fontRequest, resources); - for (int i = 0; i < certificates.size(); i++) { - ArrayList arrayList = new ArrayList(certificates.get(i)); - Collections.sort(arrayList, sByteArrayComparator); - if (equalsByteArrayList(convertToByteArrayList, arrayList)) { - return resolveContentProvider; - } - } - return null; - } else { - StringBuilder V = a.V("Found content provider ", providerAuthority, ", but package was not "); - V.append(fontRequest.getProviderPackage()); - throw new PackageManager.NameNotFoundException(V.toString()); - } + return FontProvider.getProvider(packageManager, fontRequest, resources); } + @Deprecated @RequiresApi(19) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public static Map prepareFontData(Context context, FontInfo[] fontInfoArr, CancellationSignal cancellationSignal) { - HashMap hashMap = new HashMap(); - for (FontInfo fontInfo : fontInfoArr) { - if (fontInfo.getResultCode() == 0) { - Uri uri = fontInfo.getUri(); - if (!hashMap.containsKey(uri)) { - hashMap.put(uri, TypefaceCompatUtil.mmap(context, cancellationSignal, uri)); - } - } - } - return Collections.unmodifiableMap(hashMap); + return TypefaceCompatUtil.readFontInfoIntoByteBuffer(context, fontInfoArr, cancellationSignal); + } + + @Nullable + @RestrictTo({RestrictTo.Scope.LIBRARY}) + public static Typeface requestFont(@NonNull Context context, @NonNull FontRequest fontRequest, int i, boolean z2, @IntRange(from = 0) int i2, @NonNull Handler handler, @NonNull FontRequestCallback fontRequestCallback) { + CallbackWithHandler callbackWithHandler = new CallbackWithHandler(fontRequestCallback, handler); + return z2 ? FontRequestWorker.requestFontSync(context, fontRequest, callbackWithHandler, i, i2) : FontRequestWorker.requestFontAsync(context, fontRequest, i, null, callbackWithHandler); } public static void requestFont(@NonNull Context context, @NonNull FontRequest fontRequest, @NonNull FontRequestCallback fontRequestCallback, @NonNull Handler handler) { - requestFontInternal(context.getApplicationContext(), fontRequest, fontRequestCallback, handler); - } - - private static void requestFontInternal(@NonNull Context context, @NonNull FontRequest fontRequest, @NonNull FontRequestCallback fontRequestCallback, @NonNull Handler handler) { - handler.post(new AnonymousClass4(context, fontRequest, new Handler(), fontRequestCallback)); + CallbackWithHandler callbackWithHandler = new CallbackWithHandler(fontRequestCallback); + FontRequestWorker.requestFontAsync(context.getApplicationContext(), fontRequest, 0, RequestExecutor.createHandlerExecutor(handler), callbackWithHandler); } @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + @Deprecated public static void resetCache() { - sTypefaceCache.evictAll(); + FontRequestWorker.resetTypefaceCache(); + } + + @RestrictTo({RestrictTo.Scope.TESTS}) + @VisibleForTesting + public static void resetTypefaceCache() { + FontRequestWorker.resetTypefaceCache(); } } diff --git a/app/src/main/java/androidx/core/provider/RequestExecutor.java b/app/src/main/java/androidx/core/provider/RequestExecutor.java new file mode 100644 index 0000000000..dd448792e7 --- /dev/null +++ b/app/src/main/java/androidx/core/provider/RequestExecutor.java @@ -0,0 +1,138 @@ +package androidx.core.provider; + +import android.os.Handler; +import android.os.Process; +import androidx.annotation.IntRange; +import androidx.annotation.NonNull; +import androidx.core.util.Consumer; +import androidx.core.util.Preconditions; +import java.util.concurrent.Callable; +import java.util.concurrent.ExecutionException; +import java.util.concurrent.Executor; +import java.util.concurrent.ExecutorService; +import java.util.concurrent.LinkedBlockingDeque; +import java.util.concurrent.RejectedExecutionException; +import java.util.concurrent.ThreadFactory; +import java.util.concurrent.ThreadPoolExecutor; +import java.util.concurrent.TimeUnit; +import java.util.concurrent.TimeoutException; +public class RequestExecutor { + + public static class DefaultThreadFactory implements ThreadFactory { + private int mPriority; + private String mThreadName; + + public static class ProcessPriorityThread extends Thread { + private final int mPriority; + + public ProcessPriorityThread(Runnable runnable, String str, int i) { + super(runnable, str); + this.mPriority = i; + } + + @Override // java.lang.Thread, java.lang.Runnable + public void run() { + Process.setThreadPriority(this.mPriority); + super.run(); + } + } + + public DefaultThreadFactory(@NonNull String str, int i) { + this.mThreadName = str; + this.mPriority = i; + } + + @Override // java.util.concurrent.ThreadFactory + public Thread newThread(Runnable runnable) { + return new ProcessPriorityThread(runnable, this.mThreadName, this.mPriority); + } + } + + public static class HandlerExecutor implements Executor { + private final Handler mHandler; + + public HandlerExecutor(@NonNull Handler handler) { + this.mHandler = (Handler) Preconditions.checkNotNull(handler); + } + + @Override // java.util.concurrent.Executor + public void execute(@NonNull Runnable runnable) { + if (!this.mHandler.post((Runnable) Preconditions.checkNotNull(runnable))) { + throw new RejectedExecutionException(this.mHandler + " is shutting down"); + } + } + } + + public static class ReplyRunnable implements Runnable { + @NonNull + private Callable mCallable; + @NonNull + private Consumer mConsumer; + @NonNull + private Handler mHandler; + + /* renamed from: androidx.core.provider.RequestExecutor$ReplyRunnable$1 reason: invalid class name */ + public class AnonymousClass1 implements Runnable { + public final /* synthetic */ Consumer val$consumer; + public final /* synthetic */ Object val$result; + + public AnonymousClass1(Consumer consumer, Object obj) { + this.val$consumer = consumer; + this.val$result = obj; + } + + /* JADX DEBUG: Multi-variable search result rejected for r0v0, resolved type: androidx.core.util.Consumer */ + /* JADX WARN: Multi-variable type inference failed */ + @Override // java.lang.Runnable + public void run() { + this.val$consumer.accept(this.val$result); + } + } + + public ReplyRunnable(@NonNull Handler handler, @NonNull Callable callable, @NonNull Consumer consumer) { + this.mCallable = callable; + this.mConsumer = consumer; + this.mHandler = handler; + } + + @Override // java.lang.Runnable + public void run() { + T t; + try { + t = this.mCallable.call(); + } catch (Exception unused) { + t = null; + } + this.mHandler.post(new AnonymousClass1(this.mConsumer, t)); + } + } + + private RequestExecutor() { + } + + public static ThreadPoolExecutor createDefaultExecutor(@NonNull String str, int i, @IntRange(from = 0) int i2) { + ThreadPoolExecutor threadPoolExecutor = new ThreadPoolExecutor(0, 1, (long) i2, TimeUnit.MILLISECONDS, new LinkedBlockingDeque(), new DefaultThreadFactory(str, i)); + threadPoolExecutor.allowCoreThreadTimeOut(true); + return threadPoolExecutor; + } + + public static Executor createHandlerExecutor(@NonNull Handler handler) { + return new HandlerExecutor(handler); + } + + public static void execute(@NonNull Executor executor, @NonNull Callable callable, @NonNull Consumer consumer) { + executor.execute(new ReplyRunnable(CalleeHandler.create(), callable, consumer)); + } + + public static T submit(@NonNull ExecutorService executorService, @NonNull Callable callable, @IntRange(from = 0) int i) throws InterruptedException { + try { + return executorService.submit(callable).get((long) i, TimeUnit.MILLISECONDS); + } catch (ExecutionException e) { + throw new RuntimeException(e); + } catch (InterruptedException e2) { + throw e2; + } catch (TimeoutException unused) { + throw new InterruptedException("timeout"); + } + } +} diff --git a/app/src/main/java/androidx/core/provider/SelfDestructiveThread.java b/app/src/main/java/androidx/core/provider/SelfDestructiveThread.java index bc00ab99b6..2ba2e12983 100644 --- a/app/src/main/java/androidx/core/provider/SelfDestructiveThread.java +++ b/app/src/main/java/androidx/core/provider/SelfDestructiveThread.java @@ -13,6 +13,7 @@ import java.util.concurrent.atomic.AtomicReference; import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.ReentrantLock; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) +@Deprecated public class SelfDestructiveThread { private static final int MSG_DESTRUCTION = 0; private static final int MSG_INVOKE_RUNNABLE = 1; @@ -51,7 +52,7 @@ public class SelfDestructiveThread { /* renamed from: androidx.core.provider.SelfDestructiveThread$2 reason: invalid class name */ public class AnonymousClass2 implements Runnable { public final /* synthetic */ Callable val$callable; - public final /* synthetic */ Handler val$callingHandler; + public final /* synthetic */ Handler val$calleeHandler; public final /* synthetic */ ReplyCallback val$reply; /* renamed from: androidx.core.provider.SelfDestructiveThread$2$1 reason: invalid class name */ @@ -70,7 +71,7 @@ public class SelfDestructiveThread { public AnonymousClass2(Callable callable, Handler handler, ReplyCallback replyCallback) { this.val$callable = callable; - this.val$callingHandler = handler; + this.val$calleeHandler = handler; this.val$reply = replyCallback; } @@ -82,7 +83,7 @@ public class SelfDestructiveThread { } catch (Exception unused) { obj = null; } - this.val$callingHandler.post(new AnonymousClass1(obj)); + this.val$calleeHandler.post(new AnonymousClass1(obj)); } } @@ -182,7 +183,7 @@ public class SelfDestructiveThread { } public void postAndReply(Callable callable, ReplyCallback replyCallback) { - post(new AnonymousClass2(callable, new Handler(), replyCallback)); + post(new AnonymousClass2(callable, CalleeHandler.create(), replyCallback)); } public T postAndWait(Callable callable, int i) throws InterruptedException { diff --git a/app/src/main/java/androidx/core/telephony/SubscriptionManagerCompat.java b/app/src/main/java/androidx/core/telephony/SubscriptionManagerCompat.java new file mode 100644 index 0000000000..4dd28bd1da --- /dev/null +++ b/app/src/main/java/androidx/core/telephony/SubscriptionManagerCompat.java @@ -0,0 +1,52 @@ +package androidx.core.telephony; + +import android.os.Build; +import android.telephony.SubscriptionManager; +import androidx.annotation.DoNotInline; +import androidx.annotation.RequiresApi; +import java.lang.reflect.InvocationTargetException; +import java.lang.reflect.Method; +@RequiresApi(22) +public class SubscriptionManagerCompat { + private static Method sGetSlotIndexMethod; + + @RequiresApi(29) + public static class Api29Impl { + private Api29Impl() { + } + + @DoNotInline + public static int getSlotIndex(int i) { + return SubscriptionManager.getSlotIndex(i); + } + } + + private SubscriptionManagerCompat() { + } + + public static int getSlotIndex(int i) { + if (i == -1) { + return -1; + } + int i2 = Build.VERSION.SDK_INT; + if (i2 >= 29) { + return Api29Impl.getSlotIndex(i); + } + try { + if (sGetSlotIndexMethod == null) { + if (i2 >= 26) { + sGetSlotIndexMethod = SubscriptionManager.class.getDeclaredMethod("getSlotIndex", Integer.TYPE); + } else { + sGetSlotIndexMethod = SubscriptionManager.class.getDeclaredMethod("getSlotId", Integer.TYPE); + } + sGetSlotIndexMethod.setAccessible(true); + } + Integer num = (Integer) sGetSlotIndexMethod.invoke(null, Integer.valueOf(i)); + if (num != null) { + return num.intValue(); + } + } catch (IllegalAccessException | NoSuchMethodException | InvocationTargetException unused) { + } + return -1; + } +} diff --git a/app/src/main/java/androidx/core/telephony/TelephonyManagerCompat.java b/app/src/main/java/androidx/core/telephony/TelephonyManagerCompat.java new file mode 100644 index 0000000000..ee609bd063 --- /dev/null +++ b/app/src/main/java/androidx/core/telephony/TelephonyManagerCompat.java @@ -0,0 +1,111 @@ +package androidx.core.telephony; + +import android.annotation.SuppressLint; +import android.os.Build; +import android.telephony.TelephonyManager; +import androidx.annotation.DoNotInline; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.annotation.RequiresPermission; +import java.lang.reflect.InvocationTargetException; +import java.lang.reflect.Method; +public class TelephonyManagerCompat { + private static Method sGetDeviceIdMethod; + private static Method sGetSubIdMethod; + + @RequiresApi(23) + public static class Api23Impl { + private Api23Impl() { + } + + @SuppressLint({"MissingPermission"}) + @Nullable + @RequiresPermission("android.permission.READ_PHONE_STATE") + @DoNotInline + public static String getDeviceId(TelephonyManager telephonyManager, int i) { + return telephonyManager.getDeviceId(i); + } + } + + @RequiresApi(26) + public static class Api26Impl { + private Api26Impl() { + } + + @SuppressLint({"MissingPermission"}) + @Nullable + @RequiresPermission("android.permission.READ_PHONE_STATE") + @DoNotInline + public static String getImei(TelephonyManager telephonyManager) { + return telephonyManager.getImei(); + } + } + + @RequiresApi(30) + public static class Api30Impl { + private Api30Impl() { + } + + @DoNotInline + public static int getSubscriptionId(TelephonyManager telephonyManager) { + return telephonyManager.getSubscriptionId(); + } + } + + private TelephonyManagerCompat() { + } + + @Nullable + @RequiresPermission("android.permission.READ_PHONE_STATE") + @SuppressLint({"MissingPermission"}) + public static String getImei(@NonNull TelephonyManager telephonyManager) { + int subscriptionId; + int i = Build.VERSION.SDK_INT; + if (i >= 26) { + return Api26Impl.getImei(telephonyManager); + } + if (i < 22 || (subscriptionId = getSubscriptionId(telephonyManager)) == Integer.MAX_VALUE || subscriptionId == -1) { + return telephonyManager.getDeviceId(); + } + int slotIndex = SubscriptionManagerCompat.getSlotIndex(subscriptionId); + if (i >= 23) { + return Api23Impl.getDeviceId(telephonyManager, slotIndex); + } + try { + if (sGetDeviceIdMethod == null) { + Method declaredMethod = TelephonyManager.class.getDeclaredMethod("getDeviceId", Integer.TYPE); + sGetDeviceIdMethod = declaredMethod; + declaredMethod.setAccessible(true); + } + return (String) sGetDeviceIdMethod.invoke(telephonyManager, Integer.valueOf(slotIndex)); + } catch (IllegalAccessException | NoSuchMethodException | InvocationTargetException unused) { + return null; + } + } + + @SuppressLint({"SoonBlockedPrivateApi"}) + public static int getSubscriptionId(@NonNull TelephonyManager telephonyManager) { + int i = Build.VERSION.SDK_INT; + if (i >= 30) { + return Api30Impl.getSubscriptionId(telephonyManager); + } + if (i < 22) { + return Integer.MAX_VALUE; + } + try { + if (sGetSubIdMethod == null) { + Method declaredMethod = TelephonyManager.class.getDeclaredMethod("getSubId", new Class[0]); + sGetSubIdMethod = declaredMethod; + declaredMethod.setAccessible(true); + } + Integer num = (Integer) sGetSubIdMethod.invoke(telephonyManager, new Object[0]); + if (num == null || num.intValue() == -1) { + return Integer.MAX_VALUE; + } + return num.intValue(); + } catch (IllegalAccessException | NoSuchMethodException | InvocationTargetException unused) { + return Integer.MAX_VALUE; + } + } +} diff --git a/app/src/main/java/androidx/core/text/CharSequenceKt.java b/app/src/main/java/androidx/core/text/CharSequenceKt.java index 5747a8b611..3ef64d3db4 100644 --- a/app/src/main/java/androidx/core/text/CharSequenceKt.java +++ b/app/src/main/java/androidx/core/text/CharSequenceKt.java @@ -5,12 +5,12 @@ import d0.z.d.m; /* compiled from: CharSequence.kt */ public final class CharSequenceKt { public static final boolean isDigitsOnly(CharSequence charSequence) { - m.checkParameterIsNotNull(charSequence, "$this$isDigitsOnly"); + m.checkNotNullParameter(charSequence, ""); return TextUtils.isDigitsOnly(charSequence); } public static final int trimmedLength(CharSequence charSequence) { - m.checkParameterIsNotNull(charSequence, "$this$trimmedLength"); + m.checkNotNullParameter(charSequence, ""); return TextUtils.getTrimmedLength(charSequence); } } diff --git a/app/src/main/java/androidx/core/text/HtmlKt.java b/app/src/main/java/androidx/core/text/HtmlKt.java index 64b84ed4b4..0a5820c731 100644 --- a/app/src/main/java/androidx/core/text/HtmlKt.java +++ b/app/src/main/java/androidx/core/text/HtmlKt.java @@ -6,9 +6,9 @@ import d0.z.d.m; /* compiled from: Html.kt */ public final class HtmlKt { public static final Spanned parseAsHtml(String str, int i, Html.ImageGetter imageGetter, Html.TagHandler tagHandler) { - m.checkParameterIsNotNull(str, "$this$parseAsHtml"); + m.checkNotNullParameter(str, ""); Spanned fromHtml = HtmlCompat.fromHtml(str, i, imageGetter, tagHandler); - m.checkExpressionValueIsNotNull(fromHtml, "HtmlCompat.fromHtml(this… imageGetter, tagHandler)"); + m.checkNotNullExpressionValue(fromHtml, "fromHtml(this, flags, imageGetter, tagHandler)"); return fromHtml; } @@ -22,16 +22,16 @@ public final class HtmlKt { if ((i2 & 4) != 0) { tagHandler = null; } - m.checkParameterIsNotNull(str, "$this$parseAsHtml"); + m.checkNotNullParameter(str, ""); Spanned fromHtml = HtmlCompat.fromHtml(str, i, imageGetter, tagHandler); - m.checkExpressionValueIsNotNull(fromHtml, "HtmlCompat.fromHtml(this… imageGetter, tagHandler)"); + m.checkNotNullExpressionValue(fromHtml, "fromHtml(this, flags, imageGetter, tagHandler)"); return fromHtml; } public static final String toHtml(Spanned spanned, int i) { - m.checkParameterIsNotNull(spanned, "$this$toHtml"); + m.checkNotNullParameter(spanned, ""); String html = HtmlCompat.toHtml(spanned, i); - m.checkExpressionValueIsNotNull(html, "HtmlCompat.toHtml(this, option)"); + m.checkNotNullExpressionValue(html, "toHtml(this, option)"); return html; } @@ -39,9 +39,9 @@ public final class HtmlKt { if ((i2 & 1) != 0) { i = 0; } - m.checkParameterIsNotNull(spanned, "$this$toHtml"); + m.checkNotNullParameter(spanned, ""); String html = HtmlCompat.toHtml(spanned, i); - m.checkExpressionValueIsNotNull(html, "HtmlCompat.toHtml(this, option)"); + m.checkNotNullExpressionValue(html, "toHtml(this, option)"); return html; } } diff --git a/app/src/main/java/androidx/core/text/LocaleKt.java b/app/src/main/java/androidx/core/text/LocaleKt.java index 7217f8bed6..a44fa7874a 100644 --- a/app/src/main/java/androidx/core/text/LocaleKt.java +++ b/app/src/main/java/androidx/core/text/LocaleKt.java @@ -8,7 +8,7 @@ import java.util.Locale; public final class LocaleKt { @RequiresApi(17) public static final int getLayoutDirection(Locale locale) { - m.checkParameterIsNotNull(locale, "$this$layoutDirection"); + m.checkNotNullParameter(locale, ""); return TextUtils.getLayoutDirectionFromLocale(locale); } } diff --git a/app/src/main/java/androidx/core/text/SpannableStringBuilderKt.java b/app/src/main/java/androidx/core/text/SpannableStringBuilderKt.java index 309d31c87e..2f86a89324 100644 --- a/app/src/main/java/androidx/core/text/SpannableStringBuilderKt.java +++ b/app/src/main/java/androidx/core/text/SpannableStringBuilderKt.java @@ -17,8 +17,8 @@ import kotlin.jvm.functions.Function1; /* compiled from: SpannableStringBuilder.kt */ public final class SpannableStringBuilderKt { public static final SpannableStringBuilder backgroundColor(SpannableStringBuilder spannableStringBuilder, @ColorInt int i, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$backgroundColor"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(function1, "builderAction"); BackgroundColorSpan backgroundColorSpan = new BackgroundColorSpan(i); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); @@ -27,8 +27,8 @@ public final class SpannableStringBuilderKt { } public static final SpannableStringBuilder bold(SpannableStringBuilder spannableStringBuilder, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$bold"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(function1, "builderAction"); StyleSpan styleSpan = new StyleSpan(1); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); @@ -37,15 +37,15 @@ public final class SpannableStringBuilderKt { } public static final SpannedString buildSpannedString(Function1 function1) { - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(function1, "builderAction"); SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(); function1.invoke(spannableStringBuilder); return new SpannedString(spannableStringBuilder); } public static final SpannableStringBuilder color(SpannableStringBuilder spannableStringBuilder, @ColorInt int i, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$color"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(function1, "builderAction"); ForegroundColorSpan foregroundColorSpan = new ForegroundColorSpan(i); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); @@ -54,9 +54,9 @@ public final class SpannableStringBuilderKt { } public static final SpannableStringBuilder inSpans(SpannableStringBuilder spannableStringBuilder, Object obj, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$inSpans"); - m.checkParameterIsNotNull(obj, "span"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(obj, "span"); + m.checkNotNullParameter(function1, "builderAction"); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); spannableStringBuilder.setSpan(obj, length, spannableStringBuilder.length(), 17); @@ -64,20 +64,24 @@ public final class SpannableStringBuilderKt { } public static final SpannableStringBuilder inSpans(SpannableStringBuilder spannableStringBuilder, Object[] objArr, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$inSpans"); - m.checkParameterIsNotNull(objArr, "spans"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(objArr, "spans"); + m.checkNotNullParameter(function1, "builderAction"); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); - for (Object obj : objArr) { + int length2 = objArr.length; + int i = 0; + while (i < length2) { + Object obj = objArr[i]; + i++; spannableStringBuilder.setSpan(obj, length, spannableStringBuilder.length(), 17); } return spannableStringBuilder; } public static final SpannableStringBuilder italic(SpannableStringBuilder spannableStringBuilder, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$italic"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(function1, "builderAction"); StyleSpan styleSpan = new StyleSpan(2); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); @@ -86,8 +90,8 @@ public final class SpannableStringBuilderKt { } public static final SpannableStringBuilder scale(SpannableStringBuilder spannableStringBuilder, float f, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$scale"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(function1, "builderAction"); RelativeSizeSpan relativeSizeSpan = new RelativeSizeSpan(f); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); @@ -96,8 +100,8 @@ public final class SpannableStringBuilderKt { } public static final SpannableStringBuilder strikeThrough(SpannableStringBuilder spannableStringBuilder, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$strikeThrough"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(function1, "builderAction"); StrikethroughSpan strikethroughSpan = new StrikethroughSpan(); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); @@ -106,8 +110,8 @@ public final class SpannableStringBuilderKt { } public static final SpannableStringBuilder subscript(SpannableStringBuilder spannableStringBuilder, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$subscript"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(function1, "builderAction"); SubscriptSpan subscriptSpan = new SubscriptSpan(); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); @@ -116,8 +120,8 @@ public final class SpannableStringBuilderKt { } public static final SpannableStringBuilder superscript(SpannableStringBuilder spannableStringBuilder, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$superscript"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(function1, "builderAction"); SuperscriptSpan superscriptSpan = new SuperscriptSpan(); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); @@ -126,8 +130,8 @@ public final class SpannableStringBuilderKt { } public static final SpannableStringBuilder underline(SpannableStringBuilder spannableStringBuilder, Function1 function1) { - m.checkParameterIsNotNull(spannableStringBuilder, "$this$underline"); - m.checkParameterIsNotNull(function1, "builderAction"); + m.checkNotNullParameter(spannableStringBuilder, ""); + m.checkNotNullParameter(function1, "builderAction"); UnderlineSpan underlineSpan = new UnderlineSpan(); int length = spannableStringBuilder.length(); function1.invoke(spannableStringBuilder); diff --git a/app/src/main/java/androidx/core/text/SpannableStringKt.java b/app/src/main/java/androidx/core/text/SpannableStringKt.java index 6b0159642a..fc5b9f7d19 100644 --- a/app/src/main/java/androidx/core/text/SpannableStringKt.java +++ b/app/src/main/java/androidx/core/text/SpannableStringKt.java @@ -9,31 +9,31 @@ import kotlin.ranges.IntRange; public final class SpannableStringKt { @SuppressLint({"SyntheticAccessor"}) public static final void clearSpans(Spannable spannable) { - m.checkParameterIsNotNull(spannable, "$this$clearSpans"); + m.checkNotNullParameter(spannable, ""); Object[] spans = spannable.getSpans(0, spannable.length(), Object.class); - m.checkExpressionValueIsNotNull(spans, "getSpans(start, end, T::class.java)"); + m.checkNotNullExpressionValue(spans, "getSpans(start, end, T::class.java)"); for (Object obj : spans) { spannable.removeSpan(obj); } } public static final void set(Spannable spannable, int i, int i2, Object obj) { - m.checkParameterIsNotNull(spannable, "$this$set"); - m.checkParameterIsNotNull(obj, "span"); + m.checkNotNullParameter(spannable, ""); + m.checkNotNullParameter(obj, "span"); spannable.setSpan(obj, i, i2, 17); } public static final void set(Spannable spannable, IntRange intRange, Object obj) { - m.checkParameterIsNotNull(spannable, "$this$set"); - m.checkParameterIsNotNull(intRange, "range"); - m.checkParameterIsNotNull(obj, "span"); + m.checkNotNullParameter(spannable, ""); + m.checkNotNullParameter(intRange, "range"); + m.checkNotNullParameter(obj, "span"); spannable.setSpan(obj, intRange.getStart().intValue(), intRange.getEndInclusive().intValue(), 17); } public static final Spannable toSpannable(CharSequence charSequence) { - m.checkParameterIsNotNull(charSequence, "$this$toSpannable"); + m.checkNotNullParameter(charSequence, ""); SpannableString valueOf = SpannableString.valueOf(charSequence); - m.checkExpressionValueIsNotNull(valueOf, "SpannableString.valueOf(this)"); + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); return valueOf; } } diff --git a/app/src/main/java/androidx/core/text/SpannedStringKt.java b/app/src/main/java/androidx/core/text/SpannedStringKt.java index fe8a21dd16..19a8d813c7 100644 --- a/app/src/main/java/androidx/core/text/SpannedStringKt.java +++ b/app/src/main/java/androidx/core/text/SpannedStringKt.java @@ -7,10 +7,10 @@ import d0.z.d.m; /* compiled from: SpannedString.kt */ public final class SpannedStringKt { public static final /* synthetic */ T[] getSpans(Spanned spanned, int i, int i2) { - m.checkParameterIsNotNull(spanned, "$this$getSpans"); + m.checkNotNullParameter(spanned, ""); m.reifiedOperationMarker(4, ExifInterface.GPS_DIRECTION_TRUE); T[] tArr = (T[]) spanned.getSpans(i, i2, Object.class); - m.checkExpressionValueIsNotNull(tArr, "getSpans(start, end, T::class.java)"); + m.checkNotNullExpressionValue(tArr, "getSpans(start, end, T::class.java)"); return tArr; } @@ -21,17 +21,17 @@ public final class SpannedStringKt { if ((i3 & 2) != 0) { i2 = spanned.length(); } - m.checkParameterIsNotNull(spanned, "$this$getSpans"); + m.checkNotNullParameter(spanned, ""); m.reifiedOperationMarker(4, ExifInterface.GPS_DIRECTION_TRUE); Object[] spans = spanned.getSpans(i, i2, Object.class); - m.checkExpressionValueIsNotNull(spans, "getSpans(start, end, T::class.java)"); + m.checkNotNullExpressionValue(spans, "getSpans(start, end, T::class.java)"); return spans; } public static final Spanned toSpanned(CharSequence charSequence) { - m.checkParameterIsNotNull(charSequence, "$this$toSpanned"); + m.checkNotNullParameter(charSequence, ""); SpannedString valueOf = SpannedString.valueOf(charSequence); - m.checkExpressionValueIsNotNull(valueOf, "SpannedString.valueOf(this)"); + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); return valueOf; } } diff --git a/app/src/main/java/androidx/core/text/StringKt.java b/app/src/main/java/androidx/core/text/StringKt.java index 348c26d56b..b342996d48 100644 --- a/app/src/main/java/androidx/core/text/StringKt.java +++ b/app/src/main/java/androidx/core/text/StringKt.java @@ -5,9 +5,9 @@ import d0.z.d.m; /* compiled from: String.kt */ public final class StringKt { public static final String htmlEncode(String str) { - m.checkParameterIsNotNull(str, "$this$htmlEncode"); + m.checkNotNullParameter(str, ""); String htmlEncode = TextUtils.htmlEncode(str); - m.checkExpressionValueIsNotNull(htmlEncode, "TextUtils.htmlEncode(this)"); + m.checkNotNullExpressionValue(htmlEncode, "htmlEncode(this)"); return htmlEncode; } } 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 614d17c1a2..47450bbf63 100644 --- a/app/src/main/java/androidx/core/text/util/LinkifyCompat.java +++ b/app/src/main/java/androidx/core/text/util/LinkifyCompat.java @@ -12,6 +12,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RestrictTo; +import androidx.core.net.MailTo; import androidx.core.util.PatternsCompat; import c.d.b.a.a; import com.adjust.sdk.Constants; @@ -116,7 +117,7 @@ public final class LinkifyCompat { gatherLinks(arrayList, spannable, PatternsCompat.AUTOLINK_WEB_URL, new String[]{"http://", "https://", "rtsp://"}, Linkify.sUrlMatchFilter, null); } if ((i & 2) != 0) { - gatherLinks(arrayList, spannable, PatternsCompat.AUTOLINK_EMAIL_ADDRESS, new String[]{"mailto:"}, null, null); + gatherLinks(arrayList, spannable, PatternsCompat.AUTOLINK_EMAIL_ADDRESS, new String[]{MailTo.MAILTO_SCHEME}, null, null); } if ((i & 8) != 0) { gatherMapLinks(arrayList, spannable); diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$1.java index 4642365464..7262013290 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$1.java @@ -22,6 +22,6 @@ public final class TransitionKt$addListener$1 extends o implements Function1 $onCancel; + public final /* synthetic */ Function1 $onEnd; + public final /* synthetic */ Function1 $onPause; + public final /* synthetic */ Function1 $onResume; + public final /* synthetic */ Function1 $onStart; - public TransitionKt$addListener$listener$1(Function1 function1, Function1 function12, Function1 function13, Function1 function14, Function1 function15) { + /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r5v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX WARN: Multi-variable type inference failed */ + public TransitionKt$addListener$listener$1(Function1 function1, Function1 function12, Function1 function13, Function1 function14, Function1 function15) { this.$onEnd = function1; this.$onResume = function12; this.$onPause = function13; @@ -21,31 +28,31 @@ public final class TransitionKt$addListener$listener$1 implements Transition.Tra @Override // android.transition.Transition.TransitionListener public void onTransitionCancel(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); this.$onCancel.invoke(transition); } @Override // android.transition.Transition.TransitionListener public void onTransitionEnd(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); this.$onEnd.invoke(transition); } @Override // android.transition.Transition.TransitionListener public void onTransitionPause(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); this.$onPause.invoke(transition); } @Override // android.transition.Transition.TransitionListener public void onTransitionResume(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); this.$onResume.invoke(transition); } @Override // android.transition.Transition.TransitionListener public void onTransitionStart(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); this.$onStart.invoke(transition); } } diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$doOnCancel$$inlined$addListener$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$doOnCancel$$inlined$addListener$default$1.java similarity index 70% rename from app/src/main/java/androidx/core/transition/TransitionKt$doOnCancel$$inlined$addListener$1.java rename to app/src/main/java/androidx/core/transition/TransitionKt$doOnCancel$$inlined$addListener$default$1.java index bc79b56fb7..f65d4f98f3 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$doOnCancel$$inlined$addListener$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$doOnCancel$$inlined$addListener$default$1.java @@ -4,36 +4,36 @@ import android.transition.Transition; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ -public final class TransitionKt$doOnCancel$$inlined$addListener$1 implements Transition.TransitionListener { +public final class TransitionKt$doOnCancel$$inlined$addListener$default$1 implements Transition.TransitionListener { public final /* synthetic */ Function1 $onCancel; - public TransitionKt$doOnCancel$$inlined$addListener$1(Function1 function1) { + public TransitionKt$doOnCancel$$inlined$addListener$default$1(Function1 function1) { this.$onCancel = function1; } @Override // android.transition.Transition.TransitionListener public void onTransitionCancel(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); this.$onCancel.invoke(transition); } @Override // android.transition.Transition.TransitionListener public void onTransitionEnd(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionPause(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionResume(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionStart(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } } diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$doOnEnd$$inlined$addListener$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$doOnEnd$$inlined$addListener$default$1.java similarity index 65% rename from app/src/main/java/androidx/core/transition/TransitionKt$doOnEnd$$inlined$addListener$1.java rename to app/src/main/java/androidx/core/transition/TransitionKt$doOnEnd$$inlined$addListener$default$1.java index 931686c449..2f93fc3235 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$doOnEnd$$inlined$addListener$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$doOnEnd$$inlined$addListener$default$1.java @@ -4,36 +4,36 @@ import android.transition.Transition; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ -public final class TransitionKt$doOnEnd$$inlined$addListener$1 implements Transition.TransitionListener { +public final class TransitionKt$doOnEnd$$inlined$addListener$default$1 implements Transition.TransitionListener { public final /* synthetic */ Function1 $onEnd; - public TransitionKt$doOnEnd$$inlined$addListener$1(Function1 function1) { + public TransitionKt$doOnEnd$$inlined$addListener$default$1(Function1 function1) { this.$onEnd = function1; } @Override // android.transition.Transition.TransitionListener public void onTransitionCancel(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionEnd(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); this.$onEnd.invoke(transition); } @Override // android.transition.Transition.TransitionListener public void onTransitionPause(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionResume(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionStart(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } } diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$doOnPause$$inlined$addListener$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$doOnPause$$inlined$addListener$default$1.java similarity index 65% rename from app/src/main/java/androidx/core/transition/TransitionKt$doOnPause$$inlined$addListener$1.java rename to app/src/main/java/androidx/core/transition/TransitionKt$doOnPause$$inlined$addListener$default$1.java index b5c4f25e84..6afbd6d6e3 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$doOnPause$$inlined$addListener$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$doOnPause$$inlined$addListener$default$1.java @@ -4,36 +4,36 @@ import android.transition.Transition; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ -public final class TransitionKt$doOnPause$$inlined$addListener$1 implements Transition.TransitionListener { +public final class TransitionKt$doOnPause$$inlined$addListener$default$1 implements Transition.TransitionListener { public final /* synthetic */ Function1 $onPause; - public TransitionKt$doOnPause$$inlined$addListener$1(Function1 function1) { + public TransitionKt$doOnPause$$inlined$addListener$default$1(Function1 function1) { this.$onPause = function1; } @Override // android.transition.Transition.TransitionListener public void onTransitionCancel(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionEnd(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionPause(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); this.$onPause.invoke(transition); } @Override // android.transition.Transition.TransitionListener public void onTransitionResume(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionStart(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } } diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$doOnResume$$inlined$addListener$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$doOnResume$$inlined$addListener$default$1.java similarity index 70% rename from app/src/main/java/androidx/core/transition/TransitionKt$doOnResume$$inlined$addListener$1.java rename to app/src/main/java/androidx/core/transition/TransitionKt$doOnResume$$inlined$addListener$default$1.java index 14e20d8ccc..1fc8f73539 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$doOnResume$$inlined$addListener$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$doOnResume$$inlined$addListener$default$1.java @@ -4,36 +4,36 @@ import android.transition.Transition; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ -public final class TransitionKt$doOnResume$$inlined$addListener$1 implements Transition.TransitionListener { +public final class TransitionKt$doOnResume$$inlined$addListener$default$1 implements Transition.TransitionListener { public final /* synthetic */ Function1 $onResume; - public TransitionKt$doOnResume$$inlined$addListener$1(Function1 function1) { + public TransitionKt$doOnResume$$inlined$addListener$default$1(Function1 function1) { this.$onResume = function1; } @Override // android.transition.Transition.TransitionListener public void onTransitionCancel(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionEnd(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionPause(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionResume(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); this.$onResume.invoke(transition); } @Override // android.transition.Transition.TransitionListener public void onTransitionStart(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } } diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$doOnStart$$inlined$addListener$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$doOnStart$$inlined$addListener$default$1.java similarity index 65% rename from app/src/main/java/androidx/core/transition/TransitionKt$doOnStart$$inlined$addListener$1.java rename to app/src/main/java/androidx/core/transition/TransitionKt$doOnStart$$inlined$addListener$default$1.java index 9bc6e320c4..139a7faca2 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$doOnStart$$inlined$addListener$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$doOnStart$$inlined$addListener$default$1.java @@ -4,36 +4,36 @@ import android.transition.Transition; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ -public final class TransitionKt$doOnStart$$inlined$addListener$1 implements Transition.TransitionListener { +public final class TransitionKt$doOnStart$$inlined$addListener$default$1 implements Transition.TransitionListener { public final /* synthetic */ Function1 $onStart; - public TransitionKt$doOnStart$$inlined$addListener$1(Function1 function1) { + public TransitionKt$doOnStart$$inlined$addListener$default$1(Function1 function1) { this.$onStart = function1; } @Override // android.transition.Transition.TransitionListener public void onTransitionCancel(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionEnd(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionPause(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionResume(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); } @Override // android.transition.Transition.TransitionListener public void onTransitionStart(Transition transition) { - m.checkParameterIsNotNull(transition, "transition"); + m.checkNotNullParameter(transition, "transition"); this.$onStart.invoke(transition); } } diff --git a/app/src/main/java/androidx/core/transition/TransitionKt.java b/app/src/main/java/androidx/core/transition/TransitionKt.java index 0ea61cf851..01fee76e3a 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt.java @@ -9,12 +9,12 @@ import kotlin.jvm.functions.Function1; public final class TransitionKt { @RequiresApi(19) public static final Transition.TransitionListener addListener(Transition transition, Function1 function1, Function1 function12, Function1 function13, Function1 function14, Function1 function15) { - m.checkParameterIsNotNull(transition, "$this$addListener"); - m.checkParameterIsNotNull(function1, "onEnd"); - m.checkParameterIsNotNull(function12, "onStart"); - m.checkParameterIsNotNull(function13, "onCancel"); - m.checkParameterIsNotNull(function14, "onResume"); - m.checkParameterIsNotNull(function15, "onPause"); + m.checkNotNullParameter(transition, ""); + m.checkNotNullParameter(function1, "onEnd"); + m.checkNotNullParameter(function12, "onStart"); + m.checkNotNullParameter(function13, "onCancel"); + m.checkNotNullParameter(function14, "onResume"); + m.checkNotNullParameter(function15, "onPause"); TransitionKt$addListener$listener$1 transitionKt$addListener$listener$1 = new TransitionKt$addListener$listener$1(function1, function14, function15, function13, function12); transition.addListener(transitionKt$addListener$listener$1); return transitionKt$addListener$listener$1; @@ -36,12 +36,12 @@ public final class TransitionKt { if ((i & 16) != 0) { function15 = TransitionKt$addListener$5.INSTANCE; } - m.checkParameterIsNotNull(transition, "$this$addListener"); - m.checkParameterIsNotNull(function1, "onEnd"); - m.checkParameterIsNotNull(function12, "onStart"); - m.checkParameterIsNotNull(function13, "onCancel"); - m.checkParameterIsNotNull(function14, "onResume"); - m.checkParameterIsNotNull(function15, "onPause"); + m.checkNotNullParameter(transition, ""); + m.checkNotNullParameter(function1, "onEnd"); + m.checkNotNullParameter(function12, "onStart"); + m.checkNotNullParameter(function13, "onCancel"); + m.checkNotNullParameter(function14, "onResume"); + m.checkNotNullParameter(function15, "onPause"); TransitionKt$addListener$listener$1 transitionKt$addListener$listener$1 = new TransitionKt$addListener$listener$1(function1, function14, function15, function13, function12); transition.addListener(transitionKt$addListener$listener$1); return transitionKt$addListener$listener$1; @@ -49,46 +49,46 @@ public final class TransitionKt { @RequiresApi(19) public static final Transition.TransitionListener doOnCancel(Transition transition, Function1 function1) { - m.checkParameterIsNotNull(transition, "$this$doOnCancel"); - m.checkParameterIsNotNull(function1, "action"); - TransitionKt$doOnCancel$$inlined$addListener$1 transitionKt$doOnCancel$$inlined$addListener$1 = new TransitionKt$doOnCancel$$inlined$addListener$1(function1); - transition.addListener(transitionKt$doOnCancel$$inlined$addListener$1); - return transitionKt$doOnCancel$$inlined$addListener$1; + m.checkNotNullParameter(transition, ""); + m.checkNotNullParameter(function1, "action"); + TransitionKt$doOnCancel$$inlined$addListener$default$1 transitionKt$doOnCancel$$inlined$addListener$default$1 = new TransitionKt$doOnCancel$$inlined$addListener$default$1(function1); + transition.addListener(transitionKt$doOnCancel$$inlined$addListener$default$1); + return transitionKt$doOnCancel$$inlined$addListener$default$1; } @RequiresApi(19) public static final Transition.TransitionListener doOnEnd(Transition transition, Function1 function1) { - m.checkParameterIsNotNull(transition, "$this$doOnEnd"); - m.checkParameterIsNotNull(function1, "action"); - TransitionKt$doOnEnd$$inlined$addListener$1 transitionKt$doOnEnd$$inlined$addListener$1 = new TransitionKt$doOnEnd$$inlined$addListener$1(function1); - transition.addListener(transitionKt$doOnEnd$$inlined$addListener$1); - return transitionKt$doOnEnd$$inlined$addListener$1; + m.checkNotNullParameter(transition, ""); + m.checkNotNullParameter(function1, "action"); + TransitionKt$doOnEnd$$inlined$addListener$default$1 transitionKt$doOnEnd$$inlined$addListener$default$1 = new TransitionKt$doOnEnd$$inlined$addListener$default$1(function1); + transition.addListener(transitionKt$doOnEnd$$inlined$addListener$default$1); + return transitionKt$doOnEnd$$inlined$addListener$default$1; } @RequiresApi(19) public static final Transition.TransitionListener doOnPause(Transition transition, Function1 function1) { - m.checkParameterIsNotNull(transition, "$this$doOnPause"); - m.checkParameterIsNotNull(function1, "action"); - TransitionKt$doOnPause$$inlined$addListener$1 transitionKt$doOnPause$$inlined$addListener$1 = new TransitionKt$doOnPause$$inlined$addListener$1(function1); - transition.addListener(transitionKt$doOnPause$$inlined$addListener$1); - return transitionKt$doOnPause$$inlined$addListener$1; + m.checkNotNullParameter(transition, ""); + m.checkNotNullParameter(function1, "action"); + TransitionKt$doOnPause$$inlined$addListener$default$1 transitionKt$doOnPause$$inlined$addListener$default$1 = new TransitionKt$doOnPause$$inlined$addListener$default$1(function1); + transition.addListener(transitionKt$doOnPause$$inlined$addListener$default$1); + return transitionKt$doOnPause$$inlined$addListener$default$1; } @RequiresApi(19) public static final Transition.TransitionListener doOnResume(Transition transition, Function1 function1) { - m.checkParameterIsNotNull(transition, "$this$doOnResume"); - m.checkParameterIsNotNull(function1, "action"); - TransitionKt$doOnResume$$inlined$addListener$1 transitionKt$doOnResume$$inlined$addListener$1 = new TransitionKt$doOnResume$$inlined$addListener$1(function1); - transition.addListener(transitionKt$doOnResume$$inlined$addListener$1); - return transitionKt$doOnResume$$inlined$addListener$1; + m.checkNotNullParameter(transition, ""); + m.checkNotNullParameter(function1, "action"); + TransitionKt$doOnResume$$inlined$addListener$default$1 transitionKt$doOnResume$$inlined$addListener$default$1 = new TransitionKt$doOnResume$$inlined$addListener$default$1(function1); + transition.addListener(transitionKt$doOnResume$$inlined$addListener$default$1); + return transitionKt$doOnResume$$inlined$addListener$default$1; } @RequiresApi(19) public static final Transition.TransitionListener doOnStart(Transition transition, Function1 function1) { - m.checkParameterIsNotNull(transition, "$this$doOnStart"); - m.checkParameterIsNotNull(function1, "action"); - TransitionKt$doOnStart$$inlined$addListener$1 transitionKt$doOnStart$$inlined$addListener$1 = new TransitionKt$doOnStart$$inlined$addListener$1(function1); - transition.addListener(transitionKt$doOnStart$$inlined$addListener$1); - return transitionKt$doOnStart$$inlined$addListener$1; + m.checkNotNullParameter(transition, ""); + m.checkNotNullParameter(function1, "action"); + TransitionKt$doOnStart$$inlined$addListener$default$1 transitionKt$doOnStart$$inlined$addListener$default$1 = new TransitionKt$doOnStart$$inlined$addListener$default$1(function1); + transition.addListener(transitionKt$doOnStart$$inlined$addListener$default$1); + return transitionKt$doOnStart$$inlined$addListener$default$1; } } diff --git a/app/src/main/java/androidx/core/util/AtomicFile.java b/app/src/main/java/androidx/core/util/AtomicFile.java index fe1079f1a9..c220f867e0 100644 --- a/app/src/main/java/androidx/core/util/AtomicFile.java +++ b/app/src/main/java/androidx/core/util/AtomicFile.java @@ -10,12 +10,24 @@ import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; public class AtomicFile { - private final File mBackupName; + private static final String LOG_TAG = "AtomicFile"; private final File mBaseName; + private final File mLegacyBackupName; + private final File mNewName; public AtomicFile(@NonNull File file) { this.mBaseName = file; - this.mBackupName = new File(file.getPath() + ".bak"); + this.mNewName = new File(file.getPath() + ".new"); + this.mLegacyBackupName = new File(file.getPath() + ".bak"); + } + + private static void rename(@NonNull File file, @NonNull File file2) { + if (file2.isDirectory() && !file2.delete()) { + Log.e(LOG_TAG, "Failed to delete file which is a directory " + file2); + } + if (!file.renameTo(file2)) { + Log.e(LOG_TAG, "Failed to rename " + file + " to " + file2); + } } private static boolean sync(@NonNull FileOutputStream fileOutputStream) { @@ -29,31 +41,39 @@ public class AtomicFile { public void delete() { this.mBaseName.delete(); - this.mBackupName.delete(); + this.mNewName.delete(); + this.mLegacyBackupName.delete(); } public void failWrite(@Nullable FileOutputStream fileOutputStream) { if (fileOutputStream != null) { - sync(fileOutputStream); + if (!sync(fileOutputStream)) { + Log.e(LOG_TAG, "Failed to sync file output stream"); + } try { fileOutputStream.close(); - this.mBaseName.delete(); - this.mBackupName.renameTo(this.mBaseName); } catch (IOException e) { - Log.w("AtomicFile", "failWrite: Got exception:", e); + Log.e(LOG_TAG, "Failed to close file output stream", e); + } + if (!this.mNewName.delete()) { + StringBuilder P = a.P("Failed to delete new file "); + P.append(this.mNewName); + Log.e(LOG_TAG, P.toString()); } } } public void finishWrite(@Nullable FileOutputStream fileOutputStream) { if (fileOutputStream != null) { - sync(fileOutputStream); + if (!sync(fileOutputStream)) { + Log.e(LOG_TAG, "Failed to sync file output stream"); + } try { fileOutputStream.close(); - this.mBackupName.delete(); } catch (IOException e) { - Log.w("AtomicFile", "finishWrite: Got exception:", e); + Log.e(LOG_TAG, "Failed to close file output stream", e); } + rename(this.mNewName, this.mBaseName); } } @@ -64,9 +84,13 @@ public class AtomicFile { @NonNull public FileInputStream openRead() throws FileNotFoundException { - if (this.mBackupName.exists()) { - this.mBaseName.delete(); - this.mBackupName.renameTo(this.mBaseName); + if (this.mLegacyBackupName.exists()) { + rename(this.mLegacyBackupName, this.mBaseName); + } + if (this.mNewName.exists() && this.mBaseName.exists() && !this.mNewName.delete()) { + StringBuilder P = a.P("Failed to delete outdated new file "); + P.append(this.mNewName); + Log.e(LOG_TAG, P.toString()); } return new FileInputStream(this.mBaseName); } @@ -97,32 +121,24 @@ public class AtomicFile { @NonNull public FileOutputStream startWrite() throws IOException { - if (this.mBaseName.exists()) { - if (this.mBackupName.exists()) { - this.mBaseName.delete(); - } else if (!this.mBaseName.renameTo(this.mBackupName)) { - 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()); - } + if (this.mLegacyBackupName.exists()) { + rename(this.mLegacyBackupName, this.mBaseName); } try { - return new FileOutputStream(this.mBaseName); + return new FileOutputStream(this.mNewName); } catch (FileNotFoundException unused) { - if (this.mBaseName.getParentFile().mkdirs()) { + if (this.mNewName.getParentFile().mkdirs()) { try { - return new FileOutputStream(this.mBaseName); - } catch (FileNotFoundException unused2) { - StringBuilder P2 = a.P("Couldn't create "); - P2.append(this.mBaseName); - throw new IOException(P2.toString()); + return new FileOutputStream(this.mNewName); + } catch (FileNotFoundException e) { + StringBuilder P = a.P("Failed to create new file "); + P.append(this.mNewName); + throw new IOException(P.toString(), e); } } else { - StringBuilder P3 = a.P("Couldn't create directory "); - P3.append(this.mBaseName); - throw new IOException(P3.toString()); + StringBuilder P2 = a.P("Failed to create directory for "); + P2.append(this.mNewName); + throw new IOException(P2.toString()); } } } diff --git a/app/src/main/java/androidx/core/util/AtomicFileKt.java b/app/src/main/java/androidx/core/util/AtomicFileKt.java index e44e0d1052..5144a5f322 100644 --- a/app/src/main/java/androidx/core/util/AtomicFileKt.java +++ b/app/src/main/java/androidx/core/util/AtomicFileKt.java @@ -14,18 +14,18 @@ import kotlin.jvm.functions.Function1; public final class AtomicFileKt { @RequiresApi(17) public static final byte[] readBytes(AtomicFile atomicFile) { - m.checkParameterIsNotNull(atomicFile, "$this$readBytes"); + m.checkNotNullParameter(atomicFile, ""); byte[] readFully = atomicFile.readFully(); - m.checkExpressionValueIsNotNull(readFully, "readFully()"); + m.checkNotNullExpressionValue(readFully, "readFully()"); return readFully; } @RequiresApi(17) public static final String readText(AtomicFile atomicFile, Charset charset) { - m.checkParameterIsNotNull(atomicFile, "$this$readText"); - m.checkParameterIsNotNull(charset, "charset"); + m.checkNotNullParameter(atomicFile, ""); + m.checkNotNullParameter(charset, "charset"); byte[] readFully = atomicFile.readFully(); - m.checkExpressionValueIsNotNull(readFully, "readFully()"); + m.checkNotNullExpressionValue(readFully, "readFully()"); return new String(readFully, charset); } @@ -38,11 +38,11 @@ public final class AtomicFileKt { @RequiresApi(17) public static final void tryWrite(AtomicFile atomicFile, Function1 function1) { - m.checkParameterIsNotNull(atomicFile, "$this$tryWrite"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(atomicFile, ""); + m.checkNotNullParameter(function1, "block"); FileOutputStream startWrite = atomicFile.startWrite(); try { - m.checkExpressionValueIsNotNull(startWrite, "stream"); + m.checkNotNullExpressionValue(startWrite, "stream"); function1.invoke(startWrite); l.finallyStart(1); atomicFile.finishWrite(startWrite); @@ -57,11 +57,11 @@ public final class AtomicFileKt { @RequiresApi(17) public static final void writeBytes(AtomicFile atomicFile, byte[] bArr) { - m.checkParameterIsNotNull(atomicFile, "$this$writeBytes"); - m.checkParameterIsNotNull(bArr, "array"); + m.checkNotNullParameter(atomicFile, ""); + m.checkNotNullParameter(bArr, "array"); FileOutputStream startWrite = atomicFile.startWrite(); try { - m.checkExpressionValueIsNotNull(startWrite, "stream"); + m.checkNotNullExpressionValue(startWrite, "stream"); startWrite.write(bArr); atomicFile.finishWrite(startWrite); } catch (Throwable th) { @@ -72,11 +72,11 @@ public final class AtomicFileKt { @RequiresApi(17) public static final void writeText(AtomicFile atomicFile, String str, Charset charset) { - m.checkParameterIsNotNull(atomicFile, "$this$writeText"); - m.checkParameterIsNotNull(str, NotificationCompat.MessagingStyle.Message.KEY_TEXT); - m.checkParameterIsNotNull(charset, "charset"); + m.checkNotNullParameter(atomicFile, ""); + m.checkNotNullParameter(str, NotificationCompat.MessagingStyle.Message.KEY_TEXT); + m.checkNotNullParameter(charset, "charset"); byte[] bytes = str.getBytes(charset); - m.checkExpressionValueIsNotNull(bytes, "(this as java.lang.String).getBytes(charset)"); + m.checkNotNullExpressionValue(bytes, "(this as java.lang.String).getBytes(charset)"); writeBytes(atomicFile, bytes); } diff --git a/app/src/main/java/androidx/core/util/HalfKt.java b/app/src/main/java/androidx/core/util/HalfKt.java index bb2d8cf94e..39f2f92b6b 100644 --- a/app/src/main/java/androidx/core/util/HalfKt.java +++ b/app/src/main/java/androidx/core/util/HalfKt.java @@ -8,29 +8,29 @@ public final class HalfKt { @RequiresApi(26) public static final Half toHalf(double d) { Half valueOf = Half.valueOf((float) d); - m.checkExpressionValueIsNotNull(valueOf, "Half.valueOf(this)"); + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); return valueOf; } @RequiresApi(26) public static final Half toHalf(float f) { Half valueOf = Half.valueOf(f); - m.checkExpressionValueIsNotNull(valueOf, "Half.valueOf(this)"); + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); return valueOf; } @RequiresApi(26) public static final Half toHalf(String str) { - m.checkParameterIsNotNull(str, "$this$toHalf"); + m.checkNotNullParameter(str, ""); Half valueOf = Half.valueOf(str); - m.checkExpressionValueIsNotNull(valueOf, "Half.valueOf(this)"); + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); return valueOf; } @RequiresApi(26) public static final Half toHalf(short s2) { Half valueOf = Half.valueOf(s2); - m.checkExpressionValueIsNotNull(valueOf, "Half.valueOf(this)"); + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); return valueOf; } } diff --git a/app/src/main/java/androidx/core/util/LongSparseArrayKt$keyIterator$1.java b/app/src/main/java/androidx/core/util/LongSparseArrayKt$keyIterator$1.java index d1f22f2d2b..842480e083 100644 --- a/app/src/main/java/androidx/core/util/LongSparseArrayKt$keyIterator$1.java +++ b/app/src/main/java/androidx/core/util/LongSparseArrayKt$keyIterator$1.java @@ -4,7 +4,7 @@ import android.util.LongSparseArray; import d0.t.d0; /* compiled from: LongSparseArray.kt */ public final class LongSparseArrayKt$keyIterator$1 extends d0 { - public final /* synthetic */ LongSparseArray $this_keyIterator; + public final /* synthetic */ LongSparseArray $this_keyIterator; private int index; public LongSparseArrayKt$keyIterator$1(LongSparseArray longSparseArray) { @@ -22,7 +22,7 @@ public final class LongSparseArrayKt$keyIterator$1 extends d0 { @Override // d0.t.d0 public long nextLong() { - LongSparseArray longSparseArray = this.$this_keyIterator; + LongSparseArray longSparseArray = this.$this_keyIterator; int i = this.index; this.index = i + 1; return longSparseArray.keyAt(i); diff --git a/app/src/main/java/androidx/core/util/LongSparseArrayKt$valueIterator$1.java b/app/src/main/java/androidx/core/util/LongSparseArrayKt$valueIterator$1.java index 0727328fde..3627e03cdd 100644 --- a/app/src/main/java/androidx/core/util/LongSparseArrayKt$valueIterator$1.java +++ b/app/src/main/java/androidx/core/util/LongSparseArrayKt$valueIterator$1.java @@ -5,7 +5,7 @@ import d0.z.d.g0.a; import java.util.Iterator; /* compiled from: LongSparseArray.kt */ public final class LongSparseArrayKt$valueIterator$1 implements Iterator, a { - public final /* synthetic */ LongSparseArray $this_valueIterator; + public final /* synthetic */ LongSparseArray $this_valueIterator; private int index; public LongSparseArrayKt$valueIterator$1(LongSparseArray longSparseArray) { @@ -24,7 +24,7 @@ public final class LongSparseArrayKt$valueIterator$1 implements Iterator, a { /* JADX WARNING: Unknown variable types count: 1 */ @Override // java.util.Iterator public T next() { - LongSparseArray longSparseArray = this.$this_valueIterator; + LongSparseArray longSparseArray = this.$this_valueIterator; int i = this.index; this.index = i + 1; return longSparseArray.valueAt(i); diff --git a/app/src/main/java/androidx/core/util/LongSparseArrayKt.java b/app/src/main/java/androidx/core/util/LongSparseArrayKt.java index b909afeaf3..f4ac2d85bc 100644 --- a/app/src/main/java/androidx/core/util/LongSparseArrayKt.java +++ b/app/src/main/java/androidx/core/util/LongSparseArrayKt.java @@ -12,75 +12,84 @@ import kotlin.jvm.functions.Function2; public final class LongSparseArrayKt { @RequiresApi(16) public static final boolean contains(LongSparseArray longSparseArray, long j) { - m.checkParameterIsNotNull(longSparseArray, "$this$contains"); + m.checkNotNullParameter(longSparseArray, ""); return longSparseArray.indexOfKey(j) >= 0; } @RequiresApi(16) public static final boolean containsKey(LongSparseArray longSparseArray, long j) { - m.checkParameterIsNotNull(longSparseArray, "$this$containsKey"); + m.checkNotNullParameter(longSparseArray, ""); return longSparseArray.indexOfKey(j) >= 0; } @RequiresApi(16) public static final boolean containsValue(LongSparseArray longSparseArray, T t) { - m.checkParameterIsNotNull(longSparseArray, "$this$containsValue"); + m.checkNotNullParameter(longSparseArray, ""); return longSparseArray.indexOfValue(t) >= 0; } @RequiresApi(16) public static final void forEach(LongSparseArray longSparseArray, Function2 function2) { - m.checkParameterIsNotNull(longSparseArray, "$this$forEach"); - m.checkParameterIsNotNull(function2, "action"); + m.checkNotNullParameter(longSparseArray, ""); + m.checkNotNullParameter(function2, "action"); int size = longSparseArray.size(); - for (int i = 0; i < size; i++) { - function2.invoke(Long.valueOf(longSparseArray.keyAt(i)), longSparseArray.valueAt(i)); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + function2.invoke(Long.valueOf(longSparseArray.keyAt(i)), longSparseArray.valueAt(i)); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } @RequiresApi(16) public static final T getOrDefault(LongSparseArray longSparseArray, long j, T t) { - m.checkParameterIsNotNull(longSparseArray, "$this$getOrDefault"); + m.checkNotNullParameter(longSparseArray, ""); T t2 = longSparseArray.get(j); - return t2 != null ? t2 : t; + return t2 == null ? t : t2; } @RequiresApi(16) public static final T getOrElse(LongSparseArray longSparseArray, long j, Function0 function0) { - m.checkParameterIsNotNull(longSparseArray, "$this$getOrElse"); - m.checkParameterIsNotNull(function0, "defaultValue"); + m.checkNotNullParameter(longSparseArray, ""); + m.checkNotNullParameter(function0, "defaultValue"); T t = longSparseArray.get(j); - return t != null ? t : (T) function0.mo1invoke(); + return t == null ? (T) function0.mo1invoke() : t; } @RequiresApi(16) public static final int getSize(LongSparseArray longSparseArray) { - m.checkParameterIsNotNull(longSparseArray, "$this$size"); + m.checkNotNullParameter(longSparseArray, ""); return longSparseArray.size(); } @RequiresApi(16) public static final boolean isEmpty(LongSparseArray longSparseArray) { - m.checkParameterIsNotNull(longSparseArray, "$this$isEmpty"); + m.checkNotNullParameter(longSparseArray, ""); return longSparseArray.size() == 0; } @RequiresApi(16) public static final boolean isNotEmpty(LongSparseArray longSparseArray) { - m.checkParameterIsNotNull(longSparseArray, "$this$isNotEmpty"); + m.checkNotNullParameter(longSparseArray, ""); return longSparseArray.size() != 0; } @RequiresApi(16) public static final d0 keyIterator(LongSparseArray longSparseArray) { - m.checkParameterIsNotNull(longSparseArray, "$this$keyIterator"); + m.checkNotNullParameter(longSparseArray, ""); return new LongSparseArrayKt$keyIterator$1(longSparseArray); } @RequiresApi(16) public static final LongSparseArray plus(LongSparseArray longSparseArray, LongSparseArray longSparseArray2) { - m.checkParameterIsNotNull(longSparseArray, "$this$plus"); - m.checkParameterIsNotNull(longSparseArray2, "other"); + m.checkNotNullParameter(longSparseArray, ""); + m.checkNotNullParameter(longSparseArray2, "other"); LongSparseArray longSparseArray3 = new LongSparseArray<>(longSparseArray2.size() + longSparseArray.size()); putAll(longSparseArray3, longSparseArray); putAll(longSparseArray3, longSparseArray2); @@ -89,17 +98,26 @@ public final class LongSparseArrayKt { @RequiresApi(16) public static final void putAll(LongSparseArray longSparseArray, LongSparseArray longSparseArray2) { - m.checkParameterIsNotNull(longSparseArray, "$this$putAll"); - m.checkParameterIsNotNull(longSparseArray2, "other"); + m.checkNotNullParameter(longSparseArray, ""); + m.checkNotNullParameter(longSparseArray2, "other"); int size = longSparseArray2.size(); - for (int i = 0; i < size; i++) { - longSparseArray.put(longSparseArray2.keyAt(i), longSparseArray2.valueAt(i)); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + longSparseArray.put(longSparseArray2.keyAt(i), longSparseArray2.valueAt(i)); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } @RequiresApi(16) public static final boolean remove(LongSparseArray longSparseArray, long j, T t) { - m.checkParameterIsNotNull(longSparseArray, "$this$remove"); + m.checkNotNullParameter(longSparseArray, ""); int indexOfKey = longSparseArray.indexOfKey(j); if (indexOfKey < 0 || !m.areEqual(t, longSparseArray.valueAt(indexOfKey))) { return false; @@ -110,13 +128,13 @@ public final class LongSparseArrayKt { @RequiresApi(16) public static final void set(LongSparseArray longSparseArray, long j, T t) { - m.checkParameterIsNotNull(longSparseArray, "$this$set"); + m.checkNotNullParameter(longSparseArray, ""); longSparseArray.put(j, t); } @RequiresApi(16) public static final Iterator valueIterator(LongSparseArray longSparseArray) { - m.checkParameterIsNotNull(longSparseArray, "$this$valueIterator"); + m.checkNotNullParameter(longSparseArray, ""); return new LongSparseArrayKt$valueIterator$1(longSparseArray); } } diff --git a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$1.java b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$1.java index 18e4b0601f..bcc1c4b617 100644 --- a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$1.java +++ b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$1.java @@ -14,8 +14,8 @@ public final class LruCacheKt$lruCache$1 extends o implements Function2"); - m.checkParameterIsNotNull(v, ""); + m.checkNotNullParameter(k, "$noName_0"); + m.checkNotNullParameter(v, "$noName_1"); return 1; } } diff --git a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$2.java b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$2.java index e0caf8576d..d566c8fc48 100644 --- a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$2.java +++ b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$2.java @@ -13,7 +13,7 @@ public final class LruCacheKt$lruCache$2 extends o implements Function1 { @Override // kotlin.jvm.functions.Function1 public final V invoke(K k) { - m.checkParameterIsNotNull(k, "it"); + m.checkNotNullParameter(k, "it"); return null; } } diff --git a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$3.java b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$3.java index 4d4aec82e4..d1fc98cce0 100644 --- a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$3.java +++ b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$3.java @@ -21,7 +21,7 @@ public final class LruCacheKt$lruCache$3 extends o implements Function4"); - m.checkParameterIsNotNull(v, ""); + m.checkNotNullParameter(k, "$noName_1"); + m.checkNotNullParameter(v, "$noName_2"); } } diff --git a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$4.java b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$4.java index e0ea739ced..a74f913e60 100644 --- a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$4.java +++ b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$4.java @@ -2,19 +2,24 @@ package androidx.core.util; import android.util.LruCache; import d0.z.d.m; +import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; import kotlin.jvm.functions.Function4; /* compiled from: LruCache.kt */ public final class LruCacheKt$lruCache$4 extends LruCache { - public final /* synthetic */ Function1 $create; + public final /* synthetic */ Function1 $create; public final /* synthetic */ int $maxSize; - public final /* synthetic */ Function4 $onEntryRemoved; - public final /* synthetic */ Function2 $sizeOf; + public final /* synthetic */ Function4 $onEntryRemoved; + public final /* synthetic */ Function2 $sizeOf; + /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.jvm.functions.Function2 */ + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function4 */ + /* JADX WARN: Multi-variable type inference failed */ /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public LruCacheKt$lruCache$4(Function2 function2, Function1 function1, Function4 function4, int i, int i2) { - super(i2); + public LruCacheKt$lruCache$4(Function2 function2, Function1 function1, Function4 function4, int i) { + super(i); this.$sizeOf = function2; this.$create = function1; this.$onEntryRemoved = function4; @@ -24,21 +29,21 @@ public final class LruCacheKt$lruCache$4 extends LruCache { /* JADX WARNING: Unknown variable types count: 1 */ @Override // android.util.LruCache public V create(K k) { - m.checkParameterIsNotNull(k, "key"); + m.checkNotNullParameter(k, "key"); return this.$create.invoke(k); } @Override // android.util.LruCache public void entryRemoved(boolean z2, K k, V v, V v2) { - m.checkParameterIsNotNull(k, "key"); - m.checkParameterIsNotNull(v, "oldValue"); + m.checkNotNullParameter(k, "key"); + m.checkNotNullParameter(v, "oldValue"); this.$onEntryRemoved.invoke(Boolean.valueOf(z2), k, v, v2); } @Override // android.util.LruCache public int sizeOf(K k, V v) { - m.checkParameterIsNotNull(k, "key"); - m.checkParameterIsNotNull(v, "value"); - return ((Number) this.$sizeOf.invoke(k, v)).intValue(); + m.checkNotNullParameter(k, "key"); + m.checkNotNullParameter(v, "value"); + return this.$sizeOf.invoke(k, v).intValue(); } } diff --git a/app/src/main/java/androidx/core/util/LruCacheKt.java b/app/src/main/java/androidx/core/util/LruCacheKt.java index 1240c23b7a..945aef27e3 100644 --- a/app/src/main/java/androidx/core/util/LruCacheKt.java +++ b/app/src/main/java/androidx/core/util/LruCacheKt.java @@ -9,10 +9,10 @@ import kotlin.jvm.functions.Function4; /* compiled from: LruCache.kt */ public final class LruCacheKt { public static final LruCache lruCache(int i, Function2 function2, Function1 function1, Function4 function4) { - m.checkParameterIsNotNull(function2, "sizeOf"); - m.checkParameterIsNotNull(function1, "create"); - m.checkParameterIsNotNull(function4, "onEntryRemoved"); - return new LruCacheKt$lruCache$4(function2, function1, function4, i, i); + m.checkNotNullParameter(function2, "sizeOf"); + m.checkNotNullParameter(function1, "create"); + m.checkNotNullParameter(function4, "onEntryRemoved"); + return new LruCacheKt$lruCache$4(function2, function1, function4, i); } public static /* synthetic */ LruCache lruCache$default(int i, Function2 function2, Function1 function1, Function4 function4, int i2, Object obj) { @@ -25,9 +25,9 @@ public final class LruCacheKt { if ((i2 & 8) != 0) { function4 = LruCacheKt$lruCache$3.INSTANCE; } - m.checkParameterIsNotNull(function2, "sizeOf"); - m.checkParameterIsNotNull(function1, "create"); - m.checkParameterIsNotNull(function4, "onEntryRemoved"); - return new LruCacheKt$lruCache$4(function2, function1, function4, i, i); + m.checkNotNullParameter(function2, "sizeOf"); + m.checkNotNullParameter(function1, "create"); + m.checkNotNullParameter(function4, "onEntryRemoved"); + return new LruCacheKt$lruCache$4(function2, function1, function4, i); } } diff --git a/app/src/main/java/androidx/core/util/ObjectsCompat.java b/app/src/main/java/androidx/core/util/ObjectsCompat.java index f6dd0dc236..8fe602fb19 100644 --- a/app/src/main/java/androidx/core/util/ObjectsCompat.java +++ b/app/src/main/java/androidx/core/util/ObjectsCompat.java @@ -1,5 +1,6 @@ package androidx.core.util; +import androidx.annotation.NonNull; import androidx.annotation.Nullable; import java.util.Objects; public class ObjectsCompat { @@ -20,4 +21,21 @@ public class ObjectsCompat { } return 0; } + + @NonNull + public static T requireNonNull(@Nullable T t) { + Objects.requireNonNull(t); + return t; + } + + @NonNull + public static T requireNonNull(@Nullable T t, @NonNull String str) { + Objects.requireNonNull(t, str); + return t; + } + + @Nullable + public static String toString(@Nullable Object obj, @Nullable String str) { + return obj != null ? obj.toString() : str; + } } diff --git a/app/src/main/java/androidx/core/util/Pair.java b/app/src/main/java/androidx/core/util/Pair.java index 7e503e3f31..ffa087c0dd 100644 --- a/app/src/main/java/androidx/core/util/Pair.java +++ b/app/src/main/java/androidx/core/util/Pair.java @@ -1,21 +1,18 @@ package androidx.core.util; import androidx.annotation.NonNull; -import androidx.annotation.Nullable; import c.d.b.a.a; public class Pair { - @Nullable public final F first; - @Nullable public final S second; - public Pair(@Nullable F f, @Nullable S s2) { + public Pair(F f, S s2) { this.first = f; this.second = s2; } @NonNull - public static Pair create(@Nullable A a, @Nullable B b) { + public static Pair create(A a, B b) { return new Pair<>(a, b); } @@ -41,9 +38,9 @@ public class Pair { @NonNull public String toString() { StringBuilder P = a.P("Pair{"); - P.append(String.valueOf(this.first)); + P.append((Object) this.first); P.append(" "); - P.append(String.valueOf(this.second)); + P.append((Object) this.second); P.append("}"); return P.toString(); } diff --git a/app/src/main/java/androidx/core/util/PairKt.java b/app/src/main/java/androidx/core/util/PairKt.java index 8b2ed157f3..4c24cba27e 100644 --- a/app/src/main/java/androidx/core/util/PairKt.java +++ b/app/src/main/java/androidx/core/util/PairKt.java @@ -7,23 +7,45 @@ import d0.z.d.m; public final class PairKt { @SuppressLint({"UnknownNullness"}) public static final F component1(Pair pair) { - m.checkParameterIsNotNull(pair, "$this$component1"); + m.checkNotNullParameter(pair, ""); return (F) pair.first; } + @SuppressLint({"UnknownNullness"}) + public static final F component1(Pair pair) { + m.checkNotNullParameter(pair, ""); + return pair.first; + } + @SuppressLint({"UnknownNullness"}) public static final S component2(Pair pair) { - m.checkParameterIsNotNull(pair, "$this$component2"); + m.checkNotNullParameter(pair, ""); return (S) pair.second; } + @SuppressLint({"UnknownNullness"}) + public static final S component2(Pair pair) { + m.checkNotNullParameter(pair, ""); + return pair.second; + } + public static final Pair toAndroidPair(kotlin.Pair pair) { - m.checkParameterIsNotNull(pair, "$this$toAndroidPair"); + m.checkNotNullParameter(pair, ""); + return new Pair<>(pair.getFirst(), pair.getSecond()); + } + + public static final Pair toAndroidXPair(kotlin.Pair pair) { + m.checkNotNullParameter(pair, ""); return new Pair<>(pair.getFirst(), pair.getSecond()); } public static final kotlin.Pair toKotlinPair(Pair pair) { - m.checkParameterIsNotNull(pair, "$this$toKotlinPair"); + m.checkNotNullParameter(pair, ""); + return new kotlin.Pair<>(pair.first, pair.second); + } + + public static final kotlin.Pair toKotlinPair(Pair pair) { + m.checkNotNullParameter(pair, ""); return new kotlin.Pair<>(pair.first, pair.second); } } diff --git a/app/src/main/java/androidx/core/util/Preconditions.java b/app/src/main/java/androidx/core/util/Preconditions.java index c7e11c03e6..7ce2106939 100644 --- a/app/src/main/java/androidx/core/util/Preconditions.java +++ b/app/src/main/java/androidx/core/util/Preconditions.java @@ -1,9 +1,11 @@ package androidx.core.util; +import android.text.TextUtils; import androidx.annotation.IntRange; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RestrictTo; +import c.d.b.a.a; import java.util.Locale; import java.util.Objects; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @@ -49,6 +51,18 @@ public final class Preconditions { throw new IllegalArgumentException(str); } + public static int checkFlagsArgument(int i, int i2) { + if ((i & i2) == i) { + return i; + } + StringBuilder P = a.P("Requested flags 0x"); + P.append(Integer.toHexString(i)); + P.append(", but only 0x"); + P.append(Integer.toHexString(i2)); + P.append(" are allowed"); + throw new IllegalArgumentException(P.toString()); + } + @NonNull public static T checkNotNull(@Nullable T t) { Objects.requireNonNull(t); @@ -72,4 +86,28 @@ public final class Preconditions { throw new IllegalStateException(str); } } + + @NonNull + public static T checkStringNotEmpty(@Nullable T t) { + if (!TextUtils.isEmpty(t)) { + return t; + } + throw new IllegalArgumentException(); + } + + @NonNull + public static T checkStringNotEmpty(@Nullable T t, @NonNull Object obj) { + if (!TextUtils.isEmpty(t)) { + return t; + } + throw new IllegalArgumentException(String.valueOf(obj)); + } + + @NonNull + public static T checkStringNotEmpty(@Nullable T t, @NonNull String str, @NonNull Object... objArr) { + if (!TextUtils.isEmpty(t)) { + return t; + } + throw new IllegalArgumentException(String.format(str, objArr)); + } } diff --git a/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java b/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java index f4459c4ac4..d2e570912d 100644 --- a/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java +++ b/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java @@ -2,10 +2,9 @@ package androidx.core.util; import android.util.Range; import d0.d0.a; -import d0.z.d.m; /* compiled from: Range.kt */ public final class RangeKt$toClosedRange$1 implements a { - public final /* synthetic */ Range $this_toClosedRange; + public final /* synthetic */ Range $this_toClosedRange; public RangeKt$toClosedRange$1(Range range) { this.$this_toClosedRange = range; @@ -13,8 +12,7 @@ public final class RangeKt$toClosedRange$1 implements a { @Override // d0.d0.a public boolean contains(T t) { - m.checkParameterIsNotNull(t, "value"); - return a.C0195a.contains(this, t); + return a.C0196a.contains(this, t); } /* JADX WARNING: Unknown variable types count: 1 */ @@ -30,6 +28,6 @@ public final class RangeKt$toClosedRange$1 implements a { } public boolean isEmpty() { - return a.C0195a.isEmpty(this); + return a.C0196a.isEmpty(this); } } diff --git a/app/src/main/java/androidx/core/util/RangeKt.java b/app/src/main/java/androidx/core/util/RangeKt.java index 14223fb39a..fecc87e676 100644 --- a/app/src/main/java/androidx/core/util/RangeKt.java +++ b/app/src/main/java/androidx/core/util/RangeKt.java @@ -8,47 +8,47 @@ import d0.z.d.m; public final class RangeKt { @RequiresApi(21) public static final > Range and(Range range, Range range2) { - m.checkParameterIsNotNull(range, "$this$and"); - m.checkParameterIsNotNull(range2, "other"); + m.checkNotNullParameter(range, ""); + m.checkNotNullParameter(range2, "other"); Range intersect = range.intersect(range2); - m.checkExpressionValueIsNotNull(intersect, "intersect(other)"); + m.checkNotNullExpressionValue(intersect, "intersect(other)"); return intersect; } @RequiresApi(21) public static final > Range plus(Range range, Range range2) { - m.checkParameterIsNotNull(range, "$this$plus"); - m.checkParameterIsNotNull(range2, "other"); + m.checkNotNullParameter(range, ""); + m.checkNotNullParameter(range2, "other"); Range extend = range.extend(range2); - m.checkExpressionValueIsNotNull(extend, "extend(other)"); + m.checkNotNullExpressionValue(extend, "extend(other)"); return extend; } @RequiresApi(21) public static final > Range plus(Range range, T t) { - m.checkParameterIsNotNull(range, "$this$plus"); - m.checkParameterIsNotNull(t, "value"); + m.checkNotNullParameter(range, ""); + m.checkNotNullParameter(t, "value"); Range extend = range.extend((Range) t); - m.checkExpressionValueIsNotNull(extend, "extend(value)"); + m.checkNotNullExpressionValue(extend, "extend(value)"); return extend; } @RequiresApi(21) public static final > Range rangeTo(T t, T t2) { - m.checkParameterIsNotNull(t, "$this$rangeTo"); - m.checkParameterIsNotNull(t2, "that"); + m.checkNotNullParameter(t, ""); + m.checkNotNullParameter(t2, "that"); return new Range<>(t, t2); } @RequiresApi(21) public static final > a toClosedRange(Range range) { - m.checkParameterIsNotNull(range, "$this$toClosedRange"); + m.checkNotNullParameter(range, ""); return new RangeKt$toClosedRange$1(range); } @RequiresApi(21) public static final > Range toRange(a aVar) { - m.checkParameterIsNotNull(aVar, "$this$toRange"); + m.checkNotNullParameter(aVar, ""); return new Range<>(aVar.getStart(), aVar.getEndInclusive()); } } diff --git a/app/src/main/java/androidx/core/util/SizeKt.java b/app/src/main/java/androidx/core/util/SizeKt.java index afa1c6bb5d..1c065076de 100644 --- a/app/src/main/java/androidx/core/util/SizeKt.java +++ b/app/src/main/java/androidx/core/util/SizeKt.java @@ -8,25 +8,25 @@ import d0.z.d.m; public final class SizeKt { @RequiresApi(21) public static final float component1(SizeF sizeF) { - m.checkParameterIsNotNull(sizeF, "$this$component1"); + m.checkNotNullParameter(sizeF, ""); return sizeF.getWidth(); } @RequiresApi(21) public static final int component1(Size size) { - m.checkParameterIsNotNull(size, "$this$component1"); + m.checkNotNullParameter(size, ""); return size.getWidth(); } @RequiresApi(21) public static final float component2(SizeF sizeF) { - m.checkParameterIsNotNull(sizeF, "$this$component2"); + m.checkNotNullParameter(sizeF, ""); return sizeF.getHeight(); } @RequiresApi(21) public static final int component2(Size size) { - m.checkParameterIsNotNull(size, "$this$component2"); + m.checkNotNullParameter(size, ""); return size.getHeight(); } } diff --git a/app/src/main/java/androidx/core/util/SparseArrayKt$keyIterator$1.java b/app/src/main/java/androidx/core/util/SparseArrayKt$keyIterator$1.java index 6d1d9e9ce6..a57f892604 100644 --- a/app/src/main/java/androidx/core/util/SparseArrayKt$keyIterator$1.java +++ b/app/src/main/java/androidx/core/util/SparseArrayKt$keyIterator$1.java @@ -4,7 +4,7 @@ import android.util.SparseArray; import d0.t.c0; /* compiled from: SparseArray.kt */ public final class SparseArrayKt$keyIterator$1 extends c0 { - public final /* synthetic */ SparseArray $this_keyIterator; + public final /* synthetic */ SparseArray $this_keyIterator; private int index; public SparseArrayKt$keyIterator$1(SparseArray sparseArray) { @@ -22,7 +22,7 @@ public final class SparseArrayKt$keyIterator$1 extends c0 { @Override // d0.t.c0 public int nextInt() { - SparseArray sparseArray = this.$this_keyIterator; + SparseArray sparseArray = this.$this_keyIterator; int i = this.index; this.index = i + 1; return sparseArray.keyAt(i); diff --git a/app/src/main/java/androidx/core/util/SparseArrayKt$valueIterator$1.java b/app/src/main/java/androidx/core/util/SparseArrayKt$valueIterator$1.java index d6c0d50c7c..7f3201330c 100644 --- a/app/src/main/java/androidx/core/util/SparseArrayKt$valueIterator$1.java +++ b/app/src/main/java/androidx/core/util/SparseArrayKt$valueIterator$1.java @@ -5,7 +5,7 @@ import d0.z.d.g0.a; import java.util.Iterator; /* compiled from: SparseArray.kt */ public final class SparseArrayKt$valueIterator$1 implements Iterator, a { - public final /* synthetic */ SparseArray $this_valueIterator; + public final /* synthetic */ SparseArray $this_valueIterator; private int index; public SparseArrayKt$valueIterator$1(SparseArray sparseArray) { @@ -24,7 +24,7 @@ public final class SparseArrayKt$valueIterator$1 implements Iterator, a { /* JADX WARNING: Unknown variable types count: 1 */ @Override // java.util.Iterator public T next() { - SparseArray sparseArray = this.$this_valueIterator; + SparseArray sparseArray = this.$this_valueIterator; int i = this.index; this.index = i + 1; return sparseArray.valueAt(i); diff --git a/app/src/main/java/androidx/core/util/SparseArrayKt.java b/app/src/main/java/androidx/core/util/SparseArrayKt.java index 32e2836b9a..b8c1510e15 100644 --- a/app/src/main/java/androidx/core/util/SparseArrayKt.java +++ b/app/src/main/java/androidx/core/util/SparseArrayKt.java @@ -10,65 +10,74 @@ import kotlin.jvm.functions.Function2; /* compiled from: SparseArray.kt */ public final class SparseArrayKt { public static final boolean contains(SparseArray sparseArray, int i) { - m.checkParameterIsNotNull(sparseArray, "$this$contains"); + m.checkNotNullParameter(sparseArray, ""); return sparseArray.indexOfKey(i) >= 0; } public static final boolean containsKey(SparseArray sparseArray, int i) { - m.checkParameterIsNotNull(sparseArray, "$this$containsKey"); + m.checkNotNullParameter(sparseArray, ""); return sparseArray.indexOfKey(i) >= 0; } public static final boolean containsValue(SparseArray sparseArray, T t) { - m.checkParameterIsNotNull(sparseArray, "$this$containsValue"); + m.checkNotNullParameter(sparseArray, ""); return sparseArray.indexOfValue(t) >= 0; } public static final void forEach(SparseArray sparseArray, Function2 function2) { - m.checkParameterIsNotNull(sparseArray, "$this$forEach"); - m.checkParameterIsNotNull(function2, "action"); + m.checkNotNullParameter(sparseArray, ""); + m.checkNotNullParameter(function2, "action"); int size = sparseArray.size(); - for (int i = 0; i < size; i++) { - function2.invoke(Integer.valueOf(sparseArray.keyAt(i)), sparseArray.valueAt(i)); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + function2.invoke(Integer.valueOf(sparseArray.keyAt(i)), sparseArray.valueAt(i)); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } public static final T getOrDefault(SparseArray sparseArray, int i, T t) { - m.checkParameterIsNotNull(sparseArray, "$this$getOrDefault"); + m.checkNotNullParameter(sparseArray, ""); T t2 = sparseArray.get(i); - return t2 != null ? t2 : t; + return t2 == null ? t : t2; } public static final T getOrElse(SparseArray sparseArray, int i, Function0 function0) { - m.checkParameterIsNotNull(sparseArray, "$this$getOrElse"); - m.checkParameterIsNotNull(function0, "defaultValue"); + m.checkNotNullParameter(sparseArray, ""); + m.checkNotNullParameter(function0, "defaultValue"); T t = sparseArray.get(i); - return t != null ? t : (T) function0.mo1invoke(); + return t == null ? (T) function0.mo1invoke() : t; } public static final int getSize(SparseArray sparseArray) { - m.checkParameterIsNotNull(sparseArray, "$this$size"); + m.checkNotNullParameter(sparseArray, ""); return sparseArray.size(); } public static final boolean isEmpty(SparseArray sparseArray) { - m.checkParameterIsNotNull(sparseArray, "$this$isEmpty"); + m.checkNotNullParameter(sparseArray, ""); return sparseArray.size() == 0; } public static final boolean isNotEmpty(SparseArray sparseArray) { - m.checkParameterIsNotNull(sparseArray, "$this$isNotEmpty"); + m.checkNotNullParameter(sparseArray, ""); return sparseArray.size() != 0; } public static final c0 keyIterator(SparseArray sparseArray) { - m.checkParameterIsNotNull(sparseArray, "$this$keyIterator"); + m.checkNotNullParameter(sparseArray, ""); return new SparseArrayKt$keyIterator$1(sparseArray); } public static final SparseArray plus(SparseArray sparseArray, SparseArray sparseArray2) { - m.checkParameterIsNotNull(sparseArray, "$this$plus"); - m.checkParameterIsNotNull(sparseArray2, "other"); + m.checkNotNullParameter(sparseArray, ""); + m.checkNotNullParameter(sparseArray2, "other"); SparseArray sparseArray3 = new SparseArray<>(sparseArray2.size() + sparseArray.size()); putAll(sparseArray3, sparseArray); putAll(sparseArray3, sparseArray2); @@ -76,16 +85,25 @@ public final class SparseArrayKt { } public static final void putAll(SparseArray sparseArray, SparseArray sparseArray2) { - m.checkParameterIsNotNull(sparseArray, "$this$putAll"); - m.checkParameterIsNotNull(sparseArray2, "other"); + m.checkNotNullParameter(sparseArray, ""); + m.checkNotNullParameter(sparseArray2, "other"); int size = sparseArray2.size(); - for (int i = 0; i < size; i++) { - sparseArray.put(sparseArray2.keyAt(i), sparseArray2.valueAt(i)); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + sparseArray.put(sparseArray2.keyAt(i), sparseArray2.valueAt(i)); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } public static final boolean remove(SparseArray sparseArray, int i, T t) { - m.checkParameterIsNotNull(sparseArray, "$this$remove"); + m.checkNotNullParameter(sparseArray, ""); int indexOfKey = sparseArray.indexOfKey(i); if (indexOfKey < 0 || !m.areEqual(t, sparseArray.valueAt(indexOfKey))) { return false; @@ -95,12 +113,12 @@ public final class SparseArrayKt { } public static final void set(SparseArray sparseArray, int i, T t) { - m.checkParameterIsNotNull(sparseArray, "$this$set"); + m.checkNotNullParameter(sparseArray, ""); sparseArray.put(i, t); } public static final Iterator valueIterator(SparseArray sparseArray) { - m.checkParameterIsNotNull(sparseArray, "$this$valueIterator"); + m.checkNotNullParameter(sparseArray, ""); return new SparseArrayKt$valueIterator$1(sparseArray); } } diff --git a/app/src/main/java/androidx/core/util/SparseBooleanArrayKt.java b/app/src/main/java/androidx/core/util/SparseBooleanArrayKt.java index e2b5658f98..1a3f60bf56 100644 --- a/app/src/main/java/androidx/core/util/SparseBooleanArrayKt.java +++ b/app/src/main/java/androidx/core/util/SparseBooleanArrayKt.java @@ -10,64 +10,73 @@ import kotlin.jvm.functions.Function2; /* compiled from: SparseBooleanArray.kt */ public final class SparseBooleanArrayKt { public static final boolean contains(SparseBooleanArray sparseBooleanArray, int i) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$contains"); + m.checkNotNullParameter(sparseBooleanArray, ""); return sparseBooleanArray.indexOfKey(i) >= 0; } public static final boolean containsKey(SparseBooleanArray sparseBooleanArray, int i) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$containsKey"); + m.checkNotNullParameter(sparseBooleanArray, ""); return sparseBooleanArray.indexOfKey(i) >= 0; } public static final boolean containsValue(SparseBooleanArray sparseBooleanArray, boolean z2) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$containsValue"); + m.checkNotNullParameter(sparseBooleanArray, ""); return sparseBooleanArray.indexOfValue(z2) >= 0; } public static final void forEach(SparseBooleanArray sparseBooleanArray, Function2 function2) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$forEach"); - m.checkParameterIsNotNull(function2, "action"); + m.checkNotNullParameter(sparseBooleanArray, ""); + m.checkNotNullParameter(function2, "action"); int size = sparseBooleanArray.size(); - for (int i = 0; i < size; i++) { - function2.invoke(Integer.valueOf(sparseBooleanArray.keyAt(i)), Boolean.valueOf(sparseBooleanArray.valueAt(i))); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + function2.invoke(Integer.valueOf(sparseBooleanArray.keyAt(i)), Boolean.valueOf(sparseBooleanArray.valueAt(i))); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } public static final boolean getOrDefault(SparseBooleanArray sparseBooleanArray, int i, boolean z2) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$getOrDefault"); + m.checkNotNullParameter(sparseBooleanArray, ""); return sparseBooleanArray.get(i, z2); } public static final boolean getOrElse(SparseBooleanArray sparseBooleanArray, int i, Function0 function0) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$getOrElse"); - m.checkParameterIsNotNull(function0, "defaultValue"); + m.checkNotNullParameter(sparseBooleanArray, ""); + m.checkNotNullParameter(function0, "defaultValue"); int indexOfKey = sparseBooleanArray.indexOfKey(i); return indexOfKey >= 0 ? sparseBooleanArray.valueAt(indexOfKey) : function0.mo1invoke().booleanValue(); } public static final int getSize(SparseBooleanArray sparseBooleanArray) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$size"); + m.checkNotNullParameter(sparseBooleanArray, ""); return sparseBooleanArray.size(); } public static final boolean isEmpty(SparseBooleanArray sparseBooleanArray) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$isEmpty"); + m.checkNotNullParameter(sparseBooleanArray, ""); return sparseBooleanArray.size() == 0; } public static final boolean isNotEmpty(SparseBooleanArray sparseBooleanArray) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$isNotEmpty"); + m.checkNotNullParameter(sparseBooleanArray, ""); return sparseBooleanArray.size() != 0; } public static final c0 keyIterator(SparseBooleanArray sparseBooleanArray) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$keyIterator"); + m.checkNotNullParameter(sparseBooleanArray, ""); return new SparseBooleanArrayKt$keyIterator$1(sparseBooleanArray); } public static final SparseBooleanArray plus(SparseBooleanArray sparseBooleanArray, SparseBooleanArray sparseBooleanArray2) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$plus"); - m.checkParameterIsNotNull(sparseBooleanArray2, "other"); + m.checkNotNullParameter(sparseBooleanArray, ""); + m.checkNotNullParameter(sparseBooleanArray2, "other"); SparseBooleanArray sparseBooleanArray3 = new SparseBooleanArray(sparseBooleanArray2.size() + sparseBooleanArray.size()); putAll(sparseBooleanArray3, sparseBooleanArray); putAll(sparseBooleanArray3, sparseBooleanArray2); @@ -75,16 +84,25 @@ public final class SparseBooleanArrayKt { } public static final void putAll(SparseBooleanArray sparseBooleanArray, SparseBooleanArray sparseBooleanArray2) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$putAll"); - m.checkParameterIsNotNull(sparseBooleanArray2, "other"); + m.checkNotNullParameter(sparseBooleanArray, ""); + m.checkNotNullParameter(sparseBooleanArray2, "other"); int size = sparseBooleanArray2.size(); - for (int i = 0; i < size; i++) { - sparseBooleanArray.put(sparseBooleanArray2.keyAt(i), sparseBooleanArray2.valueAt(i)); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + sparseBooleanArray.put(sparseBooleanArray2.keyAt(i), sparseBooleanArray2.valueAt(i)); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } public static final boolean remove(SparseBooleanArray sparseBooleanArray, int i, boolean z2) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$remove"); + m.checkNotNullParameter(sparseBooleanArray, ""); int indexOfKey = sparseBooleanArray.indexOfKey(i); if (indexOfKey < 0 || z2 != sparseBooleanArray.valueAt(indexOfKey)) { return false; @@ -94,12 +112,12 @@ public final class SparseBooleanArrayKt { } public static final void set(SparseBooleanArray sparseBooleanArray, int i, boolean z2) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$set"); + m.checkNotNullParameter(sparseBooleanArray, ""); sparseBooleanArray.put(i, z2); } public static final l valueIterator(SparseBooleanArray sparseBooleanArray) { - m.checkParameterIsNotNull(sparseBooleanArray, "$this$valueIterator"); + m.checkNotNullParameter(sparseBooleanArray, ""); return new SparseBooleanArrayKt$valueIterator$1(sparseBooleanArray); } } diff --git a/app/src/main/java/androidx/core/util/SparseIntArrayKt.java b/app/src/main/java/androidx/core/util/SparseIntArrayKt.java index 51f902ee5b..5d85736e96 100644 --- a/app/src/main/java/androidx/core/util/SparseIntArrayKt.java +++ b/app/src/main/java/androidx/core/util/SparseIntArrayKt.java @@ -9,64 +9,73 @@ import kotlin.jvm.functions.Function2; /* compiled from: SparseIntArray.kt */ public final class SparseIntArrayKt { public static final boolean contains(SparseIntArray sparseIntArray, int i) { - m.checkParameterIsNotNull(sparseIntArray, "$this$contains"); + m.checkNotNullParameter(sparseIntArray, ""); return sparseIntArray.indexOfKey(i) >= 0; } public static final boolean containsKey(SparseIntArray sparseIntArray, int i) { - m.checkParameterIsNotNull(sparseIntArray, "$this$containsKey"); + m.checkNotNullParameter(sparseIntArray, ""); return sparseIntArray.indexOfKey(i) >= 0; } public static final boolean containsValue(SparseIntArray sparseIntArray, int i) { - m.checkParameterIsNotNull(sparseIntArray, "$this$containsValue"); + m.checkNotNullParameter(sparseIntArray, ""); return sparseIntArray.indexOfValue(i) >= 0; } public static final void forEach(SparseIntArray sparseIntArray, Function2 function2) { - m.checkParameterIsNotNull(sparseIntArray, "$this$forEach"); - m.checkParameterIsNotNull(function2, "action"); + m.checkNotNullParameter(sparseIntArray, ""); + m.checkNotNullParameter(function2, "action"); int size = sparseIntArray.size(); - for (int i = 0; i < size; i++) { - function2.invoke(Integer.valueOf(sparseIntArray.keyAt(i)), Integer.valueOf(sparseIntArray.valueAt(i))); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + function2.invoke(Integer.valueOf(sparseIntArray.keyAt(i)), Integer.valueOf(sparseIntArray.valueAt(i))); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } public static final int getOrDefault(SparseIntArray sparseIntArray, int i, int i2) { - m.checkParameterIsNotNull(sparseIntArray, "$this$getOrDefault"); + m.checkNotNullParameter(sparseIntArray, ""); return sparseIntArray.get(i, i2); } public static final int getOrElse(SparseIntArray sparseIntArray, int i, Function0 function0) { - m.checkParameterIsNotNull(sparseIntArray, "$this$getOrElse"); - m.checkParameterIsNotNull(function0, "defaultValue"); + m.checkNotNullParameter(sparseIntArray, ""); + m.checkNotNullParameter(function0, "defaultValue"); int indexOfKey = sparseIntArray.indexOfKey(i); return indexOfKey >= 0 ? sparseIntArray.valueAt(indexOfKey) : function0.mo1invoke().intValue(); } public static final int getSize(SparseIntArray sparseIntArray) { - m.checkParameterIsNotNull(sparseIntArray, "$this$size"); + m.checkNotNullParameter(sparseIntArray, ""); return sparseIntArray.size(); } public static final boolean isEmpty(SparseIntArray sparseIntArray) { - m.checkParameterIsNotNull(sparseIntArray, "$this$isEmpty"); + m.checkNotNullParameter(sparseIntArray, ""); return sparseIntArray.size() == 0; } public static final boolean isNotEmpty(SparseIntArray sparseIntArray) { - m.checkParameterIsNotNull(sparseIntArray, "$this$isNotEmpty"); + m.checkNotNullParameter(sparseIntArray, ""); return sparseIntArray.size() != 0; } public static final c0 keyIterator(SparseIntArray sparseIntArray) { - m.checkParameterIsNotNull(sparseIntArray, "$this$keyIterator"); + m.checkNotNullParameter(sparseIntArray, ""); return new SparseIntArrayKt$keyIterator$1(sparseIntArray); } public static final SparseIntArray plus(SparseIntArray sparseIntArray, SparseIntArray sparseIntArray2) { - m.checkParameterIsNotNull(sparseIntArray, "$this$plus"); - m.checkParameterIsNotNull(sparseIntArray2, "other"); + m.checkNotNullParameter(sparseIntArray, ""); + m.checkNotNullParameter(sparseIntArray2, "other"); SparseIntArray sparseIntArray3 = new SparseIntArray(sparseIntArray2.size() + sparseIntArray.size()); putAll(sparseIntArray3, sparseIntArray); putAll(sparseIntArray3, sparseIntArray2); @@ -74,16 +83,25 @@ public final class SparseIntArrayKt { } public static final void putAll(SparseIntArray sparseIntArray, SparseIntArray sparseIntArray2) { - m.checkParameterIsNotNull(sparseIntArray, "$this$putAll"); - m.checkParameterIsNotNull(sparseIntArray2, "other"); + m.checkNotNullParameter(sparseIntArray, ""); + m.checkNotNullParameter(sparseIntArray2, "other"); int size = sparseIntArray2.size(); - for (int i = 0; i < size; i++) { - sparseIntArray.put(sparseIntArray2.keyAt(i), sparseIntArray2.valueAt(i)); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + sparseIntArray.put(sparseIntArray2.keyAt(i), sparseIntArray2.valueAt(i)); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } public static final boolean remove(SparseIntArray sparseIntArray, int i, int i2) { - m.checkParameterIsNotNull(sparseIntArray, "$this$remove"); + m.checkNotNullParameter(sparseIntArray, ""); int indexOfKey = sparseIntArray.indexOfKey(i); if (indexOfKey < 0 || i2 != sparseIntArray.valueAt(indexOfKey)) { return false; @@ -93,12 +111,12 @@ public final class SparseIntArrayKt { } public static final void set(SparseIntArray sparseIntArray, int i, int i2) { - m.checkParameterIsNotNull(sparseIntArray, "$this$set"); + m.checkNotNullParameter(sparseIntArray, ""); sparseIntArray.put(i, i2); } public static final c0 valueIterator(SparseIntArray sparseIntArray) { - m.checkParameterIsNotNull(sparseIntArray, "$this$valueIterator"); + m.checkNotNullParameter(sparseIntArray, ""); return new SparseIntArrayKt$valueIterator$1(sparseIntArray); } } diff --git a/app/src/main/java/androidx/core/util/SparseLongArrayKt.java b/app/src/main/java/androidx/core/util/SparseLongArrayKt.java index 3cbd2d4f07..2a7f13155d 100644 --- a/app/src/main/java/androidx/core/util/SparseLongArrayKt.java +++ b/app/src/main/java/androidx/core/util/SparseLongArrayKt.java @@ -12,74 +12,83 @@ import kotlin.jvm.functions.Function2; public final class SparseLongArrayKt { @RequiresApi(18) public static final boolean contains(SparseLongArray sparseLongArray, int i) { - m.checkParameterIsNotNull(sparseLongArray, "$this$contains"); + m.checkNotNullParameter(sparseLongArray, ""); return sparseLongArray.indexOfKey(i) >= 0; } @RequiresApi(18) public static final boolean containsKey(SparseLongArray sparseLongArray, int i) { - m.checkParameterIsNotNull(sparseLongArray, "$this$containsKey"); + m.checkNotNullParameter(sparseLongArray, ""); return sparseLongArray.indexOfKey(i) >= 0; } @RequiresApi(18) public static final boolean containsValue(SparseLongArray sparseLongArray, long j) { - m.checkParameterIsNotNull(sparseLongArray, "$this$containsValue"); + m.checkNotNullParameter(sparseLongArray, ""); return sparseLongArray.indexOfValue(j) >= 0; } @RequiresApi(18) public static final void forEach(SparseLongArray sparseLongArray, Function2 function2) { - m.checkParameterIsNotNull(sparseLongArray, "$this$forEach"); - m.checkParameterIsNotNull(function2, "action"); + m.checkNotNullParameter(sparseLongArray, ""); + m.checkNotNullParameter(function2, "action"); int size = sparseLongArray.size(); - for (int i = 0; i < size; i++) { - function2.invoke(Integer.valueOf(sparseLongArray.keyAt(i)), Long.valueOf(sparseLongArray.valueAt(i))); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + function2.invoke(Integer.valueOf(sparseLongArray.keyAt(i)), Long.valueOf(sparseLongArray.valueAt(i))); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } @RequiresApi(18) public static final long getOrDefault(SparseLongArray sparseLongArray, int i, long j) { - m.checkParameterIsNotNull(sparseLongArray, "$this$getOrDefault"); + m.checkNotNullParameter(sparseLongArray, ""); return sparseLongArray.get(i, j); } @RequiresApi(18) public static final long getOrElse(SparseLongArray sparseLongArray, int i, Function0 function0) { - m.checkParameterIsNotNull(sparseLongArray, "$this$getOrElse"); - m.checkParameterIsNotNull(function0, "defaultValue"); + m.checkNotNullParameter(sparseLongArray, ""); + m.checkNotNullParameter(function0, "defaultValue"); int indexOfKey = sparseLongArray.indexOfKey(i); return indexOfKey >= 0 ? sparseLongArray.valueAt(indexOfKey) : function0.mo1invoke().longValue(); } @RequiresApi(18) public static final int getSize(SparseLongArray sparseLongArray) { - m.checkParameterIsNotNull(sparseLongArray, "$this$size"); + m.checkNotNullParameter(sparseLongArray, ""); return sparseLongArray.size(); } @RequiresApi(18) public static final boolean isEmpty(SparseLongArray sparseLongArray) { - m.checkParameterIsNotNull(sparseLongArray, "$this$isEmpty"); + m.checkNotNullParameter(sparseLongArray, ""); return sparseLongArray.size() == 0; } @RequiresApi(18) public static final boolean isNotEmpty(SparseLongArray sparseLongArray) { - m.checkParameterIsNotNull(sparseLongArray, "$this$isNotEmpty"); + m.checkNotNullParameter(sparseLongArray, ""); return sparseLongArray.size() != 0; } @RequiresApi(18) public static final c0 keyIterator(SparseLongArray sparseLongArray) { - m.checkParameterIsNotNull(sparseLongArray, "$this$keyIterator"); + m.checkNotNullParameter(sparseLongArray, ""); return new SparseLongArrayKt$keyIterator$1(sparseLongArray); } @RequiresApi(18) public static final SparseLongArray plus(SparseLongArray sparseLongArray, SparseLongArray sparseLongArray2) { - m.checkParameterIsNotNull(sparseLongArray, "$this$plus"); - m.checkParameterIsNotNull(sparseLongArray2, "other"); + m.checkNotNullParameter(sparseLongArray, ""); + m.checkNotNullParameter(sparseLongArray2, "other"); SparseLongArray sparseLongArray3 = new SparseLongArray(sparseLongArray2.size() + sparseLongArray.size()); putAll(sparseLongArray3, sparseLongArray); putAll(sparseLongArray3, sparseLongArray2); @@ -88,17 +97,26 @@ public final class SparseLongArrayKt { @RequiresApi(18) public static final void putAll(SparseLongArray sparseLongArray, SparseLongArray sparseLongArray2) { - m.checkParameterIsNotNull(sparseLongArray, "$this$putAll"); - m.checkParameterIsNotNull(sparseLongArray2, "other"); + m.checkNotNullParameter(sparseLongArray, ""); + m.checkNotNullParameter(sparseLongArray2, "other"); int size = sparseLongArray2.size(); - for (int i = 0; i < size; i++) { - sparseLongArray.put(sparseLongArray2.keyAt(i), sparseLongArray2.valueAt(i)); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + sparseLongArray.put(sparseLongArray2.keyAt(i), sparseLongArray2.valueAt(i)); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } @RequiresApi(18) public static final boolean remove(SparseLongArray sparseLongArray, int i, long j) { - m.checkParameterIsNotNull(sparseLongArray, "$this$remove"); + m.checkNotNullParameter(sparseLongArray, ""); int indexOfKey = sparseLongArray.indexOfKey(i); if (indexOfKey < 0 || j != sparseLongArray.valueAt(indexOfKey)) { return false; @@ -109,13 +127,13 @@ public final class SparseLongArrayKt { @RequiresApi(18) public static final void set(SparseLongArray sparseLongArray, int i, long j) { - m.checkParameterIsNotNull(sparseLongArray, "$this$set"); + m.checkNotNullParameter(sparseLongArray, ""); sparseLongArray.put(i, j); } @RequiresApi(18) public static final d0 valueIterator(SparseLongArray sparseLongArray) { - m.checkParameterIsNotNull(sparseLongArray, "$this$valueIterator"); + m.checkNotNullParameter(sparseLongArray, ""); return new SparseLongArrayKt$valueIterator$1(sparseLongArray); } } diff --git a/app/src/main/java/androidx/core/view/AccessibilityDelegateCompat.java b/app/src/main/java/androidx/core/view/AccessibilityDelegateCompat.java index 8bed652830..cad058b250 100644 --- a/app/src/main/java/androidx/core/view/AccessibilityDelegateCompat.java +++ b/app/src/main/java/androidx/core/view/AccessibilityDelegateCompat.java @@ -55,6 +55,7 @@ public class AccessibilityDelegateCompat { wrap.setScreenReaderFocusable(ViewCompat.isScreenReaderFocusable(view)); wrap.setHeading(ViewCompat.isAccessibilityHeading(view)); wrap.setPaneTitle(ViewCompat.getAccessibilityPaneTitle(view)); + wrap.setStateDescription(ViewCompat.getStateDescription(view)); this.mCompat.onInitializeAccessibilityNodeInfo(view, wrap); wrap.addSpansToExtras(accessibilityNodeInfo.getText(), view); List actionList = AccessibilityDelegateCompat.getActionList(view); diff --git a/app/src/main/java/androidx/core/view/ContentInfoCompat.java b/app/src/main/java/androidx/core/view/ContentInfoCompat.java new file mode 100644 index 0000000000..c8e3e2b422 --- /dev/null +++ b/app/src/main/java/androidx/core/view/ContentInfoCompat.java @@ -0,0 +1,201 @@ +package androidx.core.view; + +import android.content.ClipData; +import android.content.ClipDescription; +import android.net.Uri; +import android.os.Bundle; +import android.util.Pair; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RestrictTo; +import androidx.core.util.Preconditions; +import androidx.core.util.Predicate; +import c.d.b.a.a; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.util.ArrayList; +import java.util.List; +public final class ContentInfoCompat { + public static final int FLAG_CONVERT_TO_PLAIN_TEXT = 1; + public static final int SOURCE_APP = 0; + public static final int SOURCE_CLIPBOARD = 1; + public static final int SOURCE_DRAG_AND_DROP = 3; + public static final int SOURCE_INPUT_METHOD = 2; + @NonNull + public final ClipData mClip; + @Nullable + public final Bundle mExtras; + public final int mFlags; + @Nullable + public final Uri mLinkUri; + public final int mSource; + + public static final class Builder { + @NonNull + public ClipData mClip; + @Nullable + public Bundle mExtras; + public int mFlags; + @Nullable + public Uri mLinkUri; + public int mSource; + + public Builder(@NonNull ClipData clipData, int i) { + this.mClip = clipData; + this.mSource = i; + } + + public Builder(@NonNull ContentInfoCompat contentInfoCompat) { + this.mClip = contentInfoCompat.mClip; + this.mSource = contentInfoCompat.mSource; + this.mFlags = contentInfoCompat.mFlags; + this.mLinkUri = contentInfoCompat.mLinkUri; + this.mExtras = contentInfoCompat.mExtras; + } + + @NonNull + public ContentInfoCompat build() { + return new ContentInfoCompat(this); + } + + @NonNull + public Builder setClip(@NonNull ClipData clipData) { + this.mClip = clipData; + return this; + } + + @NonNull + public Builder setExtras(@Nullable Bundle bundle) { + this.mExtras = bundle; + return this; + } + + @NonNull + public Builder setFlags(int i) { + this.mFlags = i; + return this; + } + + @NonNull + public Builder setLinkUri(@Nullable Uri uri) { + this.mLinkUri = uri; + return this; + } + + @NonNull + public Builder setSource(int i) { + this.mSource = i; + return this; + } + } + + @Retention(RetentionPolicy.SOURCE) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public @interface Flags { + } + + @Retention(RetentionPolicy.SOURCE) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public @interface Source { + } + + public ContentInfoCompat(Builder builder) { + this.mClip = (ClipData) Preconditions.checkNotNull(builder.mClip); + this.mSource = Preconditions.checkArgumentInRange(builder.mSource, 0, 3, "source"); + this.mFlags = Preconditions.checkFlagsArgument(builder.mFlags, 1); + this.mLinkUri = builder.mLinkUri; + this.mExtras = builder.mExtras; + } + + private static ClipData buildClipData(ClipDescription clipDescription, List list) { + ClipData clipData = new ClipData(new ClipDescription(clipDescription), list.get(0)); + for (int i = 1; i < list.size(); i++) { + clipData.addItem(list.get(i)); + } + return clipData; + } + + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public static String flagsToString(int i) { + return (i & 1) != 0 ? "FLAG_CONVERT_TO_PLAIN_TEXT" : String.valueOf(i); + } + + @NonNull + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public static String sourceToString(int i) { + return i != 0 ? i != 1 ? i != 2 ? i != 3 ? String.valueOf(i) : "SOURCE_DRAG_AND_DROP" : "SOURCE_INPUT_METHOD" : "SOURCE_CLIPBOARD" : "SOURCE_APP"; + } + + @NonNull + public ClipData getClip() { + return this.mClip; + } + + @Nullable + public Bundle getExtras() { + return this.mExtras; + } + + public int getFlags() { + return this.mFlags; + } + + @Nullable + public Uri getLinkUri() { + return this.mLinkUri; + } + + public int getSource() { + return this.mSource; + } + + @NonNull + public Pair partition(@NonNull Predicate predicate) { + ContentInfoCompat contentInfoCompat = null; + if (this.mClip.getItemCount() == 1) { + boolean test = predicate.test(this.mClip.getItemAt(0)); + ContentInfoCompat contentInfoCompat2 = test ? this : null; + if (!test) { + contentInfoCompat = this; + } + return Pair.create(contentInfoCompat2, contentInfoCompat); + } + ArrayList arrayList = new ArrayList(); + ArrayList arrayList2 = new ArrayList(); + for (int i = 0; i < this.mClip.getItemCount(); i++) { + ClipData.Item itemAt = this.mClip.getItemAt(i); + if (predicate.test(itemAt)) { + arrayList.add(itemAt); + } else { + arrayList2.add(itemAt); + } + } + return arrayList.isEmpty() ? Pair.create(null, this) : arrayList2.isEmpty() ? Pair.create(this, null) : Pair.create(new Builder(this).setClip(buildClipData(this.mClip.getDescription(), arrayList)).build(), new Builder(this).setClip(buildClipData(this.mClip.getDescription(), arrayList2)).build()); + } + + @NonNull + public String toString() { + String str; + StringBuilder P = a.P("ContentInfoCompat{clip="); + P.append(this.mClip.getDescription()); + P.append(", source="); + P.append(sourceToString(this.mSource)); + P.append(", flags="); + P.append(flagsToString(this.mFlags)); + String str2 = ""; + if (this.mLinkUri == null) { + str = str2; + } else { + StringBuilder P2 = a.P(", hasLinkUri("); + P2.append(this.mLinkUri.toString().length()); + P2.append(")"); + str = P2.toString(); + } + P.append(str); + if (this.mExtras != null) { + str2 = ", hasExtras"; + } + return a.H(P, str2, "}"); + } +} diff --git a/app/src/main/java/androidx/core/view/DisplayCompat.java b/app/src/main/java/androidx/core/view/DisplayCompat.java index 94d96ba146..fb6aebc671 100644 --- a/app/src/main/java/androidx/core/view/DisplayCompat.java +++ b/app/src/main/java/androidx/core/view/DisplayCompat.java @@ -11,39 +11,109 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RequiresApi; import androidx.core.util.Preconditions; -import java.util.ArrayList; public final class DisplayCompat { private static final int DISPLAY_SIZE_4K_HEIGHT = 2160; private static final int DISPLAY_SIZE_4K_WIDTH = 3840; + @RequiresApi(17) + public static class Api17Impl { + private Api17Impl() { + } + + public static void getRealSize(Display display, Point point) { + display.getRealSize(point); + } + } + + @RequiresApi(23) + public static class Api23Impl { + private Api23Impl() { + } + + @NonNull + public static ModeCompat getMode(@NonNull Context context, @NonNull Display display) { + Display.Mode mode = display.getMode(); + Point currentDisplaySizeFromWorkarounds = DisplayCompat.getCurrentDisplaySizeFromWorkarounds(context, display); + return (currentDisplaySizeFromWorkarounds == null || physicalSizeEquals(mode, currentDisplaySizeFromWorkarounds)) ? new ModeCompat(mode, true) : new ModeCompat(mode, currentDisplaySizeFromWorkarounds); + } + + @NonNull + @SuppressLint({"ArrayReturn"}) + public static ModeCompat[] getSupportedModes(@NonNull Context context, @NonNull Display display) { + Display.Mode[] supportedModes = display.getSupportedModes(); + ModeCompat[] modeCompatArr = new ModeCompat[supportedModes.length]; + Display.Mode mode = display.getMode(); + Point currentDisplaySizeFromWorkarounds = DisplayCompat.getCurrentDisplaySizeFromWorkarounds(context, display); + if (currentDisplaySizeFromWorkarounds == null || physicalSizeEquals(mode, currentDisplaySizeFromWorkarounds)) { + for (int i = 0; i < supportedModes.length; i++) { + modeCompatArr[i] = new ModeCompat(supportedModes[i], physicalSizeEquals(supportedModes[i], mode)); + } + } else { + for (int i2 = 0; i2 < supportedModes.length; i2++) { + modeCompatArr[i2] = physicalSizeEquals(supportedModes[i2], mode) ? new ModeCompat(supportedModes[i2], currentDisplaySizeFromWorkarounds) : new ModeCompat(supportedModes[i2], false); + } + } + return modeCompatArr; + } + + public static boolean isCurrentModeTheLargestMode(@NonNull Display display) { + Display.Mode mode = display.getMode(); + Display.Mode[] supportedModes = display.getSupportedModes(); + for (int i = 0; i < supportedModes.length; i++) { + if (mode.getPhysicalHeight() < supportedModes[i].getPhysicalHeight() || mode.getPhysicalWidth() < supportedModes[i].getPhysicalWidth()) { + return false; + } + } + return true; + } + + public static boolean physicalSizeEquals(Display.Mode mode, Point point) { + return (mode.getPhysicalWidth() == point.x && mode.getPhysicalHeight() == point.y) || (mode.getPhysicalWidth() == point.y && mode.getPhysicalHeight() == point.x); + } + + public static boolean physicalSizeEquals(Display.Mode mode, Display.Mode mode2) { + return mode.getPhysicalWidth() == mode2.getPhysicalWidth() && mode.getPhysicalHeight() == mode2.getPhysicalHeight(); + } + } + public static final class ModeCompat { private final boolean mIsNative; private final Display.Mode mMode; - private final Point mPhysicalDisplaySize; + private final Point mPhysicalSize; public ModeCompat(@NonNull Point point) { - Preconditions.checkNotNull(point, "physicalDisplaySize == null"); - this.mIsNative = true; - this.mPhysicalDisplaySize = point; + Preconditions.checkNotNull(point, "physicalSize == null"); + this.mPhysicalSize = point; this.mMode = null; + this.mIsNative = true; + } + + @RequiresApi(23) + public ModeCompat(@NonNull Display.Mode mode, @NonNull Point point) { + Preconditions.checkNotNull(mode, "mode == null, can't wrap a null reference"); + Preconditions.checkNotNull(point, "physicalSize == null"); + this.mPhysicalSize = point; + this.mMode = mode; + this.mIsNative = true; } @RequiresApi(23) public ModeCompat(@NonNull Display.Mode mode, boolean z2) { - Preconditions.checkNotNull(mode, "Display.Mode == null, can't wrap a null reference"); - this.mIsNative = z2; - this.mPhysicalDisplaySize = new Point(mode.getPhysicalWidth(), mode.getPhysicalHeight()); + Preconditions.checkNotNull(mode, "mode == null, can't wrap a null reference"); + this.mPhysicalSize = new Point(mode.getPhysicalWidth(), mode.getPhysicalHeight()); this.mMode = mode; + this.mIsNative = z2; } public int getPhysicalHeight() { - return this.mPhysicalDisplaySize.y; + return this.mPhysicalSize.y; } public int getPhysicalWidth() { - return this.mPhysicalDisplaySize.x; + return this.mPhysicalSize.x; } + @Deprecated public boolean isNative() { return this.mIsNative; } @@ -58,48 +128,37 @@ public final class DisplayCompat { private DisplayCompat() { } - private static Point getPhysicalDisplaySize(@NonNull Context context, @NonNull Display display) { - int i = Build.VERSION.SDK_INT; - Point parsePhysicalDisplaySizeFromSystemProperties = i < 28 ? parsePhysicalDisplaySizeFromSystemProperties("sys.display-size", display) : parsePhysicalDisplaySizeFromSystemProperties("vendor.display-size", display); + public static Point getCurrentDisplaySizeFromWorkarounds(@NonNull Context context, @NonNull Display display) { + Point parsePhysicalDisplaySizeFromSystemProperties = Build.VERSION.SDK_INT < 28 ? parsePhysicalDisplaySizeFromSystemProperties("sys.display-size", display) : parsePhysicalDisplaySizeFromSystemProperties("vendor.display-size", display); if (parsePhysicalDisplaySizeFromSystemProperties != null) { return parsePhysicalDisplaySizeFromSystemProperties; } - if (isSonyBravia4kTv(context)) { - return new Point(DISPLAY_SIZE_4K_WIDTH, DISPLAY_SIZE_4K_HEIGHT); + if (!isSonyBravia4kTv(context) || !isCurrentModeTheLargestMode(display)) { + return null; + } + return new Point(DISPLAY_SIZE_4K_WIDTH, DISPLAY_SIZE_4K_HEIGHT); + } + + @NonNull + private static Point getDisplaySize(@NonNull Context context, @NonNull Display display) { + Point currentDisplaySizeFromWorkarounds = getCurrentDisplaySizeFromWorkarounds(context, display); + if (currentDisplaySizeFromWorkarounds != null) { + return currentDisplaySizeFromWorkarounds; } Point point = new Point(); - if (i >= 23) { - Display.Mode mode = display.getMode(); - point.x = mode.getPhysicalWidth(); - point.y = mode.getPhysicalHeight(); - } else { - display.getRealSize(point); - } + Api17Impl.getRealSize(display, point); return point; } + @NonNull + public static ModeCompat getMode(@NonNull Context context, @NonNull Display display) { + return Build.VERSION.SDK_INT >= 23 ? Api23Impl.getMode(context, display) : new ModeCompat(getDisplaySize(context, display)); + } + @NonNull @SuppressLint({"ArrayReturn"}) public static ModeCompat[] getSupportedModes(@NonNull Context context, @NonNull Display display) { - Point physicalDisplaySize = getPhysicalDisplaySize(context, display); - if (Build.VERSION.SDK_INT < 23) { - return new ModeCompat[]{new ModeCompat(physicalDisplaySize)}; - } - Display.Mode[] supportedModes = display.getSupportedModes(); - ArrayList arrayList = new ArrayList(supportedModes.length); - boolean z2 = false; - for (int i = 0; i < supportedModes.length; i++) { - if (physicalSizeEquals(supportedModes[i], physicalDisplaySize)) { - arrayList.add(i, new ModeCompat(supportedModes[i], true)); - z2 = true; - } else { - arrayList.add(i, new ModeCompat(supportedModes[i], false)); - } - } - if (!z2) { - arrayList.add(new ModeCompat(physicalDisplaySize)); - } - return (ModeCompat[]) arrayList.toArray(new ModeCompat[0]); + return Build.VERSION.SDK_INT >= 23 ? Api23Impl.getSupportedModes(context, display) : new ModeCompat[]{getMode(context, display)}; } @Nullable @@ -112,6 +171,13 @@ public final class DisplayCompat { } } + public static boolean isCurrentModeTheLargestMode(@NonNull Display display) { + if (Build.VERSION.SDK_INT >= 23) { + return Api23Impl.isCurrentModeTheLargestMode(display); + } + return true; + } + private static boolean isSonyBravia4kTv(@NonNull Context context) { return isTv(context) && "Sony".equals(Build.MANUFACTURER) && Build.MODEL.startsWith("BRAVIA") && context.getPackageManager().hasSystemFeature("com.sony.dtv.hardware.panel.qfhd"); } @@ -148,9 +214,4 @@ public final class DisplayCompat { return null; } } - - @RequiresApi(23) - private static boolean physicalSizeEquals(Display.Mode mode, Point point) { - return (mode.getPhysicalWidth() == point.x && mode.getPhysicalHeight() == point.y) || (mode.getPhysicalWidth() == point.y && mode.getPhysicalHeight() == point.x); - } } diff --git a/app/src/main/java/androidx/core/view/DisplayCutoutCompat.java b/app/src/main/java/androidx/core/view/DisplayCutoutCompat.java index 09a355c999..253467a849 100644 --- a/app/src/main/java/androidx/core/view/DisplayCutoutCompat.java +++ b/app/src/main/java/androidx/core/view/DisplayCutoutCompat.java @@ -3,8 +3,15 @@ package androidx.core.view; import android.graphics.Rect; import android.os.Build; import android.view.DisplayCutout; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; import androidx.annotation.RequiresApi; +import androidx.core.graphics.Insets; +import androidx.core.os.BuildCompat; +import androidx.core.util.ObjectsCompat; import c.d.b.a.a; +import java.util.ArrayList; +import java.util.Collections; import java.util.List; public final class DisplayCutoutCompat { private final Object mDisplayCutout; @@ -14,10 +21,42 @@ public final class DisplayCutoutCompat { this(Build.VERSION.SDK_INT >= 28 ? new DisplayCutout(rect, list) : null); } + public DisplayCutoutCompat(@NonNull Insets insets, @Nullable Rect rect, @Nullable Rect rect2, @Nullable Rect rect3, @Nullable Rect rect4, @NonNull Insets insets2) { + this(constructDisplayCutout(insets, rect, rect2, rect3, rect4, insets2)); + } + private DisplayCutoutCompat(Object obj) { this.mDisplayCutout = obj; } + private static DisplayCutout constructDisplayCutout(@NonNull Insets insets, @Nullable Rect rect, @Nullable Rect rect2, @Nullable Rect rect3, @Nullable Rect rect4, @NonNull Insets insets2) { + if (BuildCompat.isAtLeastR()) { + return new DisplayCutout(insets.toPlatformInsets(), rect, rect2, rect3, rect4, insets2.toPlatformInsets()); + } + int i = Build.VERSION.SDK_INT; + if (i >= 29) { + return new DisplayCutout(insets.toPlatformInsets(), rect, rect2, rect3, rect4); + } + if (i < 28) { + return null; + } + Rect rect5 = new Rect(insets.left, insets.top, insets.right, insets.bottom); + ArrayList arrayList = new ArrayList(); + if (rect != null) { + arrayList.add(rect); + } + if (rect2 != null) { + arrayList.add(rect2); + } + if (rect3 != null) { + arrayList.add(rect3); + } + if (rect4 != null) { + arrayList.add(rect4); + } + return new DisplayCutout(rect5, arrayList); + } + public static DisplayCutoutCompat wrap(Object obj) { if (obj == null) { return null; @@ -32,16 +71,12 @@ public final class DisplayCutoutCompat { if (obj == null || DisplayCutoutCompat.class != obj.getClass()) { return false; } - DisplayCutoutCompat displayCutoutCompat = (DisplayCutoutCompat) obj; - Object obj2 = this.mDisplayCutout; - return obj2 == null ? displayCutoutCompat.mDisplayCutout == null : obj2.equals(displayCutoutCompat.mDisplayCutout); + return ObjectsCompat.equals(this.mDisplayCutout, ((DisplayCutoutCompat) obj).mDisplayCutout); } + @NonNull public List getBoundingRects() { - if (Build.VERSION.SDK_INT >= 28) { - return ((DisplayCutout) this.mDisplayCutout).getBoundingRects(); - } - return null; + return Build.VERSION.SDK_INT >= 28 ? ((DisplayCutout) this.mDisplayCutout).getBoundingRects() : Collections.emptyList(); } public int getSafeInsetBottom() { @@ -72,6 +107,11 @@ public final class DisplayCutoutCompat { return 0; } + @NonNull + public Insets getWaterfallInsets() { + return BuildCompat.isAtLeastR() ? Insets.toCompatInsets(((DisplayCutout) this.mDisplayCutout).getWaterfallInsets()) : Insets.NONE; + } + public int hashCode() { Object obj = this.mDisplayCutout; if (obj == null) { diff --git a/app/src/main/java/androidx/core/view/GestureDetectorCompat.java b/app/src/main/java/androidx/core/view/GestureDetectorCompat.java index d26339a786..0f976ce37b 100644 --- a/app/src/main/java/androidx/core/view/GestureDetectorCompat.java +++ b/app/src/main/java/androidx/core/view/GestureDetectorCompat.java @@ -22,7 +22,6 @@ public final class GestureDetectorCompat { public static class GestureDetectorCompatImplBase implements GestureDetectorCompatImpl { private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout(); - private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout(); private static final int LONG_PRESS = 2; private static final int SHOW_PRESS = 1; private static final int TAP = 3; @@ -331,7 +330,7 @@ public final class GestureDetectorCompat { this.mDeferConfirmSingleTap = false; if (this.mIsLongpressEnabled) { this.mHandler.removeMessages(2); - this.mHandler.sendEmptyMessageAtTime(2, this.mCurrentDownEvent.getDownTime() + ((long) TAP_TIMEOUT) + ((long) LONGPRESS_TIMEOUT)); + this.mHandler.sendEmptyMessageAtTime(2, this.mCurrentDownEvent.getDownTime() + ((long) TAP_TIMEOUT) + ((long) ViewConfiguration.getLongPressTimeout())); } this.mHandler.sendEmptyMessageAtTime(1, this.mCurrentDownEvent.getDownTime() + ((long) TAP_TIMEOUT)); return z2 | this.mListener.onDown(motionEvent); diff --git a/app/src/main/java/androidx/core/view/MenuKt.java b/app/src/main/java/androidx/core/view/MenuKt.java index e2d568e045..30582a6610 100644 --- a/app/src/main/java/androidx/core/view/MenuKt.java +++ b/app/src/main/java/androidx/core/view/MenuKt.java @@ -11,75 +11,101 @@ import kotlin.sequences.Sequence; /* compiled from: Menu.kt */ public final class MenuKt { public static final boolean contains(Menu menu, MenuItem menuItem) { - m.checkParameterIsNotNull(menu, "$this$contains"); - m.checkParameterIsNotNull(menuItem, "item"); + m.checkNotNullParameter(menu, ""); + m.checkNotNullParameter(menuItem, "item"); int size = menu.size(); - for (int i = 0; i < size; i++) { - if (m.areEqual(menu.getItem(i), menuItem)) { - return true; + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + if (m.areEqual(menu.getItem(i), menuItem)) { + return true; + } + if (i2 >= size) { + break; + } + i = i2; } } return false; } public static final void forEach(Menu menu, Function1 function1) { - m.checkParameterIsNotNull(menu, "$this$forEach"); - m.checkParameterIsNotNull(function1, "action"); + m.checkNotNullParameter(menu, ""); + m.checkNotNullParameter(function1, "action"); int size = menu.size(); - for (int i = 0; i < size; i++) { - MenuItem item = menu.getItem(i); - m.checkExpressionValueIsNotNull(item, "getItem(index)"); - function1.invoke(item); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + MenuItem item = menu.getItem(i); + m.checkNotNullExpressionValue(item, "getItem(index)"); + function1.invoke(item); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } public static final void forEachIndexed(Menu menu, Function2 function2) { - m.checkParameterIsNotNull(menu, "$this$forEachIndexed"); - m.checkParameterIsNotNull(function2, "action"); + m.checkNotNullParameter(menu, ""); + m.checkNotNullParameter(function2, "action"); int size = menu.size(); - for (int i = 0; i < size; i++) { - Integer valueOf = Integer.valueOf(i); - MenuItem item = menu.getItem(i); - m.checkExpressionValueIsNotNull(item, "getItem(index)"); - function2.invoke(valueOf, item); + if (size > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + Integer valueOf = Integer.valueOf(i); + MenuItem item = menu.getItem(i); + m.checkNotNullExpressionValue(item, "getItem(index)"); + function2.invoke(valueOf, item); + if (i2 < size) { + i = i2; + } else { + return; + } + } } } public static final MenuItem get(Menu menu, int i) { - m.checkParameterIsNotNull(menu, "$this$get"); + m.checkNotNullParameter(menu, ""); MenuItem item = menu.getItem(i); - m.checkExpressionValueIsNotNull(item, "getItem(index)"); + m.checkNotNullExpressionValue(item, "getItem(index)"); return item; } public static final Sequence getChildren(Menu menu) { - m.checkParameterIsNotNull(menu, "$this$children"); + m.checkNotNullParameter(menu, ""); return new MenuKt$children$1(menu); } public static final int getSize(Menu menu) { - m.checkParameterIsNotNull(menu, "$this$size"); + m.checkNotNullParameter(menu, ""); return menu.size(); } public static final boolean isEmpty(Menu menu) { - m.checkParameterIsNotNull(menu, "$this$isEmpty"); + m.checkNotNullParameter(menu, ""); return menu.size() == 0; } public static final boolean isNotEmpty(Menu menu) { - m.checkParameterIsNotNull(menu, "$this$isNotEmpty"); + m.checkNotNullParameter(menu, ""); return menu.size() != 0; } public static final Iterator iterator(Menu menu) { - m.checkParameterIsNotNull(menu, "$this$iterator"); + m.checkNotNullParameter(menu, ""); return new MenuKt$iterator$1(menu); } public static final void minusAssign(Menu menu, MenuItem menuItem) { - m.checkParameterIsNotNull(menu, "$this$minusAssign"); - m.checkParameterIsNotNull(menuItem, "item"); + m.checkNotNullParameter(menu, ""); + m.checkNotNullParameter(menuItem, "item"); menu.removeItem(menuItem.getItemId()); } } diff --git a/app/src/main/java/androidx/core/view/OnReceiveContentListener.java b/app/src/main/java/androidx/core/view/OnReceiveContentListener.java new file mode 100644 index 0000000000..37bb3a9c0d --- /dev/null +++ b/app/src/main/java/androidx/core/view/OnReceiveContentListener.java @@ -0,0 +1,9 @@ +package androidx.core.view; + +import android.view.View; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +public interface OnReceiveContentListener { + @Nullable + ContentInfoCompat onReceiveContent(@NonNull View view, @NonNull ContentInfoCompat contentInfoCompat); +} diff --git a/app/src/main/java/androidx/core/view/OnReceiveContentViewBehavior.java b/app/src/main/java/androidx/core/view/OnReceiveContentViewBehavior.java new file mode 100644 index 0000000000..e4535dd74d --- /dev/null +++ b/app/src/main/java/androidx/core/view/OnReceiveContentViewBehavior.java @@ -0,0 +1,8 @@ +package androidx.core.view; + +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +public interface OnReceiveContentViewBehavior { + @Nullable + ContentInfoCompat onReceiveContent(@NonNull ContentInfoCompat contentInfoCompat); +} diff --git a/app/src/main/java/androidx/core/view/ViewCompat.java b/app/src/main/java/androidx/core/view/ViewCompat.java index df151402c0..bf9d1b5e74 100644 --- a/app/src/main/java/androidx/core/view/ViewCompat.java +++ b/app/src/main/java/androidx/core/view/ViewCompat.java @@ -1,8 +1,10 @@ package androidx.core.view; import android.annotation.SuppressLint; +import android.app.Activity; import android.content.ClipData; import android.content.Context; +import android.content.ContextWrapper; import android.content.res.ColorStateList; import android.content.res.TypedArray; import android.graphics.Matrix; @@ -23,7 +25,9 @@ import android.view.View; import android.view.ViewGroup; import android.view.ViewParent; import android.view.ViewTreeObserver; +import android.view.Window; import android.view.WindowInsets; +import android.view.WindowInsetsController; import android.view.accessibility.AccessibilityEvent; import android.view.accessibility.AccessibilityManager; import android.view.accessibility.AccessibilityNodeProvider; @@ -37,10 +41,14 @@ import androidx.annotation.RestrictTo; import androidx.annotation.UiThread; import androidx.collection.SimpleArrayMap; import androidx.core.R; +import androidx.core.util.Preconditions; import androidx.core.view.AccessibilityDelegateCompat; +import androidx.core.view.WindowInsetsAnimationCompat; +import androidx.core.view.WindowInsetsCompat; import androidx.core.view.accessibility.AccessibilityNodeInfoCompat; import androidx.core.view.accessibility.AccessibilityNodeProviderCompat; import androidx.core.view.accessibility.AccessibilityViewCommand; +import c.d.b.a.a; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.ref.WeakReference; @@ -48,6 +56,7 @@ import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.ArrayList; +import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.Iterator; @@ -55,6 +64,7 @@ import java.util.List; import java.util.Map; import java.util.WeakHashMap; import java.util.concurrent.atomic.AtomicInteger; +@SuppressLint({"PrivateConstructorForUtilityClass"}) public class ViewCompat { private static final int[] ACCESSIBILITY_ACTIONS_RESOURCE_IDS = {R.id.accessibility_custom_action_0, R.id.accessibility_custom_action_1, R.id.accessibility_custom_action_2, R.id.accessibility_custom_action_3, R.id.accessibility_custom_action_4, R.id.accessibility_custom_action_5, R.id.accessibility_custom_action_6, R.id.accessibility_custom_action_7, R.id.accessibility_custom_action_8, R.id.accessibility_custom_action_9, R.id.accessibility_custom_action_10, R.id.accessibility_custom_action_11, R.id.accessibility_custom_action_12, R.id.accessibility_custom_action_13, R.id.accessibility_custom_action_14, R.id.accessibility_custom_action_15, R.id.accessibility_custom_action_16, R.id.accessibility_custom_action_17, R.id.accessibility_custom_action_18, R.id.accessibility_custom_action_19, R.id.accessibility_custom_action_20, R.id.accessibility_custom_action_21, R.id.accessibility_custom_action_22, R.id.accessibility_custom_action_23, R.id.accessibility_custom_action_24, R.id.accessibility_custom_action_25, R.id.accessibility_custom_action_26, R.id.accessibility_custom_action_27, R.id.accessibility_custom_action_28, R.id.accessibility_custom_action_29, R.id.accessibility_custom_action_30, R.id.accessibility_custom_action_31}; public static final int ACCESSIBILITY_LIVE_REGION_ASSERTIVE = 2; @@ -82,6 +92,7 @@ public class ViewCompat { public static final int MEASURED_STATE_MASK = -16777216; @Deprecated public static final int MEASURED_STATE_TOO_SMALL = 16777216; + private static final OnReceiveContentViewBehavior NO_OP_ON_RECEIVE_CONTENT_VIEW_BEHAVIOR = new AnonymousClass1(); @Deprecated public static final int OVER_SCROLL_ALWAYS = 0; @Deprecated @@ -117,36 +128,16 @@ public class ViewCompat { private static WeakHashMap sViewPropertyAnimatorMap = null; /* renamed from: androidx.core.view.ViewCompat$1 reason: invalid class name */ - public class AnonymousClass1 implements View.OnApplyWindowInsetsListener { - public final /* synthetic */ OnApplyWindowInsetsListener val$listener; - - public AnonymousClass1(OnApplyWindowInsetsListener onApplyWindowInsetsListener) { - this.val$listener = onApplyWindowInsetsListener; - } - - @Override // android.view.View.OnApplyWindowInsetsListener - public WindowInsets onApplyWindowInsets(View view, WindowInsets windowInsets) { - return this.val$listener.onApplyWindowInsets(view, WindowInsetsCompat.toWindowInsetsCompat(windowInsets)).toWindowInsets(); + public class AnonymousClass1 implements OnReceiveContentViewBehavior { + @Override // androidx.core.view.OnReceiveContentViewBehavior + public ContentInfoCompat onReceiveContent(@NonNull ContentInfoCompat contentInfoCompat) { + return contentInfoCompat; } } /* renamed from: androidx.core.view.ViewCompat$2 reason: invalid class name */ - public class AnonymousClass2 implements View.OnUnhandledKeyEventListener { - public final /* synthetic */ OnUnhandledKeyEventListenerCompat val$listener; - - public AnonymousClass2(OnUnhandledKeyEventListenerCompat onUnhandledKeyEventListenerCompat) { - this.val$listener = onUnhandledKeyEventListenerCompat; - } - - @Override // android.view.View.OnUnhandledKeyEventListener - public boolean onUnhandledKeyEvent(View view, KeyEvent keyEvent) { - return this.val$listener.onUnhandledKeyEvent(view, keyEvent); - } - } - - /* renamed from: androidx.core.view.ViewCompat$3 reason: invalid class name */ - public class AnonymousClass3 extends AccessibilityViewProperty { - public AnonymousClass3(int i, Class cls, int i2) { + public class AnonymousClass2 extends AccessibilityViewProperty { + public AnonymousClass2(int i, Class cls, int i2) { super(i, cls, i2); } @@ -166,9 +157,9 @@ public class ViewCompat { } } - /* renamed from: androidx.core.view.ViewCompat$4 reason: invalid class name */ - public class AnonymousClass4 extends AccessibilityViewProperty { - public AnonymousClass4(int i, Class cls, int i2, int i3) { + /* renamed from: androidx.core.view.ViewCompat$3 reason: invalid class name */ + public class AnonymousClass3 extends AccessibilityViewProperty { + public AnonymousClass3(int i, Class cls, int i2, int i3) { super(i, cls, i2, i3); } @@ -188,6 +179,28 @@ public class ViewCompat { } } + /* renamed from: androidx.core.view.ViewCompat$4 reason: invalid class name */ + public class AnonymousClass4 extends AccessibilityViewProperty { + public AnonymousClass4(int i, Class cls, int i2, int i3) { + super(i, cls, i2, i3); + } + + @Override // androidx.core.view.ViewCompat.AccessibilityViewProperty + @RequiresApi(30) + public CharSequence frameworkGet(View view) { + return view.getStateDescription(); + } + + @RequiresApi(30) + public void frameworkSet(View view, CharSequence charSequence) { + view.setStateDescription(charSequence); + } + + public boolean shouldUpdate(CharSequence charSequence, CharSequence charSequence2) { + return !TextUtils.equals(charSequence, charSequence2); + } + } + /* renamed from: androidx.core.view.ViewCompat$5 reason: invalid class name */ public class AnonymousClass5 extends AccessibilityViewProperty { public AnonymousClass5(int i, Class cls, int i2) { @@ -217,9 +230,7 @@ public class ViewCompat { private void checkPaneVisibility(View view, boolean z2) { boolean z3 = view.getVisibility() == 0; if (z2 != z3) { - if (z3) { - ViewCompat.notifyViewAccessibilityStateChangedIfNeeded(view, 16); - } + ViewCompat.notifyViewAccessibilityStateChangedIfNeeded(view, z3 ? 16 : 32); this.mPanesToVisible.put(view, Boolean.valueOf(z3)); } } @@ -246,8 +257,10 @@ public class ViewCompat { @Override // android.view.ViewTreeObserver.OnGlobalLayoutListener @RequiresApi(19) public void onGlobalLayout() { - for (Map.Entry entry : this.mPanesToVisible.entrySet()) { - checkPaneVisibility(entry.getKey(), entry.getValue().booleanValue()); + if (Build.VERSION.SDK_INT < 28) { + for (Map.Entry entry : this.mPanesToVisible.entrySet()) { + checkPaneVisibility(entry.getKey(), entry.getValue().booleanValue()); + } } } @@ -270,6 +283,7 @@ public class ViewCompat { } public static abstract class AccessibilityViewProperty { + private final int mContentChangeType; private final int mFrameworkMinimumSdk; private final int mTagKey; private final Class mType; @@ -281,6 +295,7 @@ public class ViewCompat { public AccessibilityViewProperty(int i, Class cls, int i2, int i3) { this.mTagKey = i; this.mType = cls; + this.mContentChangeType = i2; this.mFrameworkMinimumSdk = i3; } @@ -320,7 +335,7 @@ public class ViewCompat { } else if (extrasAvailable() && shouldUpdate(get(view), t)) { ViewCompat.getOrCreateAccessibilityDelegateCompat(view); view.setTag(this.mTagKey, t); - ViewCompat.notifyViewAccessibilityStateChangedIfNeeded(view, 0); + ViewCompat.notifyViewAccessibilityStateChangedIfNeeded(view, this.mContentChangeType); } } @@ -331,17 +346,72 @@ public class ViewCompat { @RequiresApi(21) public static class Api21Impl { + + /* renamed from: androidx.core.view.ViewCompat$Api21Impl$1 reason: invalid class name */ + public class AnonymousClass1 implements View.OnApplyWindowInsetsListener { + public WindowInsetsCompat mLastInsets = null; + public final /* synthetic */ OnApplyWindowInsetsListener val$listener; + public final /* synthetic */ View val$v; + + public AnonymousClass1(View view, OnApplyWindowInsetsListener onApplyWindowInsetsListener) { + this.val$v = view; + this.val$listener = onApplyWindowInsetsListener; + } + + @Override // android.view.View.OnApplyWindowInsetsListener + public WindowInsets onApplyWindowInsets(View view, WindowInsets windowInsets) { + WindowInsetsCompat windowInsetsCompat = WindowInsetsCompat.toWindowInsetsCompat(windowInsets, view); + int i = Build.VERSION.SDK_INT; + if (i < 30) { + Api21Impl.callCompatInsetAnimationCallback(windowInsets, this.val$v); + if (windowInsetsCompat.equals(this.mLastInsets)) { + return this.val$listener.onApplyWindowInsets(view, windowInsetsCompat).toWindowInsets(); + } + } + this.mLastInsets = windowInsetsCompat; + WindowInsetsCompat onApplyWindowInsets = this.val$listener.onApplyWindowInsets(view, windowInsetsCompat); + if (i >= 30) { + return onApplyWindowInsets.toWindowInsets(); + } + ViewCompat.requestApplyInsets(view); + return onApplyWindowInsets.toWindowInsets(); + } + } + private Api21Impl() { } + public static void callCompatInsetAnimationCallback(@NonNull WindowInsets windowInsets, @NonNull View view) { + View.OnApplyWindowInsetsListener onApplyWindowInsetsListener = (View.OnApplyWindowInsetsListener) view.getTag(R.id.tag_window_insets_animation_callback); + if (onApplyWindowInsetsListener != null) { + onApplyWindowInsetsListener.onApplyWindowInsets(view, windowInsets); + } + } + public static WindowInsetsCompat computeSystemWindowInsets(@NonNull View view, @NonNull WindowInsetsCompat windowInsetsCompat, @NonNull Rect rect) { WindowInsets windowInsets = windowInsetsCompat.toWindowInsets(); if (windowInsets != null) { - return WindowInsetsCompat.toWindowInsetsCompat(view.computeSystemWindowInsets(windowInsets, rect)); + return WindowInsetsCompat.toWindowInsetsCompat(view.computeSystemWindowInsets(windowInsets, rect), view); } rect.setEmpty(); return windowInsetsCompat; } + + @Nullable + public static WindowInsetsCompat getRootWindowInsets(@NonNull View view) { + return WindowInsetsCompat.Api21ReflectionHolder.getRootWindowInsets(view); + } + + public static void setOnApplyWindowInsetsListener(@NonNull View view, @Nullable OnApplyWindowInsetsListener onApplyWindowInsetsListener) { + if (Build.VERSION.SDK_INT < 30) { + view.setTag(R.id.tag_on_apply_window_listener, onApplyWindowInsetsListener); + } + if (onApplyWindowInsetsListener == null) { + view.setOnApplyWindowInsetsListener((View.OnApplyWindowInsetsListener) view.getTag(R.id.tag_window_insets_animation_callback)); + } else { + view.setOnApplyWindowInsetsListener(new AnonymousClass1(view, onApplyWindowInsetsListener)); + } + } } @RequiresApi(23) @@ -349,8 +419,16 @@ public class ViewCompat { private Api23Impl() { } - public static WindowInsets getRootWindowInsets(View view) { - return view.getRootWindowInsets(); + @Nullable + public static WindowInsetsCompat getRootWindowInsets(@NonNull View view) { + WindowInsets rootWindowInsets = view.getRootWindowInsets(); + if (rootWindowInsets == null) { + return null; + } + WindowInsetsCompat windowInsetsCompat = WindowInsetsCompat.toWindowInsetsCompat(rootWindowInsets); + windowInsetsCompat.setRootWindowInsets(windowInsetsCompat); + windowInsetsCompat.copyRootViewBounds(view.getRootView()); + return windowInsetsCompat; } } @@ -364,6 +442,62 @@ public class ViewCompat { } } + @RequiresApi(30) + public static class Api30Impl { + private Api30Impl() { + } + + @Nullable + public static WindowInsetsControllerCompat getWindowInsetsController(@NonNull View view) { + WindowInsetsController windowInsetsController = view.getWindowInsetsController(); + if (windowInsetsController != null) { + return WindowInsetsControllerCompat.toWindowInsetsControllerCompat(windowInsetsController); + } + return null; + } + } + + @RequiresApi(28) + public static class CompatImplApi28 { + + /* renamed from: androidx.core.view.ViewCompat$CompatImplApi28$1 reason: invalid class name */ + public class AnonymousClass1 implements View.OnUnhandledKeyEventListener { + public final /* synthetic */ OnUnhandledKeyEventListenerCompat val$listener; + + public AnonymousClass1(OnUnhandledKeyEventListenerCompat onUnhandledKeyEventListenerCompat) { + this.val$listener = onUnhandledKeyEventListenerCompat; + } + + @Override // android.view.View.OnUnhandledKeyEventListener + public boolean onUnhandledKeyEvent(View view, KeyEvent keyEvent) { + return this.val$listener.onUnhandledKeyEvent(view, keyEvent); + } + } + + private CompatImplApi28() { + } + + public static void addOnUnhandledKeyEventListener(@NonNull View view, @NonNull OnUnhandledKeyEventListenerCompat onUnhandledKeyEventListenerCompat) { + int i = R.id.tag_unhandled_key_listeners; + SimpleArrayMap simpleArrayMap = (SimpleArrayMap) view.getTag(i); + if (simpleArrayMap == null) { + simpleArrayMap = new SimpleArrayMap(); + view.setTag(i, simpleArrayMap); + } + AnonymousClass1 r0 = new AnonymousClass1(onUnhandledKeyEventListenerCompat); + simpleArrayMap.put(onUnhandledKeyEventListenerCompat, r0); + view.addOnUnhandledKeyEventListener(r0); + } + + public static void removeOnUnhandledKeyEventListener(@NonNull View view, @NonNull OnUnhandledKeyEventListenerCompat onUnhandledKeyEventListenerCompat) { + View.OnUnhandledKeyEventListener onUnhandledKeyEventListener; + SimpleArrayMap simpleArrayMap = (SimpleArrayMap) view.getTag(R.id.tag_unhandled_key_listeners); + if (simpleArrayMap != null && (onUnhandledKeyEventListener = (View.OnUnhandledKeyEventListener) simpleArrayMap.get(onUnhandledKeyEventListenerCompat)) != null) { + view.removeOnUnhandledKeyEventListener(onUnhandledKeyEventListener); + } + } + } + @Retention(RetentionPolicy.SOURCE) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public @interface FocusDirection { @@ -559,7 +693,7 @@ public class ViewCompat { } public static int addAccessibilityAction(@NonNull View view, @NonNull CharSequence charSequence, @NonNull AccessibilityViewCommand accessibilityViewCommand) { - int availableActionIdFromResources = getAvailableActionIdFromResources(view); + int availableActionIdFromResources = getAvailableActionIdFromResources(view, charSequence); if (availableActionIdFromResources != -1) { addAccessibilityAction(view, new AccessibilityNodeInfoCompat.AccessibilityActionCompat(availableActionIdFromResources, charSequence, accessibilityViewCommand)); } @@ -581,22 +715,14 @@ public class ViewCompat { public static void addOnUnhandledKeyEventListener(@NonNull View view, @NonNull OnUnhandledKeyEventListenerCompat onUnhandledKeyEventListenerCompat) { if (Build.VERSION.SDK_INT >= 28) { - int i = R.id.tag_unhandled_key_listeners; - SimpleArrayMap simpleArrayMap = (SimpleArrayMap) view.getTag(i); - if (simpleArrayMap == null) { - simpleArrayMap = new SimpleArrayMap(); - view.setTag(i, simpleArrayMap); - } - AnonymousClass2 r0 = new AnonymousClass2(onUnhandledKeyEventListenerCompat); - simpleArrayMap.put(onUnhandledKeyEventListenerCompat, r0); - view.addOnUnhandledKeyEventListener(r0); + CompatImplApi28.addOnUnhandledKeyEventListener(view, onUnhandledKeyEventListenerCompat); return; } - int i2 = R.id.tag_unhandled_key_listeners; - ArrayList arrayList = (ArrayList) view.getTag(i2); + int i = R.id.tag_unhandled_key_listeners; + ArrayList arrayList = (ArrayList) view.getTag(i); if (arrayList == null) { arrayList = new ArrayList(); - view.setTag(i2, arrayList); + view.setTag(i, arrayList); } arrayList.add(onUnhandledKeyEventListenerCompat); if (arrayList.size() == 1) { @@ -679,7 +805,13 @@ public class ViewCompat { @NonNull public static WindowInsetsCompat dispatchApplyWindowInsets(@NonNull View view, @NonNull WindowInsetsCompat windowInsetsCompat) { WindowInsets windowInsets = windowInsetsCompat.toWindowInsets(); - return (windowInsets == null || view.dispatchApplyWindowInsets(windowInsets).equals(windowInsets)) ? windowInsetsCompat : WindowInsetsCompat.toWindowInsetsCompat(windowInsets); + if (windowInsets != null) { + WindowInsets dispatchApplyWindowInsets = view.dispatchApplyWindowInsets(windowInsets); + if (!dispatchApplyWindowInsets.equals(windowInsets)) { + return WindowInsetsCompat.toWindowInsetsCompat(dispatchApplyWindowInsets, view); + } + } + return windowInsetsCompat; } public static void dispatchFinishTemporaryDetach(@NonNull View view) { @@ -864,26 +996,31 @@ public class ViewCompat { return view.getAlpha(); } - private static int getAvailableActionIdFromResources(View view) { + private static int getAvailableActionIdFromResources(View view, @NonNull CharSequence charSequence) { List actionList = getActionList(view); - int i = 0; - int i2 = -1; + for (int i = 0; i < actionList.size(); i++) { + if (TextUtils.equals(charSequence, actionList.get(i).getLabel())) { + return actionList.get(i).getId(); + } + } + int i2 = 0; + int i3 = -1; while (true) { int[] iArr = ACCESSIBILITY_ACTIONS_RESOURCE_IDS; - if (i >= iArr.length || i2 != -1) { + if (i2 >= iArr.length || i3 != -1) { break; } - int i3 = iArr[i]; + int i4 = iArr[i2]; boolean z2 = true; - for (int i4 = 0; i4 < actionList.size(); i4++) { - z2 &= actionList.get(i4).getId() != i3; + for (int i5 = 0; i5 < actionList.size(); i5++) { + z2 &= actionList.get(i5).getId() != i4; } if (z2) { - i2 = i3; + i3 = i4; } - i++; + i2++; } - return i2; + return i3; } public static ColorStateList getBackgroundTintList(@NonNull View view) { @@ -921,6 +1058,10 @@ public class ViewCompat { return rect; } + private static OnReceiveContentViewBehavior getFallback(@NonNull View view) { + return view instanceof OnReceiveContentViewBehavior ? (OnReceiveContentViewBehavior) view : NO_OP_ON_RECEIVE_CONTENT_VIEW_BEHAVIOR; + } + public static boolean getFitsSystemWindows(@NonNull View view) { return view.getFitsSystemWindows(); } @@ -986,6 +1127,11 @@ public class ViewCompat { return -1; } + @Nullable + public static String[] getOnReceiveContentMimeTypes(@NonNull View view) { + return (String[]) view.getTag(R.id.tag_on_receive_content_mime_types); + } + public static AccessibilityDelegateCompat getOrCreateAccessibilityDelegateCompat(@NonNull View view) { AccessibilityDelegateCompat accessibilityDelegate = getAccessibilityDelegate(view); if (accessibilityDelegate == null) { @@ -1026,10 +1172,7 @@ public class ViewCompat { @Nullable public static WindowInsetsCompat getRootWindowInsets(@NonNull View view) { - if (Build.VERSION.SDK_INT >= 23) { - return WindowInsetsCompat.toWindowInsetsCompat(Api23Impl.getRootWindowInsets(view)); - } - return null; + return Build.VERSION.SDK_INT >= 23 ? Api23Impl.getRootWindowInsets(view) : Api21Impl.getRootWindowInsets(view); } @Deprecated @@ -1064,6 +1207,12 @@ public class ViewCompat { return 0; } + @Nullable + @UiThread + public static final CharSequence getStateDescription(@NonNull View view) { + return stateDescriptionProperty().get(view); + } + @NonNull public static List getSystemGestureExclusionRects(@NonNull View view) { return Build.VERSION.SDK_INT >= 29 ? view.getSystemGestureExclusionRects() : Collections.emptyList(); @@ -1088,6 +1237,23 @@ public class ViewCompat { return view.getTranslationZ(); } + @Nullable + public static WindowInsetsControllerCompat getWindowInsetsController(@NonNull View view) { + if (Build.VERSION.SDK_INT >= 30) { + return Api30Impl.getWindowInsetsController(view); + } + for (Context context = view.getContext(); context instanceof ContextWrapper; context = ((ContextWrapper) context).getBaseContext()) { + if (context instanceof Activity) { + Window window = ((Activity) context).getWindow(); + if (window != null) { + return WindowCompat.getInsetsController(window, view); + } + return null; + } + } + return null; + } + public static int getWindowSystemUiVisibility(@NonNull View view) { return view.getWindowSystemUiVisibility(); } @@ -1227,13 +1393,31 @@ public class ViewCompat { @RequiresApi(19) public static void notifyViewAccessibilityStateChangedIfNeeded(View view, int i) { - if (((AccessibilityManager) view.getContext().getSystemService("accessibility")).isEnabled()) { - boolean z2 = getAccessibilityPaneTitle(view) != null; - if (getAccessibilityLiveRegion(view) != 0 || (z2 && view.getVisibility() == 0)) { + AccessibilityManager accessibilityManager = (AccessibilityManager) view.getContext().getSystemService("accessibility"); + if (accessibilityManager.isEnabled()) { + boolean z2 = getAccessibilityPaneTitle(view) != null && view.getVisibility() == 0; + int i2 = 32; + if (getAccessibilityLiveRegion(view) != 0 || z2) { AccessibilityEvent obtain = AccessibilityEvent.obtain(); - obtain.setEventType(z2 ? 32 : 2048); + if (!z2) { + i2 = 2048; + } + obtain.setEventType(i2); obtain.setContentChangeTypes(i); + if (z2) { + obtain.getText().add(getAccessibilityPaneTitle(view)); + setViewImportanceForAccessibilityIfNeeded(view); + } view.sendAccessibilityEventUnchecked(obtain); + } else if (i == 32) { + AccessibilityEvent obtain2 = AccessibilityEvent.obtain(); + view.onInitializeAccessibilityEvent(obtain2); + obtain2.setEventType(32); + obtain2.setContentChangeTypes(i); + obtain2.setSource(view); + view.onPopulateAccessibilityEvent(obtain2); + obtain2.getText().add(getAccessibilityPaneTitle(view)); + accessibilityManager.sendAccessibilityEvent(obtain2); } else if (view.getParent() != null) { try { view.getParent().notifySubtreeAccessibilityStateChanged(view, view, i); @@ -1288,7 +1472,7 @@ public class ViewCompat { if (windowInsets != null) { WindowInsets onApplyWindowInsets = view.onApplyWindowInsets(windowInsets); if (!onApplyWindowInsets.equals(windowInsets)) { - return WindowInsetsCompat.toWindowInsetsCompat(onApplyWindowInsets); + return WindowInsetsCompat.toWindowInsetsCompat(onApplyWindowInsets, view); } } return windowInsetsCompat; @@ -1309,13 +1493,29 @@ public class ViewCompat { } private static AccessibilityViewProperty paneTitleProperty() { - return new AnonymousClass4(R.id.tag_accessibility_pane_title, CharSequence.class, 8, 28); + return new AnonymousClass3(R.id.tag_accessibility_pane_title, CharSequence.class, 8, 28); } public static boolean performAccessibilityAction(@NonNull View view, int i, Bundle bundle) { return view.performAccessibilityAction(i, bundle); } + @Nullable + public static ContentInfoCompat performReceiveContent(@NonNull View view, @NonNull ContentInfoCompat contentInfoCompat) { + if (Log.isLoggable(TAG, 3)) { + Log.d(TAG, "performReceiveContent: " + contentInfoCompat + ", view=" + view.getClass().getSimpleName() + "[" + view.getId() + "]"); + } + OnReceiveContentListener onReceiveContentListener = (OnReceiveContentListener) view.getTag(R.id.tag_on_receive_content_listener); + if (onReceiveContentListener == null) { + return getFallback(view).onReceiveContent(contentInfoCompat); + } + ContentInfoCompat onReceiveContent = onReceiveContentListener.onReceiveContent(view, contentInfoCompat); + if (onReceiveContent == null) { + return null; + } + return getFallback(view).onReceiveContent(onReceiveContent); + } + public static void postInvalidateOnAnimation(@NonNull View view) { view.postInvalidateOnAnimation(); } @@ -1348,13 +1548,8 @@ public class ViewCompat { } public static void removeOnUnhandledKeyEventListener(@NonNull View view, @NonNull OnUnhandledKeyEventListenerCompat onUnhandledKeyEventListenerCompat) { - View.OnUnhandledKeyEventListener onUnhandledKeyEventListener; if (Build.VERSION.SDK_INT >= 28) { - SimpleArrayMap simpleArrayMap = (SimpleArrayMap) view.getTag(R.id.tag_unhandled_key_listeners); - if (simpleArrayMap != null && (onUnhandledKeyEventListener = (View.OnUnhandledKeyEventListener) simpleArrayMap.get(onUnhandledKeyEventListenerCompat)) != null) { - view.removeOnUnhandledKeyEventListener(onUnhandledKeyEventListener); - return; - } + CompatImplApi28.removeOnUnhandledKeyEventListener(view, onUnhandledKeyEventListenerCompat); return; } ArrayList arrayList = (ArrayList) view.getTag(R.id.tag_unhandled_key_listeners); @@ -1406,7 +1601,7 @@ public class ViewCompat { } private static AccessibilityViewProperty screenReaderFocusableProperty() { - return new AnonymousClass3(R.id.tag_screen_reader_focusable, Boolean.class, 28); + return new AnonymousClass2(R.id.tag_screen_reader_focusable, Boolean.class, 28); } public static void setAccessibilityDelegate(@NonNull View view, AccessibilityDelegateCompat accessibilityDelegateCompat) { @@ -1573,11 +1768,36 @@ public class ViewCompat { } public static void setOnApplyWindowInsetsListener(@NonNull View view, @Nullable OnApplyWindowInsetsListener onApplyWindowInsetsListener) { - if (onApplyWindowInsetsListener == null) { - view.setOnApplyWindowInsetsListener(null); - } else { - view.setOnApplyWindowInsetsListener(new AnonymousClass1(onApplyWindowInsetsListener)); + Api21Impl.setOnApplyWindowInsetsListener(view, onApplyWindowInsetsListener); + } + + public static void setOnReceiveContentListener(@NonNull View view, @Nullable String[] strArr, @Nullable OnReceiveContentListener onReceiveContentListener) { + if (strArr == null || strArr.length == 0) { + strArr = null; } + boolean z2 = false; + if (onReceiveContentListener != null) { + Preconditions.checkArgument(strArr != null, "When the listener is set, MIME types must also be set"); + } + if (strArr != null) { + int length = strArr.length; + int i = 0; + while (true) { + if (i >= length) { + break; + } else if (strArr[i].startsWith("*")) { + z2 = true; + break; + } else { + i++; + } + } + StringBuilder P = a.P("A MIME type set here must not start with *: "); + P.append(Arrays.toString(strArr)); + Preconditions.checkArgument(!z2, P.toString()); + } + view.setTag(R.id.tag_on_receive_content_mime_types, strArr); + view.setTag(R.id.tag_on_receive_content_listener, onReceiveContentListener); } @Deprecated @@ -1652,6 +1872,11 @@ public class ViewCompat { } } + @UiThread + public static void setStateDescription(@NonNull View view, @Nullable CharSequence charSequence) { + stateDescriptionProperty().set(view, charSequence); + } + public static void setSystemGestureExclusionRects(@NonNull View view, @NonNull List list) { if (Build.VERSION.SDK_INT >= 29) { view.setSystemGestureExclusionRects(list); @@ -1682,6 +1907,22 @@ public class ViewCompat { view.setTranslationZ(f); } + private static void setViewImportanceForAccessibilityIfNeeded(View view) { + if (getImportantForAccessibility(view) == 0) { + setImportantForAccessibility(view, 1); + } + for (ViewParent parent = view.getParent(); parent instanceof View; parent = parent.getParent()) { + if (getImportantForAccessibility((View) parent) == 4) { + setImportantForAccessibility(view, 2); + return; + } + } + } + + public static void setWindowInsetsAnimationCallback(@NonNull View view, @Nullable WindowInsetsAnimationCompat.Callback callback) { + WindowInsetsAnimationCompat.setCallback(view, callback); + } + @Deprecated public static void setX(View view, float f) { view.setX(f); @@ -1714,6 +1955,10 @@ public class ViewCompat { return false; } + private static AccessibilityViewProperty stateDescriptionProperty() { + return new AnonymousClass4(R.id.tag_state_description, CharSequence.class, 64, 30); + } + public static void stopNestedScroll(@NonNull View view) { view.stopNestedScroll(); } diff --git a/app/src/main/java/androidx/core/view/ViewGroupKt$descendants$1.java b/app/src/main/java/androidx/core/view/ViewGroupKt$descendants$1.java new file mode 100644 index 0000000000..ad75c27a3b --- /dev/null +++ b/app/src/main/java/androidx/core/view/ViewGroupKt$descendants$1.java @@ -0,0 +1,149 @@ +package androidx.core.view; + +import android.view.View; +import android.view.ViewGroup; +import d0.f0.k; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.j; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.coroutines.Continuation; +import kotlin.jvm.functions.Function2; +import kotlin.sequences.Sequence; +/* compiled from: ViewGroup.kt */ +@e(c = "androidx.core.view.ViewGroupKt$descendants$1", f = "ViewGroup.kt", l = {97, 99}, m = "invokeSuspend") +public final class ViewGroupKt$descendants$1 extends j implements Function2, Continuation, Object> { + public final /* synthetic */ ViewGroup $this_descendants; + public int I$0; + public int I$1; + private /* synthetic */ Object L$0; + public Object L$1; + public Object L$2; + public int label; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public ViewGroupKt$descendants$1(ViewGroup viewGroup, Continuation continuation) { + super(2, continuation); + this.$this_descendants = viewGroup; + } + + @Override // d0.w.i.a.a + public final Continuation create(Object obj, Continuation continuation) { + ViewGroupKt$descendants$1 viewGroupKt$descendants$1 = new ViewGroupKt$descendants$1(this.$this_descendants, continuation); + viewGroupKt$descendants$1.L$0 = obj; + return viewGroupKt$descendants$1; + } + + public final Object invoke(k kVar, Continuation continuation) { + return ((ViewGroupKt$descendants$1) create(kVar, continuation)).invokeSuspend(Unit.a); + } + + /* JADX WARNING: Code restructure failed: missing block: B:23:0x009c, code lost: + if (r4 < r5) goto L_0x004f; + */ + /* JADX WARNING: Removed duplicated region for block: B:20:0x0091 */ + @Override // d0.w.i.a.a + public final Object invokeSuspend(Object obj) { + k kVar; + ViewGroupKt$descendants$1 viewGroupKt$descendants$1; + int i; + int i2; + ViewGroup viewGroup; + ViewGroupKt$descendants$1 viewGroupKt$descendants$12; + k kVar2; + ViewGroup viewGroup2; + int i3; + ViewGroup viewGroup3; + View view; + Sequence descendants; + Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); + int i4 = this.label; + if (i4 == 0) { + l.throwOnFailure(obj); + kVar = (k) this.L$0; + viewGroup = this.$this_descendants; + i2 = 0; + i = viewGroup.getChildCount(); + if (i > 0) { + viewGroupKt$descendants$1 = this; + } + return Unit.a; + } else if (i4 == 1) { + i3 = this.I$1; + i2 = this.I$0; + view = (View) this.L$2; + viewGroup3 = (ViewGroup) this.L$1; + l.throwOnFailure(obj); + kVar = (k) this.L$0; + viewGroupKt$descendants$12 = this; + if (!(view instanceof ViewGroup)) { + descendants = ViewGroupKt.getDescendants((ViewGroup) view); + viewGroupKt$descendants$12.L$0 = kVar; + viewGroupKt$descendants$12.L$1 = viewGroup3; + viewGroupKt$descendants$12.L$2 = null; + viewGroupKt$descendants$12.I$0 = i2; + viewGroupKt$descendants$12.I$1 = i3; + viewGroupKt$descendants$12.label = 2; + if (kVar.yieldAll(descendants, viewGroupKt$descendants$12) == coroutine_suspended) { + viewGroup2 = viewGroup3; + kVar2 = kVar; + kVar = kVar2; + viewGroupKt$descendants$1 = viewGroupKt$descendants$12; + i = i3; + viewGroup = viewGroup2; + } + return coroutine_suspended; + } + i = i3; + viewGroup = viewGroup3; + viewGroupKt$descendants$1 = viewGroupKt$descendants$12; + } else if (i4 == 2) { + i3 = this.I$1; + i2 = this.I$0; + viewGroup2 = (ViewGroup) this.L$1; + kVar2 = (k) this.L$0; + l.throwOnFailure(obj); + viewGroupKt$descendants$12 = this; + kVar = kVar2; + viewGroupKt$descendants$1 = viewGroupKt$descendants$12; + i = i3; + viewGroup = viewGroup2; + } else { + throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); + } + int i5 = i2 + 1; + View childAt = viewGroup.getChildAt(i2); + m.checkNotNullExpressionValue(childAt, "getChildAt(index)"); + viewGroupKt$descendants$1.L$0 = kVar; + viewGroupKt$descendants$1.L$1 = viewGroup; + viewGroupKt$descendants$1.L$2 = childAt; + viewGroupKt$descendants$1.I$0 = i5; + viewGroupKt$descendants$1.I$1 = i; + viewGroupKt$descendants$1.label = 1; + if (kVar.yield(childAt, viewGroupKt$descendants$1) != coroutine_suspended) { + viewGroup3 = viewGroup; + i3 = i; + view = childAt; + i2 = i5; + viewGroupKt$descendants$12 = viewGroupKt$descendants$1; + if (!(view instanceof ViewGroup)) { + i = i3; + viewGroup = viewGroup3; + viewGroupKt$descendants$1 = viewGroupKt$descendants$12; + } + descendants = ViewGroupKt.getDescendants((ViewGroup) view); + viewGroupKt$descendants$12.L$0 = kVar; + viewGroupKt$descendants$12.L$1 = viewGroup3; + viewGroupKt$descendants$12.L$2 = null; + viewGroupKt$descendants$12.I$0 = i2; + viewGroupKt$descendants$12.I$1 = i3; + viewGroupKt$descendants$12.label = 2; + if (kVar.yieldAll(descendants, viewGroupKt$descendants$12) == coroutine_suspended) { + } + return coroutine_suspended; + } + return coroutine_suspended; + } +} diff --git a/app/src/main/java/androidx/core/view/ViewGroupKt.java b/app/src/main/java/androidx/core/view/ViewGroupKt.java index 6664687775..ca153896b2 100644 --- a/app/src/main/java/androidx/core/view/ViewGroupKt.java +++ b/app/src/main/java/androidx/core/view/ViewGroupKt.java @@ -5,6 +5,7 @@ import android.view.ViewGroup; import androidx.annotation.Px; import androidx.annotation.RequiresApi; import c.d.b.a.a; +import d0.f0.l; import d0.z.d.m; import java.util.Iterator; import kotlin.Unit; @@ -14,36 +15,54 @@ import kotlin.sequences.Sequence; /* compiled from: ViewGroup.kt */ public final class ViewGroupKt { public static final boolean contains(ViewGroup viewGroup, View view) { - m.checkParameterIsNotNull(viewGroup, "$this$contains"); - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(viewGroup, ""); + m.checkNotNullParameter(view, "view"); return viewGroup.indexOfChild(view) != -1; } public static final void forEach(ViewGroup viewGroup, Function1 function1) { - m.checkParameterIsNotNull(viewGroup, "$this$forEach"); - m.checkParameterIsNotNull(function1, "action"); + m.checkNotNullParameter(viewGroup, ""); + m.checkNotNullParameter(function1, "action"); int childCount = viewGroup.getChildCount(); - for (int i = 0; i < childCount; i++) { - View childAt = viewGroup.getChildAt(i); - m.checkExpressionValueIsNotNull(childAt, "getChildAt(index)"); - function1.invoke(childAt); + if (childCount > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + View childAt = viewGroup.getChildAt(i); + m.checkNotNullExpressionValue(childAt, "getChildAt(index)"); + function1.invoke(childAt); + if (i2 < childCount) { + i = i2; + } else { + return; + } + } } } public static final void forEachIndexed(ViewGroup viewGroup, Function2 function2) { - m.checkParameterIsNotNull(viewGroup, "$this$forEachIndexed"); - m.checkParameterIsNotNull(function2, "action"); + m.checkNotNullParameter(viewGroup, ""); + m.checkNotNullParameter(function2, "action"); int childCount = viewGroup.getChildCount(); - for (int i = 0; i < childCount; i++) { - Integer valueOf = Integer.valueOf(i); - View childAt = viewGroup.getChildAt(i); - m.checkExpressionValueIsNotNull(childAt, "getChildAt(index)"); - function2.invoke(valueOf, childAt); + if (childCount > 0) { + int i = 0; + while (true) { + int i2 = i + 1; + Integer valueOf = Integer.valueOf(i); + View childAt = viewGroup.getChildAt(i); + m.checkNotNullExpressionValue(childAt, "getChildAt(index)"); + function2.invoke(valueOf, childAt); + if (i2 < childCount) { + i = i2; + } else { + return; + } + } } } public static final View get(ViewGroup viewGroup, int i) { - m.checkParameterIsNotNull(viewGroup, "$this$get"); + m.checkNotNullParameter(viewGroup, ""); View childAt = viewGroup.getChildAt(i); if (childAt != null) { return childAt; @@ -54,49 +73,54 @@ public final class ViewGroupKt { } public static final Sequence getChildren(ViewGroup viewGroup) { - m.checkParameterIsNotNull(viewGroup, "$this$children"); + m.checkNotNullParameter(viewGroup, ""); return new ViewGroupKt$children$1(viewGroup); } + public static final Sequence getDescendants(ViewGroup viewGroup) { + m.checkNotNullParameter(viewGroup, ""); + return l.sequence(new ViewGroupKt$descendants$1(viewGroup, null)); + } + public static final int getSize(ViewGroup viewGroup) { - m.checkParameterIsNotNull(viewGroup, "$this$size"); + m.checkNotNullParameter(viewGroup, ""); return viewGroup.getChildCount(); } public static final boolean isEmpty(ViewGroup viewGroup) { - m.checkParameterIsNotNull(viewGroup, "$this$isEmpty"); + m.checkNotNullParameter(viewGroup, ""); return viewGroup.getChildCount() == 0; } public static final boolean isNotEmpty(ViewGroup viewGroup) { - m.checkParameterIsNotNull(viewGroup, "$this$isNotEmpty"); + m.checkNotNullParameter(viewGroup, ""); return viewGroup.getChildCount() != 0; } public static final Iterator iterator(ViewGroup viewGroup) { - m.checkParameterIsNotNull(viewGroup, "$this$iterator"); + m.checkNotNullParameter(viewGroup, ""); return new ViewGroupKt$iterator$1(viewGroup); } public static final void minusAssign(ViewGroup viewGroup, View view) { - m.checkParameterIsNotNull(viewGroup, "$this$minusAssign"); - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(viewGroup, ""); + m.checkNotNullParameter(view, "view"); viewGroup.removeView(view); } public static final void plusAssign(ViewGroup viewGroup, View view) { - m.checkParameterIsNotNull(viewGroup, "$this$plusAssign"); - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(viewGroup, ""); + m.checkNotNullParameter(view, "view"); viewGroup.addView(view); } public static final void setMargins(ViewGroup.MarginLayoutParams marginLayoutParams, @Px int i) { - m.checkParameterIsNotNull(marginLayoutParams, "$this$setMargins"); + m.checkNotNullParameter(marginLayoutParams, ""); marginLayoutParams.setMargins(i, i, i, i); } public static final void updateMargins(ViewGroup.MarginLayoutParams marginLayoutParams, @Px int i, @Px int i2, @Px int i3, @Px int i4) { - m.checkParameterIsNotNull(marginLayoutParams, "$this$updateMargins"); + m.checkNotNullParameter(marginLayoutParams, ""); marginLayoutParams.setMargins(i, i2, i3, i4); } @@ -113,13 +137,13 @@ public final class ViewGroupKt { if ((i5 & 8) != 0) { i4 = marginLayoutParams.bottomMargin; } - m.checkParameterIsNotNull(marginLayoutParams, "$this$updateMargins"); + m.checkNotNullParameter(marginLayoutParams, ""); marginLayoutParams.setMargins(i, i2, i3, i4); } @RequiresApi(17) public static final void updateMarginsRelative(ViewGroup.MarginLayoutParams marginLayoutParams, @Px int i, @Px int i2, @Px int i3, @Px int i4) { - m.checkParameterIsNotNull(marginLayoutParams, "$this$updateMarginsRelative"); + m.checkNotNullParameter(marginLayoutParams, ""); marginLayoutParams.setMarginStart(i); marginLayoutParams.topMargin = i2; marginLayoutParams.setMarginEnd(i3); @@ -139,7 +163,7 @@ public final class ViewGroupKt { if ((i5 & 8) != 0) { i4 = marginLayoutParams.bottomMargin; } - m.checkParameterIsNotNull(marginLayoutParams, "$this$updateMarginsRelative"); + m.checkNotNullParameter(marginLayoutParams, ""); marginLayoutParams.setMarginStart(i); marginLayoutParams.topMargin = i2; marginLayoutParams.setMarginEnd(i3); diff --git a/app/src/main/java/androidx/core/view/ViewKt$allViews$1.java b/app/src/main/java/androidx/core/view/ViewKt$allViews$1.java new file mode 100644 index 0000000000..e1e2b08213 --- /dev/null +++ b/app/src/main/java/androidx/core/view/ViewKt$allViews$1.java @@ -0,0 +1,72 @@ +package androidx.core.view; + +import android.view.View; +import android.view.ViewGroup; +import d0.f0.k; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.j; +import kotlin.Unit; +import kotlin.coroutines.Continuation; +import kotlin.jvm.functions.Function2; +import kotlin.sequences.Sequence; +/* compiled from: View.kt */ +@e(c = "androidx.core.view.ViewKt$allViews$1", f = "View.kt", l = {406, 408}, m = "invokeSuspend") +public final class ViewKt$allViews$1 extends j implements Function2, Continuation, Object> { + public final /* synthetic */ View $this_allViews; + private /* synthetic */ Object L$0; + public int label; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public ViewKt$allViews$1(View view, Continuation continuation) { + super(2, continuation); + this.$this_allViews = view; + } + + @Override // d0.w.i.a.a + public final Continuation create(Object obj, Continuation continuation) { + ViewKt$allViews$1 viewKt$allViews$1 = new ViewKt$allViews$1(this.$this_allViews, continuation); + viewKt$allViews$1.L$0 = obj; + return viewKt$allViews$1; + } + + public final Object invoke(k kVar, Continuation continuation) { + return ((ViewKt$allViews$1) create(kVar, continuation)).invokeSuspend(Unit.a); + } + + @Override // d0.w.i.a.a + public final Object invokeSuspend(Object obj) { + k kVar; + Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); + int i = this.label; + if (i == 0) { + l.throwOnFailure(obj); + kVar = (k) this.L$0; + View view = this.$this_allViews; + this.L$0 = kVar; + this.label = 1; + if (kVar.yield(view, this) == coroutine_suspended) { + return coroutine_suspended; + } + } else if (i == 1) { + kVar = (k) this.L$0; + l.throwOnFailure(obj); + } else if (i == 2) { + l.throwOnFailure(obj); + return Unit.a; + } else { + throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); + } + View view2 = this.$this_allViews; + if (view2 instanceof ViewGroup) { + Sequence descendants = ViewGroupKt.getDescendants((ViewGroup) view2); + this.L$0 = null; + this.label = 2; + if (kVar.yieldAll(descendants, this) == coroutine_suspended) { + return coroutine_suspended; + } + } + return Unit.a; + } +} diff --git a/app/src/main/java/androidx/core/view/ViewKt$ancestors$1.java b/app/src/main/java/androidx/core/view/ViewKt$ancestors$1.java new file mode 100644 index 0000000000..80ef88cea2 --- /dev/null +++ b/app/src/main/java/androidx/core/view/ViewKt$ancestors$1.java @@ -0,0 +1,19 @@ +package androidx.core.view; + +import android.view.ViewParent; +import d0.z.d.k; +import d0.z.d.m; +import kotlin.jvm.functions.Function1; +/* compiled from: View.kt */ +public /* synthetic */ class ViewKt$ancestors$1 extends k implements Function1 { + public static final ViewKt$ancestors$1 INSTANCE = new ViewKt$ancestors$1(); + + public ViewKt$ancestors$1() { + super(1, ViewParent.class, "getParent", "getParent()Landroid/view/ViewParent;", 0); + } + + public final ViewParent invoke(ViewParent viewParent) { + m.checkNotNullParameter(viewParent, "p0"); + return viewParent.getParent(); + } +} diff --git a/app/src/main/java/androidx/core/view/ViewKt$doOnAttach$1.java b/app/src/main/java/androidx/core/view/ViewKt$doOnAttach$1.java index 1b1de35e3d..eea01b76d2 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$doOnAttach$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$doOnAttach$1.java @@ -2,26 +2,29 @@ package androidx.core.view; import android.view.View; import d0.z.d.m; +import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: View.kt */ public final class ViewKt$doOnAttach$1 implements View.OnAttachStateChangeListener { - public final /* synthetic */ Function1 $action; + public final /* synthetic */ Function1 $action; public final /* synthetic */ View $this_doOnAttach; - public ViewKt$doOnAttach$1(View view, Function1 function1) { + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX WARN: Multi-variable type inference failed */ + public ViewKt$doOnAttach$1(View view, Function1 function1) { this.$this_doOnAttach = view; this.$action = function1; } @Override // android.view.View.OnAttachStateChangeListener public void onViewAttachedToWindow(View view) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); this.$this_doOnAttach.removeOnAttachStateChangeListener(this); this.$action.invoke(view); } @Override // android.view.View.OnAttachStateChangeListener public void onViewDetachedFromWindow(View view) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); } } diff --git a/app/src/main/java/androidx/core/view/ViewKt$doOnDetach$1.java b/app/src/main/java/androidx/core/view/ViewKt$doOnDetach$1.java index b8ac53772a..1a30689a0e 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$doOnDetach$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$doOnDetach$1.java @@ -2,25 +2,28 @@ package androidx.core.view; import android.view.View; import d0.z.d.m; +import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: View.kt */ public final class ViewKt$doOnDetach$1 implements View.OnAttachStateChangeListener { - public final /* synthetic */ Function1 $action; + public final /* synthetic */ Function1 $action; public final /* synthetic */ View $this_doOnDetach; - public ViewKt$doOnDetach$1(View view, Function1 function1) { + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX WARN: Multi-variable type inference failed */ + public ViewKt$doOnDetach$1(View view, Function1 function1) { this.$this_doOnDetach = view; this.$action = function1; } @Override // android.view.View.OnAttachStateChangeListener public void onViewAttachedToWindow(View view) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); } @Override // android.view.View.OnAttachStateChangeListener public void onViewDetachedFromWindow(View view) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); this.$this_doOnDetach.removeOnAttachStateChangeListener(this); this.$action.invoke(view); } diff --git a/app/src/main/java/androidx/core/view/ViewKt$doOnLayout$$inlined$doOnNextLayout$1.java b/app/src/main/java/androidx/core/view/ViewKt$doOnLayout$$inlined$doOnNextLayout$1.java index 0065432787..83218d6aac 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$doOnLayout$$inlined$doOnNextLayout$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$doOnLayout$$inlined$doOnNextLayout$1.java @@ -13,7 +13,7 @@ public final class ViewKt$doOnLayout$$inlined$doOnNextLayout$1 implements View.O @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); this.$action$inlined.invoke(view); } diff --git a/app/src/main/java/androidx/core/view/ViewKt$doOnNextLayout$1.java b/app/src/main/java/androidx/core/view/ViewKt$doOnNextLayout$1.java index c1c5e73dda..7daf7f1f2a 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$doOnNextLayout$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$doOnNextLayout$1.java @@ -2,18 +2,21 @@ package androidx.core.view; import android.view.View; import d0.z.d.m; +import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: View.kt */ public final class ViewKt$doOnNextLayout$1 implements View.OnLayoutChangeListener { - public final /* synthetic */ Function1 $action; + public final /* synthetic */ Function1 $action; - public ViewKt$doOnNextLayout$1(Function1 function1) { + /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX WARN: Multi-variable type inference failed */ + public ViewKt$doOnNextLayout$1(Function1 function1) { this.$action = function1; } @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); this.$action.invoke(view); } diff --git a/app/src/main/java/androidx/core/view/ViewKt$doOnPreDraw$1.java b/app/src/main/java/androidx/core/view/ViewKt$doOnPreDraw$1.java index 7d7ee21085..02373b70de 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$doOnPreDraw$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$doOnPreDraw$1.java @@ -1,15 +1,18 @@ package androidx.core.view; import android.view.View; +import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: View.kt */ public final class ViewKt$doOnPreDraw$1 implements Runnable { - public final /* synthetic */ Function1 $action; + public final /* synthetic */ Function1 $action; public final /* synthetic */ View $this_doOnPreDraw; - public ViewKt$doOnPreDraw$1(View view, Function1 function1) { - this.$this_doOnPreDraw = view; + /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX WARN: Multi-variable type inference failed */ + public ViewKt$doOnPreDraw$1(Function1 function1, View view) { this.$action = function1; + this.$this_doOnPreDraw = view; } @Override // java.lang.Runnable diff --git a/app/src/main/java/androidx/core/view/ViewKt$postDelayed$runnable$1.java b/app/src/main/java/androidx/core/view/ViewKt$postDelayed$runnable$1.java index f2745abb79..2ccac31bcf 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$postDelayed$runnable$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$postDelayed$runnable$1.java @@ -1,11 +1,12 @@ package androidx.core.view; +import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: View.kt */ public final class ViewKt$postDelayed$runnable$1 implements Runnable { - public final /* synthetic */ Function0 $action; + public final /* synthetic */ Function0 $action; - public ViewKt$postDelayed$runnable$1(Function0 function0) { + public ViewKt$postDelayed$runnable$1(Function0 function0) { this.$action = function0; } diff --git a/app/src/main/java/androidx/core/view/ViewKt$postOnAnimationDelayed$runnable$1.java b/app/src/main/java/androidx/core/view/ViewKt$postOnAnimationDelayed$runnable$1.java index b8878900e4..49e357d4fb 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$postOnAnimationDelayed$runnable$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$postOnAnimationDelayed$runnable$1.java @@ -1,11 +1,12 @@ package androidx.core.view; +import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: View.kt */ public final class ViewKt$postOnAnimationDelayed$runnable$1 implements Runnable { - public final /* synthetic */ Function0 $action; + public final /* synthetic */ Function0 $action; - public ViewKt$postOnAnimationDelayed$runnable$1(Function0 function0) { + public ViewKt$postOnAnimationDelayed$runnable$1(Function0 function0) { this.$action = function0; } diff --git a/app/src/main/java/androidx/core/view/ViewKt.java b/app/src/main/java/androidx/core/view/ViewKt.java index a4303d051b..8d0be7ac42 100644 --- a/app/src/main/java/androidx/core/view/ViewKt.java +++ b/app/src/main/java/androidx/core/view/ViewKt.java @@ -4,19 +4,23 @@ import android.graphics.Bitmap; import android.graphics.Canvas; import android.view.View; import android.view.ViewGroup; +import android.view.ViewParent; import androidx.annotation.Px; import androidx.annotation.RequiresApi; import androidx.exifinterface.media.ExifInterface; +import d0.f0.l; +import d0.f0.n; import d0.z.d.m; -import kotlin.TypeCastException; +import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; +import kotlin.sequences.Sequence; /* compiled from: View.kt */ public final class ViewKt { public static final void doOnAttach(View view, Function1 function1) { - m.checkParameterIsNotNull(view, "$this$doOnAttach"); - m.checkParameterIsNotNull(function1, "action"); + m.checkNotNullParameter(view, ""); + m.checkNotNullParameter(function1, "action"); if (ViewCompat.isAttachedToWindow(view)) { function1.invoke(view); } else { @@ -25,8 +29,8 @@ public final class ViewKt { } public static final void doOnDetach(View view, Function1 function1) { - m.checkParameterIsNotNull(view, "$this$doOnDetach"); - m.checkParameterIsNotNull(function1, "action"); + m.checkNotNullParameter(view, ""); + m.checkNotNullParameter(function1, "action"); if (!ViewCompat.isAttachedToWindow(view)) { function1.invoke(view); } else { @@ -35,8 +39,8 @@ public final class ViewKt { } public static final void doOnLayout(View view, Function1 function1) { - m.checkParameterIsNotNull(view, "$this$doOnLayout"); - m.checkParameterIsNotNull(function1, "action"); + m.checkNotNullParameter(view, ""); + m.checkNotNullParameter(function1, "action"); if (!ViewCompat.isLaidOut(view) || view.isLayoutRequested()) { view.addOnLayoutChangeListener(new ViewKt$doOnLayout$$inlined$doOnNextLayout$1(function1)); } else { @@ -45,25 +49,25 @@ public final class ViewKt { } public static final void doOnNextLayout(View view, Function1 function1) { - m.checkParameterIsNotNull(view, "$this$doOnNextLayout"); - m.checkParameterIsNotNull(function1, "action"); + m.checkNotNullParameter(view, ""); + m.checkNotNullParameter(function1, "action"); view.addOnLayoutChangeListener(new ViewKt$doOnNextLayout$1(function1)); } public static final OneShotPreDrawListener doOnPreDraw(View view, Function1 function1) { - m.checkParameterIsNotNull(view, "$this$doOnPreDraw"); - m.checkParameterIsNotNull(function1, "action"); - OneShotPreDrawListener add = OneShotPreDrawListener.add(view, new ViewKt$doOnPreDraw$1(view, function1)); - m.checkExpressionValueIsNotNull(add, "OneShotPreDrawListener.add(this) { action(this) }"); + m.checkNotNullParameter(view, ""); + m.checkNotNullParameter(function1, "action"); + OneShotPreDrawListener add = OneShotPreDrawListener.add(view, new ViewKt$doOnPreDraw$1(function1, view)); + m.checkNotNullExpressionValue(add, "View.doOnPreDraw(\n crossinline action: (view: View) -> Unit\n): OneShotPreDrawListener = OneShotPreDrawListener.add(this) { action(this) }"); return add; } public static final Bitmap drawToBitmap(View view, Bitmap.Config config) { - m.checkParameterIsNotNull(view, "$this$drawToBitmap"); - m.checkParameterIsNotNull(config, "config"); + m.checkNotNullParameter(view, ""); + m.checkNotNullParameter(config, "config"); if (ViewCompat.isLaidOut(view)) { Bitmap createBitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), config); - m.checkExpressionValueIsNotNull(createBitmap, "Bitmap.createBitmap(width, height, config)"); + m.checkNotNullExpressionValue(createBitmap, "createBitmap(width, height, config)"); Canvas canvas = new Canvas(createBitmap); canvas.translate(-((float) view.getScrollX()), -((float) view.getScrollY())); view.draw(canvas); @@ -79,21 +83,28 @@ public final class ViewKt { return drawToBitmap(view, config); } + public static final Sequence getAllViews(View view) { + m.checkNotNullParameter(view, ""); + return l.sequence(new ViewKt$allViews$1(view, null)); + } + + public static final Sequence getAncestors(View view) { + m.checkNotNullParameter(view, ""); + return n.generateSequence(view.getParent(), ViewKt$ancestors$1.INSTANCE); + } + public static final int getMarginBottom(View view) { - m.checkParameterIsNotNull(view, "$this$marginBottom"); + m.checkNotNullParameter(view, ""); ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); - if (!(layoutParams instanceof ViewGroup.MarginLayoutParams)) { - layoutParams = null; + ViewGroup.MarginLayoutParams marginLayoutParams = layoutParams instanceof ViewGroup.MarginLayoutParams ? (ViewGroup.MarginLayoutParams) layoutParams : null; + if (marginLayoutParams == null) { + return 0; } - ViewGroup.MarginLayoutParams marginLayoutParams = (ViewGroup.MarginLayoutParams) layoutParams; - if (marginLayoutParams != null) { - return marginLayoutParams.bottomMargin; - } - return 0; + return marginLayoutParams.bottomMargin; } public static final int getMarginEnd(View view) { - m.checkParameterIsNotNull(view, "$this$marginEnd"); + m.checkNotNullParameter(view, ""); ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); if (layoutParams instanceof ViewGroup.MarginLayoutParams) { return MarginLayoutParamsCompat.getMarginEnd((ViewGroup.MarginLayoutParams) layoutParams); @@ -102,33 +113,27 @@ public final class ViewKt { } public static final int getMarginLeft(View view) { - m.checkParameterIsNotNull(view, "$this$marginLeft"); + m.checkNotNullParameter(view, ""); ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); - if (!(layoutParams instanceof ViewGroup.MarginLayoutParams)) { - layoutParams = null; + ViewGroup.MarginLayoutParams marginLayoutParams = layoutParams instanceof ViewGroup.MarginLayoutParams ? (ViewGroup.MarginLayoutParams) layoutParams : null; + if (marginLayoutParams == null) { + return 0; } - ViewGroup.MarginLayoutParams marginLayoutParams = (ViewGroup.MarginLayoutParams) layoutParams; - if (marginLayoutParams != null) { - return marginLayoutParams.leftMargin; - } - return 0; + return marginLayoutParams.leftMargin; } public static final int getMarginRight(View view) { - m.checkParameterIsNotNull(view, "$this$marginRight"); + m.checkNotNullParameter(view, ""); ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); - if (!(layoutParams instanceof ViewGroup.MarginLayoutParams)) { - layoutParams = null; + ViewGroup.MarginLayoutParams marginLayoutParams = layoutParams instanceof ViewGroup.MarginLayoutParams ? (ViewGroup.MarginLayoutParams) layoutParams : null; + if (marginLayoutParams == null) { + return 0; } - ViewGroup.MarginLayoutParams marginLayoutParams = (ViewGroup.MarginLayoutParams) layoutParams; - if (marginLayoutParams != null) { - return marginLayoutParams.rightMargin; - } - return 0; + return marginLayoutParams.rightMargin; } public static final int getMarginStart(View view) { - m.checkParameterIsNotNull(view, "$this$marginStart"); + m.checkNotNullParameter(view, ""); ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); if (layoutParams instanceof ViewGroup.MarginLayoutParams) { return MarginLayoutParamsCompat.getMarginStart((ViewGroup.MarginLayoutParams) layoutParams); @@ -137,36 +142,33 @@ public final class ViewKt { } public static final int getMarginTop(View view) { - m.checkParameterIsNotNull(view, "$this$marginTop"); + m.checkNotNullParameter(view, ""); ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); - if (!(layoutParams instanceof ViewGroup.MarginLayoutParams)) { - layoutParams = null; + ViewGroup.MarginLayoutParams marginLayoutParams = layoutParams instanceof ViewGroup.MarginLayoutParams ? (ViewGroup.MarginLayoutParams) layoutParams : null; + if (marginLayoutParams == null) { + return 0; } - ViewGroup.MarginLayoutParams marginLayoutParams = (ViewGroup.MarginLayoutParams) layoutParams; - if (marginLayoutParams != null) { - return marginLayoutParams.topMargin; - } - return 0; + return marginLayoutParams.topMargin; } public static final boolean isGone(View view) { - m.checkParameterIsNotNull(view, "$this$isGone"); + m.checkNotNullParameter(view, ""); return view.getVisibility() == 8; } public static final boolean isInvisible(View view) { - m.checkParameterIsNotNull(view, "$this$isInvisible"); + m.checkNotNullParameter(view, ""); return view.getVisibility() == 4; } public static final boolean isVisible(View view) { - m.checkParameterIsNotNull(view, "$this$isVisible"); + m.checkNotNullParameter(view, ""); return view.getVisibility() == 0; } public static final Runnable postDelayed(View view, long j, Function0 function0) { - m.checkParameterIsNotNull(view, "$this$postDelayed"); - m.checkParameterIsNotNull(function0, "action"); + m.checkNotNullParameter(view, ""); + m.checkNotNullParameter(function0, "action"); ViewKt$postDelayed$runnable$1 viewKt$postDelayed$runnable$1 = new ViewKt$postDelayed$runnable$1(function0); view.postDelayed(viewKt$postDelayed$runnable$1, j); return viewKt$postDelayed$runnable$1; @@ -174,48 +176,45 @@ public final class ViewKt { @RequiresApi(16) public static final Runnable postOnAnimationDelayed(View view, long j, Function0 function0) { - m.checkParameterIsNotNull(view, "$this$postOnAnimationDelayed"); - m.checkParameterIsNotNull(function0, "action"); + m.checkNotNullParameter(view, ""); + m.checkNotNullParameter(function0, "action"); ViewKt$postOnAnimationDelayed$runnable$1 viewKt$postOnAnimationDelayed$runnable$1 = new ViewKt$postOnAnimationDelayed$runnable$1(function0); view.postOnAnimationDelayed(viewKt$postOnAnimationDelayed$runnable$1, j); return viewKt$postOnAnimationDelayed$runnable$1; } public static final void setGone(View view, boolean z2) { - m.checkParameterIsNotNull(view, "$this$isGone"); + m.checkNotNullParameter(view, ""); view.setVisibility(z2 ? 8 : 0); } public static final void setInvisible(View view, boolean z2) { - m.checkParameterIsNotNull(view, "$this$isInvisible"); + m.checkNotNullParameter(view, ""); view.setVisibility(z2 ? 4 : 0); } public static final void setPadding(View view, @Px int i) { - m.checkParameterIsNotNull(view, "$this$setPadding"); + m.checkNotNullParameter(view, ""); view.setPadding(i, i, i, i); } public static final void setVisible(View view, boolean z2) { - m.checkParameterIsNotNull(view, "$this$isVisible"); + m.checkNotNullParameter(view, ""); view.setVisibility(z2 ? 0 : 8); } public static final void updateLayoutParams(View view, Function1 function1) { - m.checkParameterIsNotNull(view, "$this$updateLayoutParams"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(view, ""); + m.checkNotNullParameter(function1, "block"); ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); - if (layoutParams != null) { - function1.invoke(layoutParams); - view.setLayoutParams(layoutParams); - return; - } - throw new TypeCastException("null cannot be cast to non-null type android.view.ViewGroup.LayoutParams"); + Objects.requireNonNull(layoutParams, "null cannot be cast to non-null type android.view.ViewGroup.LayoutParams"); + function1.invoke(layoutParams); + view.setLayoutParams(layoutParams); } public static final /* synthetic */ void updateLayoutParamsTyped(View view, Function1 function1) { - m.checkParameterIsNotNull(view, "$this$updateLayoutParams"); - m.checkParameterIsNotNull(function1, "block"); + m.checkNotNullParameter(view, ""); + m.checkNotNullParameter(function1, "block"); ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); m.reifiedOperationMarker(1, ExifInterface.GPS_DIRECTION_TRUE); function1.invoke(layoutParams); @@ -223,7 +222,7 @@ public final class ViewKt { } public static final void updatePadding(View view, @Px int i, @Px int i2, @Px int i3, @Px int i4) { - m.checkParameterIsNotNull(view, "$this$updatePadding"); + m.checkNotNullParameter(view, ""); view.setPadding(i, i2, i3, i4); } @@ -240,13 +239,13 @@ public final class ViewKt { if ((i5 & 8) != 0) { i4 = view.getPaddingBottom(); } - m.checkParameterIsNotNull(view, "$this$updatePadding"); + m.checkNotNullParameter(view, ""); view.setPadding(i, i2, i3, i4); } @RequiresApi(17) public static final void updatePaddingRelative(View view, @Px int i, @Px int i2, @Px int i3, @Px int i4) { - m.checkParameterIsNotNull(view, "$this$updatePaddingRelative"); + m.checkNotNullParameter(view, ""); view.setPaddingRelative(i, i2, i3, i4); } @@ -263,7 +262,7 @@ public final class ViewKt { if ((i5 & 8) != 0) { i4 = view.getPaddingBottom(); } - m.checkParameterIsNotNull(view, "$this$updatePaddingRelative"); + m.checkNotNullParameter(view, ""); view.setPaddingRelative(i, i2, i3, i4); } } diff --git a/app/src/main/java/androidx/core/view/WindowCompat.java b/app/src/main/java/androidx/core/view/WindowCompat.java index 4d3e5394df..ff6048a042 100644 --- a/app/src/main/java/androidx/core/view/WindowCompat.java +++ b/app/src/main/java/androidx/core/view/WindowCompat.java @@ -3,16 +3,54 @@ package androidx.core.view; import android.os.Build; import android.view.View; import android.view.Window; +import android.view.WindowInsetsController; import androidx.annotation.IdRes; import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; public final class WindowCompat { public static final int FEATURE_ACTION_BAR = 8; public static final int FEATURE_ACTION_BAR_OVERLAY = 9; public static final int FEATURE_ACTION_MODE_OVERLAY = 10; + @RequiresApi(16) + public static class Impl16 { + private Impl16() { + } + + public static void setDecorFitsSystemWindows(@NonNull Window window, boolean z2) { + View decorView = window.getDecorView(); + int systemUiVisibility = decorView.getSystemUiVisibility(); + decorView.setSystemUiVisibility(z2 ? systemUiVisibility & -1793 : systemUiVisibility | 1792); + } + } + + @RequiresApi(30) + public static class Impl30 { + private Impl30() { + } + + public static WindowInsetsControllerCompat getInsetsController(@NonNull Window window) { + WindowInsetsController insetsController = window.getInsetsController(); + if (insetsController != null) { + return WindowInsetsControllerCompat.toWindowInsetsControllerCompat(insetsController); + } + return null; + } + + public static void setDecorFitsSystemWindows(@NonNull Window window, boolean z2) { + window.setDecorFitsSystemWindows(z2); + } + } + private WindowCompat() { } + @Nullable + public static WindowInsetsControllerCompat getInsetsController(@NonNull Window window, @NonNull View view) { + return Build.VERSION.SDK_INT >= 30 ? Impl30.getInsetsController(window) : new WindowInsetsControllerCompat(window, view); + } + @NonNull public static T requireViewById(@NonNull Window window, @IdRes int i) { if (Build.VERSION.SDK_INT >= 28) { @@ -24,4 +62,12 @@ public final class WindowCompat { } throw new IllegalArgumentException("ID does not reference a View inside this Window"); } + + public static void setDecorFitsSystemWindows(@NonNull Window window, boolean z2) { + if (Build.VERSION.SDK_INT >= 30) { + Impl30.setDecorFitsSystemWindows(window, z2); + } else { + Impl16.setDecorFitsSystemWindows(window, z2); + } + } } diff --git a/app/src/main/java/androidx/core/view/WindowInsetsAnimationCompat.java b/app/src/main/java/androidx/core/view/WindowInsetsAnimationCompat.java new file mode 100644 index 0000000000..2621af5fe3 --- /dev/null +++ b/app/src/main/java/androidx/core/view/WindowInsetsAnimationCompat.java @@ -0,0 +1,612 @@ +package androidx.core.view; + +import android.animation.Animator; +import android.animation.AnimatorListenerAdapter; +import android.animation.ValueAnimator; +import android.annotation.SuppressLint; +import android.os.Build; +import android.view.View; +import android.view.ViewGroup; +import android.view.WindowInsets; +import android.view.WindowInsetsAnimation; +import android.view.animation.DecelerateInterpolator; +import android.view.animation.Interpolator; +import androidx.annotation.FloatRange; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.annotation.RestrictTo; +import androidx.core.R; +import androidx.core.graphics.Insets; +import androidx.core.view.WindowInsetsCompat; +import c.d.b.a.a; +import com.google.android.material.shadow.ShadowDrawableWrapper; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.List; +import java.util.Objects; +public final class WindowInsetsAnimationCompat { + private static final boolean DEBUG = false; + private static final String TAG = "WindowInsetsAnimCompat"; + private Impl mImpl; + + public static final class BoundsCompat { + private final Insets mLowerBound; + private final Insets mUpperBound; + + @RequiresApi(30) + private BoundsCompat(@NonNull WindowInsetsAnimation.Bounds bounds) { + this.mLowerBound = Impl30.getLowerBounds(bounds); + this.mUpperBound = Impl30.getHigherBounds(bounds); + } + + public BoundsCompat(@NonNull Insets insets, @NonNull Insets insets2) { + this.mLowerBound = insets; + this.mUpperBound = insets2; + } + + @NonNull + @RequiresApi(30) + public static BoundsCompat toBoundsCompat(@NonNull WindowInsetsAnimation.Bounds bounds) { + return new BoundsCompat(bounds); + } + + @NonNull + public Insets getLowerBound() { + return this.mLowerBound; + } + + @NonNull + public Insets getUpperBound() { + return this.mUpperBound; + } + + @NonNull + public BoundsCompat inset(@NonNull Insets insets) { + return new BoundsCompat(WindowInsetsCompat.insetInsets(this.mLowerBound, insets.left, insets.top, insets.right, insets.bottom), WindowInsetsCompat.insetInsets(this.mUpperBound, insets.left, insets.top, insets.right, insets.bottom)); + } + + @NonNull + @RequiresApi(30) + public WindowInsetsAnimation.Bounds toBounds() { + return Impl30.createPlatformBounds(this); + } + + public String toString() { + StringBuilder P = a.P("Bounds{lower="); + P.append(this.mLowerBound); + P.append(" upper="); + P.append(this.mUpperBound); + P.append("}"); + return P.toString(); + } + } + + public static abstract class Callback { + public static final int DISPATCH_MODE_CONTINUE_ON_SUBTREE = 1; + public static final int DISPATCH_MODE_STOP = 0; + public WindowInsets mDispachedInsets; + private final int mDispatchMode; + + @Retention(RetentionPolicy.SOURCE) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) + public @interface DispatchMode { + } + + public Callback(int i) { + this.mDispatchMode = i; + } + + public final int getDispatchMode() { + return this.mDispatchMode; + } + + public void onEnd(@NonNull WindowInsetsAnimationCompat windowInsetsAnimationCompat) { + } + + public void onPrepare(@NonNull WindowInsetsAnimationCompat windowInsetsAnimationCompat) { + } + + @NonNull + public abstract WindowInsetsCompat onProgress(@NonNull WindowInsetsCompat windowInsetsCompat, @NonNull List list); + + @NonNull + public BoundsCompat onStart(@NonNull WindowInsetsAnimationCompat windowInsetsAnimationCompat, @NonNull BoundsCompat boundsCompat) { + return boundsCompat; + } + } + + public static class Impl { + private float mAlpha; + private final long mDurationMillis; + private float mFraction; + @Nullable + private final Interpolator mInterpolator; + private final int mTypeMask; + + public Impl(int i, @Nullable Interpolator interpolator, long j) { + this.mTypeMask = i; + this.mInterpolator = interpolator; + this.mDurationMillis = j; + } + + public float getAlpha() { + return this.mAlpha; + } + + public long getDurationMillis() { + return this.mDurationMillis; + } + + public float getFraction() { + return this.mFraction; + } + + public float getInterpolatedFraction() { + Interpolator interpolator = this.mInterpolator; + return interpolator != null ? interpolator.getInterpolation(this.mFraction) : this.mFraction; + } + + @Nullable + public Interpolator getInterpolator() { + return this.mInterpolator; + } + + public int getTypeMask() { + return this.mTypeMask; + } + + public void setAlpha(float f) { + this.mAlpha = f; + } + + public void setFraction(float f) { + this.mFraction = f; + } + } + + @RequiresApi(21) + public static class Impl21 extends Impl { + + @RequiresApi(21) + public static class Impl21OnApplyWindowInsetsListener implements View.OnApplyWindowInsetsListener { + private static final int COMPAT_ANIMATION_DURATION = 160; + public final Callback mCallback; + private WindowInsetsCompat mLastInsets; + + /* renamed from: androidx.core.view.WindowInsetsAnimationCompat$Impl21$Impl21OnApplyWindowInsetsListener$1 reason: invalid class name */ + public class AnonymousClass1 implements ValueAnimator.AnimatorUpdateListener { + public final /* synthetic */ WindowInsetsAnimationCompat val$anim; + public final /* synthetic */ int val$animationMask; + public final /* synthetic */ WindowInsetsCompat val$startingInsets; + public final /* synthetic */ WindowInsetsCompat val$targetInsets; + public final /* synthetic */ View val$v; + + public AnonymousClass1(WindowInsetsAnimationCompat windowInsetsAnimationCompat, WindowInsetsCompat windowInsetsCompat, WindowInsetsCompat windowInsetsCompat2, int i, View view) { + this.val$anim = windowInsetsAnimationCompat; + this.val$targetInsets = windowInsetsCompat; + this.val$startingInsets = windowInsetsCompat2; + this.val$animationMask = i; + this.val$v = view; + } + + @Override // android.animation.ValueAnimator.AnimatorUpdateListener + public void onAnimationUpdate(ValueAnimator valueAnimator) { + this.val$anim.setFraction(valueAnimator.getAnimatedFraction()); + Impl21.dispatchOnProgress(this.val$v, Impl21.interpolateInsets(this.val$targetInsets, this.val$startingInsets, this.val$anim.getInterpolatedFraction(), this.val$animationMask), Collections.singletonList(this.val$anim)); + } + } + + /* renamed from: androidx.core.view.WindowInsetsAnimationCompat$Impl21$Impl21OnApplyWindowInsetsListener$2 reason: invalid class name */ + public class AnonymousClass2 extends AnimatorListenerAdapter { + public final /* synthetic */ WindowInsetsAnimationCompat val$anim; + public final /* synthetic */ View val$v; + + public AnonymousClass2(WindowInsetsAnimationCompat windowInsetsAnimationCompat, View view) { + this.val$anim = windowInsetsAnimationCompat; + this.val$v = view; + } + + @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener + public void onAnimationEnd(Animator animator) { + this.val$anim.setFraction(1.0f); + Impl21.dispatchOnEnd(this.val$v, this.val$anim); + } + } + + /* renamed from: androidx.core.view.WindowInsetsAnimationCompat$Impl21$Impl21OnApplyWindowInsetsListener$3 reason: invalid class name */ + public class AnonymousClass3 implements Runnable { + public final /* synthetic */ WindowInsetsAnimationCompat val$anim; + public final /* synthetic */ BoundsCompat val$animationBounds; + public final /* synthetic */ ValueAnimator val$animator; + public final /* synthetic */ View val$v; + + public AnonymousClass3(View view, WindowInsetsAnimationCompat windowInsetsAnimationCompat, BoundsCompat boundsCompat, ValueAnimator valueAnimator) { + this.val$v = view; + this.val$anim = windowInsetsAnimationCompat; + this.val$animationBounds = boundsCompat; + this.val$animator = valueAnimator; + } + + @Override // java.lang.Runnable + public void run() { + Impl21.dispatchOnStart(this.val$v, this.val$anim, this.val$animationBounds); + this.val$animator.start(); + } + } + + public Impl21OnApplyWindowInsetsListener(@NonNull View view, @NonNull Callback callback) { + this.mCallback = callback; + WindowInsetsCompat rootWindowInsets = ViewCompat.getRootWindowInsets(view); + this.mLastInsets = rootWindowInsets != null ? new WindowInsetsCompat.Builder(rootWindowInsets).build() : null; + } + + @Override // android.view.View.OnApplyWindowInsetsListener + public WindowInsets onApplyWindowInsets(View view, WindowInsets windowInsets) { + if (!view.isLaidOut()) { + this.mLastInsets = WindowInsetsCompat.toWindowInsetsCompat(windowInsets, view); + return Impl21.forwardToViewIfNeeded(view, windowInsets); + } + WindowInsetsCompat windowInsetsCompat = WindowInsetsCompat.toWindowInsetsCompat(windowInsets, view); + if (this.mLastInsets == null) { + this.mLastInsets = ViewCompat.getRootWindowInsets(view); + } + if (this.mLastInsets == null) { + this.mLastInsets = windowInsetsCompat; + return Impl21.forwardToViewIfNeeded(view, windowInsets); + } + Callback callback = Impl21.getCallback(view); + if (callback != null && Objects.equals(callback.mDispachedInsets, windowInsets)) { + return Impl21.forwardToViewIfNeeded(view, windowInsets); + } + int buildAnimationMask = Impl21.buildAnimationMask(windowInsetsCompat, this.mLastInsets); + if (buildAnimationMask == 0) { + return Impl21.forwardToViewIfNeeded(view, windowInsets); + } + WindowInsetsCompat windowInsetsCompat2 = this.mLastInsets; + WindowInsetsAnimationCompat windowInsetsAnimationCompat = new WindowInsetsAnimationCompat(buildAnimationMask, new DecelerateInterpolator(), 160); + windowInsetsAnimationCompat.setFraction(0.0f); + ValueAnimator duration = ValueAnimator.ofFloat(0.0f, 1.0f).setDuration(windowInsetsAnimationCompat.getDurationMillis()); + BoundsCompat computeAnimationBounds = Impl21.computeAnimationBounds(windowInsetsCompat, windowInsetsCompat2, buildAnimationMask); + Impl21.dispatchOnPrepare(view, windowInsetsAnimationCompat, windowInsets, false); + duration.addUpdateListener(new AnonymousClass1(windowInsetsAnimationCompat, windowInsetsCompat, windowInsetsCompat2, buildAnimationMask, view)); + duration.addListener(new AnonymousClass2(windowInsetsAnimationCompat, view)); + OneShotPreDrawListener.add(view, new AnonymousClass3(view, windowInsetsAnimationCompat, computeAnimationBounds, duration)); + this.mLastInsets = windowInsetsCompat; + return Impl21.forwardToViewIfNeeded(view, windowInsets); + } + } + + public Impl21(int i, @Nullable Interpolator interpolator, long j) { + super(i, interpolator, j); + } + + @SuppressLint({"WrongConstant"}) + public static int buildAnimationMask(@NonNull WindowInsetsCompat windowInsetsCompat, @NonNull WindowInsetsCompat windowInsetsCompat2) { + int i = 0; + for (int i2 = 1; i2 <= 256; i2 <<= 1) { + if (!windowInsetsCompat.getInsets(i2).equals(windowInsetsCompat2.getInsets(i2))) { + i |= i2; + } + } + return i; + } + + @NonNull + public static BoundsCompat computeAnimationBounds(@NonNull WindowInsetsCompat windowInsetsCompat, @NonNull WindowInsetsCompat windowInsetsCompat2, int i) { + Insets insets = windowInsetsCompat.getInsets(i); + Insets insets2 = windowInsetsCompat2.getInsets(i); + return new BoundsCompat(Insets.of(Math.min(insets.left, insets2.left), Math.min(insets.top, insets2.top), Math.min(insets.right, insets2.right), Math.min(insets.bottom, insets2.bottom)), Insets.of(Math.max(insets.left, insets2.left), Math.max(insets.top, insets2.top), Math.max(insets.right, insets2.right), Math.max(insets.bottom, insets2.bottom))); + } + + @NonNull + private static View.OnApplyWindowInsetsListener createProxyListener(@NonNull View view, @NonNull Callback callback) { + return new Impl21OnApplyWindowInsetsListener(view, callback); + } + + public static void dispatchOnEnd(@NonNull View view, @NonNull WindowInsetsAnimationCompat windowInsetsAnimationCompat) { + Callback callback = getCallback(view); + if (callback != null) { + callback.onEnd(windowInsetsAnimationCompat); + if (callback.getDispatchMode() == 0) { + return; + } + } + if (view instanceof ViewGroup) { + ViewGroup viewGroup = (ViewGroup) view; + for (int i = 0; i < viewGroup.getChildCount(); i++) { + dispatchOnEnd(viewGroup.getChildAt(i), windowInsetsAnimationCompat); + } + } + } + + public static void dispatchOnPrepare(View view, WindowInsetsAnimationCompat windowInsetsAnimationCompat, WindowInsets windowInsets, boolean z2) { + Callback callback = getCallback(view); + if (callback != null) { + callback.mDispachedInsets = windowInsets; + if (!z2) { + callback.onPrepare(windowInsetsAnimationCompat); + z2 = callback.getDispatchMode() == 0; + } + } + if (view instanceof ViewGroup) { + ViewGroup viewGroup = (ViewGroup) view; + for (int i = 0; i < viewGroup.getChildCount(); i++) { + dispatchOnPrepare(viewGroup.getChildAt(i), windowInsetsAnimationCompat, windowInsets, z2); + } + } + } + + public static void dispatchOnProgress(@NonNull View view, @NonNull WindowInsetsCompat windowInsetsCompat, @NonNull List list) { + Callback callback = getCallback(view); + if (callback != null) { + windowInsetsCompat = callback.onProgress(windowInsetsCompat, list); + if (callback.getDispatchMode() == 0) { + return; + } + } + if (view instanceof ViewGroup) { + ViewGroup viewGroup = (ViewGroup) view; + for (int i = 0; i < viewGroup.getChildCount(); i++) { + dispatchOnProgress(viewGroup.getChildAt(i), windowInsetsCompat, list); + } + } + } + + public static void dispatchOnStart(View view, WindowInsetsAnimationCompat windowInsetsAnimationCompat, BoundsCompat boundsCompat) { + Callback callback = getCallback(view); + if (callback != null) { + callback.onStart(windowInsetsAnimationCompat, boundsCompat); + if (callback.getDispatchMode() == 0) { + return; + } + } + if (view instanceof ViewGroup) { + ViewGroup viewGroup = (ViewGroup) view; + for (int i = 0; i < viewGroup.getChildCount(); i++) { + dispatchOnStart(viewGroup.getChildAt(i), windowInsetsAnimationCompat, boundsCompat); + } + } + } + + @NonNull + public static WindowInsets forwardToViewIfNeeded(@NonNull View view, @NonNull WindowInsets windowInsets) { + return view.getTag(R.id.tag_on_apply_window_listener) != null ? windowInsets : view.onApplyWindowInsets(windowInsets); + } + + @Nullable + public static Callback getCallback(View view) { + Object tag = view.getTag(R.id.tag_window_insets_animation_callback); + if (tag instanceof Impl21OnApplyWindowInsetsListener) { + return ((Impl21OnApplyWindowInsetsListener) tag).mCallback; + } + return null; + } + + @SuppressLint({"WrongConstant"}) + public static WindowInsetsCompat interpolateInsets(WindowInsetsCompat windowInsetsCompat, WindowInsetsCompat windowInsetsCompat2, float f, int i) { + WindowInsetsCompat.Builder builder = new WindowInsetsCompat.Builder(windowInsetsCompat); + for (int i2 = 1; i2 <= 256; i2 <<= 1) { + if ((i & i2) == 0) { + builder.setInsets(i2, windowInsetsCompat.getInsets(i2)); + } else { + Insets insets = windowInsetsCompat.getInsets(i2); + Insets insets2 = windowInsetsCompat2.getInsets(i2); + float f2 = 1.0f - f; + builder.setInsets(i2, WindowInsetsCompat.insetInsets(insets, (int) (((double) (((float) (insets.left - insets2.left)) * f2)) + 0.5d), (int) (((double) (((float) (insets.top - insets2.top)) * f2)) + 0.5d), (int) (((double) (((float) (insets.right - insets2.right)) * f2)) + 0.5d), (int) (((double) (((float) (insets.bottom - insets2.bottom)) * f2)) + 0.5d))); + } + } + return builder.build(); + } + + public static void setCallback(@NonNull View view, @Nullable Callback callback) { + Object tag = view.getTag(R.id.tag_on_apply_window_listener); + if (callback == null) { + view.setTag(R.id.tag_window_insets_animation_callback, null); + if (tag == null) { + view.setOnApplyWindowInsetsListener(null); + return; + } + return; + } + View.OnApplyWindowInsetsListener createProxyListener = createProxyListener(view, callback); + view.setTag(R.id.tag_window_insets_animation_callback, createProxyListener); + if (tag == null) { + view.setOnApplyWindowInsetsListener(createProxyListener); + } + } + } + + @RequiresApi(30) + public static class Impl30 extends Impl { + @NonNull + private final WindowInsetsAnimation mWrapped; + + @RequiresApi(30) + public static class ProxyCallback extends WindowInsetsAnimation.Callback { + private final HashMap mAnimations = new HashMap<>(); + private final Callback mCompat; + private List mRORunningAnimations; + private ArrayList mTmpRunningAnimations; + + public ProxyCallback(@NonNull Callback callback) { + super(callback.getDispatchMode()); + this.mCompat = callback; + } + + @NonNull + private WindowInsetsAnimationCompat getWindowInsetsAnimationCompat(@NonNull WindowInsetsAnimation windowInsetsAnimation) { + WindowInsetsAnimationCompat windowInsetsAnimationCompat = this.mAnimations.get(windowInsetsAnimation); + if (windowInsetsAnimationCompat != null) { + return windowInsetsAnimationCompat; + } + WindowInsetsAnimationCompat windowInsetsAnimationCompat2 = WindowInsetsAnimationCompat.toWindowInsetsAnimationCompat(windowInsetsAnimation); + this.mAnimations.put(windowInsetsAnimation, windowInsetsAnimationCompat2); + return windowInsetsAnimationCompat2; + } + + @Override // android.view.WindowInsetsAnimation.Callback + public void onEnd(@NonNull WindowInsetsAnimation windowInsetsAnimation) { + this.mCompat.onEnd(getWindowInsetsAnimationCompat(windowInsetsAnimation)); + this.mAnimations.remove(windowInsetsAnimation); + } + + @Override // android.view.WindowInsetsAnimation.Callback + public void onPrepare(@NonNull WindowInsetsAnimation windowInsetsAnimation) { + this.mCompat.onPrepare(getWindowInsetsAnimationCompat(windowInsetsAnimation)); + } + + @Override // android.view.WindowInsetsAnimation.Callback + @NonNull + public WindowInsets onProgress(@NonNull WindowInsets windowInsets, @NonNull List list) { + ArrayList arrayList = this.mTmpRunningAnimations; + if (arrayList == null) { + ArrayList arrayList2 = new ArrayList<>(list.size()); + this.mTmpRunningAnimations = arrayList2; + this.mRORunningAnimations = Collections.unmodifiableList(arrayList2); + } else { + arrayList.clear(); + } + for (int size = list.size() - 1; size >= 0; size--) { + WindowInsetsAnimation windowInsetsAnimation = list.get(size); + WindowInsetsAnimationCompat windowInsetsAnimationCompat = getWindowInsetsAnimationCompat(windowInsetsAnimation); + windowInsetsAnimationCompat.setFraction(windowInsetsAnimation.getFraction()); + this.mTmpRunningAnimations.add(windowInsetsAnimationCompat); + } + return this.mCompat.onProgress(WindowInsetsCompat.toWindowInsetsCompat(windowInsets), this.mRORunningAnimations).toWindowInsets(); + } + + @Override // android.view.WindowInsetsAnimation.Callback + @NonNull + public WindowInsetsAnimation.Bounds onStart(@NonNull WindowInsetsAnimation windowInsetsAnimation, @NonNull WindowInsetsAnimation.Bounds bounds) { + return this.mCompat.onStart(getWindowInsetsAnimationCompat(windowInsetsAnimation), BoundsCompat.toBoundsCompat(bounds)).toBounds(); + } + } + + public Impl30(int i, Interpolator interpolator, long j) { + this(new WindowInsetsAnimation(i, interpolator, j)); + } + + public Impl30(@NonNull WindowInsetsAnimation windowInsetsAnimation) { + super(0, null, 0); + this.mWrapped = windowInsetsAnimation; + } + + @NonNull + public static WindowInsetsAnimation.Bounds createPlatformBounds(@NonNull BoundsCompat boundsCompat) { + return new WindowInsetsAnimation.Bounds(boundsCompat.getLowerBound().toPlatformInsets(), boundsCompat.getUpperBound().toPlatformInsets()); + } + + @NonNull + public static Insets getHigherBounds(@NonNull WindowInsetsAnimation.Bounds bounds) { + return Insets.toCompatInsets(bounds.getUpperBound()); + } + + @NonNull + public static Insets getLowerBounds(@NonNull WindowInsetsAnimation.Bounds bounds) { + return Insets.toCompatInsets(bounds.getLowerBound()); + } + + public static void setCallback(@NonNull View view, @Nullable Callback callback) { + view.setWindowInsetsAnimationCallback(callback != null ? new ProxyCallback(callback) : null); + } + + @Override // androidx.core.view.WindowInsetsAnimationCompat.Impl + public long getDurationMillis() { + return this.mWrapped.getDurationMillis(); + } + + @Override // androidx.core.view.WindowInsetsAnimationCompat.Impl + public float getFraction() { + return this.mWrapped.getFraction(); + } + + @Override // androidx.core.view.WindowInsetsAnimationCompat.Impl + public float getInterpolatedFraction() { + return this.mWrapped.getInterpolatedFraction(); + } + + @Override // androidx.core.view.WindowInsetsAnimationCompat.Impl + @Nullable + public Interpolator getInterpolator() { + return this.mWrapped.getInterpolator(); + } + + @Override // androidx.core.view.WindowInsetsAnimationCompat.Impl + public int getTypeMask() { + return this.mWrapped.getTypeMask(); + } + + @Override // androidx.core.view.WindowInsetsAnimationCompat.Impl + public void setFraction(float f) { + this.mWrapped.setFraction(f); + } + } + + public WindowInsetsAnimationCompat(int i, @Nullable Interpolator interpolator, long j) { + if (Build.VERSION.SDK_INT >= 30) { + this.mImpl = new Impl30(i, interpolator, j); + } else { + this.mImpl = new Impl21(i, interpolator, j); + } + } + + @RequiresApi(30) + private WindowInsetsAnimationCompat(@NonNull WindowInsetsAnimation windowInsetsAnimation) { + this(0, null, 0); + if (Build.VERSION.SDK_INT >= 30) { + this.mImpl = new Impl30(windowInsetsAnimation); + } + } + + public static void setCallback(@NonNull View view, @Nullable Callback callback) { + if (Build.VERSION.SDK_INT >= 30) { + Impl30.setCallback(view, callback); + } else { + Impl21.setCallback(view, callback); + } + } + + @RequiresApi(30) + public static WindowInsetsAnimationCompat toWindowInsetsAnimationCompat(WindowInsetsAnimation windowInsetsAnimation) { + return new WindowInsetsAnimationCompat(windowInsetsAnimation); + } + + @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) + public float getAlpha() { + return this.mImpl.getAlpha(); + } + + public long getDurationMillis() { + return this.mImpl.getDurationMillis(); + } + + @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) + public float getFraction() { + return this.mImpl.getFraction(); + } + + public float getInterpolatedFraction() { + return this.mImpl.getInterpolatedFraction(); + } + + @Nullable + public Interpolator getInterpolator() { + return this.mImpl.getInterpolator(); + } + + public int getTypeMask() { + return this.mImpl.getTypeMask(); + } + + public void setAlpha(@FloatRange(from = 0.0d, to = 1.0d) float f) { + this.mImpl.setAlpha(f); + } + + public void setFraction(@FloatRange(from = 0.0d, to = 1.0d) float f) { + this.mImpl.setFraction(f); + } +} diff --git a/app/src/main/java/androidx/core/view/WindowInsetsAnimationControlListenerCompat.java b/app/src/main/java/androidx/core/view/WindowInsetsAnimationControlListenerCompat.java new file mode 100644 index 0000000000..f79e65cd06 --- /dev/null +++ b/app/src/main/java/androidx/core/view/WindowInsetsAnimationControlListenerCompat.java @@ -0,0 +1,11 @@ +package androidx.core.view; + +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +public interface WindowInsetsAnimationControlListenerCompat { + void onCancelled(@Nullable WindowInsetsAnimationControllerCompat windowInsetsAnimationControllerCompat); + + void onFinished(@NonNull WindowInsetsAnimationControllerCompat windowInsetsAnimationControllerCompat); + + void onReady(@NonNull WindowInsetsAnimationControllerCompat windowInsetsAnimationControllerCompat, int i); +} diff --git a/app/src/main/java/androidx/core/view/WindowInsetsAnimationControllerCompat.java b/app/src/main/java/androidx/core/view/WindowInsetsAnimationControllerCompat.java new file mode 100644 index 0000000000..6ab78ba66f --- /dev/null +++ b/app/src/main/java/androidx/core/view/WindowInsetsAnimationControllerCompat.java @@ -0,0 +1,193 @@ +package androidx.core.view; + +import android.os.Build; +import android.view.WindowInsetsAnimationController; +import androidx.annotation.FloatRange; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.core.graphics.Insets; +import c.d.b.a.a; +import com.google.android.material.shadow.ShadowDrawableWrapper; +public final class WindowInsetsAnimationControllerCompat { + private final Impl mImpl; + + public static class Impl { + public void finish(boolean z2) { + } + + public float getCurrentAlpha() { + return 0.0f; + } + + @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) + public float getCurrentFraction() { + return 0.0f; + } + + @NonNull + public Insets getCurrentInsets() { + return Insets.NONE; + } + + @NonNull + public Insets getHiddenStateInsets() { + return Insets.NONE; + } + + @NonNull + public Insets getShownStateInsets() { + return Insets.NONE; + } + + public int getTypes() { + return 0; + } + + public boolean isCancelled() { + return true; + } + + public boolean isFinished() { + return false; + } + + public boolean isReady() { + return false; + } + + public void setInsetsAndAlpha(@Nullable Insets insets, @FloatRange(from = 0.0d, to = 1.0d) float f, @FloatRange(from = 0.0d, to = 1.0d) float f2) { + } + } + + @RequiresApi(30) + public static class Impl30 extends Impl { + private final WindowInsetsAnimationController mController; + + public Impl30(@NonNull WindowInsetsAnimationController windowInsetsAnimationController) { + this.mController = windowInsetsAnimationController; + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + public void finish(boolean z2) { + this.mController.finish(z2); + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + public float getCurrentAlpha() { + return this.mController.getCurrentAlpha(); + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + public float getCurrentFraction() { + return this.mController.getCurrentFraction(); + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + @NonNull + public Insets getCurrentInsets() { + return Insets.toCompatInsets(this.mController.getCurrentInsets()); + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + @NonNull + public Insets getHiddenStateInsets() { + return Insets.toCompatInsets(this.mController.getHiddenStateInsets()); + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + @NonNull + public Insets getShownStateInsets() { + return Insets.toCompatInsets(this.mController.getShownStateInsets()); + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + public int getTypes() { + return this.mController.getTypes(); + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + public boolean isCancelled() { + return this.mController.isCancelled(); + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + public boolean isFinished() { + return this.mController.isFinished(); + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + public boolean isReady() { + return this.mController.isReady(); + } + + @Override // androidx.core.view.WindowInsetsAnimationControllerCompat.Impl + public void setInsetsAndAlpha(@Nullable Insets insets, float f, float f2) { + this.mController.setInsetsAndAlpha(insets == null ? null : insets.toPlatformInsets(), f, f2); + } + } + + public WindowInsetsAnimationControllerCompat() { + if (Build.VERSION.SDK_INT < 30) { + this.mImpl = new Impl(); + return; + } + StringBuilder P = a.P("On API 30+, the constructor taking a "); + P.append(WindowInsetsAnimationController.class.getSimpleName()); + P.append(" as parameter"); + throw new UnsupportedOperationException(P.toString()); + } + + @RequiresApi(30) + public WindowInsetsAnimationControllerCompat(@NonNull WindowInsetsAnimationController windowInsetsAnimationController) { + this.mImpl = new Impl30(windowInsetsAnimationController); + } + + public void finish(boolean z2) { + this.mImpl.finish(z2); + } + + public float getCurrentAlpha() { + return this.mImpl.getCurrentAlpha(); + } + + @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) + public float getCurrentFraction() { + return this.mImpl.getCurrentFraction(); + } + + @NonNull + public Insets getCurrentInsets() { + return this.mImpl.getCurrentInsets(); + } + + @NonNull + public Insets getHiddenStateInsets() { + return this.mImpl.getHiddenStateInsets(); + } + + @NonNull + public Insets getShownStateInsets() { + return this.mImpl.getShownStateInsets(); + } + + public int getTypes() { + return this.mImpl.getTypes(); + } + + public boolean isCancelled() { + return this.mImpl.isCancelled(); + } + + public boolean isFinished() { + return this.mImpl.isFinished(); + } + + public boolean isReady() { + return !isFinished() && !isCancelled(); + } + + public void setInsetsAndAlpha(@Nullable Insets insets, @FloatRange(from = 0.0d, to = 1.0d) float f, @FloatRange(from = 0.0d, to = 1.0d) float f2) { + this.mImpl.setInsetsAndAlpha(insets, f, f2); + } +} diff --git a/app/src/main/java/androidx/core/view/WindowInsetsCompat.java b/app/src/main/java/androidx/core/view/WindowInsetsCompat.java index aa8fd842d2..8cdd3102b1 100644 --- a/app/src/main/java/androidx/core/view/WindowInsetsCompat.java +++ b/app/src/main/java/androidx/core/view/WindowInsetsCompat.java @@ -1,8 +1,10 @@ package androidx.core.view; +import android.annotation.SuppressLint; import android.graphics.Rect; import android.os.Build; import android.util.Log; +import android.view.View; import android.view.WindowInsets; import androidx.annotation.IntRange; import androidx.annotation.NonNull; @@ -12,20 +14,81 @@ import androidx.annotation.RestrictTo; import androidx.core.graphics.Insets; import androidx.core.util.ObjectsCompat; import androidx.core.util.Preconditions; +import c.d.b.a.a; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; import java.lang.reflect.Constructor; import java.lang.reflect.Field; +import java.lang.reflect.Method; import java.util.Objects; public class WindowInsetsCompat { - @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) - public static final WindowInsetsCompat CONSUMED = new Builder().build().consumeDisplayCutout().consumeStableInsets().consumeSystemWindowInsets(); + @NonNull + public static final WindowInsetsCompat CONSUMED; private static final String TAG = "WindowInsetsCompat"; private final Impl mImpl; + @RequiresApi(21) + public static class Api21ReflectionHolder { + private static Field sContentInsets; + private static boolean sReflectionSucceeded = true; + private static Field sStableInsets; + private static Field sViewAttachInfoField; + + static { + try { + Field declaredField = View.class.getDeclaredField("mAttachInfo"); + sViewAttachInfoField = declaredField; + declaredField.setAccessible(true); + Class cls = Class.forName("android.view.View$AttachInfo"); + Field declaredField2 = cls.getDeclaredField("mStableInsets"); + sStableInsets = declaredField2; + declaredField2.setAccessible(true); + Field declaredField3 = cls.getDeclaredField("mContentInsets"); + sContentInsets = declaredField3; + declaredField3.setAccessible(true); + } catch (ReflectiveOperationException e) { + StringBuilder P = a.P("Failed to get visible insets from AttachInfo "); + P.append(e.getMessage()); + Log.w(WindowInsetsCompat.TAG, P.toString(), e); + } + } + + private Api21ReflectionHolder() { + } + + @Nullable + public static WindowInsetsCompat getRootWindowInsets(@NonNull View view) { + if (sReflectionSucceeded && view.isAttachedToWindow()) { + try { + Object obj = sViewAttachInfoField.get(view.getRootView()); + if (obj != null) { + Rect rect = (Rect) sStableInsets.get(obj); + Rect rect2 = (Rect) sContentInsets.get(obj); + if (!(rect == null || rect2 == null)) { + WindowInsetsCompat build = new Builder().setStableInsets(Insets.of(rect)).setSystemWindowInsets(Insets.of(rect2)).build(); + build.setRootWindowInsets(build); + build.copyRootViewBounds(view.getRootView()); + return build; + } + } + } catch (IllegalAccessException e) { + StringBuilder P = a.P("Failed to get insets from AttachInfo. "); + P.append(e.getMessage()); + Log.w(WindowInsetsCompat.TAG, P.toString(), e); + } + } + return null; + } + } + public static final class Builder { private final BuilderImpl mImpl; public Builder() { - if (Build.VERSION.SDK_INT >= 29) { + int i = Build.VERSION.SDK_INT; + if (i >= 30) { + this.mImpl = new BuilderImpl30(); + } else if (i >= 29) { this.mImpl = new BuilderImpl29(); } else { this.mImpl = new BuilderImpl20(); @@ -33,7 +96,10 @@ public class WindowInsetsCompat { } public Builder(@NonNull WindowInsetsCompat windowInsetsCompat) { - if (Build.VERSION.SDK_INT >= 29) { + int i = Build.VERSION.SDK_INT; + if (i >= 30) { + this.mImpl = new BuilderImpl30(windowInsetsCompat); + } else if (i >= 29) { this.mImpl = new BuilderImpl29(windowInsetsCompat); } else { this.mImpl = new BuilderImpl20(windowInsetsCompat); @@ -52,38 +118,62 @@ public class WindowInsetsCompat { } @NonNull + public Builder setInsets(int i, @NonNull Insets insets) { + this.mImpl.setInsets(i, insets); + return this; + } + + @NonNull + public Builder setInsetsIgnoringVisibility(int i, @NonNull Insets insets) { + this.mImpl.setInsetsIgnoringVisibility(i, insets); + return this; + } + + @NonNull + @Deprecated public Builder setMandatorySystemGestureInsets(@NonNull Insets insets) { this.mImpl.setMandatorySystemGestureInsets(insets); return this; } @NonNull + @Deprecated public Builder setStableInsets(@NonNull Insets insets) { this.mImpl.setStableInsets(insets); return this; } @NonNull + @Deprecated public Builder setSystemGestureInsets(@NonNull Insets insets) { this.mImpl.setSystemGestureInsets(insets); return this; } @NonNull + @Deprecated public Builder setSystemWindowInsets(@NonNull Insets insets) { this.mImpl.setSystemWindowInsets(insets); return this; } @NonNull + @Deprecated public Builder setTappableElementInsets(@NonNull Insets insets) { this.mImpl.setTappableElementInsets(insets); return this; } + + @NonNull + public Builder setVisible(int i, boolean z2) { + this.mImpl.setVisible(i, z2); + return this; + } } public static class BuilderImpl { private final WindowInsetsCompat mInsets; + public Insets[] mInsetsTypeMask; public BuilderImpl() { this(new WindowInsetsCompat((WindowInsetsCompat) null)); @@ -93,14 +183,59 @@ public class WindowInsetsCompat { this.mInsets = windowInsetsCompat; } + public final void applyInsetTypes() { + Insets[] insetsArr = this.mInsetsTypeMask; + if (insetsArr != null) { + Insets insets = insetsArr[Type.indexOf(1)]; + Insets insets2 = this.mInsetsTypeMask[Type.indexOf(2)]; + if (insets2 == null) { + insets2 = this.mInsets.getInsets(2); + } + if (insets == null) { + insets = this.mInsets.getInsets(1); + } + setSystemWindowInsets(Insets.max(insets, insets2)); + Insets insets3 = this.mInsetsTypeMask[Type.indexOf(16)]; + if (insets3 != null) { + setSystemGestureInsets(insets3); + } + Insets insets4 = this.mInsetsTypeMask[Type.indexOf(32)]; + if (insets4 != null) { + setMandatorySystemGestureInsets(insets4); + } + Insets insets5 = this.mInsetsTypeMask[Type.indexOf(64)]; + if (insets5 != null) { + setTappableElementInsets(insets5); + } + } + } + @NonNull public WindowInsetsCompat build() { + applyInsetTypes(); return this.mInsets; } public void setDisplayCutout(@Nullable DisplayCutoutCompat displayCutoutCompat) { } + public void setInsets(int i, @NonNull Insets insets) { + if (this.mInsetsTypeMask == null) { + this.mInsetsTypeMask = new Insets[9]; + } + for (int i2 = 1; i2 <= 256; i2 <<= 1) { + if ((i & i2) != 0) { + this.mInsetsTypeMask[Type.indexOf(i2)] = insets; + } + } + } + + public void setInsetsIgnoringVisibility(int i, @NonNull Insets insets) { + if (i == 8) { + throw new IllegalArgumentException("Ignoring visibility inset not available for IME"); + } + } + public void setMandatorySystemGestureInsets(@NonNull Insets insets) { } @@ -115,6 +250,9 @@ public class WindowInsetsCompat { public void setTappableElementInsets(@NonNull Insets insets) { } + + public void setVisible(int i, boolean z2) { + } } @RequiresApi(api = 20) @@ -123,14 +261,16 @@ public class WindowInsetsCompat { private static boolean sConstructorFetched = false; private static Field sConsumedField = null; private static boolean sConsumedFieldFetched = false; - private WindowInsets mInsets; + private WindowInsets mPlatformInsets; + private Insets mStableInsets; public BuilderImpl20() { - this.mInsets = createWindowInsetsInstance(); + this.mPlatformInsets = createWindowInsetsInstance(); } public BuilderImpl20(@NonNull WindowInsetsCompat windowInsetsCompat) { - this.mInsets = windowInsetsCompat.toWindowInsets(); + super(windowInsetsCompat); + this.mPlatformInsets = windowInsetsCompat.toWindowInsets(); } @Nullable @@ -176,14 +316,23 @@ public class WindowInsetsCompat { @Override // androidx.core.view.WindowInsetsCompat.BuilderImpl @NonNull public WindowInsetsCompat build() { - return WindowInsetsCompat.toWindowInsetsCompat(this.mInsets); + applyInsetTypes(); + WindowInsetsCompat windowInsetsCompat = WindowInsetsCompat.toWindowInsetsCompat(this.mPlatformInsets); + windowInsetsCompat.setOverriddenInsets(this.mInsetsTypeMask); + windowInsetsCompat.setStableInsets(this.mStableInsets); + return windowInsetsCompat; + } + + @Override // androidx.core.view.WindowInsetsCompat.BuilderImpl + public void setStableInsets(@Nullable Insets insets) { + this.mStableInsets = insets; } @Override // androidx.core.view.WindowInsetsCompat.BuilderImpl public void setSystemWindowInsets(@NonNull Insets insets) { - WindowInsets windowInsets = this.mInsets; + WindowInsets windowInsets = this.mPlatformInsets; if (windowInsets != null) { - this.mInsets = windowInsets.replaceSystemWindowInsets(insets.left, insets.top, insets.right, insets.bottom); + this.mPlatformInsets = windowInsets.replaceSystemWindowInsets(insets.left, insets.top, insets.right, insets.bottom); } } } @@ -197,6 +346,7 @@ public class WindowInsetsCompat { } public BuilderImpl29(@NonNull WindowInsetsCompat windowInsetsCompat) { + super(windowInsetsCompat); WindowInsets windowInsets = windowInsetsCompat.toWindowInsets(); this.mPlatBuilder = windowInsets != null ? new WindowInsets.Builder(windowInsets) : new WindowInsets.Builder(); } @@ -204,7 +354,10 @@ public class WindowInsetsCompat { @Override // androidx.core.view.WindowInsetsCompat.BuilderImpl @NonNull public WindowInsetsCompat build() { - return WindowInsetsCompat.toWindowInsetsCompat(this.mPlatBuilder.build()); + applyInsetTypes(); + WindowInsetsCompat windowInsetsCompat = WindowInsetsCompat.toWindowInsetsCompat(this.mPlatBuilder.build()); + windowInsetsCompat.setOverriddenInsets(this.mInsetsTypeMask); + return windowInsetsCompat; } @Override // androidx.core.view.WindowInsetsCompat.BuilderImpl @@ -238,7 +391,34 @@ public class WindowInsetsCompat { } } + @RequiresApi(30) + public static class BuilderImpl30 extends BuilderImpl29 { + public BuilderImpl30() { + } + + public BuilderImpl30(@NonNull WindowInsetsCompat windowInsetsCompat) { + super(windowInsetsCompat); + } + + @Override // androidx.core.view.WindowInsetsCompat.BuilderImpl + public void setInsets(int i, @NonNull Insets insets) { + this.mPlatBuilder.setInsets(TypeImpl30.toPlatformType(i), insets.toPlatformInsets()); + } + + @Override // androidx.core.view.WindowInsetsCompat.BuilderImpl + public void setInsetsIgnoringVisibility(int i, @NonNull Insets insets) { + this.mPlatBuilder.setInsetsIgnoringVisibility(TypeImpl30.toPlatformType(i), insets.toPlatformInsets()); + } + + @Override // androidx.core.view.WindowInsetsCompat.BuilderImpl + public void setVisible(int i, boolean z2) { + this.mPlatBuilder.setVisible(TypeImpl30.toPlatformType(i), z2); + } + } + public static class Impl { + @NonNull + public static final WindowInsetsCompat CONSUMED = new Builder().build().consumeDisplayCutout().consumeStableInsets().consumeSystemWindowInsets(); public final WindowInsetsCompat mHost; public Impl(@NonNull WindowInsetsCompat windowInsetsCompat) { @@ -260,6 +440,12 @@ public class WindowInsetsCompat { return this.mHost; } + public void copyRootViewBounds(@NonNull View view) { + } + + public void copyWindowDataInto(@NonNull WindowInsetsCompat windowInsetsCompat) { + } + public boolean equals(Object obj) { if (this == obj) { return true; @@ -276,6 +462,19 @@ public class WindowInsetsCompat { return null; } + @NonNull + public Insets getInsets(int i) { + return Insets.NONE; + } + + @NonNull + public Insets getInsetsIgnoringVisibility(int i) { + if ((i & 8) == 0) { + return Insets.NONE; + } + throw new IllegalArgumentException("Unable to query the maximum insets for IME"); + } + @NonNull public Insets getMandatorySystemGestureInsets() { return getSystemWindowInsets(); @@ -307,7 +506,7 @@ public class WindowInsetsCompat { @NonNull public WindowInsetsCompat inset(int i, int i2, int i3, int i4) { - return WindowInsetsCompat.CONSUMED; + return CONSUMED; } public boolean isConsumed() { @@ -317,12 +516,37 @@ public class WindowInsetsCompat { public boolean isRound() { return false; } + + public boolean isVisible(int i) { + return true; + } + + public void setOverriddenInsets(Insets[] insetsArr) { + } + + public void setRootViewData(@NonNull Insets insets) { + } + + public void setRootWindowInsets(@Nullable WindowInsetsCompat windowInsetsCompat) { + } + + public void setStableInsets(Insets insets) { + } } @RequiresApi(20) public static class Impl20 extends Impl { + private static Class sAttachInfoClass = null; + private static Field sAttachInfoField = null; + private static Method sGetViewRootImplMethod = null; + private static Class sViewRootImplClass = null; + private static Field sVisibleInsetsField = null; + private static boolean sVisibleRectReflectionFetched = false; + private Insets[] mOverriddenInsets; @NonNull public final WindowInsets mPlatformInsets; + public Insets mRootViewVisibleInsets; + private WindowInsetsCompat mRootWindowInsets; private Insets mSystemWindowInsets; public Impl20(@NonNull WindowInsetsCompat windowInsetsCompat, @NonNull WindowInsets windowInsets) { @@ -335,6 +559,165 @@ public class WindowInsetsCompat { this(windowInsetsCompat, new WindowInsets(impl20.mPlatformInsets)); } + @NonNull + @SuppressLint({"WrongConstant"}) + private Insets getInsets(int i, boolean z2) { + Insets insets = Insets.NONE; + for (int i2 = 1; i2 <= 256; i2 <<= 1) { + if ((i & i2) != 0) { + insets = Insets.max(insets, getInsetsForType(i2, z2)); + } + } + return insets; + } + + private Insets getRootStableInsets() { + WindowInsetsCompat windowInsetsCompat = this.mRootWindowInsets; + return windowInsetsCompat != null ? windowInsetsCompat.getStableInsets() : Insets.NONE; + } + + @Nullable + private Insets getVisibleInsets(@NonNull View view) { + if (Build.VERSION.SDK_INT < 30) { + if (!sVisibleRectReflectionFetched) { + loadReflectionField(); + } + Method method = sGetViewRootImplMethod; + if (!(method == null || sAttachInfoClass == null || sVisibleInsetsField == null)) { + try { + Object invoke = method.invoke(view, new Object[0]); + if (invoke == null) { + Log.w(WindowInsetsCompat.TAG, "Failed to get visible insets. getViewRootImpl() returned null from the provided view. This means that the view is either not attached or the method has been overridden", new NullPointerException()); + return null; + } + Rect rect = (Rect) sVisibleInsetsField.get(sAttachInfoField.get(invoke)); + if (rect != null) { + return Insets.of(rect); + } + return null; + } catch (ReflectiveOperationException e) { + StringBuilder P = a.P("Failed to get visible insets. (Reflection error). "); + P.append(e.getMessage()); + Log.e(WindowInsetsCompat.TAG, P.toString(), e); + } + } + return null; + } + throw new UnsupportedOperationException("getVisibleInsets() should not be called on API >= 30. Use WindowInsets.isVisible() instead."); + } + + @SuppressLint({"PrivateApi"}) + private static void loadReflectionField() { + try { + sGetViewRootImplMethod = View.class.getDeclaredMethod("getViewRootImpl", new Class[0]); + sViewRootImplClass = Class.forName("android.view.ViewRootImpl"); + Class cls = Class.forName("android.view.View$AttachInfo"); + sAttachInfoClass = cls; + sVisibleInsetsField = cls.getDeclaredField("mVisibleInsets"); + sAttachInfoField = sViewRootImplClass.getDeclaredField("mAttachInfo"); + sVisibleInsetsField.setAccessible(true); + sAttachInfoField.setAccessible(true); + } catch (ReflectiveOperationException e) { + StringBuilder P = a.P("Failed to get visible insets. (Reflection error). "); + P.append(e.getMessage()); + Log.e(WindowInsetsCompat.TAG, P.toString(), e); + } + sVisibleRectReflectionFetched = true; + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl + public void copyRootViewBounds(@NonNull View view) { + Insets visibleInsets = getVisibleInsets(view); + if (visibleInsets == null) { + visibleInsets = Insets.NONE; + } + setRootViewData(visibleInsets); + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl + public void copyWindowDataInto(@NonNull WindowInsetsCompat windowInsetsCompat) { + windowInsetsCompat.setRootWindowInsets(this.mRootWindowInsets); + windowInsetsCompat.setRootViewData(this.mRootViewVisibleInsets); + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl + public boolean equals(Object obj) { + if (!super.equals(obj)) { + return false; + } + return Objects.equals(this.mRootViewVisibleInsets, ((Impl20) obj).mRootViewVisibleInsets); + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl + @NonNull + public Insets getInsets(int i) { + return getInsets(i, false); + } + + @NonNull + public Insets getInsetsForType(int i, boolean z2) { + int i2; + if (i == 1) { + return z2 ? Insets.of(0, Math.max(getRootStableInsets().top, getSystemWindowInsets().top), 0, 0) : Insets.of(0, getSystemWindowInsets().top, 0, 0); + } + Insets insets = null; + if (i != 2) { + if (i == 8) { + Insets[] insetsArr = this.mOverriddenInsets; + if (insetsArr != null) { + insets = insetsArr[Type.indexOf(8)]; + } + if (insets != null) { + return insets; + } + Insets systemWindowInsets = getSystemWindowInsets(); + Insets rootStableInsets = getRootStableInsets(); + int i3 = systemWindowInsets.bottom; + if (i3 > rootStableInsets.bottom) { + return Insets.of(0, 0, 0, i3); + } + Insets insets2 = this.mRootViewVisibleInsets; + return (insets2 == null || insets2.equals(Insets.NONE) || (i2 = this.mRootViewVisibleInsets.bottom) <= rootStableInsets.bottom) ? Insets.NONE : Insets.of(0, 0, 0, i2); + } else if (i == 16) { + return getSystemGestureInsets(); + } else { + if (i == 32) { + return getMandatorySystemGestureInsets(); + } + if (i == 64) { + return getTappableElementInsets(); + } + if (i != 128) { + return Insets.NONE; + } + WindowInsetsCompat windowInsetsCompat = this.mRootWindowInsets; + DisplayCutoutCompat displayCutout = windowInsetsCompat != null ? windowInsetsCompat.getDisplayCutout() : getDisplayCutout(); + return displayCutout != null ? Insets.of(displayCutout.getSafeInsetLeft(), displayCutout.getSafeInsetTop(), displayCutout.getSafeInsetRight(), displayCutout.getSafeInsetBottom()) : Insets.NONE; + } + } else if (z2) { + Insets rootStableInsets2 = getRootStableInsets(); + Insets stableInsets = getStableInsets(); + return Insets.of(Math.max(rootStableInsets2.left, stableInsets.left), 0, Math.max(rootStableInsets2.right, stableInsets.right), Math.max(rootStableInsets2.bottom, stableInsets.bottom)); + } else { + Insets systemWindowInsets2 = getSystemWindowInsets(); + WindowInsetsCompat windowInsetsCompat2 = this.mRootWindowInsets; + if (windowInsetsCompat2 != null) { + insets = windowInsetsCompat2.getStableInsets(); + } + int i4 = systemWindowInsets2.bottom; + if (insets != null) { + i4 = Math.min(i4, insets.bottom); + } + return Insets.of(systemWindowInsets2.left, 0, systemWindowInsets2.right, i4); + } + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl + @NonNull + public Insets getInsetsIgnoringVisibility(int i) { + return getInsets(i, true); + } + @Override // androidx.core.view.WindowInsetsCompat.Impl @NonNull public final Insets getSystemWindowInsets() { @@ -357,6 +740,44 @@ public class WindowInsetsCompat { public boolean isRound() { return this.mPlatformInsets.isRound(); } + + public boolean isTypeVisible(int i) { + if (!(i == 1 || i == 2)) { + if (i == 4) { + return false; + } + if (!(i == 8 || i == 128)) { + return true; + } + } + return !getInsetsForType(i, false).equals(Insets.NONE); + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl + @SuppressLint({"WrongConstant"}) + public boolean isVisible(int i) { + for (int i2 = 1; i2 <= 256; i2 <<= 1) { + if ((i & i2) != 0 && !isTypeVisible(i2)) { + return false; + } + } + return true; + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl + public void setOverriddenInsets(Insets[] insetsArr) { + this.mOverriddenInsets = insetsArr; + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl + public void setRootViewData(@NonNull Insets insets) { + this.mRootViewVisibleInsets = insets; + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl + public void setRootWindowInsets(@Nullable WindowInsetsCompat windowInsetsCompat) { + this.mRootWindowInsets = windowInsetsCompat; + } } @RequiresApi(21) @@ -369,6 +790,7 @@ public class WindowInsetsCompat { public Impl21(@NonNull WindowInsetsCompat windowInsetsCompat, @NonNull Impl21 impl21) { super(windowInsetsCompat, impl21); + this.mStableInsets = impl21.mStableInsets; } @Override // androidx.core.view.WindowInsetsCompat.Impl @@ -396,6 +818,11 @@ public class WindowInsetsCompat { public boolean isConsumed() { return this.mPlatformInsets.isConsumed(); } + + @Override // androidx.core.view.WindowInsetsCompat.Impl + public void setStableInsets(@Nullable Insets insets) { + this.mStableInsets = insets; + } } @RequiresApi(28) @@ -414,7 +841,7 @@ public class WindowInsetsCompat { return WindowInsetsCompat.toWindowInsetsCompat(this.mPlatformInsets.consumeDisplayCutout()); } - @Override // androidx.core.view.WindowInsetsCompat.Impl + @Override // androidx.core.view.WindowInsetsCompat.Impl20, androidx.core.view.WindowInsetsCompat.Impl public boolean equals(Object obj) { if (this == obj) { return true; @@ -422,7 +849,8 @@ public class WindowInsetsCompat { if (!(obj instanceof Impl28)) { return false; } - return Objects.equals(this.mPlatformInsets, ((Impl28) obj).mPlatformInsets); + Impl28 impl28 = (Impl28) obj; + return Objects.equals(this.mPlatformInsets, impl28.mPlatformInsets) && Objects.equals(this.mRootViewVisibleInsets, impl28.mRootViewVisibleInsets); } @Override // androidx.core.view.WindowInsetsCompat.Impl @@ -483,12 +911,191 @@ public class WindowInsetsCompat { public WindowInsetsCompat inset(int i, int i2, int i3, int i4) { return WindowInsetsCompat.toWindowInsetsCompat(this.mPlatformInsets.inset(i, i2, i3, i4)); } + + @Override // androidx.core.view.WindowInsetsCompat.Impl21, androidx.core.view.WindowInsetsCompat.Impl + public void setStableInsets(@Nullable Insets insets) { + } + } + + @RequiresApi(30) + public static class Impl30 extends Impl29 { + @NonNull + public static final WindowInsetsCompat CONSUMED = WindowInsetsCompat.toWindowInsetsCompat(WindowInsets.CONSUMED); + + public Impl30(@NonNull WindowInsetsCompat windowInsetsCompat, @NonNull WindowInsets windowInsets) { + super(windowInsetsCompat, windowInsets); + } + + public Impl30(@NonNull WindowInsetsCompat windowInsetsCompat, @NonNull Impl30 impl30) { + super(windowInsetsCompat, impl30); + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl20, androidx.core.view.WindowInsetsCompat.Impl + public final void copyRootViewBounds(@NonNull View view) { + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl20, androidx.core.view.WindowInsetsCompat.Impl + @NonNull + public Insets getInsets(int i) { + return Insets.toCompatInsets(this.mPlatformInsets.getInsets(TypeImpl30.toPlatformType(i))); + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl20, androidx.core.view.WindowInsetsCompat.Impl + @NonNull + public Insets getInsetsIgnoringVisibility(int i) { + return Insets.toCompatInsets(this.mPlatformInsets.getInsetsIgnoringVisibility(TypeImpl30.toPlatformType(i))); + } + + @Override // androidx.core.view.WindowInsetsCompat.Impl20, androidx.core.view.WindowInsetsCompat.Impl + public boolean isVisible(int i) { + return this.mPlatformInsets.isVisible(TypeImpl30.toPlatformType(i)); + } + } + + public static final class Type { + public static final int CAPTION_BAR = 4; + public static final int DISPLAY_CUTOUT = 128; + public static final int FIRST = 1; + public static final int IME = 8; + public static final int LAST = 256; + public static final int MANDATORY_SYSTEM_GESTURES = 32; + public static final int NAVIGATION_BARS = 2; + public static final int SIZE = 9; + public static final int STATUS_BARS = 1; + public static final int SYSTEM_GESTURES = 16; + public static final int TAPPABLE_ELEMENT = 64; + public static final int WINDOW_DECOR = 256; + + @Retention(RetentionPolicy.SOURCE) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) + public @interface InsetsType { + } + + private Type() { + } + + @SuppressLint({"WrongConstant"}) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) + public static int all() { + return -1; + } + + public static int captionBar() { + return 4; + } + + public static int displayCutout() { + return 128; + } + + public static int ime() { + return 8; + } + + public static int indexOf(int i) { + if (i == 1) { + return 0; + } + if (i == 2) { + return 1; + } + if (i == 4) { + return 2; + } + if (i == 8) { + return 3; + } + if (i == 16) { + return 4; + } + if (i == 32) { + return 5; + } + if (i == 64) { + return 6; + } + if (i == 128) { + return 7; + } + if (i == 256) { + return 8; + } + throw new IllegalArgumentException(a.l("type needs to be >= FIRST and <= LAST, type=", i)); + } + + public static int mandatorySystemGestures() { + return 32; + } + + public static int navigationBars() { + return 2; + } + + public static int statusBars() { + return 1; + } + + public static int systemBars() { + return 7; + } + + public static int systemGestures() { + return 16; + } + + public static int tappableElement() { + return 64; + } + } + + @RequiresApi(30) + public static final class TypeImpl30 { + private TypeImpl30() { + } + + public static int toPlatformType(int i) { + int i2; + int i3 = 0; + for (int i4 = 1; i4 <= 256; i4 <<= 1) { + if ((i & i4) != 0) { + if (i4 == 1) { + i2 = WindowInsets.Type.statusBars(); + } else if (i4 == 2) { + i2 = WindowInsets.Type.navigationBars(); + } else if (i4 == 4) { + i2 = WindowInsets.Type.captionBar(); + } else if (i4 == 8) { + i2 = WindowInsets.Type.ime(); + } else if (i4 == 16) { + i2 = WindowInsets.Type.systemGestures(); + } else if (i4 == 32) { + i2 = WindowInsets.Type.mandatorySystemGestures(); + } else if (i4 == 64) { + i2 = WindowInsets.Type.tappableElement(); + } else if (i4 == 128) { + i2 = WindowInsets.Type.displayCutout(); + } + i3 |= i2; + } + } + return i3; + } + } + + static { + if (Build.VERSION.SDK_INT >= 30) { + CONSUMED = Impl30.CONSUMED; + } else { + CONSUMED = Impl.CONSUMED; + } } @RequiresApi(20) private WindowInsetsCompat(@NonNull WindowInsets windowInsets) { int i = Build.VERSION.SDK_INT; - if (i >= 29) { + if (i >= 30) { + this.mImpl = new Impl30(this, windowInsets); + } else if (i >= 29) { this.mImpl = new Impl29(this, windowInsets); } else if (i >= 28) { this.mImpl = new Impl28(this, windowInsets); @@ -501,7 +1108,9 @@ public class WindowInsetsCompat { if (windowInsetsCompat != null) { Impl impl = windowInsetsCompat.mImpl; int i = Build.VERSION.SDK_INT; - if (i >= 29 && (impl instanceof Impl29)) { + if (i >= 30 && (impl instanceof Impl30)) { + this.mImpl = new Impl30(this, (Impl30) impl); + } else if (i >= 29 && (impl instanceof Impl29)) { this.mImpl = new Impl29(this, (Impl29) impl); } else if (i >= 28 && (impl instanceof Impl28)) { this.mImpl = new Impl28(this, (Impl28) impl); @@ -512,12 +1121,13 @@ public class WindowInsetsCompat { } else { this.mImpl = new Impl(this); } - } else { - this.mImpl = new Impl(this); + impl.copyWindowDataInto(this); + return; } + this.mImpl = new Impl(this); } - public static Insets insetInsets(Insets insets, int i, int i2, int i3, int i4) { + public static Insets insetInsets(@NonNull Insets insets, int i, int i2, int i3, int i4) { int max = Math.max(0, insets.left - i); int max2 = Math.max(0, insets.top - i2); int max3 = Math.max(0, insets.right - i3); @@ -528,24 +1138,42 @@ public class WindowInsetsCompat { @NonNull @RequiresApi(20) public static WindowInsetsCompat toWindowInsetsCompat(@NonNull WindowInsets windowInsets) { - return new WindowInsetsCompat((WindowInsets) Preconditions.checkNotNull(windowInsets)); + return toWindowInsetsCompat(windowInsets, null); } @NonNull + @RequiresApi(20) + public static WindowInsetsCompat toWindowInsetsCompat(@NonNull WindowInsets windowInsets, @Nullable View view) { + WindowInsetsCompat windowInsetsCompat = new WindowInsetsCompat((WindowInsets) Preconditions.checkNotNull(windowInsets)); + if (view != null && view.isAttachedToWindow()) { + windowInsetsCompat.setRootWindowInsets(ViewCompat.getRootWindowInsets(view)); + windowInsetsCompat.copyRootViewBounds(view.getRootView()); + } + return windowInsetsCompat; + } + + @NonNull + @Deprecated public WindowInsetsCompat consumeDisplayCutout() { return this.mImpl.consumeDisplayCutout(); } @NonNull + @Deprecated public WindowInsetsCompat consumeStableInsets() { return this.mImpl.consumeStableInsets(); } @NonNull + @Deprecated public WindowInsetsCompat consumeSystemWindowInsets() { return this.mImpl.consumeSystemWindowInsets(); } + public void copyRootViewBounds(@NonNull View view) { + this.mImpl.copyRootViewBounds(view); + } + public boolean equals(Object obj) { if (this == obj) { return true; @@ -562,79 +1190,99 @@ public class WindowInsetsCompat { } @NonNull + public Insets getInsets(int i) { + return this.mImpl.getInsets(i); + } + + @NonNull + public Insets getInsetsIgnoringVisibility(int i) { + return this.mImpl.getInsetsIgnoringVisibility(i); + } + + @NonNull + @Deprecated public Insets getMandatorySystemGestureInsets() { return this.mImpl.getMandatorySystemGestureInsets(); } + @Deprecated public int getStableInsetBottom() { - return getStableInsets().bottom; + return this.mImpl.getStableInsets().bottom; } + @Deprecated public int getStableInsetLeft() { - return getStableInsets().left; + return this.mImpl.getStableInsets().left; } + @Deprecated public int getStableInsetRight() { - return getStableInsets().right; + return this.mImpl.getStableInsets().right; } + @Deprecated public int getStableInsetTop() { - return getStableInsets().top; + return this.mImpl.getStableInsets().top; } @NonNull + @Deprecated public Insets getStableInsets() { return this.mImpl.getStableInsets(); } @NonNull + @Deprecated public Insets getSystemGestureInsets() { return this.mImpl.getSystemGestureInsets(); } + @Deprecated public int getSystemWindowInsetBottom() { - return getSystemWindowInsets().bottom; + return this.mImpl.getSystemWindowInsets().bottom; } + @Deprecated public int getSystemWindowInsetLeft() { - return getSystemWindowInsets().left; + return this.mImpl.getSystemWindowInsets().left; } + @Deprecated public int getSystemWindowInsetRight() { - return getSystemWindowInsets().right; + return this.mImpl.getSystemWindowInsets().right; } + @Deprecated public int getSystemWindowInsetTop() { - return getSystemWindowInsets().top; + return this.mImpl.getSystemWindowInsets().top; } @NonNull + @Deprecated public Insets getSystemWindowInsets() { return this.mImpl.getSystemWindowInsets(); } @NonNull + @Deprecated public Insets getTappableElementInsets() { return this.mImpl.getTappableElementInsets(); } public boolean hasInsets() { - if (!hasSystemWindowInsets() && !hasStableInsets() && getDisplayCutout() == null) { - Insets systemGestureInsets = getSystemGestureInsets(); - Insets insets = Insets.NONE; - if (systemGestureInsets.equals(insets) && getMandatorySystemGestureInsets().equals(insets) && getTappableElementInsets().equals(insets)) { - return false; - } - } - return true; + Insets insets = getInsets(Type.all()); + Insets insets2 = Insets.NONE; + return !insets.equals(insets2) || !getInsetsIgnoringVisibility(Type.all() ^ Type.ime()).equals(insets2) || getDisplayCutout() != null; } + @Deprecated public boolean hasStableInsets() { - return !getStableInsets().equals(Insets.NONE); + return !this.mImpl.getStableInsets().equals(Insets.NONE); } + @Deprecated public boolean hasSystemWindowInsets() { - return !getSystemWindowInsets().equals(Insets.NONE); + return !this.mImpl.getSystemWindowInsets().equals(Insets.NONE); } public int hashCode() { @@ -663,6 +1311,10 @@ public class WindowInsetsCompat { return this.mImpl.isRound(); } + public boolean isVisible(int i) { + return this.mImpl.isVisible(i); + } + @NonNull @Deprecated public WindowInsetsCompat replaceSystemWindowInsets(int i, int i2, int i3, int i4) { @@ -675,6 +1327,22 @@ public class WindowInsetsCompat { return new Builder(this).setSystemWindowInsets(Insets.of(rect)).build(); } + public void setOverriddenInsets(Insets[] insetsArr) { + this.mImpl.setOverriddenInsets(insetsArr); + } + + public void setRootViewData(@NonNull Insets insets) { + this.mImpl.setRootViewData(insets); + } + + public void setRootWindowInsets(@Nullable WindowInsetsCompat windowInsetsCompat) { + this.mImpl.setRootWindowInsets(windowInsetsCompat); + } + + public void setStableInsets(@Nullable Insets insets) { + this.mImpl.setStableInsets(insets); + } + @Nullable @RequiresApi(20) public WindowInsets toWindowInsets() { diff --git a/app/src/main/java/androidx/core/view/WindowInsetsControllerCompat.java b/app/src/main/java/androidx/core/view/WindowInsetsControllerCompat.java new file mode 100644 index 0000000000..e59cfe0db1 --- /dev/null +++ b/app/src/main/java/androidx/core/view/WindowInsetsControllerCompat.java @@ -0,0 +1,437 @@ +package androidx.core.view; + +import android.os.Build; +import android.os.CancellationSignal; +import android.view.View; +import android.view.Window; +import android.view.WindowInsetsAnimationControlListener; +import android.view.WindowInsetsAnimationController; +import android.view.WindowInsetsController; +import android.view.animation.Interpolator; +import android.view.inputmethod.InputMethodManager; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.collection.SimpleArrayMap; +public final class WindowInsetsControllerCompat { + public static final int BEHAVIOR_SHOW_BARS_BY_SWIPE = 1; + public static final int BEHAVIOR_SHOW_BARS_BY_TOUCH = 0; + public static final int BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE = 2; + private final Impl mImpl; + + public static class Impl { + public void addOnControllableInsetsChangedListener(OnControllableInsetsChangedListener onControllableInsetsChangedListener) { + } + + public void controlWindowInsetsAnimation(int i, long j, Interpolator interpolator, CancellationSignal cancellationSignal, WindowInsetsAnimationControlListenerCompat windowInsetsAnimationControlListenerCompat) { + } + + public int getSystemBarsBehavior() { + return 0; + } + + public void hide(int i) { + } + + public boolean isAppearanceLightNavigationBars() { + return false; + } + + public boolean isAppearanceLightStatusBars() { + return false; + } + + public void removeOnControllableInsetsChangedListener(@NonNull OnControllableInsetsChangedListener onControllableInsetsChangedListener) { + } + + public void setAppearanceLightNavigationBars(boolean z2) { + } + + public void setAppearanceLightStatusBars(boolean z2) { + } + + public void setSystemBarsBehavior(int i) { + } + + public void show(int i) { + } + } + + @RequiresApi(20) + public static class Impl20 extends Impl { + @Nullable + private final View mView; + @NonNull + public final Window mWindow; + + /* renamed from: androidx.core.view.WindowInsetsControllerCompat$Impl20$1 reason: invalid class name */ + public class AnonymousClass1 implements Runnable { + public final /* synthetic */ View val$finalView; + + public AnonymousClass1(View view) { + this.val$finalView = view; + } + + @Override // java.lang.Runnable + public void run() { + ((InputMethodManager) this.val$finalView.getContext().getSystemService("input_method")).showSoftInput(this.val$finalView, 0); + } + } + + public Impl20(@NonNull Window window, @Nullable View view) { + this.mWindow = window; + this.mView = view; + } + + private void hideForType(int i) { + if (i == 1) { + setSystemUiFlag(4); + } else if (i == 2) { + setSystemUiFlag(2); + } else if (i == 8) { + ((InputMethodManager) this.mWindow.getContext().getSystemService("input_method")).hideSoftInputFromWindow(this.mWindow.getDecorView().getWindowToken(), 0); + } + } + + private void showForType(int i) { + if (i == 1) { + unsetSystemUiFlag(4); + unsetWindowFlag(1024); + } else if (i == 2) { + unsetSystemUiFlag(2); + } else if (i == 8) { + View view = this.mView; + if (view == null || (!view.isInEditMode() && !view.onCheckIsTextEditor())) { + view = this.mWindow.getCurrentFocus(); + } else { + view.requestFocus(); + } + if (view == null) { + view = this.mWindow.findViewById(16908290); + } + if (view != null && view.hasWindowFocus()) { + view.post(new AnonymousClass1(view)); + } + } + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void addOnControllableInsetsChangedListener(OnControllableInsetsChangedListener onControllableInsetsChangedListener) { + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void controlWindowInsetsAnimation(int i, long j, Interpolator interpolator, CancellationSignal cancellationSignal, WindowInsetsAnimationControlListenerCompat windowInsetsAnimationControlListenerCompat) { + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public int getSystemBarsBehavior() { + return 0; + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void hide(int i) { + for (int i2 = 1; i2 <= 256; i2 <<= 1) { + if ((i & i2) != 0) { + hideForType(i2); + } + } + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void removeOnControllableInsetsChangedListener(@NonNull OnControllableInsetsChangedListener onControllableInsetsChangedListener) { + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void setSystemBarsBehavior(int i) { + if (i == 0) { + unsetSystemUiFlag(6144); + } else if (i == 1) { + unsetSystemUiFlag(4096); + setSystemUiFlag(2048); + } else if (i == 2) { + unsetSystemUiFlag(2048); + setSystemUiFlag(4096); + } + } + + public void setSystemUiFlag(int i) { + View decorView = this.mWindow.getDecorView(); + decorView.setSystemUiVisibility(i | decorView.getSystemUiVisibility()); + } + + public void setWindowFlag(int i) { + this.mWindow.addFlags(i); + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void show(int i) { + for (int i2 = 1; i2 <= 256; i2 <<= 1) { + if ((i & i2) != 0) { + showForType(i2); + } + } + } + + public void unsetSystemUiFlag(int i) { + View decorView = this.mWindow.getDecorView(); + decorView.setSystemUiVisibility((~i) & decorView.getSystemUiVisibility()); + } + + public void unsetWindowFlag(int i) { + this.mWindow.clearFlags(i); + } + } + + @RequiresApi(23) + public static class Impl23 extends Impl20 { + public Impl23(@NonNull Window window, @Nullable View view) { + super(window, view); + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public boolean isAppearanceLightStatusBars() { + return (this.mWindow.getDecorView().getSystemUiVisibility() & 8192) != 0; + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void setAppearanceLightStatusBars(boolean z2) { + if (z2) { + unsetWindowFlag(67108864); + setWindowFlag(Integer.MIN_VALUE); + setSystemUiFlag(8192); + return; + } + unsetSystemUiFlag(8192); + } + } + + @RequiresApi(26) + public static class Impl26 extends Impl23 { + public Impl26(@NonNull Window window, @Nullable View view) { + super(window, view); + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public boolean isAppearanceLightNavigationBars() { + return (this.mWindow.getDecorView().getSystemUiVisibility() & 16) != 0; + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void setAppearanceLightNavigationBars(boolean z2) { + if (z2) { + unsetWindowFlag(134217728); + setWindowFlag(Integer.MIN_VALUE); + setSystemUiFlag(16); + return; + } + unsetSystemUiFlag(16); + } + } + + @RequiresApi(30) + public static class Impl30 extends Impl { + public final WindowInsetsControllerCompat mCompatController; + public final WindowInsetsController mInsetsController; + private final SimpleArrayMap mListeners; + + /* renamed from: androidx.core.view.WindowInsetsControllerCompat$Impl30$1 reason: invalid class name */ + public class AnonymousClass1 implements WindowInsetsAnimationControlListener { + private WindowInsetsAnimationControllerCompat mCompatAnimController = null; + public final /* synthetic */ WindowInsetsAnimationControlListenerCompat val$listener; + + public AnonymousClass1(WindowInsetsAnimationControlListenerCompat windowInsetsAnimationControlListenerCompat) { + this.val$listener = windowInsetsAnimationControlListenerCompat; + } + + @Override // android.view.WindowInsetsAnimationControlListener + public void onCancelled(@Nullable WindowInsetsAnimationController windowInsetsAnimationController) { + this.val$listener.onCancelled(windowInsetsAnimationController == null ? null : this.mCompatAnimController); + } + + @Override // android.view.WindowInsetsAnimationControlListener + public void onFinished(@NonNull WindowInsetsAnimationController windowInsetsAnimationController) { + this.val$listener.onFinished(this.mCompatAnimController); + } + + @Override // android.view.WindowInsetsAnimationControlListener + public void onReady(@NonNull WindowInsetsAnimationController windowInsetsAnimationController, int i) { + WindowInsetsAnimationControllerCompat windowInsetsAnimationControllerCompat = new WindowInsetsAnimationControllerCompat(windowInsetsAnimationController); + this.mCompatAnimController = windowInsetsAnimationControllerCompat; + this.val$listener.onReady(windowInsetsAnimationControllerCompat, i); + } + } + + /* renamed from: androidx.core.view.WindowInsetsControllerCompat$Impl30$2 reason: invalid class name */ + public class AnonymousClass2 implements WindowInsetsController.OnControllableInsetsChangedListener { + public final /* synthetic */ OnControllableInsetsChangedListener val$listener; + + public AnonymousClass2(OnControllableInsetsChangedListener onControllableInsetsChangedListener) { + this.val$listener = onControllableInsetsChangedListener; + } + + @Override // android.view.WindowInsetsController.OnControllableInsetsChangedListener + public void onControllableInsetsChanged(@NonNull WindowInsetsController windowInsetsController, int i) { + Impl30 impl30 = Impl30.this; + if (impl30.mInsetsController == windowInsetsController) { + this.val$listener.onControllableInsetsChanged(impl30.mCompatController, i); + } + } + } + + public Impl30(@NonNull Window window, @NonNull WindowInsetsControllerCompat windowInsetsControllerCompat) { + this(window.getInsetsController(), windowInsetsControllerCompat); + } + + public Impl30(@NonNull WindowInsetsController windowInsetsController, @NonNull WindowInsetsControllerCompat windowInsetsControllerCompat) { + this.mListeners = new SimpleArrayMap<>(); + this.mInsetsController = windowInsetsController; + this.mCompatController = windowInsetsControllerCompat; + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void addOnControllableInsetsChangedListener(@NonNull OnControllableInsetsChangedListener onControllableInsetsChangedListener) { + if (!this.mListeners.containsKey(onControllableInsetsChangedListener)) { + AnonymousClass2 r0 = new AnonymousClass2(onControllableInsetsChangedListener); + this.mListeners.put(onControllableInsetsChangedListener, r0); + this.mInsetsController.addOnControllableInsetsChangedListener(r0); + } + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void controlWindowInsetsAnimation(int i, long j, @Nullable Interpolator interpolator, @Nullable CancellationSignal cancellationSignal, @NonNull WindowInsetsAnimationControlListenerCompat windowInsetsAnimationControlListenerCompat) { + this.mInsetsController.controlWindowInsetsAnimation(i, j, interpolator, cancellationSignal, new AnonymousClass1(windowInsetsAnimationControlListenerCompat)); + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public int getSystemBarsBehavior() { + return this.mInsetsController.getSystemBarsBehavior(); + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void hide(int i) { + this.mInsetsController.hide(i); + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public boolean isAppearanceLightNavigationBars() { + return (this.mInsetsController.getSystemBarsAppearance() & 16) != 0; + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public boolean isAppearanceLightStatusBars() { + return (this.mInsetsController.getSystemBarsAppearance() & 8) != 0; + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void removeOnControllableInsetsChangedListener(@NonNull OnControllableInsetsChangedListener onControllableInsetsChangedListener) { + WindowInsetsController.OnControllableInsetsChangedListener remove = this.mListeners.remove(onControllableInsetsChangedListener); + if (remove != null) { + this.mInsetsController.removeOnControllableInsetsChangedListener(remove); + } + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void setAppearanceLightNavigationBars(boolean z2) { + if (z2) { + this.mInsetsController.setSystemBarsAppearance(16, 16); + } else { + this.mInsetsController.setSystemBarsAppearance(0, 16); + } + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void setAppearanceLightStatusBars(boolean z2) { + if (z2) { + this.mInsetsController.setSystemBarsAppearance(8, 8); + } else { + this.mInsetsController.setSystemBarsAppearance(0, 8); + } + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void setSystemBarsBehavior(int i) { + this.mInsetsController.setSystemBarsBehavior(i); + } + + @Override // androidx.core.view.WindowInsetsControllerCompat.Impl + public void show(int i) { + this.mInsetsController.show(i); + } + } + + public interface OnControllableInsetsChangedListener { + void onControllableInsetsChanged(@NonNull WindowInsetsControllerCompat windowInsetsControllerCompat, int i); + } + + public WindowInsetsControllerCompat(@NonNull Window window, @NonNull View view) { + int i = Build.VERSION.SDK_INT; + if (i >= 30) { + this.mImpl = new Impl30(window, this); + } else if (i >= 26) { + this.mImpl = new Impl26(window, view); + } else if (i >= 23) { + this.mImpl = new Impl23(window, view); + } else { + this.mImpl = new Impl20(window, view); + } + } + + @RequiresApi(30) + private WindowInsetsControllerCompat(@NonNull WindowInsetsController windowInsetsController) { + if (Build.VERSION.SDK_INT >= 30) { + this.mImpl = new Impl30(windowInsetsController, this); + } else { + this.mImpl = new Impl(); + } + } + + @NonNull + @RequiresApi(30) + public static WindowInsetsControllerCompat toWindowInsetsControllerCompat(@NonNull WindowInsetsController windowInsetsController) { + return new WindowInsetsControllerCompat(windowInsetsController); + } + + public void addOnControllableInsetsChangedListener(@NonNull OnControllableInsetsChangedListener onControllableInsetsChangedListener) { + this.mImpl.addOnControllableInsetsChangedListener(onControllableInsetsChangedListener); + } + + public void controlWindowInsetsAnimation(int i, long j, @Nullable Interpolator interpolator, @Nullable CancellationSignal cancellationSignal, @NonNull WindowInsetsAnimationControlListenerCompat windowInsetsAnimationControlListenerCompat) { + this.mImpl.controlWindowInsetsAnimation(i, j, interpolator, cancellationSignal, windowInsetsAnimationControlListenerCompat); + } + + public int getSystemBarsBehavior() { + return this.mImpl.getSystemBarsBehavior(); + } + + public void hide(int i) { + this.mImpl.hide(i); + } + + public boolean isAppearanceLightNavigationBars() { + return this.mImpl.isAppearanceLightNavigationBars(); + } + + public boolean isAppearanceLightStatusBars() { + return this.mImpl.isAppearanceLightStatusBars(); + } + + public void removeOnControllableInsetsChangedListener(@NonNull OnControllableInsetsChangedListener onControllableInsetsChangedListener) { + this.mImpl.removeOnControllableInsetsChangedListener(onControllableInsetsChangedListener); + } + + public void setAppearanceLightNavigationBars(boolean z2) { + this.mImpl.setAppearanceLightNavigationBars(z2); + } + + public void setAppearanceLightStatusBars(boolean z2) { + this.mImpl.setAppearanceLightStatusBars(z2); + } + + public void setSystemBarsBehavior(int i) { + this.mImpl.setSystemBarsBehavior(i); + } + + public void show(int i) { + this.mImpl.show(i); + } +} diff --git a/app/src/main/java/androidx/core/view/accessibility/AccessibilityEventCompat.java b/app/src/main/java/androidx/core/view/accessibility/AccessibilityEventCompat.java index ed7808efbf..a96698ed7c 100644 --- a/app/src/main/java/androidx/core/view/accessibility/AccessibilityEventCompat.java +++ b/app/src/main/java/androidx/core/view/accessibility/AccessibilityEventCompat.java @@ -2,11 +2,15 @@ package androidx.core.view.accessibility; import android.view.accessibility.AccessibilityEvent; import android.view.accessibility.AccessibilityRecord; +import androidx.annotation.RestrictTo; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; public final class AccessibilityEventCompat { public static final int CONTENT_CHANGE_TYPE_CONTENT_DESCRIPTION = 4; public static final int CONTENT_CHANGE_TYPE_PANE_APPEARED = 16; public static final int CONTENT_CHANGE_TYPE_PANE_DISAPPEARED = 32; public static final int CONTENT_CHANGE_TYPE_PANE_TITLE = 8; + public static final int CONTENT_CHANGE_TYPE_STATE_DESCRIPTION = 64; public static final int CONTENT_CHANGE_TYPE_SUBTREE = 1; public static final int CONTENT_CHANGE_TYPE_TEXT = 2; public static final int CONTENT_CHANGE_TYPE_UNDEFINED = 0; @@ -37,6 +41,11 @@ public final class AccessibilityEventCompat { @Deprecated public static final int TYPE_WINDOW_CONTENT_CHANGED = 2048; + @Retention(RetentionPolicy.SOURCE) + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public @interface ContentChangeType { + } + private AccessibilityEventCompat() { } diff --git a/app/src/main/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompat.java b/app/src/main/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompat.java index 9cd0100250..4a0d9f3648 100644 --- a/app/src/main/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompat.java +++ b/app/src/main/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompat.java @@ -1,5 +1,6 @@ package androidx.core.view.accessibility; +import android.annotation.SuppressLint; import android.graphics.Rect; import android.graphics.Region; import android.os.Build; @@ -17,6 +18,7 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RestrictTo; import androidx.core.R; +import androidx.core.os.BuildCompat; import androidx.core.view.accessibility.AccessibilityViewCommand; import java.lang.ref.WeakReference; import java.util.ArrayList; @@ -31,6 +33,8 @@ public class AccessibilityNodeInfoCompat { public static final String ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT = "ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT"; public static final String ACTION_ARGUMENT_MOVE_WINDOW_X = "ACTION_ARGUMENT_MOVE_WINDOW_X"; public static final String ACTION_ARGUMENT_MOVE_WINDOW_Y = "ACTION_ARGUMENT_MOVE_WINDOW_Y"; + @SuppressLint({"ActionValue"}) + public static final String ACTION_ARGUMENT_PRESS_AND_HOLD_DURATION_MILLIS_INT = "android.view.accessibility.action.ARGUMENT_PRESS_AND_HOLD_DURATION_MILLIS_INT"; public static final String ACTION_ARGUMENT_PROGRESS_VALUE = "android.view.accessibility.action.ARGUMENT_PROGRESS_VALUE"; public static final String ACTION_ARGUMENT_ROW_INT = "android.view.accessibility.action.ARGUMENT_ROW_INT"; public static final String ACTION_ARGUMENT_SELECTION_END_INT = "ACTION_ARGUMENT_SELECTION_END_INT"; @@ -77,6 +81,7 @@ public class AccessibilityNodeInfoCompat { private static final String SPANS_FLAGS_KEY = "androidx.view.accessibility.AccessibilityNodeInfoCompat.SPANS_FLAGS_KEY"; private static final String SPANS_ID_KEY = "androidx.view.accessibility.AccessibilityNodeInfoCompat.SPANS_ID_KEY"; private static final String SPANS_START_KEY = "androidx.view.accessibility.AccessibilityNodeInfoCompat.SPANS_START_KEY"; + private static final String STATE_DESCRIPTION_KEY = "androidx.view.accessibility.AccessibilityNodeInfoCompat.STATE_DESCRIPTION_KEY"; private static final String TOOLTIP_TEXT_KEY = "androidx.view.accessibility.AccessibilityNodeInfoCompat.TOOLTIP_TEXT_KEY"; private static int sClickableSpanId; private final AccessibilityNodeInfo mInfo; @@ -98,6 +103,8 @@ public class AccessibilityNodeInfoCompat { public static final AccessibilityActionCompat ACTION_EXPAND = new AccessibilityActionCompat(262144, null); public static final AccessibilityActionCompat ACTION_FOCUS = new AccessibilityActionCompat(1, null); public static final AccessibilityActionCompat ACTION_HIDE_TOOLTIP; + @NonNull + public static final AccessibilityActionCompat ACTION_IME_ENTER; public static final AccessibilityActionCompat ACTION_LONG_CLICK = new AccessibilityActionCompat(32, null); public static final AccessibilityActionCompat ACTION_MOVE_WINDOW; public static final AccessibilityActionCompat ACTION_NEXT_AT_MOVEMENT_GRANULARITY = new AccessibilityActionCompat(256, (CharSequence) null, AccessibilityViewCommand.MoveAtGranularityArguments.class); @@ -111,6 +118,8 @@ public class AccessibilityNodeInfoCompat { @NonNull public static final AccessibilityActionCompat ACTION_PAGE_UP; public static final AccessibilityActionCompat ACTION_PASTE = new AccessibilityActionCompat(32768, null); + @NonNull + public static final AccessibilityActionCompat ACTION_PRESS_AND_HOLD; public static final AccessibilityActionCompat ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY = new AccessibilityActionCompat(512, (CharSequence) null, AccessibilityViewCommand.MoveAtGranularityArguments.class); public static final AccessibilityActionCompat ACTION_PREVIOUS_HTML_ELEMENT = new AccessibilityActionCompat(2048, (CharSequence) null, AccessibilityViewCommand.MoveHtmlArguments.class); public static final AccessibilityActionCompat ACTION_SCROLL_BACKWARD = new AccessibilityActionCompat(8192, null); @@ -150,10 +159,12 @@ public class AccessibilityNodeInfoCompat { ACTION_SET_PROGRESS = new AccessibilityActionCompat(i >= 24 ? AccessibilityNodeInfo.AccessibilityAction.ACTION_SET_PROGRESS : null, 16908349, null, null, AccessibilityViewCommand.SetProgressArguments.class); ACTION_MOVE_WINDOW = new AccessibilityActionCompat(i >= 26 ? AccessibilityNodeInfo.AccessibilityAction.ACTION_MOVE_WINDOW : null, 16908354, null, null, AccessibilityViewCommand.MoveWindowArguments.class); ACTION_SHOW_TOOLTIP = new AccessibilityActionCompat(i >= 28 ? AccessibilityNodeInfo.AccessibilityAction.ACTION_SHOW_TOOLTIP : null, 16908356, null, null, null); - if (i >= 28) { - accessibilityAction = AccessibilityNodeInfo.AccessibilityAction.ACTION_HIDE_TOOLTIP; + ACTION_HIDE_TOOLTIP = new AccessibilityActionCompat(i >= 28 ? AccessibilityNodeInfo.AccessibilityAction.ACTION_HIDE_TOOLTIP : null, 16908357, null, null, null); + ACTION_PRESS_AND_HOLD = new AccessibilityActionCompat(i >= 30 ? AccessibilityNodeInfo.AccessibilityAction.ACTION_PRESS_AND_HOLD : null, 16908362, null, null, null); + if (i >= 30) { + accessibilityAction = AccessibilityNodeInfo.AccessibilityAction.ACTION_IME_ENTER; } - ACTION_HIDE_TOOLTIP = new AccessibilityActionCompat(accessibilityAction, 16908357, null, null, null); + ACTION_IME_ENTER = new AccessibilityActionCompat(accessibilityAction, 16908372, null, null, null); } public AccessibilityActionCompat(int i, CharSequence charSequence) { @@ -480,6 +491,8 @@ public class AccessibilityNodeInfoCompat { return "ACTION_SET_TEXT"; case 16908354: return "ACTION_MOVE_WINDOW"; + case 16908372: + return "ACTION_IME_ENTER"; default: switch (i) { case 16908342: @@ -512,6 +525,8 @@ public class AccessibilityNodeInfoCompat { return "ACTION_PAGE_LEFT"; case 16908361: return "ACTION_PAGE_RIGHT"; + case 16908362: + return "ACTION_PRESS_AND_HOLD"; default: return "ACTION_UNKNOWN"; } @@ -833,6 +848,11 @@ public class AccessibilityNodeInfoCompat { return this.mInfo.getExtras().getCharSequence(ROLE_DESCRIPTION_KEY); } + @Nullable + public CharSequence getStateDescription() { + return BuildCompat.isAtLeastR() ? this.mInfo.getStateDescription() : this.mInfo.getExtras().getCharSequence(STATE_DESCRIPTION_KEY); + } + public CharSequence getText() { if (!hasSpans()) { return this.mInfo.getText(); @@ -1248,6 +1268,14 @@ public class AccessibilityNodeInfoCompat { this.mInfo.setSource(view, i); } + public void setStateDescription(@Nullable CharSequence charSequence) { + if (BuildCompat.isAtLeastR()) { + this.mInfo.setStateDescription(charSequence); + } else { + this.mInfo.getExtras().putCharSequence(STATE_DESCRIPTION_KEY, charSequence); + } + } + public void setText(CharSequence charSequence) { this.mInfo.setText(charSequence); } diff --git a/app/src/main/java/androidx/core/view/accessibility/AccessibilityNodeProviderCompat.java b/app/src/main/java/androidx/core/view/accessibility/AccessibilityNodeProviderCompat.java index 1a23045497..297536d274 100644 --- a/app/src/main/java/androidx/core/view/accessibility/AccessibilityNodeProviderCompat.java +++ b/app/src/main/java/androidx/core/view/accessibility/AccessibilityNodeProviderCompat.java @@ -1,8 +1,10 @@ package androidx.core.view.accessibility; +import android.os.Build; import android.os.Bundle; import android.view.accessibility.AccessibilityNodeInfo; import android.view.accessibility.AccessibilityNodeProvider; +import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RequiresApi; import java.util.ArrayList; @@ -64,14 +66,33 @@ public class AccessibilityNodeProviderCompat { } } + @RequiresApi(26) + public static class AccessibilityNodeProviderApi26 extends AccessibilityNodeProviderApi19 { + public AccessibilityNodeProviderApi26(AccessibilityNodeProviderCompat accessibilityNodeProviderCompat) { + super(accessibilityNodeProviderCompat); + } + + @Override // android.view.accessibility.AccessibilityNodeProvider + public void addExtraDataToAccessibilityNodeInfo(int i, AccessibilityNodeInfo accessibilityNodeInfo, String str, Bundle bundle) { + this.mCompat.addExtraDataToAccessibilityNodeInfo(i, AccessibilityNodeInfoCompat.wrap(accessibilityNodeInfo), str, bundle); + } + } + public AccessibilityNodeProviderCompat() { - this.mProvider = new AccessibilityNodeProviderApi19(this); + if (Build.VERSION.SDK_INT >= 26) { + this.mProvider = new AccessibilityNodeProviderApi26(this); + } else { + this.mProvider = new AccessibilityNodeProviderApi19(this); + } } public AccessibilityNodeProviderCompat(Object obj) { this.mProvider = obj; } + public void addExtraDataToAccessibilityNodeInfo(int i, @NonNull AccessibilityNodeInfoCompat accessibilityNodeInfoCompat, @NonNull String str, @Nullable Bundle bundle) { + } + @Nullable public AccessibilityNodeInfoCompat createAccessibilityNodeInfo(int i) { return null; diff --git a/app/src/main/java/androidx/core/view/inputmethod/EditorInfoCompat.java b/app/src/main/java/androidx/core/view/inputmethod/EditorInfoCompat.java index 6b0feb5994..d6db86931b 100644 --- a/app/src/main/java/androidx/core/view/inputmethod/EditorInfoCompat.java +++ b/app/src/main/java/androidx/core/view/inputmethod/EditorInfoCompat.java @@ -2,15 +2,49 @@ package androidx.core.view.inputmethod; import android.os.Build; import android.os.Bundle; +import android.text.SpannableStringBuilder; +import android.text.TextUtils; import android.view.inputmethod.EditorInfo; import androidx.annotation.NonNull; import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.annotation.VisibleForTesting; +import androidx.core.util.Preconditions; public final class EditorInfoCompat { private static final String CONTENT_MIME_TYPES_INTEROP_KEY = "android.support.v13.view.inputmethod.EditorInfoCompat.CONTENT_MIME_TYPES"; private static final String CONTENT_MIME_TYPES_KEY = "androidx.core.view.inputmethod.EditorInfoCompat.CONTENT_MIME_TYPES"; + private static final String CONTENT_SELECTION_END_KEY = "androidx.core.view.inputmethod.EditorInfoCompat.CONTENT_SELECTION_END"; + private static final String CONTENT_SELECTION_HEAD_KEY = "androidx.core.view.inputmethod.EditorInfoCompat.CONTENT_SELECTION_HEAD"; + private static final String CONTENT_SURROUNDING_TEXT_KEY = "androidx.core.view.inputmethod.EditorInfoCompat.CONTENT_SURROUNDING_TEXT"; private static final String[] EMPTY_STRING_ARRAY = new String[0]; public static final int IME_FLAG_FORCE_ASCII = Integer.MIN_VALUE; public static final int IME_FLAG_NO_PERSONALIZED_LEARNING = 16777216; + @VisibleForTesting + public static final int MAX_INITIAL_SELECTION_LENGTH = 1024; + @VisibleForTesting + public static final int MEMORY_EFFICIENT_TEXT_LENGTH = 2048; + + @RequiresApi(30) + public static class Impl30 { + private Impl30() { + } + + public static CharSequence getInitialSelectedText(@NonNull EditorInfo editorInfo, int i) { + return editorInfo.getInitialSelectedText(i); + } + + public static CharSequence getInitialTextAfterCursor(@NonNull EditorInfo editorInfo, int i, int i2) { + return editorInfo.getInitialTextAfterCursor(i, i2); + } + + public static CharSequence getInitialTextBeforeCursor(@NonNull EditorInfo editorInfo, int i, int i2) { + return editorInfo.getInitialTextBeforeCursor(i, i2); + } + + public static void setInitialSurroundingSubText(@NonNull EditorInfo editorInfo, CharSequence charSequence, int i) { + editorInfo.setInitialSurroundingSubText(charSequence, i); + } + } @NonNull public static String[] getContentMimeTypes(EditorInfo editorInfo) { @@ -29,6 +63,61 @@ public final class EditorInfoCompat { return stringArray != null ? stringArray : EMPTY_STRING_ARRAY; } + @Nullable + public static CharSequence getInitialSelectedText(@NonNull EditorInfo editorInfo, int i) { + CharSequence charSequence; + if (Build.VERSION.SDK_INT >= 30) { + return Impl30.getInitialSelectedText(editorInfo, i); + } + Bundle bundle = editorInfo.extras; + if (bundle == null) { + return null; + } + int i2 = editorInfo.initialSelStart; + int i3 = editorInfo.initialSelEnd; + int i4 = i2 > i3 ? i3 : i2; + if (i2 <= i3) { + i2 = i3; + } + int i5 = bundle.getInt(CONTENT_SELECTION_HEAD_KEY); + int i6 = editorInfo.extras.getInt(CONTENT_SELECTION_END_KEY); + int i7 = i2 - i4; + if (editorInfo.initialSelStart < 0 || editorInfo.initialSelEnd < 0 || i6 - i5 != i7 || (charSequence = editorInfo.extras.getCharSequence(CONTENT_SURROUNDING_TEXT_KEY)) == null) { + return null; + } + return (i & 1) != 0 ? charSequence.subSequence(i5, i6) : TextUtils.substring(charSequence, i5, i6); + } + + @Nullable + public static CharSequence getInitialTextAfterCursor(@NonNull EditorInfo editorInfo, int i, int i2) { + CharSequence charSequence; + if (Build.VERSION.SDK_INT >= 30) { + return Impl30.getInitialTextAfterCursor(editorInfo, i, i2); + } + Bundle bundle = editorInfo.extras; + if (bundle == null || (charSequence = bundle.getCharSequence(CONTENT_SURROUNDING_TEXT_KEY)) == null) { + return null; + } + int i3 = editorInfo.extras.getInt(CONTENT_SELECTION_END_KEY); + int min = Math.min(i, charSequence.length() - i3); + return (i2 & 1) != 0 ? charSequence.subSequence(i3, min + i3) : TextUtils.substring(charSequence, i3, min + i3); + } + + @Nullable + public static CharSequence getInitialTextBeforeCursor(@NonNull EditorInfo editorInfo, int i, int i2) { + CharSequence charSequence; + if (Build.VERSION.SDK_INT >= 30) { + return Impl30.getInitialTextBeforeCursor(editorInfo, i, i2); + } + Bundle bundle = editorInfo.extras; + if (bundle == null || (charSequence = bundle.getCharSequence(CONTENT_SURROUNDING_TEXT_KEY)) == null) { + return null; + } + int i3 = editorInfo.extras.getInt(CONTENT_SELECTION_HEAD_KEY); + int min = Math.min(i, i3); + return (i2 & 1) != 0 ? charSequence.subSequence(i3 - min, i3) : TextUtils.substring(charSequence, i3 - min, i3); + } + public static int getProtocol(EditorInfo editorInfo) { if (Build.VERSION.SDK_INT >= 25) { return 1; @@ -48,6 +137,21 @@ public final class EditorInfoCompat { return containsKey2 ? 2 : 0; } + private static boolean isCutOnSurrogate(CharSequence charSequence, int i, int i2) { + if (i2 == 0) { + return Character.isLowSurrogate(charSequence.charAt(i)); + } + if (i2 != 1) { + return false; + } + return Character.isHighSurrogate(charSequence.charAt(i)); + } + + private static boolean isPasswordInputType(int i) { + int i2 = i & 4095; + return i2 == 129 || i2 == 225 || i2 == 18; + } + public static void setContentMimeTypes(@NonNull EditorInfo editorInfo, @Nullable String[] strArr) { if (Build.VERSION.SDK_INT >= 25) { editorInfo.contentMimeTypes = strArr; @@ -59,4 +163,62 @@ public final class EditorInfoCompat { editorInfo.extras.putStringArray(CONTENT_MIME_TYPES_KEY, strArr); editorInfo.extras.putStringArray(CONTENT_MIME_TYPES_INTEROP_KEY, strArr); } + + public static void setInitialSurroundingSubText(@NonNull EditorInfo editorInfo, @NonNull CharSequence charSequence, int i) { + Preconditions.checkNotNull(charSequence); + if (Build.VERSION.SDK_INT >= 30) { + Impl30.setInitialSurroundingSubText(editorInfo, charSequence, i); + return; + } + int i2 = editorInfo.initialSelStart; + int i3 = editorInfo.initialSelEnd; + int i4 = i2 > i3 ? i3 - i : i2 - i; + int i5 = i2 > i3 ? i2 - i : i3 - i; + int length = charSequence.length(); + if (i < 0 || i4 < 0 || i5 > length) { + setSurroundingText(editorInfo, null, 0, 0); + } else if (isPasswordInputType(editorInfo.inputType)) { + setSurroundingText(editorInfo, null, 0, 0); + } else if (length <= 2048) { + setSurroundingText(editorInfo, charSequence, i4, i5); + } else { + trimLongSurroundingText(editorInfo, charSequence, i4, i5); + } + } + + public static void setInitialSurroundingText(@NonNull EditorInfo editorInfo, @NonNull CharSequence charSequence) { + if (Build.VERSION.SDK_INT >= 30) { + Impl30.setInitialSurroundingSubText(editorInfo, charSequence, 0); + } else { + setInitialSurroundingSubText(editorInfo, charSequence, 0); + } + } + + private static void setSurroundingText(EditorInfo editorInfo, CharSequence charSequence, int i, int i2) { + if (editorInfo.extras == null) { + editorInfo.extras = new Bundle(); + } + editorInfo.extras.putCharSequence(CONTENT_SURROUNDING_TEXT_KEY, charSequence != null ? new SpannableStringBuilder(charSequence) : null); + editorInfo.extras.putInt(CONTENT_SELECTION_HEAD_KEY, i); + editorInfo.extras.putInt(CONTENT_SELECTION_END_KEY, i2); + } + + private static void trimLongSurroundingText(EditorInfo editorInfo, CharSequence charSequence, int i, int i2) { + int i3 = i2 - i; + int i4 = i3 > 1024 ? 0 : i3; + int i5 = 2048 - i4; + int min = Math.min(charSequence.length() - i2, i5 - Math.min(i, (int) (((double) i5) * 0.8d))); + int min2 = Math.min(i, i5 - min); + int i6 = i - min2; + if (isCutOnSurrogate(charSequence, i6, 0)) { + i6++; + min2--; + } + if (isCutOnSurrogate(charSequence, (i2 + min) - 1, 1)) { + min--; + } + CharSequence concat = i4 != i3 ? TextUtils.concat(charSequence.subSequence(i6, i6 + min2), charSequence.subSequence(i2, min + i2)) : charSequence.subSequence(i6, min2 + i4 + min + i6); + int i7 = min2 + 0; + setSurroundingText(editorInfo, concat, i7, i4 + i7); + } } diff --git a/app/src/main/java/androidx/core/widget/CheckedTextViewCompat.java b/app/src/main/java/androidx/core/widget/CheckedTextViewCompat.java new file mode 100644 index 0000000000..a53bc603c3 --- /dev/null +++ b/app/src/main/java/androidx/core/widget/CheckedTextViewCompat.java @@ -0,0 +1,107 @@ +package androidx.core.widget; + +import android.content.res.ColorStateList; +import android.graphics.PorterDuff; +import android.graphics.drawable.Drawable; +import android.util.Log; +import android.widget.CheckedTextView; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import java.lang.reflect.Field; +public final class CheckedTextViewCompat { + private static final String TAG = "CheckedTextViewCompat"; + + public static class Api14Impl { + private static Field sCheckMarkDrawableField; + private static boolean sResolved; + + private Api14Impl() { + } + + @Nullable + public static Drawable getCheckMarkDrawable(@NonNull CheckedTextView checkedTextView) { + if (!sResolved) { + try { + Field declaredField = CheckedTextView.class.getDeclaredField("mCheckMarkDrawable"); + sCheckMarkDrawableField = declaredField; + declaredField.setAccessible(true); + } catch (NoSuchFieldException e) { + Log.i(CheckedTextViewCompat.TAG, "Failed to retrieve mCheckMarkDrawable field", e); + } + sResolved = true; + } + Field field = sCheckMarkDrawableField; + if (field != null) { + try { + return (Drawable) field.get(checkedTextView); + } catch (IllegalAccessException e2) { + Log.i(CheckedTextViewCompat.TAG, "Failed to get check mark drawable via reflection", e2); + sCheckMarkDrawableField = null; + } + } + return null; + } + } + + @RequiresApi(16) + public static class Api16Impl { + private Api16Impl() { + } + + @Nullable + public static Drawable getCheckMarkDrawable(@NonNull CheckedTextView checkedTextView) { + return checkedTextView.getCheckMarkDrawable(); + } + } + + @RequiresApi(21) + public static class Api21Impl { + private Api21Impl() { + } + + @Nullable + public static ColorStateList getCheckMarkTintList(@NonNull CheckedTextView checkedTextView) { + return checkedTextView.getCheckMarkTintList(); + } + + @Nullable + public static PorterDuff.Mode getCheckMarkTintMode(@NonNull CheckedTextView checkedTextView) { + return checkedTextView.getCheckMarkTintMode(); + } + + public static void setCheckMarkTintList(@NonNull CheckedTextView checkedTextView, @Nullable ColorStateList colorStateList) { + checkedTextView.setCheckMarkTintList(colorStateList); + } + + public static void setCheckMarkTintMode(@NonNull CheckedTextView checkedTextView, @Nullable PorterDuff.Mode mode) { + checkedTextView.setCheckMarkTintMode(mode); + } + } + + private CheckedTextViewCompat() { + } + + @Nullable + public static Drawable getCheckMarkDrawable(@NonNull CheckedTextView checkedTextView) { + return Api16Impl.getCheckMarkDrawable(checkedTextView); + } + + @Nullable + public static ColorStateList getCheckMarkTintList(@NonNull CheckedTextView checkedTextView) { + return Api21Impl.getCheckMarkTintList(checkedTextView); + } + + @Nullable + public static PorterDuff.Mode getCheckMarkTintMode(@NonNull CheckedTextView checkedTextView) { + return Api21Impl.getCheckMarkTintMode(checkedTextView); + } + + public static void setCheckMarkTintList(@NonNull CheckedTextView checkedTextView, @Nullable ColorStateList colorStateList) { + Api21Impl.setCheckMarkTintList(checkedTextView, colorStateList); + } + + public static void setCheckMarkTintMode(@NonNull CheckedTextView checkedTextView, @Nullable PorterDuff.Mode mode) { + Api21Impl.setCheckMarkTintMode(checkedTextView, mode); + } +} diff --git a/app/src/main/java/androidx/core/widget/ContentLoadingProgressBar.java b/app/src/main/java/androidx/core/widget/ContentLoadingProgressBar.java index bc67e7af5c..73dfe194ee 100644 --- a/app/src/main/java/androidx/core/widget/ContentLoadingProgressBar.java +++ b/app/src/main/java/androidx/core/widget/ContentLoadingProgressBar.java @@ -5,9 +5,14 @@ import android.util.AttributeSet; import android.widget.ProgressBar; import androidx.annotation.NonNull; import androidx.annotation.Nullable; +import androidx.annotation.UiThread; +import y.b.b.a; +import y.b.b.b; +import y.b.b.c; +import y.b.b.d; public class ContentLoadingProgressBar extends ProgressBar { - private static final int MIN_DELAY = 500; - private static final int MIN_SHOW_TIME = 500; + private static final int MIN_DELAY_MS = 500; + private static final int MIN_SHOW_TIME_MS = 500; private final Runnable mDelayedHide; private final Runnable mDelayedShow; public boolean mDismissed; @@ -15,36 +20,6 @@ public class ContentLoadingProgressBar extends ProgressBar { public boolean mPostedShow; public long mStartTime; - /* renamed from: androidx.core.widget.ContentLoadingProgressBar$1 reason: invalid class name */ - public class AnonymousClass1 implements Runnable { - public AnonymousClass1() { - } - - @Override // java.lang.Runnable - public void run() { - ContentLoadingProgressBar contentLoadingProgressBar = ContentLoadingProgressBar.this; - contentLoadingProgressBar.mPostedHide = false; - contentLoadingProgressBar.mStartTime = -1; - contentLoadingProgressBar.setVisibility(8); - } - } - - /* renamed from: androidx.core.widget.ContentLoadingProgressBar$2 reason: invalid class name */ - public class AnonymousClass2 implements Runnable { - public AnonymousClass2() { - } - - @Override // java.lang.Runnable - public void run() { - ContentLoadingProgressBar contentLoadingProgressBar = ContentLoadingProgressBar.this; - contentLoadingProgressBar.mPostedShow = false; - if (!contentLoadingProgressBar.mDismissed) { - contentLoadingProgressBar.mStartTime = System.currentTimeMillis(); - ContentLoadingProgressBar.this.setVisibility(0); - } - } - } - public ContentLoadingProgressBar(@NonNull Context context) { this(context, null); } @@ -55,8 +30,32 @@ public class ContentLoadingProgressBar extends ProgressBar { this.mPostedHide = false; this.mPostedShow = false; this.mDismissed = false; - this.mDelayedHide = new AnonymousClass1(); - this.mDelayedShow = new AnonymousClass2(); + this.mDelayedHide = new a(this); + this.mDelayedShow = new c(this); + } + + public static /* synthetic */ void a(ContentLoadingProgressBar contentLoadingProgressBar) { + contentLoadingProgressBar.hideOnUiThread(); + } + + public static /* synthetic */ void b(ContentLoadingProgressBar contentLoadingProgressBar) { + contentLoadingProgressBar.showOnUiThread(); + } + + @UiThread + private void hideOnUiThread() { + this.mDismissed = true; + removeCallbacks(this.mDelayedShow); + this.mPostedShow = false; + long currentTimeMillis = System.currentTimeMillis(); + long j = this.mStartTime; + long j2 = currentTimeMillis - j; + if (j2 >= 500 || j == -1) { + setVisibility(8); + } else if (!this.mPostedHide) { + postDelayed(this.mDelayedHide, 500 - j2); + this.mPostedHide = true; + } } private void removeCallbacks() { @@ -64,22 +63,20 @@ public class ContentLoadingProgressBar extends ProgressBar { removeCallbacks(this.mDelayedShow); } - public synchronized void hide() { - this.mDismissed = true; - removeCallbacks(this.mDelayedShow); - this.mPostedShow = false; - long currentTimeMillis = System.currentTimeMillis(); - long j = this.mStartTime; - long j2 = currentTimeMillis - j; - if (j2 < 500) { - if (j != -1) { - if (!this.mPostedHide) { - postDelayed(this.mDelayedHide, 500 - j2); - this.mPostedHide = true; - } - } + @UiThread + private void showOnUiThread() { + this.mStartTime = -1; + this.mDismissed = false; + removeCallbacks(this.mDelayedHide); + this.mPostedHide = false; + if (!this.mPostedShow) { + postDelayed(this.mDelayedShow, 500); + this.mPostedShow = true; } - setVisibility(8); + } + + public void hide() { + post(new b(this)); } @Override // android.widget.ProgressBar, android.view.View @@ -94,14 +91,7 @@ public class ContentLoadingProgressBar extends ProgressBar { removeCallbacks(); } - public synchronized void show() { - this.mStartTime = -1; - this.mDismissed = false; - removeCallbacks(this.mDelayedHide); - this.mPostedHide = false; - if (!this.mPostedShow) { - postDelayed(this.mDelayedShow, 500); - this.mPostedShow = true; - } + public void show() { + post(new d(this)); } } diff --git a/app/src/main/java/androidx/core/widget/NestedScrollView.java b/app/src/main/java/androidx/core/widget/NestedScrollView.java index 3aa4e69ed3..c63388ef70 100644 --- a/app/src/main/java/androidx/core/widget/NestedScrollView.java +++ b/app/src/main/java/androidx/core/widget/NestedScrollView.java @@ -28,6 +28,7 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RestrictTo; import androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure; +import androidx.core.R; import androidx.core.view.AccessibilityDelegateCompat; import androidx.core.view.NestedScrollingChild3; import androidx.core.view.NestedScrollingChildHelper; @@ -187,7 +188,7 @@ public class NestedScrollView extends FrameLayout implements NestedScrollingPare } public NestedScrollView(@NonNull Context context, @Nullable AttributeSet attributeSet) { - this(context, attributeSet, 0); + this(context, attributeSet, R.attr.nestedScrollViewStyle); } public NestedScrollView(@NonNull Context context, @Nullable AttributeSet attributeSet, int i) { diff --git a/app/src/main/java/androidx/core/widget/TextViewCompat.java b/app/src/main/java/androidx/core/widget/TextViewCompat.java index 1a356b0d93..831c389ef7 100644 --- a/app/src/main/java/androidx/core/widget/TextViewCompat.java +++ b/app/src/main/java/androidx/core/widget/TextViewCompat.java @@ -147,6 +147,11 @@ public final class TextViewCompat { } } + @NonNull + public ActionMode.Callback getWrappedCallback() { + return this.mCallback; + } + @Override // android.view.ActionMode.Callback public boolean onActionItemClicked(ActionMode actionMode, MenuItem menuItem) { return this.mCallback.onActionItemClicked(actionMode, menuItem); @@ -479,10 +484,16 @@ public final class TextViewCompat { textView.setHyphenationFrequency(params.getHyphenationFrequency()); } - @NonNull + @Nullable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) - public static ActionMode.Callback wrapCustomSelectionActionModeCallback(@NonNull TextView textView, @NonNull ActionMode.Callback callback) { + public static ActionMode.Callback unwrapCustomSelectionActionModeCallback(@Nullable ActionMode.Callback callback) { + return (!(callback instanceof OreoCallback) || Build.VERSION.SDK_INT < 26) ? callback : ((OreoCallback) callback).getWrappedCallback(); + } + + @Nullable + @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) + public static ActionMode.Callback wrapCustomSelectionActionModeCallback(@NonNull TextView textView, @Nullable ActionMode.Callback callback) { int i = Build.VERSION.SDK_INT; - return (i < 26 || i > 27 || (callback instanceof OreoCallback)) ? callback : new OreoCallback(callback, textView); + return (i < 26 || i > 27 || (callback instanceof OreoCallback) || callback == null) ? callback : new OreoCallback(callback, textView); } } diff --git a/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$textWatcher$1.java b/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$textWatcher$1.java index ce76d90cdc..28fc61f729 100644 --- a/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$textWatcher$1.java +++ b/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$textWatcher$1.java @@ -2,15 +2,20 @@ package androidx.core.widget; import android.text.Editable; import android.text.TextWatcher; +import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function4; /* compiled from: TextView.kt */ public final class TextViewKt$addTextChangedListener$textWatcher$1 implements TextWatcher { - public final /* synthetic */ Function1 $afterTextChanged; - public final /* synthetic */ Function4 $beforeTextChanged; - public final /* synthetic */ Function4 $onTextChanged; + public final /* synthetic */ Function1 $afterTextChanged; + public final /* synthetic */ Function4 $beforeTextChanged; + public final /* synthetic */ Function4 $onTextChanged; - public TextViewKt$addTextChangedListener$textWatcher$1(Function1 function1, Function4 function4, Function4 function42) { + /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function4 */ + /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function4 */ + /* JADX WARN: Multi-variable type inference failed */ + public TextViewKt$addTextChangedListener$textWatcher$1(Function1 function1, Function4 function4, Function4 function42) { this.$afterTextChanged = function1; this.$beforeTextChanged = function4; this.$onTextChanged = function42; diff --git a/app/src/main/java/androidx/core/widget/TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1.java b/app/src/main/java/androidx/core/widget/TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1.java similarity index 89% rename from app/src/main/java/androidx/core/widget/TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1.java rename to app/src/main/java/androidx/core/widget/TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1.java index 584faa3686..ef62bb9b92 100644 --- a/app/src/main/java/androidx/core/widget/TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1.java +++ b/app/src/main/java/androidx/core/widget/TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1.java @@ -4,10 +4,10 @@ import android.text.Editable; import android.text.TextWatcher; import kotlin.jvm.functions.Function1; /* compiled from: TextView.kt */ -public final class TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1 implements TextWatcher { +public final class TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1 implements TextWatcher { public final /* synthetic */ Function1 $afterTextChanged; - public TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1(Function1 function1) { + public TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1(Function1 function1) { this.$afterTextChanged = function1; } diff --git a/app/src/main/java/androidx/core/widget/TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1.java b/app/src/main/java/androidx/core/widget/TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1.java similarity index 90% rename from app/src/main/java/androidx/core/widget/TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1.java rename to app/src/main/java/androidx/core/widget/TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1.java index d6008590db..aade8ca5d8 100644 --- a/app/src/main/java/androidx/core/widget/TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1.java +++ b/app/src/main/java/androidx/core/widget/TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1.java @@ -4,10 +4,10 @@ import android.text.Editable; import android.text.TextWatcher; import kotlin.jvm.functions.Function4; /* compiled from: TextView.kt */ -public final class TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1 implements TextWatcher { +public final class TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1 implements TextWatcher { public final /* synthetic */ Function4 $beforeTextChanged; - public TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1(Function4 function4) { + public TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1(Function4 function4) { this.$beforeTextChanged = function4; } diff --git a/app/src/main/java/androidx/core/widget/TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$1.java b/app/src/main/java/androidx/core/widget/TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1.java similarity index 90% rename from app/src/main/java/androidx/core/widget/TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$1.java rename to app/src/main/java/androidx/core/widget/TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1.java index cd66af16cb..da4d6d57ae 100644 --- a/app/src/main/java/androidx/core/widget/TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$1.java +++ b/app/src/main/java/androidx/core/widget/TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1.java @@ -4,10 +4,10 @@ import android.text.Editable; import android.text.TextWatcher; import kotlin.jvm.functions.Function4; /* compiled from: TextView.kt */ -public final class TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$1 implements TextWatcher { +public final class TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1 implements TextWatcher { public final /* synthetic */ Function4 $onTextChanged; - public TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$1(Function4 function4) { + public TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1(Function4 function4) { this.$onTextChanged = function4; } diff --git a/app/src/main/java/androidx/core/widget/TextViewKt.java b/app/src/main/java/androidx/core/widget/TextViewKt.java index ac923190e2..943832fdef 100644 --- a/app/src/main/java/androidx/core/widget/TextViewKt.java +++ b/app/src/main/java/androidx/core/widget/TextViewKt.java @@ -10,10 +10,10 @@ import kotlin.jvm.functions.Function4; /* compiled from: TextView.kt */ public final class TextViewKt { public static final TextWatcher addTextChangedListener(TextView textView, Function4 function4, Function4 function42, Function1 function1) { - m.checkParameterIsNotNull(textView, "$this$addTextChangedListener"); - m.checkParameterIsNotNull(function4, "beforeTextChanged"); - m.checkParameterIsNotNull(function42, "onTextChanged"); - m.checkParameterIsNotNull(function1, "afterTextChanged"); + m.checkNotNullParameter(textView, ""); + m.checkNotNullParameter(function4, "beforeTextChanged"); + m.checkNotNullParameter(function42, "onTextChanged"); + m.checkNotNullParameter(function1, "afterTextChanged"); TextViewKt$addTextChangedListener$textWatcher$1 textViewKt$addTextChangedListener$textWatcher$1 = new TextViewKt$addTextChangedListener$textWatcher$1(function1, function4, function42); textView.addTextChangedListener(textViewKt$addTextChangedListener$textWatcher$1); return textViewKt$addTextChangedListener$textWatcher$1; @@ -29,36 +29,36 @@ public final class TextViewKt { if ((i & 4) != 0) { function1 = TextViewKt$addTextChangedListener$3.INSTANCE; } - m.checkParameterIsNotNull(textView, "$this$addTextChangedListener"); - m.checkParameterIsNotNull(function4, "beforeTextChanged"); - m.checkParameterIsNotNull(function42, "onTextChanged"); - m.checkParameterIsNotNull(function1, "afterTextChanged"); + m.checkNotNullParameter(textView, ""); + m.checkNotNullParameter(function4, "beforeTextChanged"); + m.checkNotNullParameter(function42, "onTextChanged"); + m.checkNotNullParameter(function1, "afterTextChanged"); TextViewKt$addTextChangedListener$textWatcher$1 textViewKt$addTextChangedListener$textWatcher$1 = new TextViewKt$addTextChangedListener$textWatcher$1(function1, function4, function42); textView.addTextChangedListener(textViewKt$addTextChangedListener$textWatcher$1); return textViewKt$addTextChangedListener$textWatcher$1; } public static final TextWatcher doAfterTextChanged(TextView textView, Function1 function1) { - m.checkParameterIsNotNull(textView, "$this$doAfterTextChanged"); - m.checkParameterIsNotNull(function1, "action"); - TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1 textViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1 = new TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1(function1); - textView.addTextChangedListener(textViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1); - return textViewKt$doAfterTextChanged$$inlined$addTextChangedListener$1; + m.checkNotNullParameter(textView, ""); + m.checkNotNullParameter(function1, "action"); + TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1 textViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1 = new TextViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1(function1); + textView.addTextChangedListener(textViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1); + return textViewKt$doAfterTextChanged$$inlined$addTextChangedListener$default$1; } public static final TextWatcher doBeforeTextChanged(TextView textView, Function4 function4) { - m.checkParameterIsNotNull(textView, "$this$doBeforeTextChanged"); - m.checkParameterIsNotNull(function4, "action"); - TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1 textViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1 = new TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1(function4); - textView.addTextChangedListener(textViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1); - return textViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$1; + m.checkNotNullParameter(textView, ""); + m.checkNotNullParameter(function4, "action"); + TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1 textViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1 = new TextViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1(function4); + textView.addTextChangedListener(textViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1); + return textViewKt$doBeforeTextChanged$$inlined$addTextChangedListener$default$1; } public static final TextWatcher doOnTextChanged(TextView textView, Function4 function4) { - m.checkParameterIsNotNull(textView, "$this$doOnTextChanged"); - m.checkParameterIsNotNull(function4, "action"); - TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$1 textViewKt$doOnTextChanged$$inlined$addTextChangedListener$1 = new TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$1(function4); - textView.addTextChangedListener(textViewKt$doOnTextChanged$$inlined$addTextChangedListener$1); - return textViewKt$doOnTextChanged$$inlined$addTextChangedListener$1; + m.checkNotNullParameter(textView, ""); + m.checkNotNullParameter(function4, "action"); + TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1 textViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1 = new TextViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1(function4); + textView.addTextChangedListener(textViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1); + return textViewKt$doOnTextChanged$$inlined$addTextChangedListener$default$1; } } diff --git a/app/src/main/java/androidx/core/widget/TextViewOnReceiveContentListener.java b/app/src/main/java/androidx/core/widget/TextViewOnReceiveContentListener.java new file mode 100644 index 0000000000..fa139a4d21 --- /dev/null +++ b/app/src/main/java/androidx/core/widget/TextViewOnReceiveContentListener.java @@ -0,0 +1,87 @@ +package androidx.core.widget; + +import android.content.ClipData; +import android.content.Context; +import android.text.Editable; +import android.text.Selection; +import android.text.Spanned; +import android.util.Log; +import android.view.View; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.annotation.RequiresApi; +import androidx.annotation.RestrictTo; +import androidx.core.view.ContentInfoCompat; +import androidx.core.view.OnReceiveContentListener; +@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) +public final class TextViewOnReceiveContentListener implements OnReceiveContentListener { + private static final String LOG_TAG = "ReceiveContent"; + + @RequiresApi(16) + public static final class Api16Impl { + private Api16Impl() { + } + + public static CharSequence coerce(@NonNull Context context, @NonNull ClipData.Item item, int i) { + if ((i & 1) == 0) { + return item.coerceToStyledText(context); + } + CharSequence coerceToText = item.coerceToText(context); + return coerceToText instanceof Spanned ? coerceToText.toString() : coerceToText; + } + } + + public static final class ApiImpl { + private ApiImpl() { + } + + public static CharSequence coerce(@NonNull Context context, @NonNull ClipData.Item item, int i) { + CharSequence coerceToText = item.coerceToText(context); + return ((i & 1) == 0 || !(coerceToText instanceof Spanned)) ? coerceToText : coerceToText.toString(); + } + } + + private static CharSequence coerceToText(@NonNull Context context, @NonNull ClipData.Item item, int i) { + return Api16Impl.coerce(context, item, i); + } + + private static void replaceSelection(@NonNull Editable editable, @NonNull CharSequence charSequence) { + int selectionStart = Selection.getSelectionStart(editable); + int selectionEnd = Selection.getSelectionEnd(editable); + int max = Math.max(0, Math.min(selectionStart, selectionEnd)); + int max2 = Math.max(0, Math.max(selectionStart, selectionEnd)); + Selection.setSelection(editable, max2); + editable.replace(max, max2, charSequence); + } + + @Override // androidx.core.view.OnReceiveContentListener + @Nullable + public ContentInfoCompat onReceiveContent(@NonNull View view, @NonNull ContentInfoCompat contentInfoCompat) { + if (Log.isLoggable(LOG_TAG, 3)) { + Log.d(LOG_TAG, "onReceive: " + contentInfoCompat); + } + if (contentInfoCompat.getSource() == 2) { + return contentInfoCompat; + } + ClipData clip = contentInfoCompat.getClip(); + int flags = contentInfoCompat.getFlags(); + TextView textView = (TextView) view; + Editable editable = (Editable) textView.getText(); + Context context = textView.getContext(); + boolean z2 = false; + for (int i = 0; i < clip.getItemCount(); i++) { + CharSequence coerceToText = coerceToText(context, clip.getItemAt(i), flags); + if (coerceToText != null) { + if (!z2) { + replaceSelection(editable, coerceToText); + z2 = true; + } else { + editable.insert(Selection.getSelectionEnd(editable), "\n"); + editable.insert(Selection.getSelectionEnd(editable), coerceToText); + } + } + } + return null; + } +} diff --git a/app/src/main/java/androidx/core/widget/TintableCheckedTextView.java b/app/src/main/java/androidx/core/widget/TintableCheckedTextView.java new file mode 100644 index 0000000000..12736487c1 --- /dev/null +++ b/app/src/main/java/androidx/core/widget/TintableCheckedTextView.java @@ -0,0 +1,18 @@ +package androidx.core.widget; + +import android.content.res.ColorStateList; +import android.graphics.PorterDuff; +import androidx.annotation.Nullable; +import androidx.annotation.RestrictTo; +@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) +public interface TintableCheckedTextView { + @Nullable + ColorStateList getSupportCheckMarkTintList(); + + @Nullable + PorterDuff.Mode getSupportCheckMarkTintMode(); + + void setSupportCheckMarkTintList(@Nullable ColorStateList colorStateList); + + void setSupportCheckMarkTintMode(@Nullable PorterDuff.Mode mode); +} diff --git a/app/src/main/java/c/a/a/d.java b/app/src/main/java/c/a/a/d.java index c48b210d40..75973e2922 100644 --- a/app/src/main/java/c/a/a/d.java +++ b/app/src/main/java/c/a/a/d.java @@ -5,7 +5,9 @@ import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; +import androidx.fragment.app.FragmentManager; import c.a.i.l1; +import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; import com.discord.app.AppDialog; import com.discord.dialogs.SimpleConfirmationDialogArgs; @@ -94,6 +96,17 @@ public final class d extends AppDialog { public static final class c { public c(DefaultConstructorMarker defaultConstructorMarker) { } + + public final d a(FragmentManager fragmentManager, SimpleConfirmationDialogArgs simpleConfirmationDialogArgs, View.OnClickListener onClickListener) { + m.checkNotNullParameter(fragmentManager, "fragmentManager"); + m.checkNotNullParameter(simpleConfirmationDialogArgs, "args"); + m.checkNotNullParameter(onClickListener, "positiveClickListener"); + d dVar = new d(); + dVar.setArguments(AnimatableValueParser.G2(simpleConfirmationDialogArgs)); + dVar.l = onClickListener; + dVar.show(fragmentManager, a0.getOrCreateKotlinClass(d.class).toString()); + return dVar; + } } /* compiled from: SimpleConfirmationDialog.kt */ diff --git a/app/src/main/java/c/a/d/m0/a.java b/app/src/main/java/c/a/d/m0/a.java index df83e20d71..73f75541a6 100644 --- a/app/src/main/java/c/a/d/m0/a.java +++ b/app/src/main/java/c/a/d/m0/a.java @@ -1,9 +1,135 @@ package c.a.d.m0; -import d0.t.m0; -import java.util.Set; -/* compiled from: Intents.kt */ +import android.net.Uri; +import com.discord.BuildConfig; +import d0.g0.i; +import d0.g0.t; +import d0.z.d.m; +import kotlin.text.Regex; +/* compiled from: RoutingPatterns.kt */ public final class a { - public static final Set a = m0.setOf("com.discord.intent.category.DIRECT_SHARE_TARGET"); - public static final a b = null; + public static final Regex A; + public static final Regex B; + public static final Regex C; + public static final Regex D = new Regex("^/ra/([\\w-]+)$"); + public static final Regex E; + public static final a F; + public static final String a; + public static final String b; + + /* renamed from: c reason: collision with root package name */ + public static final String f49c; + public static final String d; + public static final String e; + public static final String f; + public static final String g; + public static final String h; + public static final String i; + public static final String j; + public static final String k; + public static final Regex l; + public static final Regex m; + public static final Regex n; + public static final Regex o; + public static final Regex p; + public static final Regex q; + public static final Regex r; + + /* renamed from: s reason: collision with root package name */ + public static final Regex f50s; + public static final Regex t; + public static final Regex u; + public static final Regex v; + public static final Regex w; + + /* renamed from: x reason: collision with root package name */ + public static final Regex f51x; + + /* renamed from: y reason: collision with root package name */ + public static final Regex f52y; + + /* renamed from: z reason: collision with root package name */ + public static final Regex f53z; + + static { + a aVar = new a(); + F = aVar; + String b2 = aVar.b(BuildConfig.HOST); + a = b2; + String b3 = aVar.b(BuildConfig.HOST_ALTERNATE); + b = b3; + String b4 = aVar.b(BuildConfig.HOST_GIFT); + f49c = b4; + String b5 = aVar.b(BuildConfig.HOST_INVITE); + d = b5; + String b6 = aVar.b(BuildConfig.HOST_GUILD_TEMPLATE); + e = b6; + String replace$default = t.replace$default(b2, ".", "\\.", false, 4, (Object) null); + f = replace$default; + String replace$default2 = t.replace$default(b3, ".", "\\.", false, 4, (Object) null); + g = replace$default2; + String str = "(?:" + replace$default + '|' + replace$default2 + ')'; + h = str; + String replace$default3 = t.replace$default(b4, ".", "\\.", false, 4, (Object) null); + i = replace$default3; + String replace$default4 = t.replace$default(b5, ".", "\\.", false, 4, (Object) null); + j = replace$default4; + String replace$default5 = t.replace$default(b6, ".", "\\.", false, 4, (Object) null); + k = replace$default5; + i iVar = i.IGNORE_CASE; + l = new Regex("^(?:ptb|canary|www)." + str + '$', iVar); + m = new Regex("^/(?:(invite|gift|template)/)?([\\w-]+)/?$", iVar); + n = new Regex("^/(?:invite/)?([\\w-]+)/?$", iVar); + StringBuilder sb = new StringBuilder(); + sb.append("(?:https?://(?:(?:" + str + "/invite)|"); + sb.append("(?:" + replace$default4 + "))|"); + sb.append("(?:^" + replace$default4 + "))/([\\w-]+)/?"); + sb.append("(?:(?:\\S*[\\?&]event=)([\\w-]+))?"); + String sb2 = sb.toString(); + m.checkNotNullExpressionValue(sb2, "StringBuilder()\n …\"\")\n .toString()"); + o = new Regex(sb2, iVar); + p = new Regex("^/(?:template/)?([\\w-]+)/?$", iVar); + StringBuilder sb3 = new StringBuilder(); + sb3.append("(?:https?://(?:(?:" + str + "/template)|"); + sb3.append("(?:" + replace$default5 + "))|"); + sb3.append("(?:" + replace$default5 + "))/([\\w-]+)/?"); + String sb4 = sb3.toString(); + m.checkNotNullExpressionValue(sb4, "StringBuilder()\n …?\")\n .toString()"); + q = new Regex(sb4, iVar); + StringBuilder sb5 = new StringBuilder(); + sb5.append("(?:https?://)?(?:(?:" + str + "/gifts)|"); + sb5.append("(?:" + replace$default3 + "))/([\\w-]+)/?"); + String sb6 = sb5.toString(); + m.checkNotNullExpressionValue(sb6, "StringBuilder()\n …?\")\n .toString()"); + r = new Regex(sb6, iVar); + f50s = new Regex("^/connect(?:/(\\d+))?/?$", iVar); + t = new Regex("^/channels/((?:@me)|(?:\\d+))(?:/(\\d+))?(?:/(\\d+))?/?$", iVar); + u = new Regex("^/channels/@me/-1?/?$", iVar); + v = new Regex("^/lurk/(\\d+)(?:/(\\d+))?/?$", iVar); + w = new Regex("^/channels/@me/user/(\\d+)/?$", iVar); + f51x = new Regex("^/users/(\\d+)/?$", iVar); + f52y = new Regex("^/discovery/?$", iVar); + f53z = new Regex("^/settings(/\\w+)*/?$", iVar); + A = new Regex("^/feature(/\\w+)*/?$", iVar); + B = new Regex("^/query(/\\w+)*/?$", iVar); + C = new Regex("^/(?:oauth2|connect)/authorize/?$", iVar); + E = new Regex("^/guild/((?:@me)|(?:\\d+))/premiumguild/?$", iVar); + } + + public final boolean a(String str) { + if (str == null) { + return false; + } + if (!m.areEqual(str, a) && !m.areEqual(str, b) && !m.areEqual(str, f49c) && !m.areEqual(str, e) && !m.areEqual(str, d)) { + return l.matches(str); + } + return true; + } + + public final String b(String str) { + Uri parse = Uri.parse(str); + m.checkNotNullExpressionValue(parse, "Uri.parse(this)"); + String host = parse.getHost(); + return host != null ? host : ""; + } } diff --git a/app/src/main/java/c/a/d/m0/b.java b/app/src/main/java/c/a/d/m0/b.java deleted file mode 100644 index 5f5ed3697a..0000000000 --- a/app/src/main/java/c/a/d/m0/b.java +++ /dev/null @@ -1,135 +0,0 @@ -package c.a.d.m0; - -import android.net.Uri; -import com.discord.BuildConfig; -import d0.g0.i; -import d0.g0.t; -import d0.z.d.m; -import kotlin.text.Regex; -/* compiled from: RoutingPatterns.kt */ -public final class b { - public static final Regex A; - public static final Regex B; - public static final Regex C; - public static final Regex D = new Regex("^/ra/([\\w-]+)$"); - public static final Regex E; - public static final b F; - public static final String a; - public static final String b; - - /* renamed from: c reason: collision with root package name */ - public static final String f49c; - public static final String d; - public static final String e; - public static final String f; - public static final String g; - public static final String h; - public static final String i; - public static final String j; - public static final String k; - public static final Regex l; - public static final Regex m; - public static final Regex n; - public static final Regex o; - public static final Regex p; - public static final Regex q; - public static final Regex r; - - /* renamed from: s reason: collision with root package name */ - public static final Regex f50s; - public static final Regex t; - public static final Regex u; - public static final Regex v; - public static final Regex w; - - /* renamed from: x reason: collision with root package name */ - public static final Regex f51x; - - /* renamed from: y reason: collision with root package name */ - public static final Regex f52y; - - /* renamed from: z reason: collision with root package name */ - public static final Regex f53z; - - static { - b bVar = new b(); - F = bVar; - String b2 = bVar.b(BuildConfig.HOST); - a = b2; - String b3 = bVar.b(BuildConfig.HOST_ALTERNATE); - b = b3; - String b4 = bVar.b(BuildConfig.HOST_GIFT); - f49c = b4; - String b5 = bVar.b(BuildConfig.HOST_INVITE); - d = b5; - String b6 = bVar.b(BuildConfig.HOST_GUILD_TEMPLATE); - e = b6; - String replace$default = t.replace$default(b2, ".", "\\.", false, 4, (Object) null); - f = replace$default; - String replace$default2 = t.replace$default(b3, ".", "\\.", false, 4, (Object) null); - g = replace$default2; - String str = "(?:" + replace$default + '|' + replace$default2 + ')'; - h = str; - String replace$default3 = t.replace$default(b4, ".", "\\.", false, 4, (Object) null); - i = replace$default3; - String replace$default4 = t.replace$default(b5, ".", "\\.", false, 4, (Object) null); - j = replace$default4; - String replace$default5 = t.replace$default(b6, ".", "\\.", false, 4, (Object) null); - k = replace$default5; - i iVar = i.IGNORE_CASE; - l = new Regex("^(?:ptb|canary|www)." + str + '$', iVar); - m = new Regex("^/(?:(invite|gift|template)/)?([\\w-]+)/?$", iVar); - n = new Regex("^/(?:invite/)?([\\w-]+)/?$", iVar); - StringBuilder sb = new StringBuilder(); - sb.append("(?:https?://(?:(?:" + str + "/invite)|"); - sb.append("(?:" + replace$default4 + "))|"); - sb.append("(?:^" + replace$default4 + "))/([\\w-]+)/?"); - sb.append("(?:(?:\\S*[\\?&]event=)([\\w-]+))?"); - String sb2 = sb.toString(); - m.checkNotNullExpressionValue(sb2, "StringBuilder()\n …\"\")\n .toString()"); - o = new Regex(sb2, iVar); - p = new Regex("^/(?:template/)?([\\w-]+)/?$", iVar); - StringBuilder sb3 = new StringBuilder(); - sb3.append("(?:https?://(?:(?:" + str + "/template)|"); - sb3.append("(?:" + replace$default5 + "))|"); - sb3.append("(?:" + replace$default5 + "))/([\\w-]+)/?"); - String sb4 = sb3.toString(); - m.checkNotNullExpressionValue(sb4, "StringBuilder()\n …?\")\n .toString()"); - q = new Regex(sb4, iVar); - StringBuilder sb5 = new StringBuilder(); - sb5.append("(?:https?://)?(?:(?:" + str + "/gifts)|"); - sb5.append("(?:" + replace$default3 + "))/([\\w-]+)/?"); - String sb6 = sb5.toString(); - m.checkNotNullExpressionValue(sb6, "StringBuilder()\n …?\")\n .toString()"); - r = new Regex(sb6, iVar); - f50s = new Regex("^/connect(?:/(\\d+))?/?$", iVar); - t = new Regex("^/channels/((?:@me)|(?:\\d+))(?:/(\\d+))?(?:/(\\d+))?/?$", iVar); - u = new Regex("^/channels/@me/-1?/?$", iVar); - v = new Regex("^/lurk/(\\d+)(?:/(\\d+))?/?$", iVar); - w = new Regex("^/channels/@me/user/(\\d+)/?$", iVar); - f51x = new Regex("^/users/(\\d+)/?$", iVar); - f52y = new Regex("^/discovery/?$", iVar); - f53z = new Regex("^/settings(/\\w+)*/?$", iVar); - A = new Regex("^/feature(/\\w+)*/?$", iVar); - B = new Regex("^/query(/\\w+)*/?$", iVar); - C = new Regex("^/(?:oauth2|connect)/authorize/?$", iVar); - E = new Regex("^/guild/((?:@me)|(?:\\d+))/premiumguild/?$", iVar); - } - - public final boolean a(String str) { - if (str == null) { - return false; - } - if (!m.areEqual(str, a) && !m.areEqual(str, b) && !m.areEqual(str, f49c) && !m.areEqual(str, e) && !m.areEqual(str, d)) { - return l.matches(str); - } - return true; - } - - public final String b(String str) { - Uri parse = Uri.parse(str); - m.checkNotNullExpressionValue(parse, "Uri.parse(this)"); - String host = parse.getHost(); - return host != null ? host : ""; - } -} diff --git a/app/src/main/java/c/a/j/b.java b/app/src/main/java/c/a/j/b.java index 1109a5b48d..332dd3a40a 100644 --- a/app/src/main/java/c/a/j/b.java +++ b/app/src/main/java/c/a/j/b.java @@ -23,7 +23,7 @@ public final class b implements View.OnLayoutChangeListener { @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); b bVar = this.i; a.a(bVar.i, bVar.k, bVar.j, bVar.l, bVar.m, bVar.n); @@ -42,7 +42,7 @@ public final class b implements View.OnLayoutChangeListener { @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); View view2 = this.j; if (!ViewCompat.isLaidOut(view2) || view2.isLayoutRequested()) { diff --git a/app/src/main/java/c/a/j/c.java b/app/src/main/java/c/a/j/c.java index 4549acf12c..77e7b69351 100644 --- a/app/src/main/java/c/a/j/c.java +++ b/app/src/main/java/c/a/j/c.java @@ -23,7 +23,7 @@ public final class c implements View.OnLayoutChangeListener { @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); a.a(this.i, this.k, this.j, this.l, this.m, this.n); this.k.setVisibility(0); diff --git a/app/src/main/java/c/a/k/b.java b/app/src/main/java/c/a/k/b.java index 6adc7b88c0..dca93f494e 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.f2094c; + List list = renderContext.f2095c; boolean z2 = true; if (!map.isEmpty()) { charSequence = a.replace(charSequence, new f(map)); 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 f2b13200be..5edc9f36e3 100644 --- a/app/src/main/java/c/a/k/f/c.java +++ b/app/src/main/java/c/a/k/f/c.java @@ -38,7 +38,7 @@ public final class c extends Node.a { spannableStringBuilder.setSpan(obj2, length, spannableStringBuilder.length(), 33); } } - Hook.a aVar2 = hook != null ? hook.f2093c : null; + Hook.a aVar2 = hook != null ? hook.f2094c : null; if (aVar2 != null) { aVar = aVar2; } else if (URLUtil.isValidUrl(this.a)) { diff --git a/app/src/main/java/c/a/n/d.java b/app/src/main/java/c/a/n/d.java index 1201111d44..f43d589775 100644 --- a/app/src/main/java/c/a/n/d.java +++ b/app/src/main/java/c/a/n/d.java @@ -31,7 +31,7 @@ public final class d implements View.OnClickListener { @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); View findViewWithTag = this.j.findViewWithTag(this.i.i.l); m.checkNotNullExpressionValue(findViewWithTag, "v.findViewWithTag(anchorViewTag)"); diff --git a/app/src/main/java/c/a/n/e.java b/app/src/main/java/c/a/n/e.java index f8f0b4edc2..44776a2022 100644 --- a/app/src/main/java/c/a/n/e.java +++ b/app/src/main/java/c/a/n/e.java @@ -16,12 +16,12 @@ public final class e implements Animator.AnimatorListener { @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); if (this.a.m != null) { OverlayBubbleWrap overlayBubbleWrap = this.b; m.checkNotNullParameter(overlayBubbleWrap, "bubble"); @@ -35,11 +35,11 @@ public final class e implements Animator.AnimatorListener { @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } } 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 6d5b318d17..762111cc4b 100644 --- a/app/src/main/java/c/a/n/h/a.java +++ b/app/src/main/java/c/a/n/h/a.java @@ -37,22 +37,22 @@ public final class a extends FrameLayout implements f { @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.a.setVisibility(0); } } @@ -67,23 +67,23 @@ public final class a extends FrameLayout implements f { @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); this.a.setVisibility(4); } @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } } diff --git a/app/src/main/java/c/a/q/a0.java b/app/src/main/java/c/a/q/a0.java index d5490a3267..bd9ca7ee24 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.f2157a0) { + if (rtcConnection.f2158a0) { 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/b0.java b/app/src/main/java/c/a/q/b0.java index 89b0ffabc0..7ce036c455 100644 --- a/app/src/main/java/c/a/q/b0.java +++ b/app/src/main/java/c/a/q/b0.java @@ -54,9 +54,9 @@ public final class b0 implements MediaEngineConnection.d { rtcConnection.n = dVar; rtcConnection.o = false; } - if (transportInfo.f2177c.ordinal() != 0) { + if (transportInfo.f2178c.ordinal() != 0) { StringBuilder P = c.d.b.a.a.P("Unsupported protocol: "); - P.append(transportInfo.f2177c); + P.append(transportInfo.f2178c); P.append('.'); RtcConnection.j(rtcConnection, true, P.toString(), null, false, 12); } else { diff --git a/app/src/main/java/c/a/q/h0.java b/app/src/main/java/c/a/q/h0.java index c4d48633cf..a66df90ea5 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.f2163z = 0; + rtcConnection.f2164z = 0; rtcConnection.C = null; MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G; if (mediaSinkWantsManager != null) { @@ -261,7 +261,7 @@ public final class h0 implements a.d { r.removeFirst(rtcConnection.u); } if (j > ((long) 500)) { - rtcConnection.f2163z++; + rtcConnection.f2164z++; } double d = (double) j; Objects.requireNonNull(RtcConnection.Quality.Companion); diff --git a/app/src/main/java/c/a/q/j.java b/app/src/main/java/c/a/q/j.java index fbeb699f27..eb95289679 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.f2155c.contains(l2)) { + } else if (this.this$0.f2156c.contains(l2)) { MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0; Long l3 = this.$userId; mediaSinkWantsManager2.e = l3; 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 b9464c32f4..5f14d33d7f 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.f2169y; + SerializedSubject serializedSubject = discordAudioManager.f2170y; serializedSubject.j.onNext(Integer.valueOf(streamVolume)); } } diff --git a/app/src/main/java/c/a/q/l.java b/app/src/main/java/c/a/q/l.java index 3e59b06cd3..7b53a623d1 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.f2155c.remove(Long.valueOf(this.$userId)); + this.this$0.f2156c.remove(Long.valueOf(this.$userId)); } else { this.this$0.b.put(Long.valueOf(this.$userId), arrayList2); - this.this$0.f2155c.add(Long.valueOf(this.$userId)); + this.this$0.f2156c.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/m0/b.java b/app/src/main/java/c/a/q/m0/b.java index 32b7f2ef3c..c4f63c7d09 100644 --- a/app/src/main/java/c/a/q/m0/b.java +++ b/app/src/main/java/c/a/q/m0/b.java @@ -216,7 +216,7 @@ public final class b extends ScreenCapturerAndroid { if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { thumbnailEmitter.d.release(); - thumbnailEmitter.f2180c.release(); + thumbnailEmitter.f2181c.release(); JniCommon.nativeFreeByteBuffer(thumbnailEmitter.b); thumbnailEmitter.a = RecyclerView.FOREVER_NS; } 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 70e9f2d22a..2011b15fda 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 @@ -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.f2179c); + connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2180c); connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a); connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1); connection2.setVADUseKrisp(this.$inputModeOptions.e); @@ -473,7 +473,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.f2178c, bVar.d, this.$frameRate); + connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2179c, bVar.d, this.$frameRate); return Unit.a; } } @@ -610,7 +610,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.f2176c; + int i3 = aVar.f2177c; 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)); 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 f954cbc8f3..4a780eef6e 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 @@ -417,7 +417,7 @@ public final class k implements MediaEngine { discord2.setEchoCancellation(z2, false, new m(kVar2)); } k kVar3 = this.this$0; - boolean z4 = voiceConfig.f2175c; + boolean z4 = voiceConfig.f2176c; Discord discord3 = kVar3.f; if (discord3 != null) { discord3.setNoiseSuppression(z4); diff --git a/app/src/main/java/c/a/q/m0/c/m.java b/app/src/main/java/c/a/q/m0/c/m.java index e9e5ff814b..808ac27f37 100644 --- a/app/src/main/java/c/a/q/m0/c/m.java +++ b/app/src/main/java/c/a/q/m0/c/m.java @@ -38,7 +38,7 @@ public final class m implements Discord.AecConfigCallback { MediaEngine.EchoCancellationInfo echoCancellationInfo = kVar.i; kVar.i = null; if (echoCancellationInfo != null) { - MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2174c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); + MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2175c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); AnimatableValueParser.G1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2); this.this$0.a.p.onEchoCancellationUpdated(echoCancellationInfo2); } 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 3e789a2a6a..05e639b5e5 100644 --- a/app/src/main/java/c/a/q/n0/a.java +++ b/app/src/main/java/c/a/q/n0/a.java @@ -638,7 +638,7 @@ public final class a extends WebSocketListener implements DebugPrintable { aVar.a(1, TimeUnit.MINUTES); SSLSocketFactory sSLSocketFactory = this.E; if (sSLSocketFactory != null) { - h.a aVar2 = f0.e0.k.h.f2828c; + h.a aVar2 = f0.e0.k.h.f2830c; aVar.b(sSLSocketFactory, f0.e0.k.h.a.n()); } String H = c.d.b.a.a.H(new StringBuilder(), this.C, "?v=5"); diff --git a/app/src/main/java/c/a/q/o0/a.java b/app/src/main/java/c/a/q/o0/a.java index 663f1d136b..f0f19f3278 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.f2154c + 1; - krispOveruseDetector.f2154c = i; + int i = krispOveruseDetector.f2155c + 1; + krispOveruseDetector.f2155c = i; if (i > 2) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED); } } else { - krispOveruseDetector.f2154c = 0; + krispOveruseDetector.f2155c = 0; } } krispOveruseDetector.b = stats2.getOutboundRtpAudio(); diff --git a/app/src/main/java/c/a/q/r.java b/app/src/main/java/c/a/q/r.java index 927f083d3a..df77de59d0 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.f2160s.onNext(stateChange); + this.i.f2161s.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 f7fe2d11f1..a0c9acbda5 100644 --- a/app/src/main/java/c/a/q/s.java +++ b/app/src/main/java/c/a/q/s.java @@ -53,8 +53,8 @@ public final class s extends o implements Function0 { rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2); try { URI uri = new URI(v); - rtcConnection.f2161x = uri.getHost(); - rtcConnection.f2162y = Integer.valueOf(uri.getPort()); + rtcConnection.f2162x = uri.getHost(); + rtcConnection.f2163y = 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 a6093040bb..6295fc97e8 100644 --- a/app/src/main/java/c/a/r/b.java +++ b/app/src/main/java/c/a/r/b.java @@ -77,7 +77,7 @@ public final class b extends k implements Function2, I ImageRequest imageRequest = this.I; ImageRequest imageRequest2 = this.K; ImageRequest[] imageRequestArr = this.J; - if (imageRequest == null || (uri = imageRequest.f2264c) == null) { + if (imageRequest == null || (uri = imageRequest.f2265c) == null) { if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) { ImageRequest imageRequest3 = imageRequestArr[0]; - uri = imageRequest3 != null ? imageRequest3.f2264c : null; + uri = imageRequest3 != null ? imageRequest3.f2265c : null; } if (imageRequest2 != null) { - return imageRequest2.f2264c; + return imageRequest2.f2265c; } 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 59bff7b5be..b1089d493d 100644 --- a/app/src/main/java/c/f/g/a/a/d.java +++ b/app/src/main/java/c/f/g/a/a/d.java @@ -85,7 +85,7 @@ public class d extends AbstractDraweeControllerBuilder gVar = new z.g<>(); if (gVar.h(eVar)) { diff --git a/app/src/main/java/c/f/j/c/n.java b/app/src/main/java/c/f/j/c/n.java index 1bed3765c2..d67389a6bf 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.f2264c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); + return new b(imageRequest.f2265c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); } public CacheKey b(ImageRequest imageRequest, Object obj) { - return new f(imageRequest.f2264c.toString()); + return new f(imageRequest.f2265c.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.f2264c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); + return new b(imageRequest.f2265c.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 15825ae4f1..31ced32d7e 100644 --- a/app/src/main/java/c/f/j/c/v.java +++ b/app/src/main/java/c/f/j/c/v.java @@ -262,7 +262,7 @@ public class v implements m, w { MemoryCacheParams memoryCacheParams = this.f; int min = Math.min(memoryCacheParams.d, memoryCacheParams.b - e()); MemoryCacheParams memoryCacheParams2 = this.f; - p = p(min, Math.min(memoryCacheParams2.f2257c, memoryCacheParams2.a - f())); + p = p(min, Math.min(memoryCacheParams2.f2258c, memoryCacheParams2.a - f())); h(p); } i(p); diff --git a/app/src/main/java/c/f/j/e/c.java b/app/src/main/java/c/f/j/e/c.java index a5ba56044d..45d3deeeac 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.f2245c, diskCacheConfig.b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2246c, 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 021a6eac44..e002761178 100644 --- a/app/src/main/java/c/f/j/e/h.java +++ b/app/src/main/java/c/f/j/e/h.java @@ -85,7 +85,7 @@ public class h { ImageRequest.c f = ImageRequest.c.f(imageRequest.m, cVar); String valueOf = String.valueOf(this.i.getAndIncrement()); if (!imageRequest.f) { - if (c.f.d.l.b.e(imageRequest.f2264c)) { + if (c.f.d.l.b.e(imageRequest.f2265c)) { z2 = false; c1 c1Var = new c1(imageRequest, valueOf, str, b0Var, obj, f, false, z2, imageRequest.l, this.l); c.f.j.r.b.b(); diff --git a/app/src/main/java/c/f/j/e/p.java b/app/src/main/java/c/f/j/e/p.java index 3c6afc8b8b..55934e7ef6 100644 --- a/app/src/main/java/c/f/j/e/p.java +++ b/app/src/main/java/c/f/j/e/p.java @@ -153,7 +153,7 @@ public class p { try { b.b(); Objects.requireNonNull(imageRequest); - Uri uri = imageRequest.f2264c; + Uri uri = imageRequest.f2265c; AnimatableValueParser.y(uri, "Uri is null."); int i = imageRequest.d; if (i != 0) { @@ -247,7 +247,7 @@ public class p { } } } - if (this.m && imageRequest.f2265s > 0) { + if (this.m && imageRequest.f2266s > 0) { synchronized (this) { oVar = new o(r0Var, this.b.j.g()); } diff --git a/app/src/main/java/c/f/j/p/a1.java b/app/src/main/java/c/f/j/p/a1.java index c65d51f30a..10c5c997da 100644 --- a/app/src/main/java/c/f/j/p/a1.java +++ b/app/src/main/java/c/f/j/p/a1.java @@ -19,7 +19,7 @@ public class a1 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { - return c(this.f475c.openInputStream(imageRequest.f2264c), -1); + return c(this.f475c.openInputStream(imageRequest.f2265c), -1); } @Override // c.f.j.p.g0 diff --git a/app/src/main/java/c/f/j/p/d.java b/app/src/main/java/c/f/j/p/d.java index 549639c262..0e39cabb70 100644 --- a/app/src/main/java/c/f/j/p/d.java +++ b/app/src/main/java/c/f/j/p/d.java @@ -45,7 +45,7 @@ public class d implements w0 { HashMap hashMap = new HashMap(); this.h = hashMap; hashMap.put(ModelAuditLogEntry.CHANGE_KEY_ID, str); - hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2264c); + hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2265c); this.d = str2; this.e = y0Var; this.f = obj; diff --git a/app/src/main/java/c/f/j/p/d0.java b/app/src/main/java/c/f/j/p/d0.java index 3228108379..bc001a0d7a 100644 --- a/app/src/main/java/c/f/j/p/d0.java +++ b/app/src/main/java/c/f/j/p/d0.java @@ -25,10 +25,10 @@ public class d0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { int i; - InputStream open = this.f481c.open(imageRequest.f2264c.getPath().substring(1), 2); + InputStream open = this.f481c.open(imageRequest.f2265c.getPath().substring(1), 2); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f481c.openFd(imageRequest.f2264c.getPath().substring(1)); + assetFileDescriptor = this.f481c.openFd(imageRequest.f2265c.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 23c5717a30..0f14737d9f 100644 --- a/app/src/main/java/c/f/j/p/e0.java +++ b/app/src/main/java/c/f/j/p/e0.java @@ -28,7 +28,7 @@ public class e0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { InputStream inputStream; - Uri uri = imageRequest.f2264c; + Uri uri = imageRequest.f2265c; Uri uri2 = b.a; boolean z2 = false; if (uri.getPath() != null && b.c(uri) && "com.android.contacts".equals(uri.getAuthority()) && !uri.getPath().startsWith(b.a.getPath())) { diff --git a/app/src/main/java/c/f/j/p/f0.java b/app/src/main/java/c/f/j/p/f0.java index f784eddb2d..0d6b4c6f07 100644 --- a/app/src/main/java/c/f/j/p/f0.java +++ b/app/src/main/java/c/f/j/p/f0.java @@ -42,7 +42,7 @@ public class f0 extends g0 implements j1 { c.f.j.d.e eVar; Cursor query; e f2; - Uri uri = imageRequest.f2264c; + Uri uri = imageRequest.f2265c; if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f483c, null, null, null)) == null) { return null; } diff --git a/app/src/main/java/c/f/j/p/i0.java b/app/src/main/java/c/f/j/p/i0.java index ae8b533eac..873a305a42 100644 --- a/app/src/main/java/c/f/j/p/i0.java +++ b/app/src/main/java/c/f/j/p/i0.java @@ -25,10 +25,10 @@ public class i0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { int i; - InputStream openRawResource = this.f490c.openRawResource(Integer.parseInt(imageRequest.f2264c.getPath().substring(1))); + InputStream openRawResource = this.f490c.openRawResource(Integer.parseInt(imageRequest.f2265c.getPath().substring(1))); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f490c.openRawResourceFd(Integer.parseInt(imageRequest.f2264c.getPath().substring(1))); + assetFileDescriptor = this.f490c.openRawResourceFd(Integer.parseInt(imageRequest.f2265c.getPath().substring(1))); i = (int) assetFileDescriptor.getLength(); } catch (Resources.NotFoundException unused) { i = -1; diff --git a/app/src/main/java/c/f/j/p/j0.java b/app/src/main/java/c/f/j/p/j0.java index 832341cd1a..8b218918e9 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.f2264c, "r"); + ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2265c, "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.f2264c; + Uri uri2 = imageRequest.f2265c; if (c.f.d.l.b.d(uri2)) { return imageRequest.a().getPath(); } diff --git a/app/src/main/java/c/f/j/p/m.java b/app/src/main/java/c/f/j/p/m.java index 482f0f6519..d152ab5837 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.f2264c.toString(); + String uri = imageRequest.f2265c.toString(); AnimatableValueParser.j(Boolean.valueOf(uri.substring(0, 5).equals("data:"))); int indexOf = uri.indexOf(44); String substring = uri.substring(indexOf + 1, uri.length()); diff --git a/app/src/main/java/c/f/j/p/n.java b/app/src/main/java/c/f/j/p/n.java index fb93869409..d9646a1881 100644 --- a/app/src/main/java/c/f/j/p/n.java +++ b/app/src/main/java/c/f/j/p/n.java @@ -142,7 +142,7 @@ public class n implements v0> { w0Var.d("image_format", eVar.k.b); if (n.this.f || !b.m(i2, 16)) { ImageRequest e2 = this.a.e(); - if (n.this.g || !c.f.d.l.b.e(e2.f2264c)) { + if (n.this.g || !c.f.d.l.b.e(e2.f2265c)) { eVar.p = AnimatableValueParser.c0(e2.j, e2.i, eVar, this.b); } } @@ -180,7 +180,7 @@ public class n implements v0> { synchronized (c0Var) { j = c0Var.j - c0Var.i; } - String valueOf2 = String.valueOf(cVar2.f499c.e().f2264c); + String valueOf2 = String.valueOf(cVar2.f499c.e().f2265c); int f = (z3 || m) ? eVar.f() : cVar2.o(eVar); i p = (z3 || m) ? h.a : cVar2.p(); cVar2.d.e(cVar2.f499c, "DecodeProducer"); @@ -440,7 +440,7 @@ public class n implements v0> { public void b(l> lVar, w0 w0Var) { try { c.f.j.r.b.b(); - this.e.b(!c.f.d.l.b.e(w0Var.e().f2264c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var); + this.e.b(!c.f.d.l.b.e(w0Var.e().f2265c) ? 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 8b78b2555a..1c4aa5a0f2 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.f2265s, TimeUnit.MILLISECONDS); + scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2266s, 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 a371f1c80a..81bd380ec2 100644 --- a/app/src/main/java/c/f/j/p/o0.java +++ b/app/src/main/java/c/f/j/p/o0.java @@ -64,7 +64,7 @@ public class o0 implements c { this.f501c.b(eVar2, 9); } else { this.f501c.b(eVar2, 8); - ImageRequestBuilder b = ImageRequestBuilder.b(e.f2264c); + ImageRequestBuilder b = ImageRequestBuilder.b(e.f2265c); b.e = e.h; b.o = e.k; b.f = e.b; @@ -73,11 +73,11 @@ public class o0 implements c { b.j = e.q; b.g = e.f; b.i = e.l; - b.f2266c = e.i; + b.f2267c = e.i; b.n = e.r; b.d = e.j; b.m = e.p; - b.p = e.f2265s; + b.p = e.f2266s; int i = f2 - 1; if (i >= 0) { z3 = true; diff --git a/app/src/main/java/c/f/j/p/q0.java b/app/src/main/java/c/f/j/p/q0.java index d94c0fa860..2f353856de 100644 --- a/app/src/main/java/c/f/j/p/q0.java +++ b/app/src/main/java/c/f/j/p/q0.java @@ -185,7 +185,7 @@ public class q0 implements v0 { return; } w0Var.o().e(w0Var, "PartialDiskCacheProducer"); - Uri build = e.f2264c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); + Uri build = e.f2265c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); i iVar = this.b; w0Var.b(); Objects.requireNonNull((n) iVar); diff --git a/app/src/main/java/c/f/j/p/y.java b/app/src/main/java/c/f/j/p/y.java index 749ddb3d84..f5d1107894 100644 --- a/app/src/main/java/c/f/j/p/y.java +++ b/app/src/main/java/c/f/j/p/y.java @@ -34,7 +34,7 @@ public class y implements Runnable { Objects.requireNonNull(a0Var); InputStream inputStream = null; try { - httpURLConnection = a0Var.a(aVar.b.e().f2264c, 5); + httpURLConnection = a0Var.a(aVar.b.e().f2265c, 5); try { aVar.e = a0Var.f474c.now(); if (httpURLConnection != null) { diff --git a/app/src/main/java/c/f/m/j.java b/app/src/main/java/c/f/m/j.java index 2d2b9500fc..5607716897 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.f2268c; + ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2269c; 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.f2268c.writeLock().lock(); + SoLoader.f2269c.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.f2268c.writeLock().unlock(); + SoLoader.f2269c.writeLock().unlock(); if (SoLoader.e == i3) { throw e; } } catch (IOException e2) { throw new RuntimeException(e2); } catch (Throwable th2) { - SoLoader.f2268c.writeLock().unlock(); + SoLoader.f2269c.writeLock().unlock(); throw th2; } } } while (z2); return z5; } finally { - SoLoader.f2268c.readLock().unlock(); + SoLoader.f2269c.readLock().unlock(); } } } diff --git a/app/src/main/java/c/i/a/c/a2/b0/b.java b/app/src/main/java/c/i/a/c/a2/b0/b.java index f829ca316b..e14ec629d4 100644 --- a/app/src/main/java/c/i/a/c/a2/b0/b.java +++ b/app/src/main/java/c/i/a/c/a2/b0/b.java @@ -126,8 +126,8 @@ public final class b implements h { Format.b bVar = new Format.b(); bVar.k = str; bVar.l = e; - bVar.f2281x = 1; - bVar.f2282y = i; + bVar.f2282x = 1; + bVar.f2283y = i; wVar.e(bVar.a()); } int i2 = -1; diff --git a/app/src/main/java/c/i/a/c/a2/d0/b.java b/app/src/main/java/c/i/a/c/a2/d0/b.java index ff506fcc72..448e74ac37 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/b.java +++ b/app/src/main/java/c/i/a/c/a2/d0/b.java @@ -31,16 +31,16 @@ public final class b extends TagPayloadReader { int i2 = b[(s2 >> 2) & 3]; Format.b bVar = new Format.b(); bVar.k = "audio/mpeg"; - bVar.f2281x = 1; - bVar.f2282y = i2; + bVar.f2282x = 1; + bVar.f2283y = 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.f2281x = 1; - bVar2.f2282y = 8000; + bVar2.f2282x = 1; + bVar2.f2283y = 8000; this.a.e(bVar2.a()); this.d = true; } else if (i != 10) { @@ -73,8 +73,8 @@ public final class b extends TagPayloadReader { Format.b bVar = new Format.b(); bVar.k = "audio/mp4a-latm"; bVar.h = c2.f1000c; - bVar.f2281x = c2.b; - bVar.f2282y = c2.a; + bVar.f2282x = c2.b; + bVar.f2283y = c2.a; bVar.m = Collections.singletonList(bArr); this.a.e(bVar.a()); this.d = true; diff --git a/app/src/main/java/c/i/a/c/a2/f0/e.java b/app/src/main/java/c/i/a/c/a2/f0/e.java index a77b6842f8..4817a1f7f6 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/e.java +++ b/app/src/main/java/c/i/a/c/a2/f0/e.java @@ -1923,9 +1923,9 @@ public class e implements h { int i14 = (cVar.V ? 1 : 0) | 0 | (!cVar.U ? 2 : 0); bVar = new Format.b(); if (!c.i.a.c.i2.s.h(str12)) { - bVar.f2281x = cVar.O; - bVar.f2282y = cVar.Q; - bVar.f2283z = i3; + bVar.f2282x = cVar.O; + bVar.f2283y = cVar.Q; + bVar.f2284z = i3; i4 = 1; } else if (c.i.a.c.i2.s.j(str12)) { if (cVar.q == 0) { @@ -1991,7 +1991,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2280s = i6; + bVar.f2281s = 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.f2280s = i6; + bVar.f2281s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2021,7 +2021,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2071,7 +2071,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2110,7 +2110,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2149,7 +2149,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2188,7 +2188,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2253,7 +2253,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2305,7 +2305,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2342,7 +2342,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2399,7 +2399,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2443,7 +2443,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2481,7 +2481,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2519,7 +2519,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2557,7 +2557,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2596,7 +2596,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2634,7 +2634,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2673,7 +2673,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2711,7 +2711,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2749,7 +2749,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2787,7 +2787,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2825,7 +2825,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2862,7 +2862,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2892,7 +2892,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2933,7 +2933,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2979,7 +2979,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3009,7 +3009,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3052,7 +3052,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3080,7 +3080,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3122,7 +3122,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3160,7 +3160,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3198,7 +3198,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3236,7 +3236,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3274,7 +3274,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3312,7 +3312,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3354,7 +3354,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; diff --git a/app/src/main/java/c/i/a/c/a2/g0/f.java b/app/src/main/java/c/i/a/c/a2/g0/f.java index 17c63a1813..3ba297a2e5 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/f.java +++ b/app/src/main/java/c/i/a/c/a2/g0/f.java @@ -382,8 +382,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2281x = aVar4.e; - bVar.f2282y = aVar4.d; + bVar.f2282x = aVar4.e; + bVar.f2283y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f765c; @@ -401,8 +401,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2281x = aVar4.e; - bVar.f2282y = aVar4.d; + bVar.f2282x = aVar4.e; + bVar.f2283y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f765c; @@ -449,8 +449,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2281x = aVar4.e; - bVar.f2282y = aVar4.d; + bVar.f2282x = aVar4.e; + bVar.f2283y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f765c; @@ -495,8 +495,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2281x = aVar4.e; - bVar.f2282y = aVar4.d; + bVar.f2282x = aVar4.e; + bVar.f2283y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f765c; diff --git a/app/src/main/java/c/i/a/c/a2/h0/e.java b/app/src/main/java/c/i/a/c/a2/h0/e.java index e1e62bb430..7be06edea2 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/e.java +++ b/app/src/main/java/c/i/a/c/a2/h0/e.java @@ -1115,7 +1115,7 @@ public final class e { s0.q = x4; s0.t = f12; i29 = i29; - s0.f2280s = i29; + s0.f2281s = i29; s0.u = bArr; s0.v = i7; s0.m = list; @@ -1235,10 +1235,10 @@ public final class e { Format.b bVar = new Format.b(); bVar.a = num; bVar.k = str15; - bVar.f2281x = i43; - bVar.f2282y = i42; + bVar.f2282x = i43; + bVar.f2283y = i42; bVar.n = drmInitData3; - bVar.f2279c = str11; + bVar.f2280c = 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.f2281x = i45; - bVar2.f2282y = i44; + bVar2.f2282x = i45; + bVar2.f2283y = i44; bVar2.n = drmInitData3; - bVar2.f2279c = str11; + bVar2.f2280c = str11; format = bVar2.a(); } else { str7 = str15; @@ -1282,18 +1282,18 @@ public final class e { Format.b bVar3 = new Format.b(); bVar3.a = num3; bVar3.k = "audio/ac4"; - bVar3.f2281x = 2; - bVar3.f2282y = i46; + bVar3.f2282x = 2; + bVar3.f2283y = i46; bVar3.n = drmInitData3; - bVar3.f2279c = str11; + bVar3.f2280c = str11; format = bVar3.a(); } else if (f17 == 1684305011) { Format.b s02 = c.d.b.a.a.s0(f3); s02.k = str6; - s02.f2281x = i19; - s02.f2282y = i18; + s02.f2282x = i19; + s02.f2283y = i18; s02.n = drmInitData3; - s02.f2279c = str11; + s02.f2280c = str11; format = s02.a(); } else { if (f17 == 1682927731) { @@ -1413,12 +1413,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2281x = i19; - s03.f2282y = i18; - s03.f2283z = i16; + s03.f2282x = i19; + s03.f2283y = i18; + s03.f2284z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2279c = str11; + s03.f2280c = str11; format2 = s03.a(); } str = str11; @@ -1443,12 +1443,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2281x = i19; - s03.f2282y = i18; - s03.f2283z = i16; + s03.f2282x = i19; + s03.f2283y = i18; + s03.f2284z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2279c = str11; + s03.f2280c = str11; format2 = s03.a(); str = str11; i29 = i12; @@ -1476,12 +1476,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2281x = i19; - s03.f2282y = i18; - s03.f2283z = i16; + s03.f2282x = i19; + s03.f2283y = i18; + s03.f2284z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2279c = str11; + s03.f2280c = str11; format2 = s03.a(); str = str11; i29 = i12; @@ -1502,7 +1502,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2279c = str11; + s04.f2280c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); @@ -1523,7 +1523,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2279c = str11; + s04.f2280c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); @@ -1534,7 +1534,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2279c = str11; + s04.f2280c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); diff --git a/app/src/main/java/c/i/a/c/a2/i0/h.java b/app/src/main/java/c/i/a/c/a2/i0/h.java index 6c0cb6d3d3..0769e66361 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/h.java +++ b/app/src/main/java/c/i/a/c/a2/i0/h.java @@ -39,8 +39,8 @@ public final class h extends i { List h = AnimatableValueParser.h(copyOf); Format.b bVar2 = new Format.b(); bVar2.k = "audio/opus"; - bVar2.f2281x = copyOf[9] & 255; - bVar2.f2282y = 48000; + bVar2.f2282x = copyOf[9] & 255; + bVar2.f2283y = 48000; bVar2.m = h; bVar.a = bVar2.a(); this.o = true; diff --git a/app/src/main/java/c/i/a/c/a2/i0/j.java b/app/src/main/java/c/i/a/c/a2/i0/j.java index e43f30e116..8b58bbe7dc 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/j.java +++ b/app/src/main/java/c/i/a/c/a2/i0/j.java @@ -373,8 +373,8 @@ public final class j extends i { bVar2.k = "audio/vorbis"; bVar2.f = a0Var2.d; bVar2.g = a0Var2.f654c; - bVar2.f2281x = a0Var2.a; - bVar2.f2282y = a0Var2.b; + bVar2.f2282x = a0Var2.a; + bVar2.f2283y = a0Var2.b; bVar2.m = arrayList; bVar.a = bVar2.a(); return true; diff --git a/app/src/main/java/c/i/a/c/a2/j0/e0.java b/app/src/main/java/c/i/a/c/a2/j0/e0.java index b9809ae3f3..af250b1411 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.f2279c = format.k; + bVar.f2280c = format.k; bVar.C = format.L; bVar.m = format.v; p.e(bVar.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/g.java b/app/src/main/java/c/i/a/c/a2/j0/g.java index bd35acef31..5ee2c42275 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/g.java +++ b/app/src/main/java/c/i/a/c/a2/j0/g.java @@ -313,9 +313,9 @@ public final class g implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = str; - bVar.f2281x = i; - bVar.f2282y = i15; - bVar.f2279c = this.f728c; + bVar.f2282x = i; + bVar.f2283y = i15; + bVar.f2280c = this.f728c; Format a2 = bVar.a(); this.j = a2; this.e.e(a2); diff --git a/app/src/main/java/c/i/a/c/a2/j0/i.java b/app/src/main/java/c/i/a/c/a2/j0/i.java index a6cc2de4f2..2f1729db64 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/i.java +++ b/app/src/main/java/c/i/a/c/a2/j0/i.java @@ -89,9 +89,9 @@ public final class i implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = "audio/ac4"; - bVar.f2281x = 2; - bVar.f2282y = b.a; - bVar.f2279c = this.f734c; + bVar.f2282x = 2; + bVar.f2283y = b.a; + bVar.f2280c = this.f734c; Format a = bVar.a(); this.k = a; this.e.e(a); diff --git a/app/src/main/java/c/i/a/c/a2/j0/j0.java b/app/src/main/java/c/i/a/c/a2/j0/j0.java index b562030280..ea257f5b30 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.f2279c = format.k; + bVar.f2280c = 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 d1cf4b6e2f..d23d2a4257 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/k.java +++ b/app/src/main/java/c/i/a/c/a2/j0/k.java @@ -191,10 +191,10 @@ public final class k implements o { bVar.a = this.f; bVar.k = "audio/mp4a-latm"; bVar.h = c2.f1000c; - bVar.f2281x = c2.b; - bVar.f2282y = c2.a; + bVar.f2282x = c2.b; + bVar.f2283y = c2.a; bVar.m = Collections.singletonList(bArr3); - bVar.f2279c = this.e; + bVar.f2280c = this.e; Format a2 = bVar.a(); this.r = 1024000000 / ((long) a2.H); this.g.e(a2); diff --git a/app/src/main/java/c/i/a/c/a2/j0/l.java b/app/src/main/java/c/i/a/c/a2/j0/l.java index 708bcde5eb..1ad03b03ac 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/l.java +++ b/app/src/main/java/c/i/a/c/a2/j0/l.java @@ -144,7 +144,7 @@ public final class l implements i0.c { } Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2279c = str2; + bVar2.f2280c = 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 fdfb60bf81..3654f55a76 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/m.java +++ b/app/src/main/java/c/i/a/c/a2/j0/m.java @@ -168,10 +168,10 @@ public final class m implements o { bVar.a = str; bVar.k = "audio/vnd.dts"; bVar.f = i8; - bVar.f2281x = i24; - bVar.f2282y = i23; + bVar.f2282x = i24; + bVar.f2283y = i23; bVar.n = null; - bVar.f2279c = str2; + bVar.f2280c = str2; Format a = bVar.a(); this.i = a; this.d.e(a); diff --git a/app/src/main/java/c/i/a/c/a2/j0/n.java b/app/src/main/java/c/i/a/c/a2/j0/n.java index 2526a4c77e..823fcf3537 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/n.java +++ b/app/src/main/java/c/i/a/c/a2/j0/n.java @@ -77,7 +77,7 @@ public final class n implements o { bVar.a = dVar.b(); bVar.k = "application/dvbsubs"; bVar.m = Collections.singletonList(aVar.b); - bVar.f2279c = aVar.a; + bVar.f2280c = aVar.a; p.e(bVar.a()); this.b[i] = p; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/u.java b/app/src/main/java/c/i/a/c/a2/j0/u.java index 7344870dc1..0e49a3efda 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/u.java +++ b/app/src/main/java/c/i/a/c/a2/j0/u.java @@ -124,10 +124,10 @@ public final class u implements o { bVar.a = this.e; bVar.k = "audio/mp4a-latm"; bVar.h = this.u; - bVar.f2281x = this.t; - bVar.f2282y = this.r; + bVar.f2282x = this.t; + bVar.f2283y = this.r; bVar.m = Collections.singletonList(bArr3); - bVar.f2279c = this.a; + bVar.f2280c = this.a; Format a = bVar.a(); if (!a.equals(this.f)) { this.f = a; diff --git a/app/src/main/java/c/i/a/c/a2/j0/v.java b/app/src/main/java/c/i/a/c/a2/j0/v.java index d5c46cb467..409db280cb 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/v.java +++ b/app/src/main/java/c/i/a/c/a2/j0/v.java @@ -80,9 +80,9 @@ public final class v implements o { bVar.a = this.e; bVar.k = aVar.b; bVar.l = 4096; - bVar.f2281x = aVar.e; - bVar.f2282y = i5; - bVar.f2279c = this.f755c; + bVar.f2282x = aVar.e; + bVar.f2283y = i5; + bVar.f2280c = this.f755c; this.d.e(bVar.a()); this.h = true; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/x.java b/app/src/main/java/c/i/a/c/a2/j0/x.java index 800933f4e0..375e27097d 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/x.java +++ b/app/src/main/java/c/i/a/c/a2/j0/x.java @@ -40,7 +40,7 @@ public final class x implements c0 { long j2 = -9223372036854775807L; if (d != -9223372036854775807L) { Format format = this.a; - if (d != format.f2276x) { + if (d != format.f2277x) { Format.b a = format.a(); a.o = d; Format a2 = a.a(); diff --git a/app/src/main/java/c/i/a/c/a2/k0/b.java b/app/src/main/java/c/i/a/c/a2/k0/b.java index e9792070ce..f42b2cc717 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/b.java +++ b/app/src/main/java/c/i/a/c/a2/k0/b.java @@ -67,9 +67,9 @@ public final class b implements h { bVar.f = i5; bVar.g = i5; bVar.l = max * 2 * i2; - bVar.f2281x = cVar.b; - bVar.f2282y = i4; - bVar.f2283z = 2; + bVar.f2282x = cVar.b; + bVar.f2283y = i4; + bVar.f2284z = 2; this.j = bVar.a(); return; } @@ -157,9 +157,9 @@ public final class b implements h { bVar.f = i4; bVar.g = i4; bVar.l = max; - bVar.f2281x = cVar.b; - bVar.f2282y = cVar.f762c; - bVar.f2283z = i; + bVar.f2282x = cVar.b; + bVar.f2283y = cVar.f762c; + bVar.f2284z = i; this.d = bVar.a(); return; } diff --git a/app/src/main/java/c/i/a/c/a2/o.java b/app/src/main/java/c/i/a/c/a2/o.java index fab97f2245..ec299ddaaf 100644 --- a/app/src/main/java/c/i/a/c/a2/o.java +++ b/app/src/main/java/c/i/a/c/a2/o.java @@ -163,8 +163,8 @@ public final class o { Format.b bVar = new Format.b(); bVar.k = "audio/flac"; bVar.l = i; - bVar.f2281x = this.g; - bVar.f2282y = this.e; + bVar.f2282x = this.g; + bVar.f2283y = this.e; bVar.m = Collections.singletonList(bArr); bVar.i = f; return bVar.a(); diff --git a/app/src/main/java/c/i/a/c/b2/s.java b/app/src/main/java/c/i/a/c/b2/s.java index 90e30bd9c4..cdd214df13 100644 --- a/app/src/main/java/c/i/a/c/b2/s.java +++ b/app/src/main/java/c/i/a/c/b2/s.java @@ -116,7 +116,7 @@ public final class s { if (format.B != format2.B) { i |= 1024; } - if (!this.e && !(format.f2277y == format2.f2277y && format.f2278z == format2.f2278z)) { + if (!this.e && !(format.f2278y == format2.f2278y && format.f2279z == format2.f2279z)) { i |= 512; } if (!f0.a(format.F, format2.F)) { @@ -226,8 +226,8 @@ public final class s { return false; } if (this.g) { - int i4 = format.f2277y; - if (i4 <= 0 || (i = format.f2278z) <= 0) { + int i4 = format.f2278y; + if (i4 <= 0 || (i = format.f2279z) <= 0) { return true; } if (f0.a >= 21) { @@ -238,9 +238,9 @@ public final class s { } if (!z5) { StringBuilder P3 = a.P("legacyFrameSize, "); - P3.append(format.f2277y); + P3.append(format.f2278y); P3.append("x"); - P3.append(format.f2278z); + P3.append(format.f2279z); h(P3.toString()); } return z5; diff --git a/app/src/main/java/c/i/a/c/c2/f.java b/app/src/main/java/c/i/a/c/c2/f.java index 2778cee91e..683d65c76b 100644 --- a/app/src/main/java/c/i/a/c/c2/f.java +++ b/app/src/main/java/c/i/a/c/c2/f.java @@ -174,7 +174,7 @@ public final class f extends g0 implements Handler.Callback { } else if (I == -5) { Format format = A.b; Objects.requireNonNull(format); - this.E = format.f2276x; + this.E = format.f2277x; } } if (this.A > 0) { diff --git a/app/src/main/java/c/i/a/c/d2/c0.java b/app/src/main/java/c/i/a/c/d2/c0.java index 1621eddcc6..173ec9241f 100644 --- a/app/src/main/java/c/i/a/c/d2/c0.java +++ b/app/src/main/java/c/i/a/c/d2/c0.java @@ -104,8 +104,8 @@ public final class c0 extends j implements b0.b { if (dVar != null) { dVar.a(true); } - loader.f2349c.execute(new Loader.g(b0Var)); - loader.f2349c.shutdown(); + loader.f2350c.execute(new Loader.g(b0Var)); + loader.f2350c.shutdown(); b0Var.f795z.removeCallbacksAndMessages(null); b0Var.A = null; b0Var.V = true; diff --git a/app/src/main/java/c/i/a/c/e2/l.java b/app/src/main/java/c/i/a/c/e2/l.java index 445a7eebd1..3723e99403 100644 --- a/app/src/main/java/c/i/a/c/e2/l.java +++ b/app/src/main/java/c/i/a/c/e2/l.java @@ -445,7 +445,7 @@ public final class l extends g0 implements Handler.Callback { } else { Format format = this.w.b; if (format != null) { - iVar.q = format.f2276x; + iVar.q = format.f2277x; iVar.s(); this.f827z &= !iVar.o(); } else { diff --git a/app/src/main/java/c/i/a/c/f2/b.java b/app/src/main/java/c/i/a/c/f2/b.java index af220b789b..9f303c7ce8 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.f2318c; + int[] iArr = DefaultTrackSelector.f2319c; 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 8948c319c0..ff379ea74b 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.f2318c; + int[] iArr = DefaultTrackSelector.f2319c; if (num.intValue() == -1) { return num2.intValue() == -1 ? 0 : -1; } diff --git a/app/src/main/java/c/i/a/c/f2/i.java b/app/src/main/java/c/i/a/c/f2/i.java index 32cdede433..750dd87095 100644 --- a/app/src/main/java/c/i/a/c/f2/i.java +++ b/app/src/main/java/c/i/a/c/f2/i.java @@ -206,7 +206,7 @@ public abstract class i extends l { int i25 = iArr13[i24]; if (!parameters6.N && !parameters6.M) { int i26 = parameters6.A ? 24 : 16; - boolean z12 = parameters6.f2322z && (i25 & i26) != 0; + boolean z12 = parameters6.f2323z && (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.f2319s; + int i30 = parameters7.f2320s; 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.f2320x; + int i35 = parameters7.f2321x; 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.f2318c; + iArr9 = DefaultTrackSelector.f2319c; } else { List d = DefaultTrackSelector.d(trackGroup4, i36, i37, z13); ArrayList arrayList3 = (ArrayList) d; if (arrayList3.size() < 2) { - iArr9 = DefaultTrackSelector.f2318c; + iArr9 = DefaultTrackSelector.f2319c; } else { if (!z12) { HashSet hashSet2 = new HashSet(); @@ -301,7 +301,7 @@ public abstract class i extends l { } arrayList = arrayList; } - iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2318c : c.l0(list); + iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2319c : 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.f2321y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { + if ((eVar3.i || parameters4.f2322y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { i43 = i44; trackGroup7 = trackGroup6; eVar2 = eVar3; diff --git a/app/src/main/java/c/i/a/c/g0.java b/app/src/main/java/c/i/a/c/g0.java index fc9384ae9f..84ed2b82e7 100644 --- a/app/src/main/java/c/i/a/c/g0.java +++ b/app/src/main/java/c/i/a/c/g0.java @@ -71,9 +71,9 @@ public abstract class g0 implements k1, l1 { } else if (a == -5) { Format format = s0Var.b; Objects.requireNonNull(format); - if (format.f2276x != RecyclerView.FOREVER_NS) { + if (format.f2277x != RecyclerView.FOREVER_NS) { Format.b a2 = format.a(); - a2.o = format.f2276x + this.p; + a2.o = format.f2277x + this.p; s0Var.b = a2.a(); } } diff --git a/app/src/main/java/c/i/a/c/j2/n.java b/app/src/main/java/c/i/a/c/j2/n.java index 464355b9eb..5b4cef4763 100644 --- a/app/src/main/java/c/i/a/c/j2/n.java +++ b/app/src/main/java/c/i/a/c/j2/n.java @@ -1519,7 +1519,7 @@ public class n extends MediaCodecRenderer { public static int I0(s sVar, Format format) { if (format.u == -1) { - return G0(sVar, format.t, format.f2277y, format.f2278z); + return G0(sVar, format.t, format.f2278y, format.f2279z); } int size = format.v.size(); int i = 0; @@ -1711,9 +1711,9 @@ public class n extends MediaCodecRenderer { public e K(s sVar, Format format, Format format2) { e c2 = sVar.c(format, format2); int i = c2.e; - int i2 = format2.f2277y; + int i2 = format2.f2278y; a aVar = this.Y0; - if (i2 > aVar.a || format2.f2278z > aVar.b) { + if (i2 > aVar.a || format2.f2279z > aVar.b) { i |= 256; } if (I0(sVar, format2) > this.Y0.f931c) { @@ -1769,11 +1769,11 @@ public class n extends MediaCodecRenderer { String str2 = sVar.f779c; Format[] formatArr2 = this.o; Objects.requireNonNull(formatArr2); - int i3 = format.f2277y; - int i4 = format.f2278z; + int i3 = format.f2278y; + int i4 = format.f2279z; int I0 = I0(sVar, format); if (formatArr2.length == 1) { - if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2277y, format.f2278z)) == -1)) { + if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2278y, format.f2279z)) == -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.f2277y; + int i6 = format2.f2278y; formatArr = formatArr2; - z4 |= i6 == -1 || format2.f2278z == -1; + z4 |= i6 == -1 || format2.f2279z == -1; int max = Math.max(i3, i6); - int max2 = Math.max(i4, format2.f2278z); + int max2 = Math.max(i4, format2.f2279z); 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.f2278z; - int i8 = format.f2277y; + int i7 = format.f2279z; + int i8 = format.f2278y; 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.f2277y); - mediaFormat.setInteger("height", format.f2278z); + mediaFormat.setInteger("width", format.f2278y); + mediaFormat.setInteger("height", format.f2279z); AnimatableValueParser.y2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -1916,8 +1916,8 @@ public class n extends MediaCodecRenderer { i = !this.A1 ? this.B1 : 0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2277y); - mediaFormat.setInteger("height", format.f2278z); + mediaFormat.setInteger("width", format.f2278y); + mediaFormat.setInteger("height", format.f2279z); AnimatableValueParser.y2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -2216,8 +2216,8 @@ public class n extends MediaCodecRenderer { rVar.f(this.e1); } if (this.A1) { - this.s1 = format.f2277y; - this.t1 = format.f2278z; + this.s1 = format.f2278y; + this.t1 = format.f2279z; } else { Objects.requireNonNull(mediaFormat); boolean z2 = mediaFormat.containsKey("crop-right") && mediaFormat.containsKey("crop-left") && mediaFormat.containsKey("crop-bottom") && mediaFormat.containsKey("crop-top"); diff --git a/app/src/main/java/c/i/a/c/v1/a0.java b/app/src/main/java/c/i/a/c/v1/a0.java index e7f2be00f6..d2dba7d9dd 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.f2284c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2285c, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/c/i/a/c/v1/d0.java b/app/src/main/java/c/i/a/c/v1/d0.java index 6b4ed540b7..fc1d11dc13 100644 --- a/app/src/main/java/c/i/a/c/v1/d0.java +++ b/app/src/main/java/c/i/a/c/v1/d0.java @@ -79,7 +79,7 @@ public final class d0 implements AudioProcessor { i = aVar.b; } this.e = aVar; - AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2284c, 2); + AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2285c, 2); this.f = aVar2; this.i = true; return aVar2; @@ -128,7 +128,7 @@ public final class d0 implements AudioProcessor { AudioProcessor.a aVar2 = this.f; this.h = aVar2; if (this.i) { - this.j = new c0(aVar.b, aVar.f2284c, this.f999c, this.d, aVar2.b); + this.j = new c0(aVar.b, aVar.f2285c, this.f999c, this.d, aVar2.b); } else { c0 c0Var = this.j; if (c0Var != null) { diff --git a/app/src/main/java/c/i/a/c/v1/v.java b/app/src/main/java/c/i/a/c/v1/v.java index 4a0837f833..3d059cc4aa 100644 --- a/app/src/main/java/c/i/a/c/v1/v.java +++ b/app/src/main/java/c/i/a/c/v1/v.java @@ -35,11 +35,11 @@ public final class v extends u { return AudioProcessor.a.a; } if (aVar.d == 2) { - boolean z2 = aVar.f2284c != iArr.length; + boolean z2 = aVar.f2285c != iArr.length; int i = 0; while (i < iArr.length) { int i2 = iArr[i]; - if (i2 < aVar.f2284c) { + if (i2 < aVar.f2285c) { z2 |= i2 != i; i++; } else { diff --git a/app/src/main/java/c/i/a/c/v1/x.java b/app/src/main/java/c/i/a/c/v1/x.java index 365de650a1..1967c26626 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.f2284c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2285c, 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 817f4fa49c..90848c9f8b 100644 --- a/app/src/main/java/c/i/a/c/v1/y.java +++ b/app/src/main/java/c/i/a/c/v1/y.java @@ -228,9 +228,9 @@ public class y extends MediaCodecRenderer implements r { int i4 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2281x = i3; - bVar.f2282y = i4; - bVar.f2283z = 4; + bVar.f2282x = i3; + bVar.f2283y = i4; + bVar.f2284z = 4; if (audioSink.s(bVar.a()) == 2) { mediaFormat.setInteger("pcm-encoding", 4); } @@ -366,11 +366,11 @@ public class y extends MediaCodecRenderer implements r { int r = "audio/raw".equals(format.t) ? format.I : (f0.a < 24 || !mediaFormat.containsKey("pcm-encoding")) ? mediaFormat.containsKey("v-bits-per-sample") ? f0.r(mediaFormat.getInteger("v-bits-per-sample")) : "audio/raw".equals(format.t) ? format.I : 2 : mediaFormat.getInteger("pcm-encoding"); Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2283z = r; + bVar.f2284z = r; bVar.A = format.J; bVar.B = format.K; - bVar.f2281x = mediaFormat.getInteger("channel-count"); - bVar.f2282y = mediaFormat.getInteger("sample-rate"); + bVar.f2282x = mediaFormat.getInteger("channel-count"); + bVar.f2283y = 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.f2281x = i2; - bVar.f2282y = i3; - bVar.f2283z = 2; + bVar.f2282x = i2; + bVar.f2283y = i3; + bVar.f2284z = 2; if (!audioSink.a(bVar.a())) { return 1; } diff --git a/app/src/main/java/c/i/a/c/z1/m.java b/app/src/main/java/c/i/a/c/z1/m.java index 4ad592fc6b..9757362724 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.f2299x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2300x; Objects.requireNonNull(cVar); cVar.obtainMessage(i, bArr).sendToTarget(); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/a.java b/app/src/main/java/c/i/a/f/c/a/f/a.java index cb8251e0db..7c0601d22d 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.f2367c; + Object obj = GoogleApiAvailability.f2368c; 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 4a78da2547..b1aa97290b 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/a.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/a.java @@ -109,7 +109,7 @@ public class a { if (str5 != null) { jSONObject.put("displayName", str5); } - String str6 = googleSignInAccount.f2362s; + String str6 = googleSignInAccount.f2363s; 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.f2363s); + jSONObject2.put("serverAuthRequested", googleSignInOptions.f2364s); if (!TextUtils.isEmpty(googleSignInOptions.u)) { jSONObject2.put("serverClientId", googleSignInOptions.u); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/a1.java b/app/src/main/java/c/i/a/f/e/h/j/a1.java index 28ffd6706c..4aa3e88412 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/a1.java +++ b/app/src/main/java/c/i/a/f/e/h/j/a1.java @@ -16,7 +16,7 @@ public class a1 extends t0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a1(j jVar, g gVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; this.o = gVar; jVar.a("ConnectionlessLifecycleHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/b0.java b/app/src/main/java/c/i/a/f/e/h/j/b0.java index bdcb5c6d09..d6784c5ccb 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/b0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/b0.java @@ -16,7 +16,7 @@ public class b0 extends t0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b0(j jVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; jVar.a("GmsAvailabilityHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/g.java b/app/src/main/java/c/i/a/f/e/h/j/g.java index 37ef94cf39..532a3c83ac 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/g.java +++ b/app/src/main/java/c/i/a/f/e/h/j/g.java @@ -654,7 +654,7 @@ public class g implements Handler.Callback { handlerThread.start(); Looper looper = handlerThread.getLooper(); Context applicationContext = context.getApplicationContext(); - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; l = new g(applicationContext, looper, GoogleApiAvailability.d); } gVar = l; diff --git a/app/src/main/java/c/i/a/f/e/k/d.java b/app/src/main/java/c/i/a/f/e/k/d.java index ba7138ffa9..d1f5233c3a 100644 --- a/app/src/main/java/c/i/a/f/e/k/d.java +++ b/app/src/main/java/c/i/a/f/e/k/d.java @@ -31,7 +31,7 @@ public abstract class d extends b implements a.f { public d(Context context, Looper looper, int i, c cVar, f fVar, l lVar) { super(context, looper, r3, r4, i, new r(fVar), new q(lVar), cVar.f); e a = e.a(context); - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; Objects.requireNonNull(fVar, "null reference"); Objects.requireNonNull(lVar, "null reference"); diff --git a/app/src/main/java/c/i/a/f/g/b.java b/app/src/main/java/c/i/a/f/g/b.java index 191aea681c..4fe94d98f1 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.f2371c = -1; + aVar.f2372c = -1; } else { int a = bVar.a(context, str, true); aVar.b = a; if (a != 0) { - aVar.f2371c = 1; + aVar.f2372c = 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 abcae9e2be..9344c8be1c 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.f2371c = 0; + aVar.f2372c = 0; } else if (i >= aVar.b) { - aVar.f2371c = -1; + aVar.f2372c = -1; } else { - aVar.f2371c = 1; + aVar.f2372c = 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 0f5036f5ca..c32b50a621 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.f2371c = 0; + aVar.f2372c = 0; } else if (a >= i) { - aVar.f2371c = 1; + aVar.f2372c = 1; } else { - aVar.f2371c = -1; + aVar.f2372c = -1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/h/l/g4.java b/app/src/main/java/c/i/a/f/h/l/g4.java index 6918d26973..4965cf3293 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.f2372c = this; + zzhi.f2373c = 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.f2372c); + q6Var.g((c6) obj, zzhi.f2373c); zzhi.f(i, 4); } diff --git a/app/src/main/java/c/i/a/f/h/l/u4.java b/app/src/main/java/c/i/a/f/h/l/u4.java index 6ca9df4686..552182c3bb 100644 --- a/app/src/main/java/c/i/a/f/h/l/u4.java +++ b/app/src/main/java/c/i/a/f/h/l/u4.java @@ -270,7 +270,7 @@ public abstract class u4, Build @Override // c.i.a.f.h.l.c6 public final void i(zzhi zzhi) throws IOException { q6 b2 = n6.a.b(this); - g4 g4Var = zzhi.f2372c; + g4 g4Var = zzhi.f2373c; if (g4Var == null) { g4Var = new g4(zzhi); } diff --git a/app/src/main/java/c/i/a/f/i/b/g.java b/app/src/main/java/c/i/a/f/i/b/g.java index 72b37c9178..1710259921 100644 --- a/app/src/main/java/c/i/a/f/i/b/g.java +++ b/app/src/main/java/c/i/a/f/i/b/g.java @@ -696,7 +696,7 @@ public final class g extends i9 { contentValues.put("triggered_timestamp", Long.valueOf(zzz.k.k)); contentValues.put("time_to_live", Long.valueOf(zzz.r)); e(); - contentValues.put("expired_event", t9.g0(zzz.f2378s)); + contentValues.put("expired_event", t9.g0(zzz.f2379s)); try { if (t().insertWithOnConflict("conditional_properties", null, contentValues, 5) == -1) { g().f.b("Failed to insert/update conditional user property (got -1)", q3.s(zzz.i)); diff --git a/app/src/main/java/c/i/a/f/i/b/k9.java b/app/src/main/java/c/i/a/f/i/b/k9.java index 4c18dd6f6d..32792ad237 100644 --- a/app/src/main/java/c/i/a/f/i/b/k9.java +++ b/app/src/main/java/c/i/a/f/i/b/k9.java @@ -358,7 +358,7 @@ public class k9 implements t5 { T = K().T(zzn.i); if (T != null) { this.k.t(); - if (t9.d0(zzn.j, T.v(), zzn.f2377z, T.y())) { + if (t9.d0(zzn.j, T.v(), zzn.f2378z, T.y())) { this.k.g().i.b("New GMP App Id passed in. Removing cached database data. appId", q3.s(T.o())); g K = K(); String o = T.o(); @@ -407,7 +407,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zzn.f2376y) { + if (zzn.f2377y) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -485,7 +485,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zzn.f2376y) { + if (zzn.f2377y) { 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.f2378s; + zzaq zzaq = zzz.f2379s; 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.f2378s; + zzaq zzaq2 = zzz.f2379s; 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.f2377z, T.y())) { - T.q(zzn.f2377z); + if (!TextUtils.equals(zzn.f2378z, T.y())) { + T.q(zzn.f2378z); z2 = true; } if (da.b() && this.k.h.u(T.o(), p.f1200j0) && !TextUtils.equals(zzn.D, T.B())) { T.u(zzn.D); z2 = true; } - if (!TextUtils.isEmpty(zzn.f2374s) && !zzn.f2374s.equals(T.H())) { - T.A(zzn.f2374s); + if (!TextUtils.isEmpty(zzn.f2375s) && !zzn.f2375s.equals(T.H())) { + T.A(zzn.f2375s); z2 = true; } long j2 = zzn.m; @@ -691,8 +691,8 @@ public class k9 implements t5 { T.n(zzn.w); z2 = true; } - if (zzn.f2375x != T.i()) { - T.r(zzn.f2375x); + if (zzn.f2376x != T.i()) { + T.r(zzn.f2376x); 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.f2377z, T.y())) { + if (!TextUtils.equals(zzn.f2378z, T.y())) { } T.u(zzn.D); z2 = true; - T.A(zzn.f2374s); + T.A(zzn.f2375s); 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.f2375x != T.i()) { + if (zzn.f2376x != 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.f2377z); + T.q(zzn.f2378z); if (da.b() && this.k.h.u(T.o(), p.f1200j0)) { T.u(zzn.D); } - if (!TextUtils.isEmpty(zzn.f2374s)) { - T.A(zzn.f2374s); + if (!TextUtils.isEmpty(zzn.f2375s)) { + T.A(zzn.f2375s); } 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.f2375x); + T.r(zzn.f2376x); T.b(zzn.A); T.z(zzn.B); T.a.f().b(); @@ -1058,11 +1058,11 @@ public class k9 implements t5 { if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.D)) { u0.u0(zzn.D); } - if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2377z)) { - u0.r0(zzn.f2377z); + if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2378z)) { + u0.r0(zzn.f2378z); } - } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2377z)) { - u0.r0(zzn.f2377z); + } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2378z)) { + u0.r0(zzn.f2378z); } 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.f2375x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zzn.f2376x && (!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.f2374s); + T2.A(zzn.f2375s); T2.m(zzn.j); if (!t8.b() || !this.k.a().o(p.J0) || h.j()) { T2.x(this.j.t(zzn.i)); @@ -1203,7 +1203,7 @@ public class k9 implements t5 { } public final boolean L(zzn zzn) { - return (!da.b() || !this.k.h.u(zzn.i, p.f1200j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2377z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2377z); + return (!da.b() || !this.k.h.u(zzn.i, p.f1200j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2378z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2378z); } public final ba M() { @@ -1756,7 +1756,7 @@ public class k9 implements t5 { if (zzz2 != null) { this.k.g().n.d("User property expired", zzz2.i, this.k.u().y(zzz2.k.j), zzz2.k.v0()); K().V(str, zzz2.k.j); - zzaq zzaq4 = zzz2.f2378s; + zzaq zzaq4 = zzz2.f2379s; if (zzaq4 != null) { arrayList.add(zzaq4); } diff --git a/app/src/main/java/c/i/a/f/i/b/q9.java b/app/src/main/java/c/i/a/f/i/b/q9.java index 0e956ca572..2a0402ca8b 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.f2377z); + return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2378z); } public static boolean P(String str) { diff --git a/app/src/main/java/c/i/a/f/i/b/t9.java b/app/src/main/java/c/i/a/f/i/b/t9.java index c05067469c..aa0f69c101 100644 --- a/app/src/main/java/c/i/a/f/i/b/t9.java +++ b/app/src/main/java/c/i/a/f/i/b/t9.java @@ -212,10 +212,10 @@ public final class t9 extends r5 { } bundle.putLong("triggered_timestamp", zzz.k.k); bundle.putLong("time_to_live", zzz.r); - zzaq zzaq3 = zzz.f2378s; + zzaq zzaq3 = zzz.f2379s; if (zzaq3 != null) { bundle.putString("expired_event_name", zzaq3.i); - zzap zzap3 = zzz.f2378s.j; + zzap zzap3 = zzz.f2379s.j; if (zzap3 != null) { bundle.putBundle("expired_event_params", zzap3.w0()); } diff --git a/app/src/main/java/c/i/a/f/i/b/z4.java b/app/src/main/java/c/i/a/f/i/b/z4.java index 9aac24796f..667a498548 100644 --- a/app/src/main/java/c/i/a/f/i/b/z4.java +++ b/app/src/main/java/c/i/a/f/i/b/z4.java @@ -287,6 +287,6 @@ public final class z4 extends l3 { public final void z0(zzn zzn) { Objects.requireNonNull(zzn, "null reference"); y0(zzn.i, false); - this.a.k.t().c0(zzn.j, zzn.f2377z, zzn.D); + this.a.k.t().c0(zzn.j, zzn.f2378z, zzn.D); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/i.java b/app/src/main/java/c/i/a/f/j/b/e/i.java index 30d0a46cf9..9fa0de5caf 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.f2379c), m), subscribeOptions), new m(m)); + return k(m, new l(this, m, new s(this, m(subscribeOptions.f2380c), m), subscribeOptions), new m(m)); } @Override // com.google.android.gms.nearby.messages.MessagesClient diff --git a/app/src/main/java/c/i/a/g/k/b.java b/app/src/main/java/c/i/a/g/k/b.java index baed92be44..c1033fd0df 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.f2410s; + int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2411s; if (height != clockFaceView.j) { clockFaceView.j = height; clockFaceView.a(); ClockHandView clockHandView = clockFaceView.l; - clockHandView.f2414z = clockFaceView.j; + clockHandView.f2415z = 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 e1b219065b..4a0ac846c0 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.f2412x = this; + timePickerView2.k.f2413x = this; g(i, "%d"); g(j, "%d"); g(k, "%02d"); diff --git a/app/src/main/java/c/i/c/m/d/n/a.java b/app/src/main/java/c/i/c/m/d/n/a.java index 48d1760678..045f11545d 100644 --- a/app/src/main/java/c/i/c/m/d/n/a.java +++ b/app/src/main/java/c/i/c/m/d/n/a.java @@ -105,7 +105,7 @@ public class a { } public a c(String str, String str2, String str3, File file) { - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; RequestBody create = RequestBody.create(MediaType.a.b(str3), file); if (this.f == null) { MultipartBody.a aVar2 = new MultipartBody.a(); diff --git a/app/src/main/java/c/i/d/q/x/b.java b/app/src/main/java/c/i/d/q/x/b.java index 2da858140a..f56b64e04c 100644 --- a/app/src/main/java/c/i/d/q/x/b.java +++ b/app/src/main/java/c/i/d/q/x/b.java @@ -106,7 +106,7 @@ public final class b extends JsonWriter { public final void Q(JsonElement jsonElement) { if (this.w != null) { - if (!(jsonElement instanceof j) || this.f2454s) { + if (!(jsonElement instanceof j) || this.f2455s) { ((JsonObject) N()).a.put(this.w, jsonElement); } this.w = null; diff --git a/app/src/main/java/c/i/e/q/j.java b/app/src/main/java/c/i/e/q/j.java index a0b5098b13..64877f6386 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.f2455c, aVar2); + Result result = new Result(k.a.substring(1), k.b, k.f2456c, 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 3008213bae..0c7eb09053 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.f2455c; + c.i.e.k[] kVarArr = c2.f2456c; 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.f2455c; + c.i.e.k[] kVarArr = b.f2456c; 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 c2c9f8d597..13a2606a82 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.f2455c, a.UPC_A); + Result result2 = new Result(str.substring(1), null, result.f2456c, a.UPC_A); Map map = result.e; if (map != null) { result2.a(map); diff --git a/app/src/main/java/c/i/e/q/p.java b/app/src/main/java/c/i/e/q/p.java index ea40b919bb..990a5a3006 100644 --- a/app/src/main/java/c/i/e/q/p.java +++ b/app/src/main/java/c/i/e/q/p.java @@ -187,15 +187,15 @@ public abstract class p extends k { Result a2 = this.f.a(i, aVar, i3[1]); result.b(j.UPC_EAN_EXTENSION, a2.a); result.a(a2.e); - k[] kVarArr = a2.f2455c; - k[] kVarArr2 = result.f2455c; + k[] kVarArr = a2.f2456c; + k[] kVarArr2 = result.f2456c; if (kVarArr2 == null) { - result.f2455c = kVarArr; + result.f2456c = 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.f2455c = kVarArr3; + result.f2456c = kVarArr3; } i2 = a2.a.length(); } catch (ReaderException unused) { 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 8378cefe16..4745e335aa 100644 --- a/app/src/main/java/c/i/e/r/a.java +++ b/app/src/main/java/c/i/e/r/a.java @@ -5,7 +5,6 @@ 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; @@ -19,7 +18,7 @@ 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, BuildConfig.VERSION_CODE, 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, 90204, 90254, 90268, 90296, 90306, 90308, 90312, 90334, 90382, 90396, 90424, 90480, 90494, 90500, 90504, 90512, 90526, 90528, 90556, 90566, 90572, 90584, 90610, 90612, 90638, 90652, 90680, 90736, 90750, 90848, 90876, 90884, 90888, 90896, 90910, 90912, 90940, 90944, 91000, 91014, 91020, 91032, 91056, 91070, 91086, 91100, 91106, 91108, 91112, 91126, 91150, 91164, 91192, 91248, 91262, 91360, 91388, 91584, 91640, 91664, 91678, 91680, 91708, 91712, 91768, 91888, 91928, 91952, 91966, 92000, 92028, 92046, 92060, 92088, 92098, 92100, 92104, 92112, 92126, 92134, 92140, 92188, 92216, 92272, 92384, 92412, 92608, 92664, 93168, 93200, 93214, 93216, 93244, 93248, 93304, 93424, 93664, 93720, 93744, 93758, 93792, 93820, 93888, 93944, 93980, 94008, 94064, 94078, 94084, 94088, 94096, 94110, 94112, 94140, 94150, 94156, 94168, 94246, 94252, 94278, 94284, 94296, 94318, 94342, 94348, 94360, 94384, 94398, 94414, 94428, 94440, 94470, 94476, 94488, 94512, 94526, 94560, 94588, 94606, 94620, 94648, 94658, 94660, 94664, 94672, 94686, 94694, 94700, 94714, 94726, 94732, 94744, 94768, 94782, 94816, 94844, 94912, 94968, 94990, 95004, 95032, 95088, 95102, 95112, 95120, 95134, 95136, 95164, 95180, 95192, 95214, 95218, 95220, 95244, 95256, 95280, 95294, 95328, 95356, 95424, 95480, 95728, 95758, 95772, 95800, 95856, 95870, 95968, 95996, 96008, 96016, 96030, 96032, 96060, 96064, 96120, 96152, 96176, 96190, 96220, 96226, 96228, 96232, 96290, 96292, 96296, 96310, 96322, 96324, 96328, 96336, 96350, 96358, 96364, 96386, 96388, 96392, 96400, 96414, 96416, 96444, 96454, 96460, 96472, 96494, 96498, 96500, 96514, 96516, 96520, 96528, 96542, 96544, 96572, 96576, 96632, 96646, 96652, 96664, 96688, 96702, 96718, 96732, 96738, 96740, 96744, 96758, 96772, 96776, 96784, 96798, 96800, 96828, 96832, 96888, 97008, 97030, 97036, 97048, 97072, 97086, 97120, 97148, 97166, 97180, 97208, 97220, 97224, 97232, 97246, 97254, 97260, 97326, 97330, 97332, 97358, 97372, 97378, 97380, 97384, 97398, 97422, 97436, 97464, 97474, 97476, 97480, 97488, 97502, 97510, 97516, 97550, 97564, 97592, 97648, 97666, 97668, 97672, 97680, 97694, 97696, 97724, 97734, 97740, 97752, 97774, 97830, 97836, 97850, 97862, 97868, 97880, 97902, 97906, 97908, 97926, 97932, 97944, 97968, 97998, 98012, 98018, 98020, 98024, 98038, 98618, 98674, 98676, 98838, 98854, 98874, 98892, 98904, 98926, 98930, 98932, 98968, 99006, 99042, 99044, 99048, 99062, 99166, 99194, 99246, 99286, 99350, 99366, 99372, 99386, 99398, 99416, 99438, 99442, 99444, 99462, 99504, 99518, 99534, 99548, 99554, 99556, 99560, 99574, 99590, 99596, 99608, 99632, 99646, 99680, 99708, 99726, 99740, 99768, 99778, 99780, 99784, 99792, 99806, 99814, 99820, 99834, 99858, 99860, 99874, 99880, 99894, 99906, 99920, 99934, 99962, 99970, 99972, 99976, 99984, 99998, 100000, 100028, 100038, 100044, 100056, 100078, 100082, 100084, 100142, 100174, 100188, 100246, 100262, 100268, 100306, 100308, 100390, 100396, 100410, 100422, 100428, 100440, 100462, 100466, 100468, 100486, 100504, 100528, 100542, 100558, 100572, 100578, 100580, 100584, 100598, 100620, 100656, 100670, 100704, 100732, 100750, 100792, 100802, 100808, 100816, 100830, 100838, 100844, 100858, 100888, 100912, 100926, 100960, 100988, 101056, 101112, 101148, 101176, 101232, 101246, 101250, 101252, 101256, 101264, 101278, 101280, 101308, 101318, 101324, 101336, 101358, 101362, 101364, 101410, 101412, 101416, 101430, 101442, 101448, 101456, 101470, 101478, 101498, 101506, 101508, 101520, 101534, 101536, 101564, 101580, 101618, 101620, 101636, 101640, 101648, 101662, 101664, 101692, 101696, 101752, 101766, 101784, 101838, 101858, 101860, 101864, 101934, 101938, 101940, 101966, 101980, 101986, 101988, 101992, 102030, 102044, 102072, 102082, 102084, 102088, 102096, 102138, 102166, 102182, 102188, 102214, 102220, 102232, 102254, 102282, 102290, 102292, 102306, 102308, 102312, 102326, 102444, 102458, 102470, 102476, 102488, 102514, 102516, 102534, 102552, 102576, 102590, 102606, 102620, 102626, 102632, 102646, 102662, 102668, 102704, 102718, 102752, 102780, 102798, 102812, 102840, 102850, 102856, 102864, 102878, 102886, 102892, 102906, 102936, 102974, 103008, 103036, 103104, 103160, 103224, 103280, 103294, 103298, 103300, 103312, 103326, 103328, 103356, 103366, 103372, 103384, 103406, 103410, 103412, 103472, 103486, 103520, 103548, 103616, 103672, 103920, 103992, 104048, 104062, 104160, 104188, 104194, 104196, 104200, 104208, 104224, 104252, 104256, 104312, 104326, 104332, 104344, 104368, 104382, 104398, 104412, 104418, 104420, 104424, 104482, 104484, 104514, 104520, 104528, 104542, 104550, 104570, 104578, 104580, 104592, 104606, 104608, 104636, 104652, 104690, 104692, 104706, 104712, 104734, 104736, 104764, 104768, 104824, 104838, 104856, 104910, 104930, 104932, 104936, 104968, 104976, 104990, 104992, 105020, 105024, 105080, 105200, 105240, 105278, 105312, 105372, 105410, 105412, 105416, 105424, 105446, 105518, 105524, 105550, 105564, 105570, 105572, 105576, 105614, 105628, 105656, 105666, 105672, 105680, 105702, 105722, 105742, 105756, 105784, 105840, 105854, 105858, 105860, 105864, 105872, 105888, 105932, 105970, 105972, 106006, 106022, 106028, 106054, 106060, 106072, 106100, 106118, 106124, 106136, 106160, 106174, 106190, 106210, 106212, 106216, 106250, 106258, 106260, 106274, 106276, 106280, 106306, 106308, 106312, 106320, 106334, 106348, 106394, 106414, 106418, 106420, 106566, 106572, 106610, 106612, 106630, 106636, 106648, 106672, 106686, 106722, 106724, 106728, 106742, 106758, 106764, 106776, 106800, 106814, 106848, 106876, 106894, 106908, 106936, 106946, 106948, 106952, 106960, 106974, 106982, 106988, 107032, 107056, 107070, 107104, 107132, 107200, 107256, 107292, 107320, 107376, 107390, 107394, 107396, 107400, 107408, 107422, 107424, 107452, 107462, 107468, 107480, 107502, 107506, 107508, 107544, 107568, 107582, 107616, 107644, 107712, 107768, 108016, 108060, 108088, 108144, 108158, 108256, 108284, 108290, 108292, 108296, 108304, 108318, 108320, 108348, 108352, 108408, 108422, 108428, 108440, 108464, 108478, 108494, 108508, 108514, 108516, 108520, 108592, 108640, 108668, 108736, 108792, 109040, 109536, 109680, 109694, 109792, 109820, 110016, 110072, 110084, 110088, 110096, 110112, 110140, 110144, 110200, 110320, 110342, 110348, 110360, 110384, 110398, 110432, 110460, 110478, 110492, 110520, 110532, 110536, 110544, 110558, 110658, 110686, 110714, 110722, 110724, 110728, 110736, 110750, 110752, 110780, 110796, 110834, 110836, 110850, 110852, 110856, 110864, 110878, 110880, 110908, 110912, 110968, 110982, RestAPIAbortCodes.SEARCH_INDEXING, 111054, 111074, 111076, 111080, 111108, 111112, 111120, 111134, 111136, 111164, 111168, 111224, 111344, 111372, 111422, 111456, 111516, 111554, 111556, 111560, 111568, 111590, 111632, 111646, 111648, 111676, 111680, 111736, 111856, 112096, 112152, 112224, 112252, 112320, 112440, 112514, 112516, 112520, 112528, 112542, 112544, 112588, 112686, 112718, 112732, 112782, 112796, 112824, 112834, 112836, 112840, 112848, 112870, 112890, 112910, 112924, 112952, 113008, 113022, 113026, 113028, 113032, 113040, 113054, 113056, 113100, 113138, 113140, 113166, 113180, 113208, 113264, 113278, 113376, 113404, 113416, 113424, 113440, 113468, 113472, 113560, 113614, 113634, 113636, 113640, 113686, 113702, 113708, 113734, 113740, 113752, 113778, 113780, 113798, 113804, 113816, 113840, 113854, 113870, 113890, 113892, 113896, 113926, 113932, 113944, 113968, 113982, 114016, 114044, 114076, 114114, 114116, 114120, 114128, 114150, 114170, 114194, 114196, 114210, 114212, 114216, 114242, 114244, 114248, 114256, 114270, 114278, 114306, 114308, 114312, 114320, 114334, 114336, 114364, 114380, 114420, 114458, 114478, 114482, 114484, 114510, 114524, 114530, 114532, 114536, 114842, 114866, 114868, 114970, 114994, 114996, 115042, 115044, 115048, 115062, 115130, 115226, 115250, 115252, 115278, 115292, 115298, 115300, 115304, 115318, 115342, 115394, 115396, 115400, 115408, 115422, 115430, 115436, 115450, 115478, 115494, 115514, 115526, 115532, 115570, 115572, 115738, 115758, 115762, 115764, 115790, 115804, 115810, 115812, 115816, 115830, 115854, 115868, 115896, 115906, 115912, 115920, 115934, 115942, 115948, 115962, 115996, 116024, 116080, 116094, 116098, 116100, 116104, 116112, 116126, 116128, 116156, 116166, 116172, 116184, 116206, 116210, 116212, 116246, 116262, 116268, 116282, 116294, 116300, 116312, 116334, 116338, 116340, 116358, 116364, 116376, 116400, 116414, 116430, 116444, 116450, 116452, 116456, 116498, 116500, 116514, 116520, 116534, 116546, 116548, 116552, 116560, 116574, 116582, 116588, 116602, 116654, 116694, 116714, 116762, 116782, 116786, 116788, 116814, 116828, 116834, 116836, 116840, 116854, 116878, 116892, 116920, 116930, 116936, 116944, 116958, 116966, 116972, 116986, 117006, 117048, 117104, 117118, 117122, 117124, 117136, 117150, 117152, 117180, 117190, 117196, 117208, 117230, 117234, 117236, 117304, 117360, 117374, 117472, 117500, 117506, 117508, 117512, 117520, 117536, 117564, 117568, 117624, 117638, 117644, 117656, 117680, 117694, 117710, 117724, 117730, 117732, 117736, 117750, 117782, 117798, 117804, 117818, 117830, 117848, 117874, 117876, 117894, 117936, 117950, 117966, 117986, 117988, 117992, 118022, 118028, 118040, 118064, 118078, 118112, 118140, 118172, 118210, 118212, 118216, 118224, 118238, 118246, 118266, 118306, 118312, 118338, 118352, 118366, 118374, 118394, 118402, 118404, 118408, 118416, 118430, 118432, 118460, 118476, 118514, 118516, 118574, 118578, 118580, 118606, 118620, 118626, 118628, 118632, 118678, 118694, 118700, 118730, 118738, 118740, 118830, 118834, 118836, 118862, 118876, 118882, 118884, 118888, 118902, 118926, 118940, 118968, 118978, 118980, 118984, 118992, 119006, 119014, 119020, 119034, 119068, 119096, 119152, 119166, 119170, 119172, 119176, 119184, 119198, 119200, 119228, 119238, 119244, 119256, 119278, 119282, 119284, 119324, 119352, 119408, 119422, 119520, 119548, 119554, 119556, 119560, 119568, 119582, 119584, 119612, 119616, 119672, 119686, 119692, 119704, 119728, 119742, 119758, 119772, 119778, 119780, 119784, 119798, 119920, 119934, 120032, 120060, 120256, 120312, 120324, 120328, 120336, 120352, 120384, 120440, 120560, 120582, 120588, 120600, 120624, 120638, 120672, 120700, 120718, 120732, 120760, 120770, 120772, 120776, 120784, 120798, 120806, 120812, 120870, 120876, 120890, 120902, 120908, 120920, 120946, 120948, 120966, 120972, 120984, 121008, 121022, 121038, 121058, 121060, 121064, 121078, 121100, 121112, 121136, 121150, 121184, 121212, 121244, 121282, 121284, 121288, 121296, 121318, 121338, 121356, 121368, 121392, 121406, 121440, 121468, 121536, 121592, 121656, 121730, 121732, 121736, 121744, 121758, 121760, 121804, 121842, 121844, 121890, 121922, 121924, 121928, 121936, 121950, 121958, 121978, 121986, 121988, 121992, 122000, 122014, 122016, 122044, 122060, 122098, 122100, 122116, 122120, 122128, 122142, 122144, 122172, 122176, 122232, 122246, 122264, 122318, 122338, 122340, 122344, 122414, 122418, 122420, 122446, 122460, 122466, 122468, 122472, 122510, 122524, 122552, 122562, 122564, 122568, 122576, 122598, 122618, 122646, 122662, 122668, 122694, 122700, 122712, 122738, 122740, 122762, 122770, 122772, 122786, 122788, 122792, 123018, 123026, 123028, 123042, 123044, 123048, 123062, 123098, 123146, 123154, 123156, 123170, 123172, 123176, 123190, 123202, 123204, 123208, 123216, 123238, 123244, 123258, 123290, 123314, 123316, 123402, 123410, 123412, 123426, 123428, 123432, 123446, 123458, 123464, 123472, 123486, 123494, 123500, 123514, 123522, 123524, 123528, 123536, 123552, 123580, 123590, 123596, 123608, 123630, 123634, 123636, 123674, 123698, 123700, 123740, 123746, 123748, 123752, 123834, 123914, 123922, 123924, 123938, 123944, 123958, 123970, 123976, 123984, 123998, 124006, 124012, 124026, 124034, 124036, 124048, 124062, 124064, 124092, 124102, 124108, 124120, 124142, 124146, 124148, 124162, 124164, 124168, 124176, 124190, 124192, 124220, 124224, 124280, 124294, 124300, 124312, 124336, 124350, 124366, 124380, 124386, 124388, 124392, 124406, 124442, 124462, 124466, 124468, 124494, 124508, 124514, 124520, 124558, 124572, 124600, 124610, 124612, 124616, 124624, 124646, 124666, 124694, 124710, 124716, 124730, 124742, 124748, 124760, 124786, 124788, 124818, 124820, 124834, 124836, 124840, 124854, 124946, 124948, 124962, 124964, 124968, 124982, 124994, 124996, 125000, 125008, 125022, 125030, 125036, 125050, 125058, 125060, 125064, 125072, 125086, 125088, 125116, 125126, 125132, 125144, 125166, 125170, 125172, 125186, 125188, 125192, 125200, 125216, 125244, 125248, 125304, 125318, 125324, 125336, 125360, 125374, 125390, 125404, 125410, 125412, 125416, 125430, 125444, 125448, 125456, 125472, 125504, 125560, 125680, 125702, 125708, 125720, 125744, 125758, 125792, 125820, 125838, 125852, 125880, 125890, 125892, 125896, 125904, 125918, 125926, 125932, 125978, 125998, 126002, 126004, 126030, 126044, 126050, 126052, 126056, 126094, 126108, 126136, 126146, 126148, 126152, 126160, 126182, 126202, 126222, 126236, 126264, 126320, 126334, 126338, 126340, 126344, 126352, 126366, 126368, 126412, 126450, 126452, 126486, 126502, 126508, 126522, 126534, 126540, 126552, 126574, 126578, 126580, 126598, 126604, 126616, 126640, 126654, 126670, 126684, 126690, 126692, 126696, 126738, 126754, 126756, 126760, 126774, 126786, 126788, 126792, 126800, 126814, 126822, 126828, 126842, 126894, 126898, 126900, 126934, 127126, 127142, 127148, 127162, 127178, 127186, 127188, 127254, 127270, 127276, 127290, 127302, 127308, 127320, 127342, 127346, 127348, 127370, 127378, 127380, 127394, 127396, 127400, 127450, 127510, 127526, 127532, 127546, 127558, 127576, 127598, 127602, 127604, 127622, 127628, 127640, 127664, 127678, 127694, 127708, 127714, 127716, 127720, 127734, 127754, 127762, 127764, 127778, 127784, 127810, 127812, 127816, 127824, 127838, 127846, 127866, 127898, 127918, 127922, 127924, 128022, 128038, 128044, 128058, 128070, 128076, 128088, 128110, 128114, 128116, 128134, 128140, 128152, 128176, 128190, 128206, 128220, 128226, 128228, 128232, 128246, 128262, 128268, 128280, 128304, 128318, 128352, 128380, 128398, 128412, 128440, 128450, 128452, 128456, 128464, 128478, 128486, 128492, 128506, 128522, 128530, 128532, 128546, 128548, 128552, 128566, 128578, 128580, 128584, 128592, 128606, 128614, 128634, 128642, 128644, 128648, 128656, 128670, 128672, 128700, 128716, 128754, 128756, 128794, 128814, 128818, 128820, 128846, 128860, 128866, 128868, 128872, 128886, 128918, 128934, 128940, 128954, 128978, 128980, 129178, 129198, 129202, 129204, 129238, 129258, 129306, 129326, 129330, 129332, 129358, 129372, 129378, 129380, 129384, 129398, 129430, 129446, 129452, 129466, 129482, 129490, 129492, 129562, 129582, 129586, 129588, 129614, 129628, 129634, 129636, 129640, 129654, 129678, 129692, 129720, 129730, 129732, 129736, 129744, 129758, 129766, 129772, 129814, 129830, 129836, 129850, 129862, 129868, 129880, 129902, 129906, 129908, 129930, 129938, 129940, 129954, 129956, 129960, 129974, 130010}; /* renamed from: c reason: collision with root package name */ public static final int[] f1449c = {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}; 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 94b82b2ee3..8453d0fe4a 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.f2458s; + bVar = this.a.f2459s; int[] iArr = bVar.j; if (i3 >= iArr.length) { break; } int i4 = iArr[i3]; - this.a.f2458s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); + this.a.f2459s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); i3++; } bVar.notifyDataSetChanged(); diff --git a/app/src/main/java/c/o/a/n/g.java b/app/src/main/java/c/o/a/n/g.java index adc0f876a2..8b51f9d922 100644 --- a/app/src/main/java/c/o/a/n/g.java +++ b/app/src/main/java/c/o/a/n/g.java @@ -426,7 +426,7 @@ public abstract class g extends i { if (aVar != null) { CameraView.b bVar = (CameraView.b) this.l; bVar.b.a(1, "dispatchOnPictureTaken", aVar); - CameraView.this.f2482s.post(new c.o.a.i(bVar, aVar)); + CameraView.this.f2483s.post(new c.o.a.i(bVar, aVar)); return; } i.i.a(3, "onPictureResult", "result is null: something went wrong.", exc); 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 0c5fe13f5b..fefbae77ab 100644 --- a/app/src/main/java/c/o/a/n/k.java +++ b/app/src/main/java/c/o/a/n/k.java @@ -23,7 +23,7 @@ public class k implements f { if (cVar2 != null) { CameraView.b bVar = (CameraView.b) this.a.l; bVar.b.a(1, "dispatchOnCameraOpened", cVar2); - CameraView.this.f2482s.post(new c.o.a.f(bVar, cVar2)); + CameraView.this.f2483s.post(new c.o.a.f(bVar, cVar2)); return c.i.a.f.e.o.c.F(null); } throw new RuntimeException("Null options!"); diff --git a/app/src/main/java/c/o/a/n/m.java b/app/src/main/java/c/o/a/n/m.java index 91890990e0..1200a00695 100644 --- a/app/src/main/java/c/o/a/n/m.java +++ b/app/src/main/java/c/o/a/n/m.java @@ -16,6 +16,6 @@ public class m implements e { public void onSuccess(Void r6) { CameraView.b bVar = (CameraView.b) this.a.l; bVar.b.a(1, "dispatchOnCameraClosed"); - CameraView.this.f2482s.post(new g(bVar)); + CameraView.this.f2483s.post(new g(bVar)); } } diff --git a/app/src/main/java/c/o/a/r/f.java b/app/src/main/java/c/o/a/r/f.java index e0819a9ac3..9ac3f06c8c 100644 --- a/app/src/main/java/c/o/a/r/f.java +++ b/app/src/main/java/c/o/a/r/f.java @@ -65,17 +65,17 @@ public class f { int i3 = cameraView.w.g; if (!cameraView.l) { int i4 = (360 - i3) % 360; - c.o.a.n.t.a e = cameraView.f2483x.e(); + c.o.a.n.t.a e = cameraView.f2484x.e(); e.e(i4); e.e = i4; e.d(); } else { - c.o.a.n.t.a e2 = cameraView.f2483x.e(); + c.o.a.n.t.a e2 = cameraView.f2484x.e(); e2.e(i2); e2.e = i2; e2.d(); } - CameraView.this.f2482s.post(new j(bVar, (i2 + i3) % 360)); + CameraView.this.f2483s.post(new j(bVar, (i2 + i3) % 360)); return; } return; diff --git a/app/src/main/java/c/o/a/v/d.java b/app/src/main/java/c/o/a/v/d.java index fd098cbefc..a46e57d834 100644 --- a/app/src/main/java/c/o/a/v/d.java +++ b/app/src/main/java/c/o/a/v/d.java @@ -34,12 +34,12 @@ public abstract class d { boolean z4 = !z2; CameraView.b bVar = (CameraView.b) ((g) aVar).l; if (z4 && (z3 = (cameraView = CameraView.this).k) && z3) { - if (cameraView.f2485z == null) { - cameraView.f2485z = new MediaActionSound(); + if (cameraView.f2486z == null) { + cameraView.f2486z = new MediaActionSound(); } - cameraView.f2485z.play(0); + cameraView.f2486z.play(0); } - CameraView.this.f2482s.post(new h(bVar)); + CameraView.this.f2483s.post(new h(bVar)); } } diff --git a/app/src/main/java/c/q/a/k/a.java b/app/src/main/java/c/q/a/k/a.java index f77dd575ed..34df1f77fa 100644 --- a/app/src/main/java/c/q/a/k/a.java +++ b/app/src/main/java/c/q/a/k/a.java @@ -630,7 +630,7 @@ public class a { } public static final void c(f0.e0.f.a aVar, f0.e0.f.c cVar, String str) { - d.b bVar = f0.e0.f.d.f2798c; + d.b bVar = f0.e0.f.d.f2800c; Logger logger = f0.e0.f.d.b; StringBuilder sb = new StringBuilder(); sb.append(cVar.f); @@ -639,7 +639,7 @@ public class a { m.checkExpressionValueIsNotNull(format, "java.lang.String.format(format, *args)"); sb.append(format); sb.append(": "); - sb.append(aVar.f2796c); + sb.append(aVar.f2798c); logger.fine(sb.toString()); } diff --git a/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java b/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java index a71e0ec3c7..7d847106c0 100644 --- a/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java +++ b/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java @@ -3250,7 +3250,7 @@ public class AnimatableValueParser { function1.invoke(renderContext); if (!(objArr.length == 0)) { if (!(!renderContext.a.isEmpty())) { - renderContext.f2094c = k.toList(objArr); + renderContext.f2095c = k.toList(objArr); } else { throw new IllegalArgumentException("must provide named arguments OR formatArgs, not both."); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackPinLimitReached.java b/app/src/main/java/com/discord/analytics/generated/events/TrackPinLimitReached.java new file mode 100644 index 0000000000..04f07c1f79 --- /dev/null +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackPinLimitReached.java @@ -0,0 +1,43 @@ +package com.discord.analytics.generated.events; + +import c.d.b.a.a; +import com.discord.analytics.generated.traits.TrackBase; +import com.discord.analytics.generated.traits.TrackBaseReceiver; +import com.discord.analytics.generated.traits.TrackChannel; +import com.discord.analytics.generated.traits.TrackChannelReceiver; +import com.discord.analytics.generated.traits.TrackGuild; +import com.discord.analytics.generated.traits.TrackGuildReceiver; +import com.discord.api.science.AnalyticsSchema; +import d0.z.d.m; +/* compiled from: TrackPinLimitReached.kt */ +public final class TrackPinLimitReached implements AnalyticsSchema, TrackBaseReceiver, TrackChannelReceiver, TrackGuildReceiver { + private final transient String analyticsSchemaTypeName = "pin_limit_reached"; + private final Long limit = null; + private TrackBase trackBase; + private TrackChannel trackChannel; + private TrackGuild trackGuild; + + @Override // com.discord.api.science.AnalyticsSchema + public String b() { + return this.analyticsSchemaTypeName; + } + + public boolean equals(Object obj) { + if (this != obj) { + return (obj instanceof TrackPinLimitReached) && m.areEqual(this.limit, ((TrackPinLimitReached) obj).limit); + } + return true; + } + + public int hashCode() { + Long l = this.limit; + if (l != null) { + return l.hashCode(); + } + return 0; + } + + public String toString() { + return a.F(a.P("TrackPinLimitReached(limit="), this.limit, ")"); + } +} diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackPinLimitReachedReceiver.java b/app/src/main/java/com/discord/analytics/generated/events/TrackPinLimitReachedReceiver.java new file mode 100644 index 0000000000..f51eb0c023 --- /dev/null +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackPinLimitReachedReceiver.java @@ -0,0 +1,6 @@ +package com.discord.analytics.generated.events; + +import com.discord.api.science.AnalyticsSchema; +/* compiled from: TrackPinLimitReached.kt */ +public interface TrackPinLimitReachedReceiver extends AnalyticsSchema { +} diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackReactionLimitReached.java b/app/src/main/java/com/discord/analytics/generated/events/TrackReactionLimitReached.java new file mode 100644 index 0000000000..294dd0df63 --- /dev/null +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackReactionLimitReached.java @@ -0,0 +1,43 @@ +package com.discord.analytics.generated.events; + +import c.d.b.a.a; +import com.discord.analytics.generated.traits.TrackBase; +import com.discord.analytics.generated.traits.TrackBaseReceiver; +import com.discord.analytics.generated.traits.TrackChannel; +import com.discord.analytics.generated.traits.TrackChannelReceiver; +import com.discord.analytics.generated.traits.TrackGuild; +import com.discord.analytics.generated.traits.TrackGuildReceiver; +import com.discord.api.science.AnalyticsSchema; +import d0.z.d.m; +/* compiled from: TrackReactionLimitReached.kt */ +public final class TrackReactionLimitReached implements AnalyticsSchema, TrackBaseReceiver, TrackChannelReceiver, TrackGuildReceiver { + private final transient String analyticsSchemaTypeName = "reaction_limit_reached"; + private final Long limit = null; + private TrackBase trackBase; + private TrackChannel trackChannel; + private TrackGuild trackGuild; + + @Override // com.discord.api.science.AnalyticsSchema + public String b() { + return this.analyticsSchemaTypeName; + } + + public boolean equals(Object obj) { + if (this != obj) { + return (obj instanceof TrackReactionLimitReached) && m.areEqual(this.limit, ((TrackReactionLimitReached) obj).limit); + } + return true; + } + + public int hashCode() { + Long l = this.limit; + if (l != null) { + return l.hashCode(); + } + return 0; + } + + public String toString() { + return a.F(a.P("TrackReactionLimitReached(limit="), this.limit, ")"); + } +} diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackReactionLimitReachedReceiver.java b/app/src/main/java/com/discord/analytics/generated/events/TrackReactionLimitReachedReceiver.java new file mode 100644 index 0000000000..292721da22 --- /dev/null +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackReactionLimitReachedReceiver.java @@ -0,0 +1,6 @@ +package com.discord.analytics.generated.events; + +import com.discord.api.science.AnalyticsSchema; +/* compiled from: TrackReactionLimitReached.kt */ +public interface TrackReactionLimitReachedReceiver extends AnalyticsSchema { +} diff --git a/app/src/main/java/com/discord/api/commands/ApplicationCommandOption.java b/app/src/main/java/com/discord/api/commands/ApplicationCommandOption.java index c79d6cfcd3..e54412ac65 100644 --- a/app/src/main/java/com/discord/api/commands/ApplicationCommandOption.java +++ b/app/src/main/java/com/discord/api/commands/ApplicationCommandOption.java @@ -5,6 +5,7 @@ import d0.z.d.m; import java.util.List; /* compiled from: ApplicationCommandOption.kt */ public final class ApplicationCommandOption { + private final List channelTypes; private final List choices; /* renamed from: default reason: not valid java name */ @@ -15,26 +16,26 @@ public final class ApplicationCommandOption { private final boolean required; private final ApplicationCommandType type; - public final List a() { + public final List a() { + return this.channelTypes; + } + + public final List b() { return this.choices; } - public final boolean b() { + public final boolean c() { return this.f3default; } - public final String c() { + public final String d() { return this.description; } - public final String d() { + public final String e() { return this.name; } - public final List e() { - return this.options; - } - public boolean equals(Object obj) { if (this == obj) { return true; @@ -43,14 +44,18 @@ public final class ApplicationCommandOption { return false; } ApplicationCommandOption applicationCommandOption = (ApplicationCommandOption) obj; - return m.areEqual(this.type, applicationCommandOption.type) && m.areEqual(this.name, applicationCommandOption.name) && m.areEqual(this.description, applicationCommandOption.description) && this.required == applicationCommandOption.required && this.f3default == applicationCommandOption.f3default && m.areEqual(this.choices, applicationCommandOption.choices) && m.areEqual(this.options, applicationCommandOption.options); + return m.areEqual(this.type, applicationCommandOption.type) && m.areEqual(this.name, applicationCommandOption.name) && m.areEqual(this.description, applicationCommandOption.description) && this.required == applicationCommandOption.required && this.f3default == applicationCommandOption.f3default && m.areEqual(this.channelTypes, applicationCommandOption.channelTypes) && m.areEqual(this.choices, applicationCommandOption.choices) && m.areEqual(this.options, applicationCommandOption.options); } - public final boolean f() { + public final List f() { + return this.options; + } + + public final boolean g() { return this.required; } - public final ApplicationCommandType g() { + public final ApplicationCommandType h() { return this.type; } @@ -76,13 +81,15 @@ public final class ApplicationCommandOption { i2 = z3 ? 1 : 0; } int i7 = (i6 + i2) * 31; - List list = this.choices; + List list = this.channelTypes; int hashCode4 = (i7 + (list != null ? list.hashCode() : 0)) * 31; - List list2 = this.options; - if (list2 != null) { - i = list2.hashCode(); + List list2 = this.choices; + int hashCode5 = (hashCode4 + (list2 != null ? list2.hashCode() : 0)) * 31; + List list3 = this.options; + if (list3 != null) { + i = list3.hashCode(); } - return hashCode4 + i; + return hashCode5 + i; } public String toString() { @@ -96,6 +103,8 @@ public final class ApplicationCommandOption { P.append(this.required); P.append(", default="); P.append(this.f3default); + P.append(", channelTypes="); + P.append(this.channelTypes); P.append(", choices="); P.append(this.choices); P.append(", options="); diff --git a/app/src/main/java/com/discord/api/guildrolesubscription/GuildRoleSubscriptionTierListing.java b/app/src/main/java/com/discord/api/guildrolesubscription/GuildRoleSubscriptionTierListing.java index e7edf86dc5..c304ea7c90 100644 --- a/app/src/main/java/com/discord/api/guildrolesubscription/GuildRoleSubscriptionTierListing.java +++ b/app/src/main/java/com/discord/api/guildrolesubscription/GuildRoleSubscriptionTierListing.java @@ -15,6 +15,7 @@ public final class GuildRoleSubscriptionTierListing { private final String name; private final boolean published; private final GuildRoleSubscriptionRoleBenefits roleBenefits; + private final long roleId; private final List subscriptionPlans; public final String a() { @@ -45,14 +46,18 @@ public final class GuildRoleSubscriptionTierListing { return false; } GuildRoleSubscriptionTierListing guildRoleSubscriptionTierListing = (GuildRoleSubscriptionTierListing) obj; - return this.f1578id == guildRoleSubscriptionTierListing.f1578id && m.areEqual(this.name, guildRoleSubscriptionTierListing.name) && this.published == guildRoleSubscriptionTierListing.published && m.areEqual(this.description, guildRoleSubscriptionTierListing.description) && m.areEqual(this.imageAssetId, guildRoleSubscriptionTierListing.imageAssetId) && m.areEqual(this.subscriptionPlans, guildRoleSubscriptionTierListing.subscriptionPlans) && m.areEqual(this.roleBenefits, guildRoleSubscriptionTierListing.roleBenefits); + return this.f1578id == guildRoleSubscriptionTierListing.f1578id && m.areEqual(this.name, guildRoleSubscriptionTierListing.name) && this.published == guildRoleSubscriptionTierListing.published && m.areEqual(this.description, guildRoleSubscriptionTierListing.description) && m.areEqual(this.imageAssetId, guildRoleSubscriptionTierListing.imageAssetId) && m.areEqual(this.subscriptionPlans, guildRoleSubscriptionTierListing.subscriptionPlans) && m.areEqual(this.roleBenefits, guildRoleSubscriptionTierListing.roleBenefits) && this.roleId == guildRoleSubscriptionTierListing.roleId; } public final GuildRoleSubscriptionRoleBenefits f() { return this.roleBenefits; } - public final List g() { + public final long g() { + return this.roleId; + } + + public final List h() { return this.subscriptionPlans; } @@ -80,7 +85,8 @@ public final class GuildRoleSubscriptionTierListing { if (guildRoleSubscriptionRoleBenefits != null) { i2 = guildRoleSubscriptionRoleBenefits.hashCode(); } - return hashCode4 + i2; + long j2 = this.roleId; + return ((hashCode4 + i2) * 31) + ((int) (j2 ^ (j2 >>> 32))); } public String toString() { @@ -98,7 +104,7 @@ public final class GuildRoleSubscriptionTierListing { P.append(this.subscriptionPlans); P.append(", roleBenefits="); P.append(this.roleBenefits); - P.append(")"); - return P.toString(); + P.append(", roleId="); + return a.A(P, this.roleId, ")"); } } diff --git a/app/src/main/java/com/discord/app/AppLog.java b/app/src/main/java/com/discord/app/AppLog.java index 25c87241f7..7b605c5217 100644 --- a/app/src/main/java/com/discord/app/AppLog.java +++ b/app/src/main/java/com/discord/app/AppLog.java @@ -348,7 +348,7 @@ public final class AppLog extends Logger { SharedPreferences sharedPreferences = f1608c; if (sharedPreferences != null) { SharedPreferences.Editor edit = sharedPreferences.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); if (l != null) { l.longValue(); edit.putString("LOG_CACHE_KEY_USER_ID", String.valueOf(l)); diff --git a/app/src/main/java/com/discord/app/DiscordConnectService.java b/app/src/main/java/com/discord/app/DiscordConnectService.java index bd7743e1f3..f7a44681e8 100644 --- a/app/src/main/java/com/discord/app/DiscordConnectService.java +++ b/app/src/main/java/com/discord/app/DiscordConnectService.java @@ -1,6 +1,7 @@ package com.discord.app; import android.app.Application; +import android.app.Notification; import android.app.Service; import android.content.Context; import android.content.Intent; @@ -156,7 +157,9 @@ public final class DiscordConnectService extends Service { m.checkNotNullExpressionValue(simpleName, "DiscordConnectService::class.java.simpleName"); Logger.i$default(appLog, simpleName, "onCreate", null, 4, null); l.f47c.a(this); - startForeground(100, new NotificationCompat.Builder(this, NotificationClient.NOTIF_CHANNEL_SOCIAL).setAutoCancel(true).setOnlyAlertOnce(true).setLocalOnly(true).setSmallIcon(R.drawable.ic_notification_24dp).setColor(ColorCompat.getThemedColor(this, (int) R.attr.color_brand_500)).setContentTitle(getString(R.string.connecting)).setContentText(getString(R.string.connection_status_awaiting_endpoint)).build()); + Notification build = new NotificationCompat.Builder(this, NotificationClient.NOTIF_CHANNEL_SOCIAL).setAutoCancel(true).setOnlyAlertOnce(true).setLocalOnly(true).setSmallIcon(R.drawable.ic_notification_24dp).setColor(ColorCompat.getThemedColor(this, (int) R.attr.color_brand_500)).setContentTitle(getString(R.string.connecting)).setContentText(getString(R.string.connection_status_awaiting_endpoint)).build(); + m.checkNotNullExpressionValue(build, "NotificationCompat.Build…dpoint))\n .build()"); + startForeground(100, build); StoreStream.Companion companion = StoreStream.Companion; Application application = getApplication(); m.checkNotNullExpressionValue(application, "application"); @@ -204,8 +207,8 @@ public final class DiscordConnectService extends Service { observable2 = Observable.w(new IllegalStateException("UNAUTHED")); m.checkNotNullExpressionValue(observable2, "Observable.error(Illegal…ateException(\"UNAUTHED\"))"); } else { - c.a.d.m0.b bVar = c.a.d.m0.b.F; - Regex regex = c.a.d.m0.b.f50s; + c.a.d.m0.a aVar = c.a.d.m0.a.F; + Regex regex = c.a.d.m0.a.f50s; String path = data.getPath(); if (path == null) { path = ""; diff --git a/app/src/main/java/com/discord/custom_tabs/CustomTabs$warmUp$1.java b/app/src/main/java/com/discord/custom_tabs/CustomTabs$warmUp$1.java index 8b8a320956..12a7e88eac 100644 --- a/app/src/main/java/com/discord/custom_tabs/CustomTabs$warmUp$1.java +++ b/app/src/main/java/com/discord/custom_tabs/CustomTabs$warmUp$1.java @@ -8,7 +8,7 @@ import c.a.h.b; import d0.t.k; import d0.z.d.m; import java.util.List; -import y.b.a; +import y.c.a; /* compiled from: CustomTabs.kt */ public final class CustomTabs$warmUp$1 implements DefaultLifecycleObserver { public CustomTabsServiceConnection i; diff --git a/app/src/main/java/com/discord/databinding/GuildScheduledEventBottomButtonViewBinding.java b/app/src/main/java/com/discord/databinding/GuildScheduledEventBottomButtonViewBinding.java index 783a793f09..4df2c011ab 100644 --- a/app/src/main/java/com/discord/databinding/GuildScheduledEventBottomButtonViewBinding.java +++ b/app/src/main/java/com/discord/databinding/GuildScheduledEventBottomButtonViewBinding.java @@ -41,20 +41,20 @@ public final class GuildScheduledEventBottomButtonViewBinding implements ViewBin if (z2) { viewGroup.addView(inflate); } - int i = R.id.guild_scheduled_event_bottom_interested_button; - ImageView imageView = (ImageView) inflate.findViewById(R.id.guild_scheduled_event_bottom_interested_button); + int i = R.id.interested_button; + ImageView imageView = (ImageView) inflate.findViewById(R.id.interested_button); if (imageView != null) { - i = R.id.guild_scheduled_event_bottom_interested_button_text; - TextView textView = (TextView) inflate.findViewById(R.id.guild_scheduled_event_bottom_interested_button_text); + i = R.id.interested_button_text; + TextView textView = (TextView) inflate.findViewById(R.id.interested_button_text); if (textView != null) { - i = R.id.guild_scheduled_event_bottom_share_button; - ImageView imageView2 = (ImageView) inflate.findViewById(R.id.guild_scheduled_event_bottom_share_button); + i = R.id.share_button; + ImageView imageView2 = (ImageView) inflate.findViewById(R.id.share_button); if (imageView2 != null) { - i = R.id.guild_scheduled_event_bottom_start_event_button; - ImageView imageView3 = (ImageView) inflate.findViewById(R.id.guild_scheduled_event_bottom_start_event_button); + i = R.id.start_event_button; + ImageView imageView3 = (ImageView) inflate.findViewById(R.id.start_event_button); if (imageView3 != null) { - i = R.id.guild_scheduled_event_bottom_start_event_button_text; - TextView textView2 = (TextView) inflate.findViewById(R.id.guild_scheduled_event_bottom_start_event_button_text); + i = R.id.start_event_button_text; + TextView textView2 = (TextView) inflate.findViewById(R.id.start_event_button_text); if (textView2 != null) { return new GuildScheduledEventBottomButtonViewBinding((ConstraintLayout) inflate, imageView, textView, imageView2, imageView3, textView2); } diff --git a/app/src/main/java/com/discord/databinding/RemovablePermissionOwnerViewBinding.java b/app/src/main/java/com/discord/databinding/RemovablePermissionOwnerViewBinding.java index 2236d908b4..e7ea19e592 100644 --- a/app/src/main/java/com/discord/databinding/RemovablePermissionOwnerViewBinding.java +++ b/app/src/main/java/com/discord/databinding/RemovablePermissionOwnerViewBinding.java @@ -1,10 +1,14 @@ package com.discord.databinding; +import android.view.LayoutInflater; import android.view.View; +import android.view.ViewGroup; import android.widget.ImageView; import androidx.annotation.NonNull; +import androidx.annotation.Nullable; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; +import com.discord.R; import com.discord.views.permissions.ChannelPermissionOwnerView; public final class RemovablePermissionOwnerViewBinding implements ViewBinding { @NonNull @@ -22,6 +26,24 @@ public final class RemovablePermissionOwnerViewBinding implements ViewBinding { this.f1650c = imageView; } + @NonNull + public static RemovablePermissionOwnerViewBinding a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { + View inflate = layoutInflater.inflate(R.layout.removable_permission_owner_view, viewGroup, false); + if (z2) { + viewGroup.addView(inflate); + } + int i = R.id.permission_owner_view; + ChannelPermissionOwnerView channelPermissionOwnerView = (ChannelPermissionOwnerView) inflate.findViewById(R.id.permission_owner_view); + if (channelPermissionOwnerView != null) { + i = R.id.remove; + ImageView imageView = (ImageView) inflate.findViewById(R.id.remove); + if (imageView != null) { + return new RemovablePermissionOwnerViewBinding((ConstraintLayout) inflate, channelPermissionOwnerView, imageView); + } + } + throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); + } + @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { diff --git a/app/src/main/java/com/discord/databinding/WidgetChannelsListItemChannelVoiceBinding.java b/app/src/main/java/com/discord/databinding/WidgetChannelsListItemChannelVoiceBinding.java index 51643cf928..dbd1985ff3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetChannelsListItemChannelVoiceBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetChannelsListItemChannelVoiceBinding.java @@ -15,15 +15,18 @@ public final class WidgetChannelsListItemChannelVoiceBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1757c; + public final TextView f1757c; @NonNull - public final VoiceUserLimitView d; + public final ImageView d; + @NonNull + public final VoiceUserLimitView e; - public WidgetChannelsListItemChannelVoiceBinding(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull VoiceUserLimitView voiceUserLimitView) { + public WidgetChannelsListItemChannelVoiceBinding(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView, @NonNull VoiceUserLimitView voiceUserLimitView) { this.a = relativeLayout; this.b = textView; - this.f1757c = imageView; - this.d = voiceUserLimitView; + this.f1757c = textView2; + this.d = imageView; + this.e = voiceUserLimitView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventLocationSelectBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventLocationSelectBinding.java index 0b55f49b55..0bbb302d65 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventLocationSelectBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventLocationSelectBinding.java @@ -25,35 +25,38 @@ public final class WidgetGuildScheduledEventLocationSelectBinding implements Vie @NonNull public final ImageView d; @NonNull - public final TextInputEditText e; + public final View e; @NonNull - public final TextInputLayout f; + public final TextInputEditText f; @NonNull - public final CheckedSetting g; + public final TextInputLayout g; @NonNull - public final TextView h; + public final CheckedSetting h; @NonNull - public final MaterialButton i; + public final TextView i; @NonNull - public final CheckedSetting j; + public final MaterialButton j; @NonNull - public final TextView k; + public final CheckedSetting k; @NonNull - public final CheckedSetting l; + public final TextView l; + @NonNull + public final CheckedSetting m; - public WidgetGuildScheduledEventLocationSelectBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText2, @NonNull TextInputLayout textInputLayout2, @NonNull CheckedSetting checkedSetting, @NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView2, @NonNull ScreenTitleView screenTitleView, @NonNull ConstraintLayout constraintLayout2, @NonNull CheckedSetting checkedSetting3) { + public WidgetGuildScheduledEventLocationSelectBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull View view, @NonNull TextInputEditText textInputEditText2, @NonNull TextInputLayout textInputLayout2, @NonNull CheckedSetting checkedSetting, @NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView2, @NonNull ScreenTitleView screenTitleView, @NonNull ConstraintLayout constraintLayout2, @NonNull CheckedSetting checkedSetting3) { this.a = constraintLayout; this.b = textInputEditText; this.f1875c = textInputLayout; this.d = imageView; - this.e = textInputEditText2; - this.f = textInputLayout2; - this.g = checkedSetting; - this.h = textView; - this.i = materialButton; - this.j = checkedSetting2; - this.k = textView2; - this.l = checkedSetting3; + this.e = view; + this.f = textInputEditText2; + this.g = textInputLayout2; + this.h = checkedSetting; + this.i = textView; + this.j = materialButton; + this.k = checkedSetting2; + this.l = textView2; + this.m = checkedSetting3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java new file mode 100644 index 0000000000..5e7c2a8f88 --- /dev/null +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java @@ -0,0 +1,34 @@ +package com.discord.databinding; + +import android.view.View; +import android.widget.LinearLayout; +import androidx.annotation.NonNull; +import androidx.recyclerview.widget.RecyclerView; +import androidx.viewbinding.ViewBinding; +import com.discord.app.AppViewFlipper; +import com.discord.views.SearchInputView; +public final class WidgetServerSettingsRoleMembersBinding implements ViewBinding { + @NonNull + public final LinearLayout a; + @NonNull + public final AppViewFlipper b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final RecyclerView f1980c; + @NonNull + public final SearchInputView d; + + public WidgetServerSettingsRoleMembersBinding(@NonNull LinearLayout linearLayout, @NonNull AppViewFlipper appViewFlipper, @NonNull RecyclerView recyclerView, @NonNull SearchInputView searchInputView) { + this.a = linearLayout; + this.b = appViewFlipper; + this.f1980c = recyclerView; + this.d = searchInputView; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java index b7632b5345..b2e317f988 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java @@ -15,14 +15,14 @@ public final class WidgetServerSettingsRolesBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f1980c; + public final FloatingActionButton f1981c; @NonNull public final RecyclerView d; public WidgetServerSettingsRolesBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull FloatingActionButton floatingActionButton, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1980c = floatingActionButton; + this.f1981c = floatingActionButton; this.d = recyclerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java index 7acf87b067..742f77de54 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsSecurityBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1981c; + public final MaterialButton f1982c; public WidgetServerSettingsSecurityBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton) { this.a = coordinatorLayout; this.b = textView; - this.f1981c = materialButton; + this.f1982c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java index 9092027162..3a28c69948 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java @@ -15,14 +15,14 @@ public final class WidgetServerSettingsSecurityDialogBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1982c; + public final MaterialButton f1983c; @NonNull public final TextInputLayout d; public WidgetServerSettingsSecurityDialogBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextInputLayout textInputLayout) { this.a = linearLayout; this.b = materialButton; - this.f1982c = materialButton2; + this.f1983c = materialButton2; this.d = textInputLayout; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java index 4786345f8c..5c30773c30 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerSettingsVanityUrlBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1983c; + public final TextView f1984c; @NonNull public final TextView d; @NonNull @@ -36,7 +36,7 @@ public final class WidgetServerSettingsVanityUrlBinding implements ViewBinding { public WidgetServerSettingsVanityUrlBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout, @NonNull ProgressBar progressBar, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1983c = textView; + this.f1984c = textView; this.d = textView2; this.e = textView3; this.f = relativeLayout; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java index 98563f1e27..762c460328 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAccessibilityBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f1984c; + public final CheckedSetting f1985c; @NonNull public final TextView d; @NonNull @@ -37,7 +37,7 @@ public final class WidgetSettingsAccessibilityBinding implements ViewBinding { public WidgetSettingsAccessibilityBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting3, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull View view, @NonNull CheckedSetting checkedSetting4, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f1984c = checkedSetting2; + this.f1985c = checkedSetting2; this.d = textView; this.e = linkifiedTextView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java index 0412549066..4405070757 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAccountBackupCodesBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1985c; + public final MaterialButton f1986c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetSettingsAccountBackupCodesBinding implements ViewBindin public WidgetSettingsAccountBackupCodesBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1985c = materialButton; + this.f1986c = materialButton; this.d = textView; this.e = recyclerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java index fc371701b2..961b997faf 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java @@ -35,7 +35,7 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1986c; + public final TextView f1987c; @NonNull public final TextView d; @NonNull @@ -69,7 +69,7 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final TextView f1987s; + public final TextView f1988s; @NonNull public final TextView t; @NonNull @@ -81,20 +81,20 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final NestedScrollView f1988x; + public final NestedScrollView f1989x; @NonNull /* renamed from: y reason: collision with root package name */ - public final CheckedSetting f1989y; + public final CheckedSetting f1990y; @NonNull /* renamed from: z reason: collision with root package name */ - public final TextView f1990z; + public final TextView f1991z; public WidgetSettingsAccountBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull LinearLayout linearLayout2, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull LinearLayout linearLayout3, @NonNull LinearLayout linearLayout4, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout5, @NonNull TextView textView7, @NonNull AppViewFlipper appViewFlipper, @NonNull LottieAnimationView lottieAnimationView, @NonNull TextView textView8, @NonNull LinearLayout linearLayout6, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull LinearLayout linearLayout7, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull LinearLayout linearLayout8, @NonNull TextView textView15, @NonNull NestedScrollView nestedScrollView, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView16, @NonNull LinearLayout linearLayout9, @NonNull TextView textView17, @NonNull TextView textView18, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton2, @NonNull TextView textView19, @NonNull TextView textView20, @NonNull TextView textView21) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1986c = textView; + this.f1987c = textView; this.d = textView2; this.e = linearLayout; this.f = textView4; @@ -110,14 +110,14 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { this.p = linearLayout6; this.q = textView10; this.r = linearLayout7; - this.f1987s = textView12; + this.f1988s = textView12; this.t = textView13; this.u = textView14; this.v = linearLayout8; this.w = textView15; - this.f1988x = nestedScrollView; - this.f1989y = checkedSetting; - this.f1990z = textView16; + this.f1989x = nestedScrollView; + this.f1990y = checkedSetting; + this.f1991z = textView16; this.A = linearLayout9; this.B = textView18; this.C = relativeLayout; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java index 9958dce046..ffc48e4f6c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java @@ -15,7 +15,7 @@ public final class WidgetSettingsAccountChangePasswordBinding implements ViewBin @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1991c; + public final TextInputLayout f1992c; @NonNull public final FloatingActionButton d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetSettingsAccountChangePasswordBinding implements ViewBin public WidgetSettingsAccountChangePasswordBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull FloatingActionButton floatingActionButton, @NonNull TextInputLayout textInputLayout3, @NonNull DimmerView dimmerView) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1991c = textInputLayout2; + this.f1992c = textInputLayout2; this.d = floatingActionButton; this.e = textInputLayout3; this.f = dimmerView; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java index 21109886de..47e652849c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsAccountContactsNameEditBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1992c; + public final MaterialButton f1993c; @NonNull public final FloatingActionButton d; public WidgetSettingsAccountContactsNameEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull MaterialButton materialButton, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1992c = materialButton; + this.f1993c = materialButton; this.d = floatingActionButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java index cb4fba6a5a..24a26eea5f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java @@ -16,14 +16,14 @@ public final class WidgetSettingsAccountEditBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1993c; + public final TextInputLayout f1994c; @NonNull public final FloatingActionButton d; public WidgetSettingsAccountEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RelativeLayout relativeLayout, @NonNull TextInputLayout textInputLayout2, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1993c = textInputLayout2; + this.f1994c = textInputLayout2; this.d = floatingActionButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java index 106c80a1b3..ba5772e578 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsAccountEmailEditBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f1994c; + public final FloatingActionButton f1995c; public WidgetSettingsAccountEmailEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1994c = floatingActionButton; + this.f1995c = floatingActionButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java index ca9459dd7c..757a7ef965 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAppearanceBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1995c; + public final TextView f1996c; @NonNull public final TextView d; @NonNull @@ -41,7 +41,7 @@ public final class WidgetSettingsAppearanceBinding implements ViewBinding { public WidgetSettingsAppearanceBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull WidgetChatListAdapterItemTextBinding widgetChatListAdapterItemTextBinding, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull SeekBar seekBar, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull View view, @NonNull TextView textView6, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView7, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4) { this.a = coordinatorLayout; this.b = widgetChatListAdapterItemTextBinding; - this.f1995c = textView; + this.f1996c = textView; this.d = textView2; this.e = textView3; this.f = seekBar; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java index ab77fb38aa..5d925270d4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAuthorizedAppsListItemBinding implements ViewBi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1996c; + public final TextView f1997c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class WidgetSettingsAuthorizedAppsListItemBinding implements ViewBi public WidgetSettingsAuthorizedAppsListItemBinding(@NonNull MaterialCardView materialCardView, @NonNull AppCompatImageView appCompatImageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialCardView materialCardView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull RecyclerView recyclerView) { this.a = materialCardView; this.b = appCompatImageView; - this.f1996c = textView; + this.f1997c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = materialCardView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java index cfc11602e0..629df5d1d4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java @@ -14,7 +14,7 @@ public final class WidgetSettingsBehaviorBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1997c; + public final TextView f1998c; @NonNull public final CheckedSetting d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetSettingsBehaviorBinding implements ViewBinding { public WidgetSettingsBehaviorBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting3) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f1997c = textView; + this.f1998c = textView; this.d = checkedSetting2; this.e = textView2; this.f = checkedSetting3; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java index 0da81df77f..3d793b13d4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java @@ -41,7 +41,7 @@ public final class WidgetSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1998c; + public final TextView f1999c; @NonNull public final TextView d; @NonNull @@ -75,7 +75,7 @@ public final class WidgetSettingsBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final LinearLayout f1999s; + public final LinearLayout f2000s; @NonNull public final TextView t; @NonNull @@ -87,20 +87,20 @@ public final class WidgetSettingsBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f2000x; + public final TextView f2001x; @NonNull /* renamed from: y reason: collision with root package name */ - public final TextView f2001y; + public final TextView f2002y; @NonNull /* renamed from: z reason: collision with root package name */ - public final LinearLayout f2002z; + public final LinearLayout f2003z; public WidgetSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull View view, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull TextView textView15, @NonNull TextView textView16, @NonNull TextView textView17, @NonNull LinearLayout linearLayout, @NonNull TextView textView18, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull MaterialButton materialButton, @NonNull TextView textView19, @NonNull TextView textView20, @NonNull LinearLayout linearLayout4, @NonNull TextView textView21, @NonNull TextView textView22, @NonNull TextView textView23, @NonNull LinearLayout linearLayout5, @NonNull TextView textView24, @NonNull TextView textView25, @NonNull TextView textView26, @NonNull StatusView statusView, @NonNull TextView textView27, @NonNull TextView textView28, @NonNull TextView textView29, @NonNull TextView textView30, @NonNull UserProfileHeaderView userProfileHeaderView, @NonNull TextView textView31) { this.a = coordinatorLayout; this.b = textView; - this.f1998c = textView2; + this.f1999c = textView2; this.d = textView3; this.e = textView4; this.f = textView5; @@ -116,14 +116,14 @@ public final class WidgetSettingsBinding implements ViewBinding { this.p = textView14; this.q = textView15; this.r = textView17; - this.f1999s = linearLayout; + this.f2000s = linearLayout; this.t = textView18; this.u = linearLayout2; this.v = linearLayout3; this.w = materialButton; - this.f2000x = textView19; - this.f2001y = textView20; - this.f2002z = linearLayout4; + this.f2001x = textView19; + this.f2002y = textView20; + this.f2003z = linearLayout4; this.A = textView21; this.B = textView23; this.C = linearLayout5; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java index cb8c3d5764..6ffe48cd78 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java @@ -15,12 +15,12 @@ public final class WidgetSettingsBlockedUsersBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2003c; + public final RecyclerView f2004c; public WidgetSettingsBlockedUsersBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AppViewFlipper appViewFlipper, @NonNull RecyclerView recyclerView, @NonNull ImageView imageView) { this.a = coordinatorLayout; this.b = appViewFlipper; - this.f2003c = recyclerView; + this.f2004c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java index 7cc998dd5f..74d4b1efeb 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java @@ -20,7 +20,7 @@ public final class WidgetSettingsBoostBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final AppViewFlipper f2004c; + public final AppViewFlipper f2005c; @NonNull public final PremiumSubscriptionMarketingView d; @NonNull @@ -39,7 +39,7 @@ public final class WidgetSettingsBoostBinding implements ViewBinding { public WidgetSettingsBoostBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull u3 u3Var, @NonNull AppViewFlipper appViewFlipper, @NonNull PremiumSubscriptionMarketingView premiumSubscriptionMarketingView, @NonNull RecyclerView recyclerView, @NonNull MaterialButton materialButton, @NonNull RecyclerView recyclerView2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout, @NonNull PremiumGuildSubscriptionUpsellView premiumGuildSubscriptionUpsellView) { this.a = coordinatorLayout; this.b = u3Var; - this.f2004c = appViewFlipper; + this.f2005c = appViewFlipper; this.d = premiumSubscriptionMarketingView; this.e = recyclerView; this.f = materialButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java index 94345a4674..ff3206d5ac 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsConnectionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2005c; + public final RecyclerView f2006c; public WidgetSettingsConnectionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = textView; - this.f2005c = recyclerView; + this.f2006c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java index f605ea477e..a1450512f2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsDeveloperBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2006c; + public final MaterialButton f2007c; @NonNull public final MaterialButton d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetSettingsDeveloperBinding implements ViewBinding { public WidgetSettingsDeveloperBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull RecyclerView recyclerView, @NonNull RecyclerView recyclerView2, @NonNull MaterialButton materialButton4, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView) { this.a = coordinatorLayout; this.b = materialButton; - this.f2006c = materialButton2; + this.f2007c = materialButton2; this.d = materialButton3; this.e = recyclerView; this.f = recyclerView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java index 73aeddc0a0..a409358457 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java @@ -13,14 +13,14 @@ public final class WidgetSettingsEnableMfaKeyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2007c; + public final TextView f2008c; @NonNull public final TextView d; public WidgetSettingsEnableMfaKeyBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f2007c = textView2; + this.f2008c = textView2; this.d = textView3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java index 715ce64e14..7b1ff28ed8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java @@ -22,7 +22,7 @@ public final class WidgetSettingsGiftingBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final GiftSelectView f2008c; + public final GiftSelectView f2009c; @NonNull public final GiftSelectView d; @NonNull @@ -56,12 +56,12 @@ public final class WidgetSettingsGiftingBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final RecyclerView f2009s; + public final RecyclerView f2010s; public WidgetSettingsGiftingBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull GiftSelectView giftSelectView, @NonNull GiftSelectView giftSelectView2, @NonNull GiftSelectView giftSelectView3, @NonNull GiftSelectView giftSelectView4, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull AppViewFlipper appViewFlipper, @NonNull ProgressBar progressBar, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull RecyclerView recyclerView2) { this.a = coordinatorLayout; this.b = dimmerView; - this.f2008c = giftSelectView; + this.f2009c = giftSelectView; this.d = giftSelectView2; this.e = giftSelectView3; this.f = giftSelectView4; @@ -77,7 +77,7 @@ public final class WidgetSettingsGiftingBinding implements ViewBinding { this.p = textView3; this.q = textView4; this.r = textView5; - this.f2009s = recyclerView2; + this.f2010s = recyclerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java index 6cb1b19044..24c998b9c5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsItemAddConnectedAccountBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2010c; + public final TextView f2011c; public WidgetSettingsItemAddConnectedAccountBinding(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = linearLayout; this.b = imageView; - this.f2010c = textView; + this.f2011c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java index 264bbb42ab..873b44c031 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsItemBlockedUserBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2011c; + public final TextView f2012c; @NonNull public final MaterialButton d; public WidgetSettingsItemBlockedUserBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f2011c = textView; + this.f2012c = textView; this.d = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java index 3826ce8955..b1b4c20b26 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsItemConnectedAccountBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2012c; + public final ImageView f2013c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class WidgetSettingsItemConnectedAccountBinding implements ViewBind public WidgetSettingsItemConnectedAccountBinding(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull View view, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull SwitchMaterial switchMaterial, @NonNull SwitchMaterial switchMaterial2, @NonNull View view2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull SwitchMaterial switchMaterial3) { this.a = cardView; this.b = imageView; - this.f2012c = imageView2; + this.f2013c = imageView2; this.d = textView; this.e = switchMaterial; this.f = switchMaterial2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java index 39d7fcec7e..80f02a6b4c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsLanguageBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2013c; + public final ImageView f2014c; @NonNull public final TextView d; @NonNull @@ -29,7 +29,7 @@ public final class WidgetSettingsLanguageBinding implements ViewBinding { public WidgetSettingsLanguageBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView3) { this.a = coordinatorLayout; this.b = relativeLayout; - this.f2013c = imageView; + this.f2014c = imageView; this.d = textView; this.e = textView2; this.f = checkedSetting; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java index e7f805d45e..c9d3f232c8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsLanguageSelectItemBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2014c; + public final TextView f2015c; @NonNull public final TextView d; public WidgetSettingsLanguageSelectItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull Barrier barrier, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = imageView; - this.f2014c = textView; + this.f2015c = textView; this.d = textView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java index fbe235da8c..4f1397ea57 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java @@ -15,7 +15,7 @@ public final class WidgetSettingsMediaBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2015c; + public final CheckedSetting f2016c; @NonNull public final LinkifiedTextView d; @NonNull @@ -40,7 +40,7 @@ public final class WidgetSettingsMediaBinding implements ViewBinding { public WidgetSettingsMediaBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2015c = checkedSetting2; + this.f2016c = checkedSetting2; this.d = linkifiedTextView; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java index 366830099a..61cca058a2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsNotificationOsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f2016c; + public final RelativeLayout f2017c; @NonNull public final CheckedSetting d; public WidgetSettingsNotificationOsBinding(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting2) { this.a = linearLayout; this.b = checkedSetting; - this.f2016c = relativeLayout; + this.f2017c = relativeLayout; this.d = checkedSetting2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java index ce4e0a5e44..e912139095 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java @@ -14,7 +14,7 @@ public final class WidgetSettingsNotificationsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2017c; + public final CheckedSetting f2018c; @NonNull public final CheckedSetting d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetSettingsNotificationsBinding implements ViewBinding { public WidgetSettingsNotificationsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull CheckedSetting checkedSetting5, @NonNull LinearLayout linearLayout) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2017c = checkedSetting2; + this.f2018c = checkedSetting2; this.d = checkedSetting3; this.e = checkedSetting4; this.f = checkedSetting5; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java index 37158df2aa..58854c3027 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java @@ -25,7 +25,7 @@ public final class WidgetSettingsPremiumBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final k0 f2018c; + public final k0 f2019c; @NonNull public final y2 d; @NonNull @@ -59,14 +59,14 @@ public final class WidgetSettingsPremiumBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final z2 f2019s; + public final z2 f2020s; @NonNull public final a3 t; public WidgetSettingsPremiumBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull y yVar, @NonNull k0 k0Var, @NonNull y2 y2Var, @NonNull ActiveSubscriptionView activeSubscriptionView, @NonNull ActiveSubscriptionView activeSubscriptionView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull ScrollView scrollView, @NonNull Button button, @NonNull CardView cardView, @NonNull TextView textView4, @NonNull LinearLayout linearLayout2, @NonNull TextView textView5, @NonNull AppViewFlipper appViewFlipper, @NonNull z2 z2Var, @NonNull a3 a3Var) { this.a = coordinatorLayout; this.b = yVar; - this.f2018c = k0Var; + this.f2019c = k0Var; this.d = y2Var; this.e = activeSubscriptionView; this.f = activeSubscriptionView2; @@ -82,7 +82,7 @@ public final class WidgetSettingsPremiumBinding implements ViewBinding { this.p = linearLayout2; this.q = textView5; this.r = appViewFlipper; - this.f2019s = z2Var; + this.f2020s = z2Var; this.t = a3Var; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java index 14a8354b0c..0f9b6207b4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java @@ -17,7 +17,7 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2020c; + public final CheckedSetting f2021c; @NonNull public final TextView d; @NonNull @@ -51,7 +51,7 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final CheckedSetting f2021s; + public final CheckedSetting f2022s; @NonNull public final CheckedSetting t; @NonNull @@ -63,20 +63,20 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f2022x; + public final TextView f2023x; @NonNull /* renamed from: y reason: collision with root package name */ - public final CheckedSetting f2023y; + public final CheckedSetting f2024y; @NonNull /* renamed from: z reason: collision with root package name */ - public final CheckedSetting f2024z; + public final CheckedSetting f2025z; public WidgetSettingsPrivacyBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull DimmerView dimmerView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting5, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull LinearLayout linearLayout2, @NonNull TextView textView4, @NonNull CheckedSetting checkedSetting6, @NonNull TextView textView5, @NonNull CheckedSetting checkedSetting7, @NonNull CheckedSetting checkedSetting8, @NonNull CheckedSetting checkedSetting9, @NonNull CheckedSetting checkedSetting10, @NonNull CheckedSetting checkedSetting11, @NonNull CheckedSetting checkedSetting12, @NonNull TextView textView6, @NonNull CheckedSetting checkedSetting13, @NonNull MaterialButton materialButton, @NonNull TextView textView7, @NonNull CheckedSetting checkedSetting14, @NonNull CheckedSetting checkedSetting15) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2020c = checkedSetting2; + this.f2021c = checkedSetting2; this.d = textView; this.e = checkedSetting3; this.f = checkedSetting4; @@ -92,14 +92,14 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { this.p = checkedSetting8; this.q = checkedSetting9; this.r = checkedSetting10; - this.f2021s = checkedSetting11; + this.f2022s = checkedSetting11; this.t = checkedSetting12; this.u = textView6; this.v = checkedSetting13; this.w = materialButton; - this.f2022x = textView7; - this.f2023y = checkedSetting14; - this.f2024z = checkedSetting15; + this.f2023x = textView7; + this.f2024y = checkedSetting14; + this.f2025z = checkedSetting15; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java index e25802c3d0..c85f1a3dd5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java @@ -22,7 +22,7 @@ public final class WidgetSettingsUserProfileBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f2025c; + public final TextInputEditText f2026c; @NonNull public final TextInputLayout d; @NonNull @@ -39,7 +39,7 @@ public final class WidgetSettingsUserProfileBinding implements ViewBinding { public WidgetSettingsUserProfileBinding(@NonNull TouchInterceptingCoordinatorLayout touchInterceptingCoordinatorLayout, @NonNull CardView cardView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull CardView cardView2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull DimmerView dimmerView, @NonNull LinearLayout linearLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull NestedScrollView nestedScrollView, @NonNull UserProfileHeaderView userProfileHeaderView) { this.a = touchInterceptingCoordinatorLayout; this.b = cardView; - this.f2025c = textInputEditText; + this.f2026c = textInputEditText; this.d = textInputLayout; this.e = cardView2; this.f = linkifiedTextView; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java index e4e35ec766..175c13c56e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java @@ -27,7 +27,7 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2026c; + public final CheckedSetting f2027c; @NonNull public final CheckedSetting d; @NonNull @@ -61,7 +61,7 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final SeekBar f2027s; + public final SeekBar f2028s; @NonNull public final TextView t; @NonNull @@ -73,20 +73,20 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f2028x; + public final TextView f2029x; @NonNull /* renamed from: y reason: collision with root package name */ - public final SeekBar f2029y; + public final SeekBar f2030y; @NonNull /* renamed from: z reason: collision with root package name */ - public final MaterialButton f2030z; + public final MaterialButton f2031z; public WidgetSettingsVoiceBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting5, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull CheckedSetting checkedSetting6, @NonNull CheckedSetting checkedSetting7, @NonNull TextView textView5, @NonNull CheckedSetting checkedSetting8, @NonNull CheckedSetting checkedSetting9, @NonNull CheckedSetting checkedSetting10, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull SeekBar seekBar, @NonNull LinearLayout linearLayout, @NonNull TextView textView8, @NonNull CheckedSetting checkedSetting11, @NonNull TextView textView9, @NonNull View view, @NonNull TextView textView10, @NonNull TextView textView11, @NonNull SeekBar seekBar2, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView12, @NonNull LinkifiedTextView linkifiedTextView) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2026c = checkedSetting2; + this.f2027c = checkedSetting2; this.d = checkedSetting3; this.e = checkedSetting4; this.f = textView; @@ -102,14 +102,14 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { this.p = checkedSetting10; this.q = textView6; this.r = textView7; - this.f2027s = seekBar; + this.f2028s = seekBar; this.t = textView8; this.u = checkedSetting11; this.v = textView9; this.w = view; - this.f2028x = textView11; - this.f2029y = seekBar2; - this.f2030z = materialButton; + this.f2029x = textView11; + this.f2030y = seekBar2; + this.f2031z = materialButton; this.A = linearLayout2; this.B = relativeLayout2; this.C = textView12; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java index 727706863b..d18e24ef62 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsVoiceInputModeBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f2031c; + public final LinearLayout f2032c; public WidgetSettingsVoiceInputModeBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2) { this.a = nestedScrollView; this.b = linearLayout; - this.f2031c = linearLayout2; + this.f2032c = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java index 14fa106651..580975796f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java @@ -14,14 +14,14 @@ public final class WidgetStageAudienceBlockedBottomSheetBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final MaxHeightRecyclerView f2032c; + public final MaxHeightRecyclerView f2033c; @NonNull public final MaterialButton d; public WidgetStageAudienceBlockedBottomSheetBinding(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull MaterialButton materialButton2) { this.a = constraintLayout; this.b = materialButton; - this.f2032c = maxHeightRecyclerView; + this.f2033c = maxHeightRecyclerView; this.d = materialButton2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java index 9fd3f092f4..b267d4be35 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java @@ -16,14 +16,14 @@ public final class WidgetStageAudienceNoticeBottomSheetBinding implements ViewBi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2033c; + public final TextView f2034c; @NonNull public final MaterialButton d; public WidgetStageAudienceNoticeBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2, @NonNull ImageView imageView3, @NonNull TextView textView3, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull MaterialButton materialButton, @NonNull ImageView imageView5, @NonNull TextView textView5) { this.a = coordinatorLayout; this.b = imageView4; - this.f2033c = textView4; + this.f2034c = textView4; this.d = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java index c986903ff7..e6059fb141 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java @@ -16,7 +16,7 @@ public final class WidgetStageChannelAudienceBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CutoutView f2034c; + public final CutoutView f2035c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetStageChannelAudienceBinding implements ViewBinding { public WidgetStageChannelAudienceBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull CutoutView cutoutView, @NonNull TextView textView, @NonNull ImageView imageView) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f2034c = cutoutView; + this.f2035c = cutoutView; this.d = textView; this.e = imageView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java index 4741203f99..44e9ba589d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java @@ -14,7 +14,7 @@ public final class WidgetStageChannelDetailsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2035c; + public final ImageView f2036c; @NonNull public final TextView d; @NonNull @@ -37,7 +37,7 @@ public final class WidgetStageChannelDetailsBinding implements ViewBinding { public WidgetStageChannelDetailsBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView3, @NonNull ImageView imageView5, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull ImageView imageView6, @NonNull TextView textView6) { this.a = constraintLayout; this.b = imageView; - this.f2035c = imageView2; + this.f2036c = imageView2; this.d = textView; this.e = textView2; this.f = imageView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java index b2702e3282..8e31c30842 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java @@ -14,14 +14,14 @@ public final class WidgetStageChannelModeratorPermissionsBinding implements View @NonNull /* renamed from: c reason: collision with root package name */ - public final PermissionOwnerListView f2036c; + public final PermissionOwnerListView f2037c; @NonNull public final PermissionOwnerListView d; public WidgetStageChannelModeratorPermissionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AddPermissionOwnerView addPermissionOwnerView, @NonNull PermissionOwnerListView permissionOwnerListView, @NonNull PermissionOwnerListView permissionOwnerListView2) { this.a = coordinatorLayout; this.b = addPermissionOwnerView; - this.f2036c = permissionOwnerListView; + this.f2037c = permissionOwnerListView; this.d = permissionOwnerListView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java index 3a3b79db1e..a59354b4d9 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java @@ -13,12 +13,12 @@ public final class WidgetStageChannelPrestartDetailsBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2037c; + public final TextView f2038c; public WidgetStageChannelPrestartDetailsBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f2037c = textView2; + this.f2038c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java index de35fb52fe..13f6ae0b98 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java @@ -15,12 +15,12 @@ public final class WidgetStageModeratorJoinBottomSheetBinding implements ViewBin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2038c; + public final MaterialButton f2039c; public WidgetStageModeratorJoinBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull AppCompatImageView appCompatImageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = coordinatorLayout; this.b = materialButton; - this.f2038c = materialButton2; + this.f2039c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java index fd0bbf2ae0..ff4d2a845d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java @@ -17,14 +17,14 @@ public final class WidgetStagePublicNoticeBottomSheetBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2039c; + public final MaterialButton f2040c; @NonNull public final LinkifiedTextView d; public WidgetStagePublicNoticeBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull AppCompatImageView appCompatImageView, @NonNull LinearLayout linearLayout, @NonNull ScreenTitleView screenTitleView, @NonNull LinkifiedTextView linkifiedTextView) { this.a = coordinatorLayout; this.b = materialButton; - this.f2039c = materialButton2; + this.f2040c = materialButton2; this.d = linkifiedTextView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java index 9506cc5cee..510d5f4fc9 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java @@ -17,7 +17,7 @@ public final class WidgetStageRaisedHandsBottomSheetBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final Group f2040c; + public final Group f2041c; @NonNull public final SwitchMaterial d; @NonNull @@ -32,7 +32,7 @@ public final class WidgetStageRaisedHandsBottomSheetBinding implements ViewBindi public WidgetStageRaisedHandsBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull View view, @NonNull MaterialTextView materialTextView, @NonNull Group group, @NonNull ImageView imageView, @NonNull MaterialTextView materialTextView2, @NonNull MaterialTextView materialTextView3, @NonNull SwitchMaterial switchMaterial, @NonNull CoordinatorLayout coordinatorLayout2, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull MaterialTextView materialTextView4, @NonNull MaterialTextView materialTextView5, @NonNull MaterialTextView materialTextView6, @NonNull Group group2, @NonNull ImageView imageView2) { this.a = coordinatorLayout; this.b = materialTextView; - this.f2040c = group; + this.f2041c = group; this.d = switchMaterial; this.e = maxHeightRecyclerView; this.f = materialTextView4; diff --git a/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java index 898b17163e..5f3fa1b662 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java @@ -21,7 +21,7 @@ public final class WidgetStageSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f2041c; + public final LinkifiedTextView f2042c; @NonNull public final CheckedSetting d; @NonNull @@ -40,7 +40,7 @@ public final class WidgetStageSettingsBinding implements ViewBinding { public WidgetStageSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting2, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull CheckedSetting checkedSetting3, @NonNull ScreenTitleView screenTitleView, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull Space space, @NonNull TextInputEditText textInputEditText) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2041c = linkifiedTextView; + this.f2042c = linkifiedTextView; this.d = checkedSetting2; this.e = linkifiedTextView2; this.f = checkedSetting3; diff --git a/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java index 99ad4573eb..c94982bc16 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java @@ -17,7 +17,7 @@ public final class WidgetStageStartEventBottomSheetBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2042c; + public final MaterialButton f2043c; @NonNull public final TextView d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetStageStartEventBottomSheetBinding implements ViewBindin public WidgetStageStartEventBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AppCompatImageView appCompatImageView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextInputEditText textInputEditText, @NonNull TextView textView4, @NonNull TextInputLayout textInputLayout) { this.a = coordinatorLayout; this.b = textView; - this.f2042c = materialButton; + this.f2043c = materialButton; this.d = textView2; this.e = textView3; this.f = textInputEditText; diff --git a/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java index 8a7388f17f..5fc147944e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java @@ -13,12 +13,12 @@ public final class WidgetStartCallSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2043c; + public final TextView f2044c; public WidgetStartCallSheetBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f2043c = textView2; + this.f2044c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java index defe2ada4b..c1e26dc22f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java @@ -16,7 +16,7 @@ public final class WidgetStartStageServerSelectionBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2044c; + public final RecyclerView f2045c; @NonNull public final ImageView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetStartStageServerSelectionBinding implements ViewBinding public WidgetStartStageServerSelectionBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull RecyclerView recyclerView, @NonNull ImageView imageView2, @NonNull Button button, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = imageView; - this.f2044c = recyclerView; + this.f2045c = recyclerView; this.d = imageView2; this.e = button; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java index e3bc23cc67..841dbdc5fa 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java @@ -14,7 +14,7 @@ public final class WidgetStartStageServerSelectionBulletItemBinding implements V @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2045c; + public final ImageView f2046c; @NonNull public final ImageView d; @NonNull @@ -23,7 +23,7 @@ public final class WidgetStartStageServerSelectionBulletItemBinding implements V public WidgetStartStageServerSelectionBulletItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull LinkifiedTextView linkifiedTextView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f2045c = imageView; + this.f2046c = imageView; this.d = imageView2; this.e = linkifiedTextView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java index 107fb1c1a6..6c58f27268 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetStartStageServerSelectionGuildItemBinding implements Vi @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2046c; + public final ImageView f2047c; @NonNull public final SimpleDraweeView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetStartStageServerSelectionGuildItemBinding implements Vi public WidgetStartStageServerSelectionGuildItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f2046c = imageView2; + this.f2047c = imageView2; this.d = simpleDraweeView; this.e = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java index 09304102f8..10383ed32f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java @@ -16,7 +16,7 @@ public final class WidgetStickerPackStoreSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2047c; + public final RecyclerView f2048c; @NonNull public final SimpleDraweeView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetStickerPackStoreSheetBinding implements ViewBinding { public WidgetStickerPackStoreSheetBinding(@NonNull RelativeLayout relativeLayout, @NonNull FrameLayout frameLayout, @NonNull RelativeLayout relativeLayout2, @NonNull RecyclerView recyclerView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LoadingButton loadingButton) { this.a = relativeLayout; this.b = relativeLayout2; - this.f2047c = recyclerView; + this.f2048c = recyclerView; this.d = simpleDraweeView; this.e = loadingButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java b/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java index b2c3f21017..db5fbcafe5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java @@ -24,7 +24,7 @@ public final class WidgetStickerPickerBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f2048c; + public final LinkifiedTextView f2049c; @NonNull public final StickerView d; @NonNull @@ -58,12 +58,12 @@ public final class WidgetStickerPickerBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final Toolbar f2049s; + public final Toolbar f2050s; public WidgetStickerPickerBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper, @NonNull AppBarLayout appBarLayout, @NonNull ConstraintLayout constraintLayout, @NonNull View view, @NonNull RecyclerView recyclerView2, @NonNull CoordinatorLayout coordinatorLayout2, @NonNull SearchInputView searchInputView, @NonNull Toolbar toolbar) { this.a = coordinatorLayout; this.b = imageView; - this.f2048c = linkifiedTextView; + this.f2049c = linkifiedTextView; this.d = stickerView; this.e = stickerView2; this.f = stickerView3; @@ -79,7 +79,7 @@ public final class WidgetStickerPickerBinding implements ViewBinding { this.p = recyclerView2; this.q = coordinatorLayout2; this.r = searchInputView; - this.f2049s = toolbar; + this.f2050s = toolbar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java index 8e0924d8b2..046c6eb475 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java @@ -18,7 +18,7 @@ public final class WidgetStickerSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2050c; + public final TextView f2051c; @NonNull public final TextView d; @NonNull @@ -39,7 +39,7 @@ public final class WidgetStickerSheetBinding implements ViewBinding { public WidgetStickerSheetBinding(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull Chip chip, @NonNull RelativeLayout relativeLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4) { this.a = linearLayout; this.b = loadingButton; - this.f2050c = textView; + this.f2051c = textView; this.d = textView2; this.e = materialButton; this.f = chip; diff --git a/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java b/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java index d18c991426..cdab465572 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java @@ -15,7 +15,7 @@ public final class WidgetTabsHostBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f2051c; + public final ConstraintLayout f2052c; @NonNull public final FragmentContainerView d; @NonNull @@ -34,7 +34,7 @@ public final class WidgetTabsHostBinding implements ViewBinding { public WidgetTabsHostBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TabsHostBottomNavigationView tabsHostBottomNavigationView, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2, @NonNull FragmentContainerView fragmentContainerView6) { this.a = constraintLayout; this.b = tabsHostBottomNavigationView; - this.f2051c = constraintLayout2; + this.f2052c = constraintLayout2; this.d = fragmentContainerView; this.e = fragmentContainerView2; this.f = fragmentContainerView4; diff --git a/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java index 00898ab57a..61112a90ff 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java @@ -19,7 +19,7 @@ public final class WidgetTextChannelSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2052c; + public final TextInputLayout f2053c; @NonNull public final TextInputLayout d; @NonNull @@ -54,7 +54,7 @@ public final class WidgetTextChannelSettingsBinding implements ViewBinding { public WidgetTextChannelSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull FloatingActionButton floatingActionButton, @NonNull LinearLayout linearLayout3, @NonNull LinearLayout linearLayout4, @NonNull LinearLayout linearLayout5, @NonNull LinearLayout linearLayout6, @NonNull TextView textView3, @NonNull SeekBar seekBar, @NonNull TextView textView4, @NonNull WidgetThreadArchiveActionsSheetBinding widgetThreadArchiveActionsSheetBinding, @NonNull NestedScrollView nestedScrollView) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2052c = textInputLayout; + this.f2053c = textInputLayout; this.d = textInputLayout2; this.e = linearLayout; this.f = checkedSetting2; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java index c19be5ebc9..e9d1d4ae31 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java @@ -18,7 +18,7 @@ public final class WidgetThreadArchiveActionsSheetBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f2053c; + public final LinearLayout f2054c; @NonNull public final ConstraintLayout d; @NonNull @@ -53,7 +53,7 @@ public final class WidgetThreadArchiveActionsSheetBinding implements ViewBinding public WidgetThreadArchiveActionsSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull ConstraintLayout constraintLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull ImageView imageView, @NonNull TextView textView3, @NonNull MaterialRadioButton materialRadioButton2, @NonNull ConstraintLayout constraintLayout3, @NonNull TextView textView4, @NonNull ImageView imageView2, @NonNull TextView textView5, @NonNull MaterialRadioButton materialRadioButton3, @NonNull ConstraintLayout constraintLayout4, @NonNull MaterialRadioButton materialRadioButton4, @NonNull TextView textView6, @NonNull TextView textView7) { this.a = nestedScrollView; this.b = textView; - this.f2053c = linearLayout; + this.f2054c = linearLayout; this.d = constraintLayout; this.e = materialRadioButton; this.f = constraintLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java index db31d8ea89..b4bc8a91ab 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java @@ -14,12 +14,12 @@ public final class WidgetThreadBrowserActiveBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2054c; + public final RecyclerView f2055c; public WidgetThreadBrowserActiveBinding(@NonNull ConstraintLayout constraintLayout, @NonNull p1 p1Var, @NonNull RecyclerView recyclerView) { this.a = constraintLayout; this.b = p1Var; - this.f2054c = recyclerView; + this.f2055c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java index 98989766fc..007135a3e7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java @@ -16,7 +16,7 @@ public final class WidgetThreadBrowserArchivedBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2055c; + public final RecyclerView f2056c; @NonNull public final ConstraintLayout d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetThreadBrowserArchivedBinding implements ViewBinding { public WidgetThreadBrowserArchivedBinding(@NonNull ConstraintLayout constraintLayout, @NonNull p1 p1Var, @NonNull RecyclerView recyclerView, @NonNull TextView textView, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton) { this.a = constraintLayout; this.b = p1Var; - this.f2055c = recyclerView; + this.f2056c = recyclerView; this.d = constraintLayout2; this.e = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java index b6566ac198..3003943803 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java @@ -15,12 +15,12 @@ public final class WidgetThreadBrowserBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimplePager f2056c; + public final SimplePager f2057c; public WidgetThreadBrowserBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TabLayout tabLayout, @NonNull AppBarLayout appBarLayout, @NonNull SimplePager simplePager) { this.a = constraintLayout; this.b = tabLayout; - this.f2056c = simplePager; + this.f2057c = simplePager; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java index 66d4f40b2e..d9986f445e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java @@ -15,7 +15,7 @@ public final class WidgetThreadBrowserFilterSheetBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final CardView f2057c; + public final CardView f2058c; @NonNull public final CheckedSetting d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetThreadBrowserFilterSheetBinding implements ViewBinding public WidgetThreadBrowserFilterSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CardView cardView, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3) { this.a = nestedScrollView; this.b = checkedSetting; - this.f2057c = cardView; + this.f2058c = cardView; this.d = checkedSetting2; this.e = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java index 5813e0d535..46268d5f70 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java @@ -15,7 +15,7 @@ public final class WidgetThreadNotificationSettingsBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2058c; + public final CheckedSetting f2059c; @NonNull public final CheckedSetting d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetThreadNotificationSettingsBinding implements ViewBindin public WidgetThreadNotificationSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull NestedScrollView nestedScrollView, @NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3) { this.a = coordinatorLayout; this.b = linearLayout; - this.f2058c = checkedSetting; + this.f2059c = checkedSetting; this.d = checkedSetting2; this.e = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java index 6c08494cd1..b1b385cfca 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java @@ -18,7 +18,7 @@ public final class WidgetThreadSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f2059c; + public final View f2060c; @NonNull public final TextInputLayout d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetThreadSettingsBinding implements ViewBinding { public WidgetThreadSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull NestedScrollView nestedScrollView, @NonNull TextInputLayout textInputLayout, @NonNull LinearLayout linearLayout2, @NonNull FloatingActionButton floatingActionButton, @NonNull LinearLayout linearLayout3, @NonNull TextView textView2, @NonNull SeekBar seekBar, @NonNull TextView textView3) { this.a = coordinatorLayout; this.b = textView; - this.f2059c = view; + this.f2060c = view; this.d = textInputLayout; this.e = linearLayout2; this.f = floatingActionButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java index b94620933f..4cafaf44cf 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java @@ -14,14 +14,14 @@ public final class WidgetThreadStatusBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f2060c; + public final LoadingButton f2061c; @NonNull public final LinkifiedTextView d; public WidgetThreadStatusBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f2060c = loadingButton; + this.f2061c = loadingButton; this.d = linkifiedTextView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java index 453483d591..b81a7be2ac 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java @@ -17,7 +17,7 @@ public final class WidgetTosAcceptBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2061c; + public final MaterialButton f2062c; @NonNull public final LinkifiedTextView d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetTosAcceptBinding implements ViewBinding { public WidgetTosAcceptBinding(@NonNull RelativeLayout relativeLayout, @NonNull CheckBox checkBox, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull TextView textView, @NonNull TextView textView2) { this.a = relativeLayout; this.b = checkBox; - this.f2061c = materialButton; + this.f2062c = materialButton; this.d = linkifiedTextView; this.e = linkifiedTextView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java index 4061113818..4c0007f178 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java @@ -17,7 +17,7 @@ public final class WidgetTosReportViolationBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2062c; + public final TextView f2063c; @NonNull public final LinearLayout d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetTosReportViolationBinding implements ViewBinding { public WidgetTosReportViolationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull ProgressBar progressBar, @NonNull LinkifiedTextView linkifiedTextView) { this.a = coordinatorLayout; this.b = loadingButton; - this.f2062c = textView; + this.f2063c = textView; this.d = linearLayout; this.e = textView2; this.f = progressBar; diff --git a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java index 2d7e4678c6..40f92387d0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java @@ -14,14 +14,14 @@ public final class WidgetTosReportViolationReasonBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2063c; + public final TextView f2064c; @NonNull public final MaterialRadioButton d; public WidgetTosReportViolationReasonBinding(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialRadioButton materialRadioButton) { this.a = relativeLayout; this.b = textView; - this.f2063c = textView2; + this.f2064c = textView2; this.d = materialRadioButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java index e7f976e287..1b04eb7e69 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java @@ -14,12 +14,12 @@ public final class WidgetUnknownStickerSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2064c; + public final TextView f2065c; public WidgetUnknownStickerSheetBinding(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull TextView textView) { this.a = linearLayout; this.b = stickerView; - this.f2064c = textView; + this.f2065c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java index bc7916298f..44a0d65904 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java @@ -13,7 +13,7 @@ public final class WidgetUrlActionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2065c; + public final TextView f2066c; @NonNull public final TextView d; @NonNull @@ -22,7 +22,7 @@ public final class WidgetUrlActionsBinding implements ViewBinding { public WidgetUrlActionsBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = linearLayout; this.b = textView; - this.f2065c = textView2; + this.f2066c = textView2; this.d = textView3; this.e = textView4; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java index 5ca932b4af..8c69f95d9e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java @@ -14,7 +14,7 @@ public final class WidgetUserAccountVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f2066c; + public final RelativeLayout f2067c; @NonNull public final LinkifiedTextView d; @NonNull @@ -23,7 +23,7 @@ public final class WidgetUserAccountVerifyBinding implements ViewBinding { public WidgetUserAccountVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull RelativeLayout relativeLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f2066c = relativeLayout3; + this.f2067c = relativeLayout3; this.d = linkifiedTextView; this.e = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java index 7d25365294..e84c13f78c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java @@ -16,7 +16,7 @@ public final class WidgetUserEmailUpdateBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2067c; + public final TextInputLayout f2068c; @NonNull public final TextInputLayout d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetUserEmailUpdateBinding implements ViewBinding { public WidgetUserEmailUpdateBinding(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull DimmerView dimmerView) { this.a = relativeLayout; this.b = materialButton; - this.f2067c = textInputLayout; + this.f2068c = textInputLayout; this.d = textInputLayout2; this.e = dimmerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java index 3f1ee1908b..3c6686f3ed 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java @@ -14,12 +14,12 @@ public final class WidgetUserEmailVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2068c; + public final MaterialButton f2069c; public WidgetUserEmailVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = relativeLayout; this.b = materialButton; - this.f2068c = materialButton2; + this.f2069c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java index 746471acf5..ff17f9abad 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java @@ -14,12 +14,12 @@ public final class WidgetUserMentionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2069c; + public final RecyclerView f2070c; public WidgetUserMentionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull Toolbar toolbar, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = toolbar; - this.f2069c = recyclerView; + this.f2070c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java index 1811339a09..4a77ed8d45 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java @@ -13,14 +13,14 @@ public final class WidgetUserMentionsFilterBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2070c; + public final CheckedSetting f2071c; @NonNull public final CheckedSetting d; public WidgetUserMentionsFilterBinding(@NonNull NestedScrollView nestedScrollView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3) { this.a = nestedScrollView; this.b = checkedSetting; - this.f2070c = checkedSetting2; + this.f2071c = checkedSetting2; this.d = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java index 1331093557..c69f163d70 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java @@ -15,14 +15,14 @@ public final class WidgetUserPasswordVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2071c; + public final TextInputLayout f2072c; @NonNull public final FloatingActionButton d; public WidgetUserPasswordVerifyBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull TextInputLayout textInputLayout, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = dimmerView; - this.f2071c = textInputLayout; + this.f2072c = textInputLayout; this.d = floatingActionButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java index 1319697a03..25605895dd 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java @@ -16,7 +16,7 @@ public final class WidgetUserPhoneManageBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2072c; + public final TextView f2073c; @NonNull public final TextView d; @NonNull @@ -29,7 +29,7 @@ public final class WidgetUserPhoneManageBinding implements ViewBinding { public WidgetUserPhoneManageBinding(@NonNull FrameLayout frameLayout, @NonNull DimmerView dimmerView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull TextView textView3) { this.a = frameLayout; this.b = dimmerView; - this.f2072c = textView; + this.f2073c = textView; this.d = textView2; this.e = materialButton; this.f = phoneOrEmailInputView; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java index 4edde3140e..4b33b36d74 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java @@ -15,14 +15,14 @@ public final class WidgetUserPhoneVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final DimmerView f2073c; + public final DimmerView f2074c; @NonNull public final CodeVerificationView d; public WidgetUserPhoneVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull DimmerView dimmerView, @NonNull CodeVerificationView codeVerificationView) { this.a = relativeLayout; this.b = imageView; - this.f2073c = dimmerView; + this.f2074c = dimmerView; this.d = codeVerificationView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java index 736c4eed67..fa71dc1ab0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java @@ -14,12 +14,12 @@ public final class WidgetUserProfileAdapterItemEmptyBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2074c; + public final TextView f2075c; public WidgetUserProfileAdapterItemEmptyBinding(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = linearLayout; this.b = imageView; - this.f2074c = textView; + this.f2075c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java index be2a42ca89..1f4ea5373f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java @@ -18,7 +18,7 @@ public final class WidgetUserProfileAdapterItemFriendBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final b6 f2075c; + public final b6 f2076c; @NonNull public final b6 d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetUserProfileAdapterItemFriendBinding implements ViewBind public WidgetUserProfileAdapterItemFriendBinding(@NonNull RelativeLayout relativeLayout, @NonNull b6 b6Var, @NonNull b6 b6Var2, @NonNull b6 b6Var3, @NonNull b6 b6Var4, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinearLayout linearLayout, @NonNull StatusView statusView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull TextView textView) { this.a = relativeLayout; this.b = b6Var; - this.f2075c = b6Var2; + this.f2076c = b6Var2; this.d = b6Var3; this.e = b6Var4; this.f = simpleDraweeView; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java index 0feb940266..a325b629dc 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java @@ -16,7 +16,7 @@ public final class WidgetUserProfileAdapterItemServerBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f2076c; + public final SimpleDraweeView f2077c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetUserProfileAdapterItemServerBinding implements ViewBind public WidgetUserProfileAdapterItemServerBinding(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull SimpleDraweeView simpleDraweeView, @NonNull Barrier barrier2, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f2076c = simpleDraweeView2; + this.f2077c = simpleDraweeView2; this.d = textView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java index ac088ebda9..1ddadface7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java @@ -18,7 +18,7 @@ public final class WidgetUserSetCustomStatusBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f2077c; + public final FrameLayout f2078c; @NonNull public final MaterialRadioButton d; @NonNull @@ -37,7 +37,7 @@ public final class WidgetUserSetCustomStatusBinding implements ViewBinding { public WidgetUserSetCustomStatusBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4, @NonNull MaterialRadioButton materialRadioButton5, @NonNull FloatingActionButton floatingActionButton, @NonNull TextInputLayout textInputLayout) { this.a = coordinatorLayout; this.b = simpleDraweeView; - this.f2077c = frameLayout; + this.f2078c = frameLayout; this.d = materialRadioButton; this.e = materialRadioButton2; this.f = materialRadioButton3; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java index 195195c6fc..9f05f3bc3b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java @@ -56,7 +56,7 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2078c; + public final TextView f2079c; @NonNull public final LinkifiedTextView d; @NonNull @@ -90,7 +90,7 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final TextView f2079s; + public final TextView f2080s; @NonNull public final FrameLayout t; @NonNull @@ -102,20 +102,20 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextInputEditText f2080x; + public final TextInputEditText f2081x; @NonNull /* renamed from: y reason: collision with root package name */ - public final TextInputLayout f2081y; + public final TextInputLayout f2082y; @NonNull /* renamed from: z reason: collision with root package name */ - public final Button f2082z; + public final Button f2083z; public WidgetUserSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull CardView cardView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ContentLoadingProgressBar contentLoadingProgressBar, @NonNull FrameLayout frameLayout, @NonNull Button button, @NonNull CardView cardView2, @NonNull UserProfileAdminView userProfileAdminView, @NonNull Button button2, @NonNull TextView textView2, @NonNull UserProfileConnectionsView userProfileConnectionsView, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull FrameLayout frameLayout2, @NonNull Button button3, @NonNull ImageView imageView, @NonNull TextView textView7, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull Button button4, @NonNull LinearLayout linearLayout4, @NonNull View view, @NonNull MaterialButton materialButton3, @NonNull FlexboxLayout flexboxLayout, @NonNull UserProfileHeaderView userProfileHeaderView, @NonNull MaterialButton materialButton4, @NonNull CardView cardView3, @NonNull UserProfileStageActionsView userProfileStageActionsView, @NonNull TextView textView8, @NonNull UserProfileVoiceSettingsView userProfileVoiceSettingsView, @NonNull RolesListView rolesListView, @NonNull Button button5, @NonNull CardView cardView4) { this.a = nestedScrollView; this.b = cardView; - this.f2078c = textView; + this.f2079c = textView; this.d = linkifiedTextView; this.e = frameLayout; this.f = button; @@ -131,14 +131,14 @@ public final class WidgetUserSheetBinding implements ViewBinding { this.p = linearLayout2; this.q = linearLayout3; this.r = textView5; - this.f2079s = textView6; + this.f2080s = textView6; this.t = frameLayout2; this.u = button3; this.v = imageView; this.w = textView7; - this.f2080x = textInputEditText; - this.f2081y = textInputLayout; - this.f2082z = button4; + this.f2081x = textInputEditText; + this.f2082y = textInputLayout; + this.f2083z = button4; this.A = linearLayout4; this.B = view; this.C = materialButton3; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java index 68737ef215..86a129ce89 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java @@ -15,7 +15,7 @@ public final class WidgetUserStatusUpdateBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final e4 f2083c; + public final e4 f2084c; @NonNull public final e4 d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetUserStatusUpdateBinding implements ViewBinding { public WidgetUserStatusUpdateBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull UserStatusPresenceCustomView userStatusPresenceCustomView, @NonNull e4 e4Var, @NonNull e4 e4Var2, @NonNull e4 e4Var3, @NonNull e4 e4Var4) { this.a = nestedScrollView; this.b = userStatusPresenceCustomView; - this.f2083c = e4Var; + this.f2084c = e4Var; this.d = e4Var2; this.e = e4Var3; this.f = e4Var4; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java index 70772f5652..1e630b5833 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java @@ -5,10 +5,10 @@ import android.widget.RelativeLayout; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.coordinatorlayout.widget.CoordinatorLayout; +import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; import c.a.i.l0; import c.a.i.m0; -import com.discord.utilities.view.recycler.MaxHeightRecyclerView; import com.discord.widgets.voice.controls.AnchoredVoiceControlsView; import com.google.android.material.button.MaterialButton; public final class WidgetVoiceBottomSheetBinding implements ViewBinding { @@ -19,7 +19,7 @@ public final class WidgetVoiceBottomSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final m0 f2084c; + public final m0 f2085c; @NonNull public final MaterialButton d; @NonNull @@ -29,19 +29,19 @@ public final class WidgetVoiceBottomSheetBinding implements ViewBinding { @NonNull public final MaterialButton g; @NonNull - public final MaxHeightRecyclerView h; + public final RecyclerView h; @NonNull public final CoordinatorLayout i; - public WidgetVoiceBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull l0 l0Var, @NonNull m0 m0Var, @NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull RelativeLayout relativeLayout, @NonNull AnchoredVoiceControlsView anchoredVoiceControlsView, @NonNull MaterialButton materialButton2, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull CoordinatorLayout coordinatorLayout2) { + public WidgetVoiceBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull l0 l0Var, @NonNull m0 m0Var, @NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull RelativeLayout relativeLayout, @NonNull AnchoredVoiceControlsView anchoredVoiceControlsView, @NonNull MaterialButton materialButton2, @NonNull RecyclerView recyclerView, @NonNull CoordinatorLayout coordinatorLayout2) { this.a = coordinatorLayout; this.b = l0Var; - this.f2084c = m0Var; + this.f2085c = m0Var; this.d = materialButton; this.e = relativeLayout; this.f = anchoredVoiceControlsView; this.g = materialButton2; - this.h = maxHeightRecyclerView; + this.h = recyclerView; this.i = coordinatorLayout2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java index 6325010396..04c4756d35 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java @@ -18,7 +18,7 @@ public final class WidgetVoiceCallIncomingBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f2085c; + public final FloatingActionButton f2086c; @NonNull public final FloatingActionButton d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetVoiceCallIncomingBinding implements ViewBinding { public WidgetVoiceCallIncomingBinding(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull FloatingActionButton floatingActionButton2, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull FloatingActionButton floatingActionButton3, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull Guideline guideline, @NonNull PrivateCallGridView privateCallGridView) { this.a = constraintLayout; this.b = linearLayout; - this.f2085c = floatingActionButton; + this.f2086c = floatingActionButton; this.d = floatingActionButton2; this.e = privateCallBlurredGridView; this.f = floatingActionButton3; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java index db2521ab6b..ac661671a0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java @@ -13,12 +13,12 @@ public final class WidgetVoiceCallInlineBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2086c; + public final MaterialButton f2087c; public WidgetVoiceCallInlineBinding(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = linearLayout2; - this.f2086c = materialButton; + this.f2087c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java index 1976ff6c7d..e8c1ad8846 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java @@ -17,7 +17,7 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2087c; + public final TextInputLayout f2088c; @NonNull public final TextInputLayout d; @NonNull @@ -51,12 +51,12 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final TextView f2088s; + public final TextView f2089s; public WidgetVoiceChannelSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull View view, @NonNull SeekBar seekBar, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull LinearLayout linearLayout, @NonNull TextView textView4, @NonNull FloatingActionButton floatingActionButton, @NonNull LinearLayout linearLayout2, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull View view2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView7, @NonNull LinearLayout linearLayout4, @NonNull TextView textView8, @NonNull View view3, @NonNull SeekBar seekBar2, @NonNull TextView textView9) { this.a = coordinatorLayout; this.b = seekBar; - this.f2087c = textInputLayout; + this.f2088c = textInputLayout; this.d = textInputLayout2; this.e = textView2; this.f = textView3; @@ -72,7 +72,7 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { this.p = textView8; this.q = view3; this.r = seekBar2; - this.f2088s = textView9; + this.f2089s = textView9; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java index 89e3280de5..fba5500593 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java @@ -14,12 +14,12 @@ public final class WidgetVoiceNoiseCancellationBottomSheetBinding implements Vie @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2089c; + public final TextView f2090c; public WidgetVoiceNoiseCancellationBottomSheetBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f2089c = textView; + this.f2090c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java index 7d1ccaaa55..64f6dd3c77 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java @@ -14,7 +14,7 @@ public final class WidgetVoiceSettingsBottomSheetBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2090c; + public final TextView f2091c; @NonNull public final SwitchMaterial d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetVoiceSettingsBottomSheetBinding implements ViewBinding public WidgetVoiceSettingsBottomSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SwitchMaterial switchMaterial, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull NestedScrollView nestedScrollView2, @NonNull TextView textView5, @NonNull SwitchMaterial switchMaterial2, @NonNull TextView textView6) { this.a = nestedScrollView; this.b = textView; - this.f2090c = textView2; + this.f2091c = textView2; this.d = switchMaterial; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java b/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java index 80e66ca47b..78c5ddc407 100644 --- a/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java +++ b/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java @@ -8,12 +8,12 @@ public final class RenderableEmbedMedia { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final Integer f2091c; + public final Integer f2092c; public RenderableEmbedMedia(String str, Integer num, Integer num2) { this.a = str; this.b = num; - this.f2091c = num2; + this.f2092c = num2; } public boolean equals(Object obj) { @@ -24,7 +24,7 @@ public final class RenderableEmbedMedia { return false; } RenderableEmbedMedia renderableEmbedMedia = (RenderableEmbedMedia) obj; - return m.areEqual(this.a, renderableEmbedMedia.a) && m.areEqual(this.b, renderableEmbedMedia.b) && m.areEqual(this.f2091c, renderableEmbedMedia.f2091c); + return m.areEqual(this.a, renderableEmbedMedia.a) && m.areEqual(this.b, renderableEmbedMedia.b) && m.areEqual(this.f2092c, renderableEmbedMedia.f2092c); } public int hashCode() { @@ -33,7 +33,7 @@ public final class RenderableEmbedMedia { int hashCode = (str != null ? str.hashCode() : 0) * 31; Integer num = this.b; int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.f2091c; + Integer num2 = this.f2092c; if (num2 != null) { i = num2.hashCode(); } @@ -46,6 +46,6 @@ public final class RenderableEmbedMedia { P.append(", width="); P.append(this.b); P.append(", height="); - return a.E(P, this.f2091c, ")"); + return a.E(P, this.f2092c, ")"); } } diff --git a/app/src/main/java/com/discord/gateway/GatewayDiscovery.java b/app/src/main/java/com/discord/gateway/GatewayDiscovery.java index 9f4b790873..4259aefdc4 100644 --- a/app/src/main/java/com/discord/gateway/GatewayDiscovery.java +++ b/app/src/main/java/com/discord/gateway/GatewayDiscovery.java @@ -49,7 +49,7 @@ public final class GatewayDiscovery { m.throwUninitializedPropertyAccessException("sharedPreferences"); } SharedPreferences.Editor edit = sharedPreferences2.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putString(GATEWAY_URL_CACHE_KEY, str); edit.apply(); } diff --git a/app/src/main/java/com/discord/i18n/Hook.java b/app/src/main/java/com/discord/i18n/Hook.java index 34e8ae2d34..edbe6067cd 100644 --- a/app/src/main/java/com/discord/i18n/Hook.java +++ b/app/src/main/java/com/discord/i18n/Hook.java @@ -14,7 +14,7 @@ public final class Hook { public String b; /* renamed from: c reason: collision with root package name */ - public a f2093c; + public a f2094c; /* compiled from: Hook.kt */ public static final class a { diff --git a/app/src/main/java/com/discord/i18n/RenderContext.java b/app/src/main/java/com/discord/i18n/RenderContext.java index 8f0ddd2f28..3df13ac04e 100644 --- a/app/src/main/java/com/discord/i18n/RenderContext.java +++ b/app/src/main/java/com/discord/i18n/RenderContext.java @@ -18,7 +18,7 @@ public final class RenderContext { public final Map b = new HashMap(); /* renamed from: c reason: collision with root package name */ - public List f2094c; + public List f2095c; @ColorInt public Integer d; @ColorInt @@ -45,7 +45,7 @@ public final class RenderContext { d dVar = new d(this); Objects.requireNonNull(hook2); m.checkNotNullParameter(dVar, "onClick"); - hook2.f2093c = new Hook.a(null, dVar); + hook2.f2094c = new Hook.a(null, dVar); return Unit.a; } } diff --git a/app/src/main/java/com/discord/models/commands/Application.java b/app/src/main/java/com/discord/models/commands/Application.java index 6519acfec2..f112063cee 100644 --- a/app/src/main/java/com/discord/models/commands/Application.java +++ b/app/src/main/java/com/discord/models/commands/Application.java @@ -15,12 +15,12 @@ public final class Application { private final Integer iconRes; /* renamed from: id reason: collision with root package name */ - private final long f2095id; + private final long f2096id; private final String name; public Application(long j, String str, String str2, Integer num, int i, User user, boolean z2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2095id = j; + this.f2096id = j; this.name = str; this.icon = str2; this.iconRes = num; @@ -35,11 +35,11 @@ public final class Application { } public static /* synthetic */ Application copy$default(Application application, long j, String str, String str2, Integer num, int i, User user, boolean z2, int i2, Object obj) { - return application.copy((i2 & 1) != 0 ? application.f2095id : j, (i2 & 2) != 0 ? application.name : str, (i2 & 4) != 0 ? application.icon : str2, (i2 & 8) != 0 ? application.iconRes : num, (i2 & 16) != 0 ? application.commandCount : i, (i2 & 32) != 0 ? application.bot : user, (i2 & 64) != 0 ? application.builtIn : z2); + return application.copy((i2 & 1) != 0 ? application.f2096id : j, (i2 & 2) != 0 ? application.name : str, (i2 & 4) != 0 ? application.icon : str2, (i2 & 8) != 0 ? application.iconRes : num, (i2 & 16) != 0 ? application.commandCount : i, (i2 & 32) != 0 ? application.bot : user, (i2 & 64) != 0 ? application.builtIn : z2); } public final long component1() { - return this.f2095id; + return this.f2096id; } public final String component2() { @@ -79,7 +79,7 @@ public final class Application { return false; } Application application = (Application) obj; - return this.f2095id == application.f2095id && m.areEqual(this.name, application.name) && m.areEqual(this.icon, application.icon) && m.areEqual(this.iconRes, application.iconRes) && this.commandCount == application.commandCount && m.areEqual(this.bot, application.bot) && this.builtIn == application.builtIn; + return this.f2096id == application.f2096id && m.areEqual(this.name, application.name) && m.areEqual(this.icon, application.icon) && m.areEqual(this.iconRes, application.iconRes) && this.commandCount == application.commandCount && m.areEqual(this.bot, application.bot) && this.builtIn == application.builtIn; } public final User getBot() { @@ -103,7 +103,7 @@ public final class Application { } public final long getId() { - return this.f2095id; + return this.f2096id; } public final String getName() { @@ -111,7 +111,7 @@ public final class Application { } public int hashCode() { - int a = b.a(this.f2095id) * 31; + int a = b.a(this.f2096id) * 31; String str = this.name; int i = 0; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; @@ -136,7 +136,7 @@ public final class Application { public String toString() { StringBuilder P = a.P("Application(id="); - P.append(this.f2095id); + P.append(this.f2096id); P.append(", name="); P.append(this.name); P.append(", icon="); diff --git a/app/src/main/java/com/discord/models/commands/ApplicationCommand.java b/app/src/main/java/com/discord/models/commands/ApplicationCommand.java index 038c77f5ed..a0e272874d 100644 --- a/app/src/main/java/com/discord/models/commands/ApplicationCommand.java +++ b/app/src/main/java/com/discord/models/commands/ApplicationCommand.java @@ -15,7 +15,7 @@ public abstract class ApplicationCommand { private final Long guildId; /* renamed from: id reason: collision with root package name */ - private final String f2096id; + private final String f2097id; private final String name; private final List options; private final Map permissions; @@ -24,7 +24,7 @@ public abstract class ApplicationCommand { /* JADX DEBUG: Multi-variable search result rejected for r13v0, resolved type: kotlin.jvm.functions.Function1, java.lang.String> */ /* JADX WARN: Multi-variable type inference failed */ private ApplicationCommand(String str, long j, String str2, String str3, Integer num, List list, boolean z2, Long l, String str4, Boolean bool, Map map, Function1, String> function1) { - this.f2096id = str; + this.f2097id = str; this.applicationId = j; this.name = str2; this.description = str3; @@ -72,7 +72,7 @@ public abstract class ApplicationCommand { } public final String getId() { - return this.f2096id; + return this.f2097id; } public final String getName() { diff --git a/app/src/main/java/com/discord/models/commands/ApplicationCommandOption.java b/app/src/main/java/com/discord/models/commands/ApplicationCommandOption.java index e01025a0b6..40bacc9365 100644 --- a/app/src/main/java/com/discord/models/commands/ApplicationCommandOption.java +++ b/app/src/main/java/com/discord/models/commands/ApplicationCommandOption.java @@ -4,11 +4,13 @@ import c.d.b.a.a; import com.discord.api.commands.ApplicationCommandType; import com.discord.api.commands.CommandChoice; import com.discord.models.domain.ModelAuditLogEntry; +import d0.t.n; import d0.z.d.m; import java.util.List; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: ApplicationCommandOption.kt */ public final class ApplicationCommandOption { + private final List channelTypes; private final List choices; /* renamed from: default reason: not valid java name */ @@ -20,7 +22,7 @@ public final class ApplicationCommandOption { private final boolean required; private final ApplicationCommandType type; - public ApplicationCommandOption(ApplicationCommandType applicationCommandType, String str, String str2, Integer num, boolean z2, boolean z3, List list, List list2) { + public ApplicationCommandOption(ApplicationCommandType applicationCommandType, String str, String str2, Integer num, boolean z2, boolean z3, List list, List list2, List list3) { m.checkNotNullParameter(applicationCommandType, "type"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); this.type = applicationCommandType; @@ -29,17 +31,18 @@ public final class ApplicationCommandOption { this.descriptionRes = num; this.required = z2; this.f5default = z3; - this.choices = list; - this.options = list2; + this.channelTypes = list; + this.choices = list2; + this.options = list3; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public /* synthetic */ ApplicationCommandOption(ApplicationCommandType applicationCommandType, String str, String str2, Integer num, boolean z2, boolean z3, List list, List list2, int i, DefaultConstructorMarker defaultConstructorMarker) { - this(applicationCommandType, str, (i & 4) != 0 ? null : str2, (i & 8) != 0 ? null : num, z2, z3, (i & 64) != 0 ? null : list, (i & 128) != 0 ? null : list2); + public /* synthetic */ ApplicationCommandOption(ApplicationCommandType applicationCommandType, String str, String str2, Integer num, boolean z2, boolean z3, List list, List list2, List list3, int i, DefaultConstructorMarker defaultConstructorMarker) { + this(applicationCommandType, str, (i & 4) != 0 ? null : str2, (i & 8) != 0 ? null : num, z2, z3, (i & 64) != 0 ? n.emptyList() : list, (i & 128) != 0 ? null : list2, (i & 256) != 0 ? null : list3); } - public static /* synthetic */ ApplicationCommandOption copy$default(ApplicationCommandOption applicationCommandOption, ApplicationCommandType applicationCommandType, String str, String str2, Integer num, boolean z2, boolean z3, List list, List list2, int i, Object obj) { - return applicationCommandOption.copy((i & 1) != 0 ? applicationCommandOption.type : applicationCommandType, (i & 2) != 0 ? applicationCommandOption.name : str, (i & 4) != 0 ? applicationCommandOption.description : str2, (i & 8) != 0 ? applicationCommandOption.descriptionRes : num, (i & 16) != 0 ? applicationCommandOption.required : z2, (i & 32) != 0 ? applicationCommandOption.f5default : z3, (i & 64) != 0 ? applicationCommandOption.choices : list, (i & 128) != 0 ? applicationCommandOption.options : list2); + public static /* synthetic */ ApplicationCommandOption copy$default(ApplicationCommandOption applicationCommandOption, ApplicationCommandType applicationCommandType, String str, String str2, Integer num, boolean z2, boolean z3, List list, List list2, List list3, int i, Object obj) { + return applicationCommandOption.copy((i & 1) != 0 ? applicationCommandOption.type : applicationCommandType, (i & 2) != 0 ? applicationCommandOption.name : str, (i & 4) != 0 ? applicationCommandOption.description : str2, (i & 8) != 0 ? applicationCommandOption.descriptionRes : num, (i & 16) != 0 ? applicationCommandOption.required : z2, (i & 32) != 0 ? applicationCommandOption.f5default : z3, (i & 64) != 0 ? applicationCommandOption.channelTypes : list, (i & 128) != 0 ? applicationCommandOption.choices : list2, (i & 256) != 0 ? applicationCommandOption.options : list3); } public final ApplicationCommandType component1() { @@ -66,18 +69,22 @@ public final class ApplicationCommandOption { return this.f5default; } - public final List component7() { + public final List component7() { + return this.channelTypes; + } + + public final List component8() { return this.choices; } - public final List component8() { + public final List component9() { return this.options; } - public final ApplicationCommandOption copy(ApplicationCommandType applicationCommandType, String str, String str2, Integer num, boolean z2, boolean z3, List list, List list2) { + public final ApplicationCommandOption copy(ApplicationCommandType applicationCommandType, String str, String str2, Integer num, boolean z2, boolean z3, List list, List list2, List list3) { m.checkNotNullParameter(applicationCommandType, "type"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - return new ApplicationCommandOption(applicationCommandType, str, str2, num, z2, z3, list, list2); + return new ApplicationCommandOption(applicationCommandType, str, str2, num, z2, z3, list, list2, list3); } public boolean equals(Object obj) { @@ -88,7 +95,11 @@ public final class ApplicationCommandOption { return false; } ApplicationCommandOption applicationCommandOption = (ApplicationCommandOption) obj; - return m.areEqual(this.type, applicationCommandOption.type) && m.areEqual(this.name, applicationCommandOption.name) && m.areEqual(this.description, applicationCommandOption.description) && m.areEqual(this.descriptionRes, applicationCommandOption.descriptionRes) && this.required == applicationCommandOption.required && this.f5default == applicationCommandOption.f5default && m.areEqual(this.choices, applicationCommandOption.choices) && m.areEqual(this.options, applicationCommandOption.options); + return m.areEqual(this.type, applicationCommandOption.type) && m.areEqual(this.name, applicationCommandOption.name) && m.areEqual(this.description, applicationCommandOption.description) && m.areEqual(this.descriptionRes, applicationCommandOption.descriptionRes) && this.required == applicationCommandOption.required && this.f5default == applicationCommandOption.f5default && m.areEqual(this.channelTypes, applicationCommandOption.channelTypes) && m.areEqual(this.choices, applicationCommandOption.choices) && m.areEqual(this.options, applicationCommandOption.options); + } + + public final List getChannelTypes() { + return this.channelTypes; } public final List getChoices() { @@ -147,13 +158,15 @@ public final class ApplicationCommandOption { i2 = z3 ? 1 : 0; } int i7 = (i6 + i2) * 31; - List list = this.choices; + List list = this.channelTypes; int hashCode5 = (i7 + (list != null ? list.hashCode() : 0)) * 31; - List list2 = this.options; - if (list2 != null) { - i = list2.hashCode(); + List list2 = this.choices; + int hashCode6 = (hashCode5 + (list2 != null ? list2.hashCode() : 0)) * 31; + List list3 = this.options; + if (list3 != null) { + i = list3.hashCode(); } - return hashCode5 + i; + return hashCode6 + i; } public String toString() { @@ -169,6 +182,8 @@ public final class ApplicationCommandOption { P.append(this.required); P.append(", default="); P.append(this.f5default); + P.append(", channelTypes="); + P.append(this.channelTypes); P.append(", choices="); P.append(this.choices); P.append(", options="); diff --git a/app/src/main/java/com/discord/models/domain/Harvest.java b/app/src/main/java/com/discord/models/domain/Harvest.java index b4d3e5c216..da7e4ec576 100644 --- a/app/src/main/java/com/discord/models/domain/Harvest.java +++ b/app/src/main/java/com/discord/models/domain/Harvest.java @@ -11,13 +11,13 @@ public final class Harvest { private final String createdAt; /* renamed from: id reason: collision with root package name */ - private final String f2097id; + private final String f2098id; private final long userId; public Harvest(String str, long j, String str2, String str3) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, "createdAt"); - this.f2097id = str; + this.f2098id = str; this.userId = j; this.createdAt = str2; this.completedAt = str3; @@ -32,7 +32,7 @@ public final class Harvest { public static /* synthetic */ Harvest copy$default(Harvest harvest, String str, long j, String str2, String str3, int i, Object obj) { if ((i & 1) != 0) { - str = harvest.f2097id; + str = harvest.f2098id; } if ((i & 2) != 0) { j = harvest.userId; @@ -55,7 +55,7 @@ public final class Harvest { } public final String component1() { - return this.f2097id; + return this.f2098id; } public final long component2() { @@ -84,7 +84,7 @@ public final class Harvest { return false; } Harvest harvest = (Harvest) obj; - return m.areEqual(this.f2097id, harvest.f2097id) && this.userId == harvest.userId && m.areEqual(this.createdAt, harvest.createdAt) && m.areEqual(this.completedAt, harvest.completedAt); + return m.areEqual(this.f2098id, harvest.f2098id) && this.userId == harvest.userId && m.areEqual(this.createdAt, harvest.createdAt) && m.areEqual(this.completedAt, harvest.completedAt); } public final String getCompletedAt() { @@ -96,7 +96,7 @@ public final class Harvest { } public final String getId() { - return this.f2097id; + return this.f2098id; } public final long getUserId() { @@ -104,7 +104,7 @@ public final class Harvest { } public int hashCode() { - String str = this.f2097id; + String str = this.f2098id; int i = 0; int hashCode = str != null ? str.hashCode() : 0; long j = this.userId; @@ -124,7 +124,7 @@ public final class Harvest { public String toString() { StringBuilder P = a.P("Harvest(id="); - P.append(this.f2097id); + P.append(this.f2098id); P.append(", userId="); P.append(this.userId); P.append(", createdAt="); diff --git a/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java b/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java index 9196c165d2..f1b1e2be8f 100644 --- a/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java +++ b/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java @@ -130,7 +130,7 @@ public class ModelAuditLogEntry implements Model { private Long guildId; /* renamed from: id reason: collision with root package name */ - private long f2098id; + private long f2099id; private Options options; private String reason; private long targetId; @@ -299,7 +299,7 @@ public class ModelAuditLogEntry implements Model { public static class ChangeNameId implements Model { /* renamed from: id reason: collision with root package name */ - private long f2099id; + private long f2100id; private String name; @Override // com.discord.models.domain.Model @@ -307,7 +307,7 @@ public class ModelAuditLogEntry implements Model { String nextName = jsonReader.nextName(); nextName.hashCode(); if (nextName.equals(ModelAuditLogEntry.CHANGE_KEY_ID)) { - this.f2099id = jsonReader.nextLong(this.f2099id); + this.f2100id = jsonReader.nextLong(this.f2100id); } else if (!nextName.equals(ModelAuditLogEntry.CHANGE_KEY_NAME)) { jsonReader.skipValue(); } else { @@ -336,7 +336,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2099id; + return this.f2100id; } public String getName() { @@ -365,7 +365,7 @@ public class ModelAuditLogEntry implements Model { private int deleteMemberDays; /* renamed from: id reason: collision with root package name */ - private long f2100id; + private long f2101id; private int membersRemoved; private String roleName; private int type; @@ -433,7 +433,7 @@ public class ModelAuditLogEntry implements Model { this.deleteMemberDays = jsonReader.nextInt(this.deleteMemberDays); return; case 3: - this.f2100id = jsonReader.nextLong(this.f2100id); + this.f2101id = jsonReader.nextLong(this.f2101id); return; case 4: this.type = jsonReader.nextInt(this.type); @@ -483,7 +483,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2100id; + return this.f2101id; } public int getMembersRemoved() { @@ -574,7 +574,7 @@ public class ModelAuditLogEntry implements Model { } public ModelAuditLogEntry(long j, int i, long j2, long j3, List list, Options options, long j4, Long l) { - this.f2098id = j; + this.f2099id = j; this.actionTypeId = i; this.targetId = j2; this.userId = j3; @@ -764,7 +764,7 @@ public class ModelAuditLogEntry implements Model { this.userId = jsonReader.nextLong(this.userId); return; case 4: - this.f2098id = jsonReader.nextLong(this.f2098id); + this.f2099id = jsonReader.nextLong(this.f2099id); return; case 5: this.changes = jsonReader.nextList(new h(jsonReader)); @@ -835,7 +835,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2098id; + return this.f2099id; } public Options getOptions() { diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java b/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java index 55f14da9bd..78be428536 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java @@ -14,7 +14,7 @@ public final class ModelConnectedAccount implements Model { @NonNull /* renamed from: id reason: collision with root package name */ - private String f2101id; + private String f2102id; private List integrations; private boolean revoked; private boolean showActivity; @@ -97,7 +97,7 @@ public final class ModelConnectedAccount implements Model { this.verified = jsonReader.nextBoolean(this.verified); return; case 1: - this.f2101id = jsonReader.nextString(this.f2101id); + this.f2102id = jsonReader.nextString(this.f2102id); return; case 2: this.username = jsonReader.nextString(this.username); @@ -159,7 +159,7 @@ public final class ModelConnectedAccount implements Model { @NonNull public String getId() { - return this.f2101id; + return this.f2102id; } public List getIntegrations() { diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java b/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java index 8ab3197a81..a89a20697c 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java @@ -20,7 +20,7 @@ public final class ModelConnectedAccountIntegration { private final ModelConnectedIntegrationGuild guild; /* renamed from: id reason: collision with root package name */ - private final String f2102id; + private final String f2103id; private final String type; /* compiled from: ModelConnectedAccountIntegration.kt */ @@ -59,7 +59,7 @@ public final class ModelConnectedAccountIntegration { public ModelConnectedAccountIntegration(String str, String str2, ModelConnectedIntegrationAccount modelConnectedIntegrationAccount, ModelConnectedIntegrationGuild modelConnectedIntegrationGuild) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); - this.f2102id = str; + this.f2103id = str; this.type = str2; this.account = modelConnectedIntegrationAccount; this.guild = modelConnectedIntegrationGuild; @@ -67,7 +67,7 @@ public final class ModelConnectedAccountIntegration { public static /* synthetic */ ModelConnectedAccountIntegration copy$default(ModelConnectedAccountIntegration modelConnectedAccountIntegration, String str, String str2, ModelConnectedIntegrationAccount modelConnectedIntegrationAccount, ModelConnectedIntegrationGuild modelConnectedIntegrationGuild, int i, Object obj) { if ((i & 1) != 0) { - str = modelConnectedAccountIntegration.f2102id; + str = modelConnectedAccountIntegration.f2103id; } if ((i & 2) != 0) { str2 = modelConnectedAccountIntegration.type; @@ -82,7 +82,7 @@ public final class ModelConnectedAccountIntegration { } public final String component1() { - return this.f2102id; + return this.f2103id; } public final String component2() { @@ -110,7 +110,7 @@ public final class ModelConnectedAccountIntegration { return false; } ModelConnectedAccountIntegration modelConnectedAccountIntegration = (ModelConnectedAccountIntegration) obj; - return m.areEqual(this.f2102id, modelConnectedAccountIntegration.f2102id) && m.areEqual(this.type, modelConnectedAccountIntegration.type) && m.areEqual(this.account, modelConnectedAccountIntegration.account) && m.areEqual(this.guild, modelConnectedAccountIntegration.guild); + return m.areEqual(this.f2103id, modelConnectedAccountIntegration.f2103id) && m.areEqual(this.type, modelConnectedAccountIntegration.type) && m.areEqual(this.account, modelConnectedAccountIntegration.account) && m.areEqual(this.guild, modelConnectedAccountIntegration.guild); } public final ModelConnectedIntegrationAccount getAccount() { @@ -149,7 +149,7 @@ public final class ModelConnectedAccountIntegration { } public final String getId() { - return this.f2102id; + return this.f2103id; } public final String getType() { @@ -157,7 +157,7 @@ public final class ModelConnectedAccountIntegration { } public int hashCode() { - String str = this.f2102id; + String str = this.f2103id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.type; @@ -173,7 +173,7 @@ public final class ModelConnectedAccountIntegration { public String toString() { StringBuilder P = c.d.b.a.a.P("ModelConnectedAccountIntegration(id="); - P.append(this.f2102id); + P.append(this.f2103id); P.append(", type="); P.append(this.type); P.append(", account="); diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java index 67da0fc062..8f6daed7e4 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java @@ -11,7 +11,7 @@ import kotlin.reflect.KProperty; public final class ModelConnectedIntegrationAccount { /* renamed from: id reason: collision with root package name */ - private final String f2103id; + private final String f2104id; private final String name; /* compiled from: ModelConnectedIntegrationAccount.kt */ @@ -39,13 +39,13 @@ public final class ModelConnectedIntegrationAccount { public ModelConnectedIntegrationAccount(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2103id = str; + this.f2104id = str; this.name = str2; } public static /* synthetic */ ModelConnectedIntegrationAccount copy$default(ModelConnectedIntegrationAccount modelConnectedIntegrationAccount, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = modelConnectedIntegrationAccount.f2103id; + str = modelConnectedIntegrationAccount.f2104id; } if ((i & 2) != 0) { str2 = modelConnectedIntegrationAccount.name; @@ -54,7 +54,7 @@ public final class ModelConnectedIntegrationAccount { } public final String component1() { - return this.f2103id; + return this.f2104id; } public final String component2() { @@ -75,11 +75,11 @@ public final class ModelConnectedIntegrationAccount { return false; } ModelConnectedIntegrationAccount modelConnectedIntegrationAccount = (ModelConnectedIntegrationAccount) obj; - return m.areEqual(this.f2103id, modelConnectedIntegrationAccount.f2103id) && m.areEqual(this.name, modelConnectedIntegrationAccount.name); + return m.areEqual(this.f2104id, modelConnectedIntegrationAccount.f2104id) && m.areEqual(this.name, modelConnectedIntegrationAccount.name); } public final String getId() { - return this.f2103id; + return this.f2104id; } public final String getName() { @@ -87,7 +87,7 @@ public final class ModelConnectedIntegrationAccount { } public int hashCode() { - String str = this.f2103id; + String str = this.f2104id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -99,7 +99,7 @@ public final class ModelConnectedIntegrationAccount { public String toString() { StringBuilder P = c.d.b.a.a.P("ModelConnectedIntegrationAccount(id="); - P.append(this.f2103id); + P.append(this.f2104id); P.append(", name="); return c.d.b.a.a.H(P, this.name, ")"); } diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java index 0c5cbb1a77..9aeb2706e7 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java @@ -14,7 +14,7 @@ public final class ModelConnectedIntegrationGuild { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2104id; + private final long f2105id; private final String name; /* compiled from: ModelConnectedIntegrationGuild.kt */ @@ -40,7 +40,7 @@ public final class ModelConnectedIntegrationGuild { } public ModelConnectedIntegrationGuild(long j, String str, String str2) { - this.f2104id = j; + this.f2105id = j; this.icon = str; this.name = str2; } @@ -52,7 +52,7 @@ public final class ModelConnectedIntegrationGuild { public static /* synthetic */ ModelConnectedIntegrationGuild copy$default(ModelConnectedIntegrationGuild modelConnectedIntegrationGuild, long j, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - j = modelConnectedIntegrationGuild.f2104id; + j = modelConnectedIntegrationGuild.f2105id; } if ((i & 2) != 0) { str = modelConnectedIntegrationGuild.icon; @@ -64,7 +64,7 @@ public final class ModelConnectedIntegrationGuild { } public final long component1() { - return this.f2104id; + return this.f2105id; } public final String component2() { @@ -87,7 +87,7 @@ public final class ModelConnectedIntegrationGuild { return false; } ModelConnectedIntegrationGuild modelConnectedIntegrationGuild = (ModelConnectedIntegrationGuild) obj; - return this.f2104id == modelConnectedIntegrationGuild.f2104id && m.areEqual(this.icon, modelConnectedIntegrationGuild.icon) && m.areEqual(this.name, modelConnectedIntegrationGuild.name); + return this.f2105id == modelConnectedIntegrationGuild.f2105id && m.areEqual(this.icon, modelConnectedIntegrationGuild.icon) && m.areEqual(this.name, modelConnectedIntegrationGuild.name); } public final String getIcon() { @@ -95,7 +95,7 @@ public final class ModelConnectedIntegrationGuild { } public final long getId() { - return this.f2104id; + return this.f2105id; } public final String getName() { @@ -103,7 +103,7 @@ public final class ModelConnectedIntegrationGuild { } public int hashCode() { - long j = this.f2104id; + long j = this.f2105id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.icon; int i2 = 0; @@ -117,7 +117,7 @@ public final class ModelConnectedIntegrationGuild { public String toString() { StringBuilder P = c.d.b.a.a.P("ModelConnectedIntegrationGuild(id="); - P.append(this.f2104id); + P.append(this.f2105id); P.append(", icon="); P.append(this.icon); P.append(", name="); diff --git a/app/src/main/java/com/discord/models/domain/ModelEntitlement.java b/app/src/main/java/com/discord/models/domain/ModelEntitlement.java index b80876ca44..20ee34c4d9 100644 --- a/app/src/main/java/com/discord/models/domain/ModelEntitlement.java +++ b/app/src/main/java/com/discord/models/domain/ModelEntitlement.java @@ -9,7 +9,7 @@ public final class ModelEntitlement { private final Boolean consumed; /* renamed from: id reason: collision with root package name */ - private final long f2105id; + private final long f2106id; private final Long parentId; private final Long promotionId; private final ModelSku sku; @@ -20,7 +20,7 @@ public final class ModelEntitlement { public ModelEntitlement(long j, long j2, int i, long j3, long j4, ModelSku modelSku, SubscriptionPlan subscriptionPlan, Long l, Boolean bool, Long l2) { m.checkNotNullParameter(modelSku, "sku"); - this.f2105id = j; + this.f2106id = j; this.applicationId = j2; this.type = i; this.userId = j3; @@ -33,11 +33,11 @@ public final class ModelEntitlement { } public static /* synthetic */ ModelEntitlement copy$default(ModelEntitlement modelEntitlement, long j, long j2, int i, long j3, long j4, ModelSku modelSku, SubscriptionPlan subscriptionPlan, Long l, Boolean bool, Long l2, int i2, Object obj) { - return modelEntitlement.copy((i2 & 1) != 0 ? modelEntitlement.f2105id : j, (i2 & 2) != 0 ? modelEntitlement.applicationId : j2, (i2 & 4) != 0 ? modelEntitlement.type : i, (i2 & 8) != 0 ? modelEntitlement.userId : j3, (i2 & 16) != 0 ? modelEntitlement.skuId : j4, (i2 & 32) != 0 ? modelEntitlement.sku : modelSku, (i2 & 64) != 0 ? modelEntitlement.subscriptionPlan : subscriptionPlan, (i2 & 128) != 0 ? modelEntitlement.parentId : l, (i2 & 256) != 0 ? modelEntitlement.consumed : bool, (i2 & 512) != 0 ? modelEntitlement.promotionId : l2); + return modelEntitlement.copy((i2 & 1) != 0 ? modelEntitlement.f2106id : j, (i2 & 2) != 0 ? modelEntitlement.applicationId : j2, (i2 & 4) != 0 ? modelEntitlement.type : i, (i2 & 8) != 0 ? modelEntitlement.userId : j3, (i2 & 16) != 0 ? modelEntitlement.skuId : j4, (i2 & 32) != 0 ? modelEntitlement.sku : modelSku, (i2 & 64) != 0 ? modelEntitlement.subscriptionPlan : subscriptionPlan, (i2 & 128) != 0 ? modelEntitlement.parentId : l, (i2 & 256) != 0 ? modelEntitlement.consumed : bool, (i2 & 512) != 0 ? modelEntitlement.promotionId : l2); } public final long component1() { - return this.f2105id; + return this.f2106id; } public final Long component10() { @@ -89,7 +89,7 @@ public final class ModelEntitlement { return false; } ModelEntitlement modelEntitlement = (ModelEntitlement) obj; - return this.f2105id == modelEntitlement.f2105id && this.applicationId == modelEntitlement.applicationId && this.type == modelEntitlement.type && this.userId == modelEntitlement.userId && this.skuId == modelEntitlement.skuId && m.areEqual(this.sku, modelEntitlement.sku) && m.areEqual(this.subscriptionPlan, modelEntitlement.subscriptionPlan) && m.areEqual(this.parentId, modelEntitlement.parentId) && m.areEqual(this.consumed, modelEntitlement.consumed) && m.areEqual(this.promotionId, modelEntitlement.promotionId); + return this.f2106id == modelEntitlement.f2106id && this.applicationId == modelEntitlement.applicationId && this.type == modelEntitlement.type && this.userId == modelEntitlement.userId && this.skuId == modelEntitlement.skuId && m.areEqual(this.sku, modelEntitlement.sku) && m.areEqual(this.subscriptionPlan, modelEntitlement.subscriptionPlan) && m.areEqual(this.parentId, modelEntitlement.parentId) && m.areEqual(this.consumed, modelEntitlement.consumed) && m.areEqual(this.promotionId, modelEntitlement.promotionId); } public final long getApplicationId() { @@ -101,7 +101,7 @@ public final class ModelEntitlement { } public final long getId() { - return this.f2105id; + return this.f2106id; } public final Long getParentId() { @@ -133,7 +133,7 @@ public final class ModelEntitlement { } public int hashCode() { - long j = this.f2105id; + long j = this.f2106id; long j2 = this.applicationId; long j3 = this.userId; long j4 = this.skuId; @@ -156,7 +156,7 @@ public final class ModelEntitlement { public String toString() { StringBuilder P = a.P("ModelEntitlement(id="); - P.append(this.f2105id); + P.append(this.f2106id); P.append(", applicationId="); P.append(this.applicationId); P.append(", type="); diff --git a/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java b/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java index e765417da9..8d2fe61187 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java @@ -12,7 +12,7 @@ public final class ModelGuildFolder { private final List guildIds; /* renamed from: id reason: collision with root package name */ - private final Long f2106id; + private final Long f2107id; private final String name; /* compiled from: ModelGuildFolder.kt */ @@ -41,7 +41,7 @@ public final class ModelGuildFolder { public ModelGuildFolder(Long l, List list, Integer num, String str) { m.checkNotNullParameter(list, "guildIds"); - this.f2106id = l; + this.f2107id = l; this.guildIds = list; this.color = num; this.name = str; @@ -56,7 +56,7 @@ public final class ModelGuildFolder { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelGuildFolder copy$default(ModelGuildFolder modelGuildFolder, Long l, List list, Integer num, String str, int i, Object obj) { if ((i & 1) != 0) { - l = modelGuildFolder.f2106id; + l = modelGuildFolder.f2107id; } if ((i & 2) != 0) { list = modelGuildFolder.guildIds; @@ -71,7 +71,7 @@ public final class ModelGuildFolder { } public final Long component1() { - return this.f2106id; + return this.f2107id; } public final List component2() { @@ -99,7 +99,7 @@ public final class ModelGuildFolder { return false; } ModelGuildFolder modelGuildFolder = (ModelGuildFolder) obj; - return m.areEqual(this.f2106id, modelGuildFolder.f2106id) && m.areEqual(this.guildIds, modelGuildFolder.guildIds) && m.areEqual(this.color, modelGuildFolder.color) && m.areEqual(this.name, modelGuildFolder.name); + return m.areEqual(this.f2107id, modelGuildFolder.f2107id) && m.areEqual(this.guildIds, modelGuildFolder.guildIds) && m.areEqual(this.color, modelGuildFolder.color) && m.areEqual(this.name, modelGuildFolder.name); } public final Integer getColor() { @@ -111,7 +111,7 @@ public final class ModelGuildFolder { } public final Long getId() { - return this.f2106id; + return this.f2107id; } public final String getName() { @@ -119,7 +119,7 @@ public final class ModelGuildFolder { } public int hashCode() { - Long l = this.f2106id; + Long l = this.f2107id; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; List list = this.guildIds; @@ -135,7 +135,7 @@ public final class ModelGuildFolder { public String toString() { StringBuilder P = a.P("ModelGuildFolder(id="); - P.append(this.f2106id); + P.append(this.f2107id); P.append(", guildIds="); P.append(this.guildIds); P.append(", color="); diff --git a/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java b/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java index 952041a18e..94c8a4b22e 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java @@ -17,7 +17,7 @@ public class ModelGuildIntegration implements Model { private int expireGracePeriod; /* renamed from: id reason: collision with root package name */ - private long f2107id; + private long f2108id; private String name; private long roleId; private int subscriberCount; @@ -29,7 +29,7 @@ public class ModelGuildIntegration implements Model { public static class IntegrationAccount implements Model { /* renamed from: id reason: collision with root package name */ - private String f2108id; + private String f2109id; private String name; @Override // com.discord.models.domain.Model @@ -37,7 +37,7 @@ public class ModelGuildIntegration implements Model { String nextName = jsonReader.nextName(); nextName.hashCode(); if (nextName.equals(ModelAuditLogEntry.CHANGE_KEY_ID)) { - this.f2108id = jsonReader.nextString(this.f2108id); + this.f2109id = jsonReader.nextString(this.f2109id); } else if (!nextName.equals(ModelAuditLogEntry.CHANGE_KEY_NAME)) { jsonReader.skipValue(); } else { @@ -71,7 +71,7 @@ public class ModelGuildIntegration implements Model { } public String getId() { - return this.f2108id; + return this.f2109id; } public String getName() { @@ -248,7 +248,7 @@ public class ModelGuildIntegration implements Model { this.expireBehavior = jsonReader.nextInt(this.expireBehavior); return; case 5: - this.f2107id = jsonReader.nextLong(this.f2107id); + this.f2108id = jsonReader.nextLong(this.f2108id); return; case 6: this.name = jsonReader.nextString(this.name); @@ -339,7 +339,7 @@ public class ModelGuildIntegration implements Model { } public long getId() { - return this.f2107id; + return this.f2108id; } public String getName() { diff --git a/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java b/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java index 44d0d28c76..256d55c942 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java @@ -18,7 +18,7 @@ public final class ModelGuildMemberListUpdate { private final long guildId; /* renamed from: id reason: collision with root package name */ - private final String f2109id; + private final String f2110id; private final List operations; /* compiled from: ModelGuildMemberListUpdate.kt */ @@ -36,7 +36,7 @@ public final class ModelGuildMemberListUpdate { private final int count; /* renamed from: id reason: collision with root package name */ - private final String f2110id; + private final String f2111id; private final Type type; /* compiled from: ModelGuildMemberListUpdate.kt */ @@ -68,7 +68,7 @@ public final class ModelGuildMemberListUpdate { public Group(String str, int i) { Type type; m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); - this.f2110id = str; + this.f2111id = str; this.count = i; int hashCode = str.hashCode(); if (hashCode != -1548612125) { @@ -86,7 +86,7 @@ public final class ModelGuildMemberListUpdate { public static /* synthetic */ Group copy$default(Group group, String str, int i, int i2, Object obj) { if ((i2 & 1) != 0) { - str = group.f2110id; + str = group.f2111id; } if ((i2 & 2) != 0) { i = group.count; @@ -95,7 +95,7 @@ public final class ModelGuildMemberListUpdate { } public final String component1() { - return this.f2110id; + return this.f2111id; } public final int component2() { @@ -115,7 +115,7 @@ public final class ModelGuildMemberListUpdate { return false; } Group group = (Group) obj; - return m.areEqual(this.f2110id, group.f2110id) && this.count == group.count; + return m.areEqual(this.f2111id, group.f2111id) && this.count == group.count; } public final int getCount() { @@ -123,7 +123,7 @@ public final class ModelGuildMemberListUpdate { } public final String getId() { - return this.f2110id; + return this.f2111id; } public final Type getType() { @@ -131,13 +131,13 @@ public final class ModelGuildMemberListUpdate { } public int hashCode() { - String str = this.f2110id; + String str = this.f2111id; return ((str != null ? str.hashCode() : 0) * 31) + this.count; } public String toString() { StringBuilder P = a.P("Group(id="); - P.append(this.f2110id); + P.append(this.f2111id); P.append(", count="); return a.z(P, this.count, ")"); } @@ -757,7 +757,7 @@ public final class ModelGuildMemberListUpdate { m.checkNotNullParameter(list, "operations"); m.checkNotNullParameter(list2, "groups"); this.guildId = j; - this.f2109id = str; + this.f2110id = str; this.operations = list; this.groups = list2; } @@ -769,7 +769,7 @@ public final class ModelGuildMemberListUpdate { j = modelGuildMemberListUpdate.guildId; } if ((i & 2) != 0) { - str = modelGuildMemberListUpdate.f2109id; + str = modelGuildMemberListUpdate.f2110id; } if ((i & 4) != 0) { list = modelGuildMemberListUpdate.operations; @@ -785,7 +785,7 @@ public final class ModelGuildMemberListUpdate { } public final String component2() { - return this.f2109id; + return this.f2110id; } public final List component3() { @@ -811,7 +811,7 @@ public final class ModelGuildMemberListUpdate { return false; } ModelGuildMemberListUpdate modelGuildMemberListUpdate = (ModelGuildMemberListUpdate) obj; - return this.guildId == modelGuildMemberListUpdate.guildId && m.areEqual(this.f2109id, modelGuildMemberListUpdate.f2109id) && m.areEqual(this.operations, modelGuildMemberListUpdate.operations) && m.areEqual(this.groups, modelGuildMemberListUpdate.groups); + return this.guildId == modelGuildMemberListUpdate.guildId && m.areEqual(this.f2110id, modelGuildMemberListUpdate.f2110id) && m.areEqual(this.operations, modelGuildMemberListUpdate.operations) && m.areEqual(this.groups, modelGuildMemberListUpdate.groups); } public final List getGroups() { @@ -823,7 +823,7 @@ public final class ModelGuildMemberListUpdate { } public final String getId() { - return this.f2109id; + return this.f2110id; } public final List getOperations() { @@ -833,7 +833,7 @@ public final class ModelGuildMemberListUpdate { public int hashCode() { long j = this.guildId; int i = ((int) (j ^ (j >>> 32))) * 31; - String str = this.f2109id; + String str = this.f2110id; int i2 = 0; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; List list = this.operations; @@ -849,7 +849,7 @@ public final class ModelGuildMemberListUpdate { StringBuilder P = a.P("ModelGuildMemberListUpdate(guildId="); P.append(this.guildId); P.append(", id="); - P.append(this.f2109id); + P.append(this.f2110id); P.append(", operations="); P.append(this.operations); P.append(", groups="); diff --git a/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java b/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java index aa81bba0c2..cb6a816773 100644 --- a/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java +++ b/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java @@ -10,7 +10,7 @@ public final class ModelOAuth2Token { private final Application application; /* renamed from: id reason: collision with root package name */ - private final long f2111id; + private final long f2112id; private final List scopes; /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: java.util.List */ @@ -18,7 +18,7 @@ public final class ModelOAuth2Token { public ModelOAuth2Token(long j, List list, Application application) { m.checkNotNullParameter(list, "scopes"); m.checkNotNullParameter(application, "application"); - this.f2111id = j; + this.f2112id = j; this.scopes = list; this.application = application; } @@ -27,7 +27,7 @@ public final class ModelOAuth2Token { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelOAuth2Token copy$default(ModelOAuth2Token modelOAuth2Token, long j, List list, Application application, int i, Object obj) { if ((i & 1) != 0) { - j = modelOAuth2Token.f2111id; + j = modelOAuth2Token.f2112id; } if ((i & 2) != 0) { list = modelOAuth2Token.scopes; @@ -39,7 +39,7 @@ public final class ModelOAuth2Token { } public final long component1() { - return this.f2111id; + return this.f2112id; } public final List component2() { @@ -64,7 +64,7 @@ public final class ModelOAuth2Token { return false; } ModelOAuth2Token modelOAuth2Token = (ModelOAuth2Token) obj; - return this.f2111id == modelOAuth2Token.f2111id && m.areEqual(this.scopes, modelOAuth2Token.scopes) && m.areEqual(this.application, modelOAuth2Token.application); + return this.f2112id == modelOAuth2Token.f2112id && m.areEqual(this.scopes, modelOAuth2Token.scopes) && m.areEqual(this.application, modelOAuth2Token.application); } public final Application getApplication() { @@ -72,7 +72,7 @@ public final class ModelOAuth2Token { } public final long getId() { - return this.f2111id; + return this.f2112id; } public final List getScopes() { @@ -80,7 +80,7 @@ public final class ModelOAuth2Token { } public int hashCode() { - long j = this.f2111id; + long j = this.f2112id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.scopes; int i2 = 0; @@ -94,7 +94,7 @@ public final class ModelOAuth2Token { public String toString() { StringBuilder P = a.P("ModelOAuth2Token(id="); - P.append(this.f2111id); + P.append(this.f2112id); P.append(", scopes="); P.append(this.scopes); P.append(", application="); diff --git a/app/src/main/java/com/discord/models/domain/ModelPayload.java b/app/src/main/java/com/discord/models/domain/ModelPayload.java index c5f4a6acf2..6b68d0e1c8 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPayload.java +++ b/app/src/main/java/com/discord/models/domain/ModelPayload.java @@ -49,7 +49,7 @@ public class ModelPayload implements Model { private List guilds; /* renamed from: me reason: collision with root package name */ - private User f2112me; + private User f2113me; private List presences; private List privateChannels; private VersionedReadStates readState; @@ -329,7 +329,7 @@ public class ModelPayload implements Model { public ModelPayload(ModelPayload modelPayload) { this.v = modelPayload.v; - this.f2112me = modelPayload.f2112me; + this.f2113me = modelPayload.f2113me; this.userSettings = modelPayload.userSettings; this.userGuildSettings = modelPayload.userGuildSettings; this.sessionId = modelPayload.sessionId; @@ -548,7 +548,7 @@ public class ModelPayload implements Model { this.v = jsonReader.nextInt(this.v); return; case '\n': - this.f2112me = (User) InboundGatewayGsonParser.fromJson(jsonReader, User.class); + this.f2113me = (User) InboundGatewayGsonParser.fromJson(jsonReader, User.class); return; case 11: this.users = jsonReader.nextList(new x(jsonReader)); @@ -762,7 +762,7 @@ public class ModelPayload implements Model { } public User getMe() { - return this.f2112me; + return this.f2113me; } public List getPresences() { diff --git a/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java b/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java index f88e0bf0e8..496b00bb5a 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java +++ b/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java @@ -16,7 +16,7 @@ public abstract class ModelPaymentSource { private final boolean f6default; /* renamed from: id reason: collision with root package name */ - private final String f2113id; + private final String f2114id; private final boolean invalid; /* compiled from: ModelPaymentSource.kt */ @@ -62,7 +62,7 @@ public abstract class ModelPaymentSource { private final int expiresYear; /* renamed from: id reason: collision with root package name */ - private final String f2114id; + private final String f2115id; private final boolean invalid; private final String last4; @@ -77,7 +77,7 @@ public abstract class ModelPaymentSource { this.last4 = str2; this.expiresMonth = i; this.expiresYear = i2; - this.f2114id = str3; + this.f2115id = str3; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f7default = z3; @@ -162,7 +162,7 @@ public abstract class ModelPaymentSource { @Override // com.discord.models.domain.ModelPaymentSource public String getId() { - return this.f2114id; + return this.f2115id; } @Override // com.discord.models.domain.ModelPaymentSource @@ -234,7 +234,7 @@ public abstract class ModelPaymentSource { private final String email; /* renamed from: id reason: collision with root package name */ - private final String f2115id; + private final String f2116id; private final boolean invalid; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -244,7 +244,7 @@ public abstract class ModelPaymentSource { m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(modelBillingAddress, "billingAddress"); this.email = str; - this.f2115id = str2; + this.f2116id = str2; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f8default = z3; @@ -323,7 +323,7 @@ public abstract class ModelPaymentSource { @Override // com.discord.models.domain.ModelPaymentSource public String getId() { - return this.f2115id; + return this.f2116id; } @Override // com.discord.models.domain.ModelPaymentSource @@ -384,7 +384,7 @@ public abstract class ModelPaymentSource { } private ModelPaymentSource(String str, boolean z2, ModelBillingAddress modelBillingAddress, boolean z3) { - this.f2113id = str; + this.f2114id = str; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f6default = z3; @@ -403,7 +403,7 @@ public abstract class ModelPaymentSource { } public String getId() { - return this.f2113id; + return this.f2114id; } public boolean getInvalid() { diff --git a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java index 436a9ba087..e4a39268eb 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java +++ b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java @@ -6,18 +6,18 @@ public final class ModelPremiumGuildSubscription { private final long guildId; /* renamed from: id reason: collision with root package name */ - private final long f2116id; + private final long f2117id; private final long userId; public ModelPremiumGuildSubscription(long j, long j2, long j3) { - this.f2116id = j; + this.f2117id = j; this.guildId = j2; this.userId = j3; } public static /* synthetic */ ModelPremiumGuildSubscription copy$default(ModelPremiumGuildSubscription modelPremiumGuildSubscription, long j, long j2, long j3, int i, Object obj) { if ((i & 1) != 0) { - j = modelPremiumGuildSubscription.f2116id; + j = modelPremiumGuildSubscription.f2117id; } if ((i & 2) != 0) { j2 = modelPremiumGuildSubscription.guildId; @@ -29,7 +29,7 @@ public final class ModelPremiumGuildSubscription { } public final long component1() { - return this.f2116id; + return this.f2117id; } public final long component2() { @@ -52,7 +52,7 @@ public final class ModelPremiumGuildSubscription { return false; } ModelPremiumGuildSubscription modelPremiumGuildSubscription = (ModelPremiumGuildSubscription) obj; - return this.f2116id == modelPremiumGuildSubscription.f2116id && this.guildId == modelPremiumGuildSubscription.guildId && this.userId == modelPremiumGuildSubscription.userId; + return this.f2117id == modelPremiumGuildSubscription.f2117id && this.guildId == modelPremiumGuildSubscription.guildId && this.userId == modelPremiumGuildSubscription.userId; } public final long getGuildId() { @@ -60,7 +60,7 @@ public final class ModelPremiumGuildSubscription { } public final long getId() { - return this.f2116id; + return this.f2117id; } public final long getUserId() { @@ -68,7 +68,7 @@ public final class ModelPremiumGuildSubscription { } public int hashCode() { - long j = this.f2116id; + long j = this.f2117id; long j2 = this.guildId; long j3 = this.userId; return (((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32))); @@ -76,7 +76,7 @@ public final class ModelPremiumGuildSubscription { public String toString() { StringBuilder P = a.P("ModelPremiumGuildSubscription(id="); - P.append(this.f2116id); + P.append(this.f2117id); P.append(", guildId="); P.append(this.guildId); P.append(", userId="); diff --git a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java index a4ea2d5834..904ff51980 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java +++ b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java @@ -9,13 +9,13 @@ public final class ModelPremiumGuildSubscriptionSlot { private final String cooldownEndsAt; /* renamed from: id reason: collision with root package name */ - private final long f2117id; + private final long f2118id; private final ModelPremiumGuildSubscription premiumGuildSubscription; private final long subscriptionId; public ModelPremiumGuildSubscriptionSlot(String str, long j, long j2, ModelPremiumGuildSubscription modelPremiumGuildSubscription, boolean z2) { this.cooldownEndsAt = str; - this.f2117id = j; + this.f2118id = j; this.subscriptionId = j2; this.premiumGuildSubscription = modelPremiumGuildSubscription; this.canceled = z2; @@ -30,7 +30,7 @@ public final class ModelPremiumGuildSubscriptionSlot { str = modelPremiumGuildSubscriptionSlot.cooldownEndsAt; } if ((i & 2) != 0) { - j = modelPremiumGuildSubscriptionSlot.f2117id; + j = modelPremiumGuildSubscriptionSlot.f2118id; } if ((i & 4) != 0) { j2 = modelPremiumGuildSubscriptionSlot.subscriptionId; @@ -45,7 +45,7 @@ public final class ModelPremiumGuildSubscriptionSlot { } public final long component2() { - return this.f2117id; + return this.f2118id; } public final long component3() { @@ -72,7 +72,7 @@ public final class ModelPremiumGuildSubscriptionSlot { return false; } ModelPremiumGuildSubscriptionSlot modelPremiumGuildSubscriptionSlot = (ModelPremiumGuildSubscriptionSlot) obj; - return m.areEqual(this.cooldownEndsAt, modelPremiumGuildSubscriptionSlot.cooldownEndsAt) && this.f2117id == modelPremiumGuildSubscriptionSlot.f2117id && this.subscriptionId == modelPremiumGuildSubscriptionSlot.subscriptionId && m.areEqual(this.premiumGuildSubscription, modelPremiumGuildSubscriptionSlot.premiumGuildSubscription) && this.canceled == modelPremiumGuildSubscriptionSlot.canceled; + return m.areEqual(this.cooldownEndsAt, modelPremiumGuildSubscriptionSlot.cooldownEndsAt) && this.f2118id == modelPremiumGuildSubscriptionSlot.f2118id && this.subscriptionId == modelPremiumGuildSubscriptionSlot.subscriptionId && m.areEqual(this.premiumGuildSubscription, modelPremiumGuildSubscriptionSlot.premiumGuildSubscription) && this.canceled == modelPremiumGuildSubscriptionSlot.canceled; } public final boolean getCanceled() { @@ -84,7 +84,7 @@ public final class ModelPremiumGuildSubscriptionSlot { } public final long getId() { - return this.f2117id; + return this.f2118id; } public final ModelPremiumGuildSubscription getPremiumGuildSubscription() { @@ -99,7 +99,7 @@ public final class ModelPremiumGuildSubscriptionSlot { String str = this.cooldownEndsAt; int i = 0; int hashCode = str != null ? str.hashCode() : 0; - long j = this.f2117id; + long j = this.f2118id; long j2 = this.subscriptionId; int i2 = ((((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31; ModelPremiumGuildSubscription modelPremiumGuildSubscription = this.premiumGuildSubscription; @@ -121,7 +121,7 @@ public final class ModelPremiumGuildSubscriptionSlot { StringBuilder P = a.P("ModelPremiumGuildSubscriptionSlot(cooldownEndsAt="); P.append(this.cooldownEndsAt); P.append(", id="); - P.append(this.f2117id); + P.append(this.f2118id); P.append(", subscriptionId="); P.append(this.subscriptionId); P.append(", premiumGuildSubscription="); diff --git a/app/src/main/java/com/discord/models/domain/ModelSku.java b/app/src/main/java/com/discord/models/domain/ModelSku.java index 93cf0b1f84..024ca60a95 100644 --- a/app/src/main/java/com/discord/models/domain/ModelSku.java +++ b/app/src/main/java/com/discord/models/domain/ModelSku.java @@ -16,7 +16,7 @@ public final class ModelSku { private final int flags; /* renamed from: id reason: collision with root package name */ - private final long f2118id; + private final long f2119id; private final String name; private final boolean premium; private final Price price; @@ -359,7 +359,7 @@ public final class ModelSku { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); this.applicationId = j; this.name = str; - this.f2118id = j2; + this.f2119id = j2; this.application = application; this.premium = z2; this.type = i; @@ -369,7 +369,7 @@ public final class ModelSku { } public static /* synthetic */ ModelSku copy$default(ModelSku modelSku, long j, String str, long j2, Application application, boolean z2, int i, Price price, int i2, Map map, int i3, Object obj) { - return modelSku.copy((i3 & 1) != 0 ? modelSku.applicationId : j, (i3 & 2) != 0 ? modelSku.name : str, (i3 & 4) != 0 ? modelSku.f2118id : j2, (i3 & 8) != 0 ? modelSku.application : application, (i3 & 16) != 0 ? modelSku.premium : z2, (i3 & 32) != 0 ? modelSku.type : i, (i3 & 64) != 0 ? modelSku.price : price, (i3 & 128) != 0 ? modelSku.flags : i2, (i3 & 256) != 0 ? modelSku.externalSkuStrategies : map); + return modelSku.copy((i3 & 1) != 0 ? modelSku.applicationId : j, (i3 & 2) != 0 ? modelSku.name : str, (i3 & 4) != 0 ? modelSku.f2119id : j2, (i3 & 8) != 0 ? modelSku.application : application, (i3 & 16) != 0 ? modelSku.premium : z2, (i3 & 32) != 0 ? modelSku.type : i, (i3 & 64) != 0 ? modelSku.price : price, (i3 & 128) != 0 ? modelSku.flags : i2, (i3 & 256) != 0 ? modelSku.externalSkuStrategies : map); } public final long component1() { @@ -381,7 +381,7 @@ public final class ModelSku { } public final long component3() { - return this.f2118id; + return this.f2119id; } public final Application component4() { @@ -421,7 +421,7 @@ public final class ModelSku { return false; } ModelSku modelSku = (ModelSku) obj; - return this.applicationId == modelSku.applicationId && m.areEqual(this.name, modelSku.name) && this.f2118id == modelSku.f2118id && m.areEqual(this.application, modelSku.application) && this.premium == modelSku.premium && this.type == modelSku.type && m.areEqual(this.price, modelSku.price) && this.flags == modelSku.flags && m.areEqual(this.externalSkuStrategies, modelSku.externalSkuStrategies); + return this.applicationId == modelSku.applicationId && m.areEqual(this.name, modelSku.name) && this.f2119id == modelSku.f2119id && m.areEqual(this.application, modelSku.application) && this.premium == modelSku.premium && this.type == modelSku.type && m.areEqual(this.price, modelSku.price) && this.flags == modelSku.flags && m.areEqual(this.externalSkuStrategies, modelSku.externalSkuStrategies); } public final Application getApplication() { @@ -441,7 +441,7 @@ public final class ModelSku { } public final long getId() { - return this.f2118id; + return this.f2119id; } public final String getName() { @@ -457,7 +457,7 @@ public final class ModelSku { } public final SkuCategory getSkuCategory() { - long j = this.f2118id; + long j = this.f2119id; return j == ModelSkuKt.getPREMIUM_TIER_1_SKU_ID() ? SkuCategory.NITRO_CLASSIC : j == ModelSkuKt.getPREMIUM_TIER_2_SKU_ID() ? SkuCategory.NITRO : SkuCategory.GAME; } @@ -471,7 +471,7 @@ public final class ModelSku { String str = this.name; int i2 = 0; int hashCode = str != null ? str.hashCode() : 0; - long j2 = this.f2118id; + long j2 = this.f2119id; int i3 = (((i + hashCode) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31; Application application = this.application; int hashCode2 = (i3 + (application != null ? application.hashCode() : 0)) * 31; @@ -506,7 +506,7 @@ public final class ModelSku { P.append(", name="); P.append(this.name); P.append(", id="); - P.append(this.f2118id); + P.append(this.f2119id); P.append(", application="); P.append(this.application); P.append(", premium="); diff --git a/app/src/main/java/com/discord/models/domain/ModelStoreListing.java b/app/src/main/java/com/discord/models/domain/ModelStoreListing.java index c1b2895a3a..e4985d3520 100644 --- a/app/src/main/java/com/discord/models/domain/ModelStoreListing.java +++ b/app/src/main/java/com/discord/models/domain/ModelStoreListing.java @@ -8,7 +8,7 @@ import kotlin.jvm.internal.Ref$ObjectRef; public final class ModelStoreListing { /* renamed from: id reason: collision with root package name */ - private final long f2119id; + private final long f2120id; private final ModelSku sku; /* compiled from: ModelStoreListing.kt */ @@ -35,7 +35,7 @@ public final class ModelStoreListing { public ModelStoreListing(ModelSku modelSku, long j) { m.checkNotNullParameter(modelSku, "sku"); this.sku = modelSku; - this.f2119id = j; + this.f2120id = j; } public static /* synthetic */ ModelStoreListing copy$default(ModelStoreListing modelStoreListing, ModelSku modelSku, long j, int i, Object obj) { @@ -43,7 +43,7 @@ public final class ModelStoreListing { modelSku = modelStoreListing.sku; } if ((i & 2) != 0) { - j = modelStoreListing.f2119id; + j = modelStoreListing.f2120id; } return modelStoreListing.copy(modelSku, j); } @@ -53,7 +53,7 @@ public final class ModelStoreListing { } public final long component2() { - return this.f2119id; + return this.f2120id; } public final ModelStoreListing copy(ModelSku modelSku, long j) { @@ -69,11 +69,11 @@ public final class ModelStoreListing { return false; } ModelStoreListing modelStoreListing = (ModelStoreListing) obj; - return m.areEqual(this.sku, modelStoreListing.sku) && this.f2119id == modelStoreListing.f2119id; + return m.areEqual(this.sku, modelStoreListing.sku) && this.f2120id == modelStoreListing.f2120id; } public final long getId() { - return this.f2119id; + return this.f2120id; } public final ModelSku getSku() { @@ -83,7 +83,7 @@ public final class ModelStoreListing { public int hashCode() { ModelSku modelSku = this.sku; int hashCode = modelSku != null ? modelSku.hashCode() : 0; - long j = this.f2119id; + long j = this.f2120id; return (hashCode * 31) + ((int) (j ^ (j >>> 32))); } @@ -91,6 +91,6 @@ public final class ModelStoreListing { StringBuilder P = a.P("ModelStoreListing(sku="); P.append(this.sku); P.append(", id="); - return a.A(P, this.f2119id, ")"); + return a.A(P, this.f2120id, ")"); } } diff --git a/app/src/main/java/com/discord/models/domain/ModelSubscription.java b/app/src/main/java/com/discord/models/domain/ModelSubscription.java index 00c43a2573..9265e1ef57 100644 --- a/app/src/main/java/com/discord/models/domain/ModelSubscription.java +++ b/app/src/main/java/com/discord/models/domain/ModelSubscription.java @@ -16,7 +16,7 @@ public final class ModelSubscription extends HasSubscriptionItems { private final String currentPeriodStart; /* renamed from: id reason: collision with root package name */ - private final String f2120id; + private final String f2121id; private final List items; private final Integer paymentGateway; private final String paymentGatewayPlanId; @@ -202,19 +202,19 @@ public final class ModelSubscription extends HasSubscriptionItems { public static final class SubscriptionItem { /* renamed from: id reason: collision with root package name */ - private final long f2121id; + private final long f2122id; private final long planId; private final int quantity; public SubscriptionItem(long j, long j2, int i) { - this.f2121id = j; + this.f2122id = j; this.planId = j2; this.quantity = i; } public static /* synthetic */ SubscriptionItem copy$default(SubscriptionItem subscriptionItem, long j, long j2, int i, int i2, Object obj) { if ((i2 & 1) != 0) { - j = subscriptionItem.f2121id; + j = subscriptionItem.f2122id; } if ((i2 & 2) != 0) { j2 = subscriptionItem.planId; @@ -226,7 +226,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public final long component1() { - return this.f2121id; + return this.f2122id; } public final long component2() { @@ -249,11 +249,11 @@ public final class ModelSubscription extends HasSubscriptionItems { return false; } SubscriptionItem subscriptionItem = (SubscriptionItem) obj; - return this.f2121id == subscriptionItem.f2121id && this.planId == subscriptionItem.planId && this.quantity == subscriptionItem.quantity; + return this.f2122id == subscriptionItem.f2122id && this.planId == subscriptionItem.planId && this.quantity == subscriptionItem.quantity; } public final long getId() { - return this.f2121id; + return this.f2122id; } public final long getPlanId() { @@ -265,14 +265,14 @@ public final class ModelSubscription extends HasSubscriptionItems { } public int hashCode() { - long j = this.f2121id; + long j = this.f2122id; long j2 = this.planId; return (((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + this.quantity; } public String toString() { StringBuilder P = a.P("SubscriptionItem(id="); - P.append(this.f2121id); + P.append(this.f2122id); P.append(", planId="); P.append(this.planId); P.append(", quantity="); @@ -389,7 +389,7 @@ public final class ModelSubscription extends HasSubscriptionItems { m.checkNotNullParameter(str4, "currentPeriodStart"); m.checkNotNullParameter(str5, "currentPeriodEnd"); m.checkNotNullParameter(list, "items"); - this.f2120id = str; + this.f2121id = str; this.createdAt = str2; this.canceledAt = str3; this.currentPeriodStart = str4; @@ -414,11 +414,11 @@ public final class ModelSubscription extends HasSubscriptionItems { } public static /* synthetic */ ModelSubscription copy$default(ModelSubscription modelSubscription, String str, String str2, String str3, String str4, String str5, String str6, Integer num, String str7, String str8, SubscriptionRenewalMutations subscriptionRenewalMutations, List list, String str9, int i, int i2, int i3, Object obj) { - return modelSubscription.copy((i3 & 1) != 0 ? modelSubscription.f2120id : str, (i3 & 2) != 0 ? modelSubscription.createdAt : str2, (i3 & 4) != 0 ? modelSubscription.canceledAt : str3, (i3 & 8) != 0 ? modelSubscription.currentPeriodStart : str4, (i3 & 16) != 0 ? modelSubscription.currentPeriodEnd : str5, (i3 & 32) != 0 ? modelSubscription.paymentSourceId : str6, (i3 & 64) != 0 ? modelSubscription.paymentGateway : num, (i3 & 128) != 0 ? modelSubscription.trialId : str7, (i3 & 256) != 0 ? modelSubscription.trialEndsAt : str8, (i3 & 512) != 0 ? modelSubscription.renewalMutations : subscriptionRenewalMutations, (i3 & 1024) != 0 ? modelSubscription.getItems() : list, (i3 & 2048) != 0 ? modelSubscription.paymentGatewayPlanId : str9, (i3 & 4096) != 0 ? modelSubscription.status : i, (i3 & 8192) != 0 ? modelSubscription.type : i2); + return modelSubscription.copy((i3 & 1) != 0 ? modelSubscription.f2121id : str, (i3 & 2) != 0 ? modelSubscription.createdAt : str2, (i3 & 4) != 0 ? modelSubscription.canceledAt : str3, (i3 & 8) != 0 ? modelSubscription.currentPeriodStart : str4, (i3 & 16) != 0 ? modelSubscription.currentPeriodEnd : str5, (i3 & 32) != 0 ? modelSubscription.paymentSourceId : str6, (i3 & 64) != 0 ? modelSubscription.paymentGateway : num, (i3 & 128) != 0 ? modelSubscription.trialId : str7, (i3 & 256) != 0 ? modelSubscription.trialEndsAt : str8, (i3 & 512) != 0 ? modelSubscription.renewalMutations : subscriptionRenewalMutations, (i3 & 1024) != 0 ? modelSubscription.getItems() : list, (i3 & 2048) != 0 ? modelSubscription.paymentGatewayPlanId : str9, (i3 & 4096) != 0 ? modelSubscription.status : i, (i3 & 8192) != 0 ? modelSubscription.type : i2); } public final String component1() { - return this.f2120id; + return this.f2121id; } public final SubscriptionRenewalMutations component10() { @@ -482,7 +482,7 @@ public final class ModelSubscription extends HasSubscriptionItems { return false; } ModelSubscription modelSubscription = (ModelSubscription) obj; - return m.areEqual(this.f2120id, modelSubscription.f2120id) && m.areEqual(this.createdAt, modelSubscription.createdAt) && m.areEqual(this.canceledAt, modelSubscription.canceledAt) && m.areEqual(this.currentPeriodStart, modelSubscription.currentPeriodStart) && m.areEqual(this.currentPeriodEnd, modelSubscription.currentPeriodEnd) && m.areEqual(this.paymentSourceId, modelSubscription.paymentSourceId) && m.areEqual(this.paymentGateway, modelSubscription.paymentGateway) && m.areEqual(this.trialId, modelSubscription.trialId) && m.areEqual(this.trialEndsAt, modelSubscription.trialEndsAt) && m.areEqual(this.renewalMutations, modelSubscription.renewalMutations) && m.areEqual(getItems(), modelSubscription.getItems()) && m.areEqual(this.paymentGatewayPlanId, modelSubscription.paymentGatewayPlanId) && this.status == modelSubscription.status && this.type == modelSubscription.type; + return m.areEqual(this.f2121id, modelSubscription.f2121id) && m.areEqual(this.createdAt, modelSubscription.createdAt) && m.areEqual(this.canceledAt, modelSubscription.canceledAt) && m.areEqual(this.currentPeriodStart, modelSubscription.currentPeriodStart) && m.areEqual(this.currentPeriodEnd, modelSubscription.currentPeriodEnd) && m.areEqual(this.paymentSourceId, modelSubscription.paymentSourceId) && m.areEqual(this.paymentGateway, modelSubscription.paymentGateway) && m.areEqual(this.trialId, modelSubscription.trialId) && m.areEqual(this.trialEndsAt, modelSubscription.trialEndsAt) && m.areEqual(this.renewalMutations, modelSubscription.renewalMutations) && m.areEqual(getItems(), modelSubscription.getItems()) && m.areEqual(this.paymentGatewayPlanId, modelSubscription.paymentGatewayPlanId) && this.status == modelSubscription.status && this.type == modelSubscription.type; } public final long getAccountHoldEstimatedExpirationTimestamp() { @@ -506,7 +506,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public final String getId() { - return this.f2120id; + return this.f2121id; } @Override // com.discord.models.domain.HasSubscriptionItems @@ -585,7 +585,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public int hashCode() { - String str = this.f2120id; + String str = this.f2121id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.createdAt; @@ -629,7 +629,7 @@ public final class ModelSubscription extends HasSubscriptionItems { public String toString() { StringBuilder P = a.P("ModelSubscription(id="); - P.append(this.f2120id); + P.append(this.f2121id); P.append(", createdAt="); P.append(this.createdAt); P.append(", canceledAt="); diff --git a/app/src/main/java/com/discord/models/domain/ModelUserNote.java b/app/src/main/java/com/discord/models/domain/ModelUserNote.java index 87c55218ad..1ae1b60293 100644 --- a/app/src/main/java/com/discord/models/domain/ModelUserNote.java +++ b/app/src/main/java/com/discord/models/domain/ModelUserNote.java @@ -14,7 +14,7 @@ public final class ModelUserNote { public static final class Update { /* renamed from: id reason: collision with root package name */ - private final long f2122id; + private final long f2123id; private final String note; /* compiled from: ModelUserNote.kt */ @@ -38,13 +38,13 @@ public final class ModelUserNote { public Update(long j, String str) { m.checkNotNullParameter(str, "note"); - this.f2122id = j; + this.f2123id = j; this.note = str; } public static /* synthetic */ Update copy$default(Update update, long j, String str, int i, Object obj) { if ((i & 1) != 0) { - j = update.f2122id; + j = update.f2123id; } if ((i & 2) != 0) { str = update.note; @@ -53,7 +53,7 @@ public final class ModelUserNote { } public final long component1() { - return this.f2122id; + return this.f2123id; } public final String component2() { @@ -73,11 +73,11 @@ public final class ModelUserNote { return false; } Update update = (Update) obj; - return this.f2122id == update.f2122id && m.areEqual(this.note, update.note); + return this.f2123id == update.f2123id && m.areEqual(this.note, update.note); } public final long getId() { - return this.f2122id; + return this.f2123id; } public final String getNote() { @@ -85,7 +85,7 @@ public final class ModelUserNote { } public int hashCode() { - long j = this.f2122id; + long j = this.f2123id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.note; return i + (str != null ? str.hashCode() : 0); @@ -93,7 +93,7 @@ public final class ModelUserNote { public String toString() { StringBuilder P = a.P("Update(id="); - P.append(this.f2122id); + P.append(this.f2123id); P.append(", note="); return a.H(P, this.note, ")"); } diff --git a/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java b/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java index 97a2795aea..d69e9eb1b0 100644 --- a/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java +++ b/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java @@ -14,7 +14,7 @@ public class ModelUserRelationship implements Model { public static final int TYPE_NONE = 0; /* renamed from: id reason: collision with root package name */ - private long f2123id; + private long f2124id; private int type; private User user; private Long userId; @@ -23,14 +23,14 @@ public class ModelUserRelationship implements Model { } public ModelUserRelationship(long j, int i, User user, Long l) { - this.f2123id = j; + this.f2124id = j; this.type = i; this.user = user; this.userId = l; } public ModelUserRelationship(ModelUserRelationship modelUserRelationship) { - this(modelUserRelationship.f2123id, modelUserRelationship.type, modelUserRelationship.user, modelUserRelationship.userId); + this(modelUserRelationship.f2124id, modelUserRelationship.type, modelUserRelationship.user, modelUserRelationship.userId); } public static int getType(Integer num) { @@ -80,7 +80,7 @@ public class ModelUserRelationship implements Model { this.userId = jsonReader.nextLongOrNull(); return; case 1: - this.f2123id = jsonReader.nextLong(this.f2123id); + this.f2124id = jsonReader.nextLong(this.f2124id); return; case 2: this.type = jsonReader.nextInt(this.type); @@ -120,7 +120,7 @@ public class ModelUserRelationship implements Model { } public long getId() { - return this.f2123id; + return this.f2124id; } public int getType() { diff --git a/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java b/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java index 28053a2220..22ea8f44f0 100644 --- a/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java +++ b/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java @@ -7,7 +7,7 @@ public class ModelVoiceRegion implements Model { private boolean deprecated; /* renamed from: id reason: collision with root package name */ - private String f2124id; + private String f2125id; private String name; private boolean optimal; private String sampleHostname; @@ -64,7 +64,7 @@ public class ModelVoiceRegion implements Model { this.optimal = jsonReader.nextBoolean(this.optimal); return; case 2: - this.f2124id = jsonReader.nextString(this.f2124id); + this.f2125id = jsonReader.nextString(this.f2125id); return; case 3: this.name = jsonReader.nextString(this.name); @@ -112,7 +112,7 @@ public class ModelVoiceRegion implements Model { } public String getId() { - return this.f2124id; + return this.f2125id; } public String getName() { diff --git a/app/src/main/java/com/discord/models/domain/ModelWebhook.java b/app/src/main/java/com/discord/models/domain/ModelWebhook.java index 1dd603b1b8..0c946c9c27 100644 --- a/app/src/main/java/com/discord/models/domain/ModelWebhook.java +++ b/app/src/main/java/com/discord/models/domain/ModelWebhook.java @@ -9,7 +9,7 @@ public class ModelWebhook implements Model { private long guildId; /* renamed from: id reason: collision with root package name */ - private long f2125id; + private long f2126id; private String name; @Override // com.discord.models.domain.Model @@ -60,7 +60,7 @@ public class ModelWebhook implements Model { this.guildId = jsonReader.nextLong(this.guildId); return; case 3: - this.f2125id = jsonReader.nextLong(this.f2125id); + this.f2126id = jsonReader.nextLong(this.f2126id); return; case 4: this.name = jsonReader.nextString(this.name); @@ -109,7 +109,7 @@ public class ModelWebhook implements Model { } public long getId() { - return this.f2125id; + return this.f2126id; } public String getName() { diff --git a/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java b/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java index 29a3d1fac0..92fb5d3b04 100644 --- a/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java +++ b/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java @@ -15,7 +15,7 @@ public final class PaymentSourceRaw { private final int expiresYear; /* renamed from: id reason: collision with root package name */ - private final String f2126id; + private final String f2127id; private final boolean invalid; private final String last_4; private final int type; @@ -24,7 +24,7 @@ public final class PaymentSourceRaw { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(modelBillingAddress, "billingAddress"); this.type = i; - this.f2126id = str; + this.f2127id = str; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f10default = z3; @@ -36,7 +36,7 @@ public final class PaymentSourceRaw { } public static /* synthetic */ PaymentSourceRaw copy$default(PaymentSourceRaw paymentSourceRaw, int i, String str, boolean z2, ModelBillingAddress modelBillingAddress, boolean z3, String str2, String str3, String str4, int i2, int i3, int i4, Object obj) { - return paymentSourceRaw.copy((i4 & 1) != 0 ? paymentSourceRaw.type : i, (i4 & 2) != 0 ? paymentSourceRaw.f2126id : str, (i4 & 4) != 0 ? paymentSourceRaw.invalid : z2, (i4 & 8) != 0 ? paymentSourceRaw.billingAddress : modelBillingAddress, (i4 & 16) != 0 ? paymentSourceRaw.f10default : z3, (i4 & 32) != 0 ? paymentSourceRaw.email : str2, (i4 & 64) != 0 ? paymentSourceRaw.brand : str3, (i4 & 128) != 0 ? paymentSourceRaw.last_4 : str4, (i4 & 256) != 0 ? paymentSourceRaw.expiresMonth : i2, (i4 & 512) != 0 ? paymentSourceRaw.expiresYear : i3); + return paymentSourceRaw.copy((i4 & 1) != 0 ? paymentSourceRaw.type : i, (i4 & 2) != 0 ? paymentSourceRaw.f2127id : str, (i4 & 4) != 0 ? paymentSourceRaw.invalid : z2, (i4 & 8) != 0 ? paymentSourceRaw.billingAddress : modelBillingAddress, (i4 & 16) != 0 ? paymentSourceRaw.f10default : z3, (i4 & 32) != 0 ? paymentSourceRaw.email : str2, (i4 & 64) != 0 ? paymentSourceRaw.brand : str3, (i4 & 128) != 0 ? paymentSourceRaw.last_4 : str4, (i4 & 256) != 0 ? paymentSourceRaw.expiresMonth : i2, (i4 & 512) != 0 ? paymentSourceRaw.expiresYear : i3); } public final int component1() { @@ -48,7 +48,7 @@ public final class PaymentSourceRaw { } public final String component2() { - return this.f2126id; + return this.f2127id; } public final boolean component3() { @@ -93,7 +93,7 @@ public final class PaymentSourceRaw { return false; } PaymentSourceRaw paymentSourceRaw = (PaymentSourceRaw) obj; - return this.type == paymentSourceRaw.type && m.areEqual(this.f2126id, paymentSourceRaw.f2126id) && this.invalid == paymentSourceRaw.invalid && m.areEqual(this.billingAddress, paymentSourceRaw.billingAddress) && this.f10default == paymentSourceRaw.f10default && m.areEqual(this.email, paymentSourceRaw.email) && m.areEqual(this.brand, paymentSourceRaw.brand) && m.areEqual(this.last_4, paymentSourceRaw.last_4) && this.expiresMonth == paymentSourceRaw.expiresMonth && this.expiresYear == paymentSourceRaw.expiresYear; + return this.type == paymentSourceRaw.type && m.areEqual(this.f2127id, paymentSourceRaw.f2127id) && this.invalid == paymentSourceRaw.invalid && m.areEqual(this.billingAddress, paymentSourceRaw.billingAddress) && this.f10default == paymentSourceRaw.f10default && m.areEqual(this.email, paymentSourceRaw.email) && m.areEqual(this.brand, paymentSourceRaw.brand) && m.areEqual(this.last_4, paymentSourceRaw.last_4) && this.expiresMonth == paymentSourceRaw.expiresMonth && this.expiresYear == paymentSourceRaw.expiresYear; } public final ModelBillingAddress getBillingAddress() { @@ -121,7 +121,7 @@ public final class PaymentSourceRaw { } public final String getId() { - return this.f2126id; + return this.f2127id; } public final boolean getInvalid() { @@ -138,7 +138,7 @@ public final class PaymentSourceRaw { public int hashCode() { int i = this.type * 31; - String str = this.f2126id; + String str = this.f2127id; int i2 = 0; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; boolean z2 = this.invalid; @@ -172,7 +172,7 @@ public final class PaymentSourceRaw { StringBuilder P = a.P("PaymentSourceRaw(type="); P.append(this.type); P.append(", id="); - P.append(this.f2126id); + P.append(this.f2127id); P.append(", invalid="); P.append(this.invalid); P.append(", billingAddress="); diff --git a/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java b/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java index 4687d51c91..ac5b60a994 100644 --- a/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java +++ b/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java @@ -9,7 +9,7 @@ public final class ModelInvoiceItem { private final List discount; /* renamed from: id reason: collision with root package name */ - private final long f2127id; + private final long f2128id; private final boolean proration; private final int quantity; private final long subscriptionPlanId; @@ -19,7 +19,7 @@ public final class ModelInvoiceItem { m.checkNotNullParameter(list, "discount"); this.amount = i; this.discount = list; - this.f2127id = j; + this.f2128id = j; this.proration = z2; this.quantity = i2; this.subscriptionPlanId = j2; @@ -27,7 +27,7 @@ public final class ModelInvoiceItem { } public static /* synthetic */ ModelInvoiceItem copy$default(ModelInvoiceItem modelInvoiceItem, int i, List list, long j, boolean z2, int i2, long j2, int i3, int i4, Object obj) { - return modelInvoiceItem.copy((i4 & 1) != 0 ? modelInvoiceItem.amount : i, (i4 & 2) != 0 ? modelInvoiceItem.discount : list, (i4 & 4) != 0 ? modelInvoiceItem.f2127id : j, (i4 & 8) != 0 ? modelInvoiceItem.proration : z2, (i4 & 16) != 0 ? modelInvoiceItem.quantity : i2, (i4 & 32) != 0 ? modelInvoiceItem.subscriptionPlanId : j2, (i4 & 64) != 0 ? modelInvoiceItem.subscriptionPlanPrice : i3); + return modelInvoiceItem.copy((i4 & 1) != 0 ? modelInvoiceItem.amount : i, (i4 & 2) != 0 ? modelInvoiceItem.discount : list, (i4 & 4) != 0 ? modelInvoiceItem.f2128id : j, (i4 & 8) != 0 ? modelInvoiceItem.proration : z2, (i4 & 16) != 0 ? modelInvoiceItem.quantity : i2, (i4 & 32) != 0 ? modelInvoiceItem.subscriptionPlanId : j2, (i4 & 64) != 0 ? modelInvoiceItem.subscriptionPlanPrice : i3); } public final int component1() { @@ -39,7 +39,7 @@ public final class ModelInvoiceItem { } public final long component3() { - return this.f2127id; + return this.f2128id; } public final boolean component4() { @@ -71,7 +71,7 @@ public final class ModelInvoiceItem { return false; } ModelInvoiceItem modelInvoiceItem = (ModelInvoiceItem) obj; - return this.amount == modelInvoiceItem.amount && m.areEqual(this.discount, modelInvoiceItem.discount) && this.f2127id == modelInvoiceItem.f2127id && this.proration == modelInvoiceItem.proration && this.quantity == modelInvoiceItem.quantity && this.subscriptionPlanId == modelInvoiceItem.subscriptionPlanId && this.subscriptionPlanPrice == modelInvoiceItem.subscriptionPlanPrice; + return this.amount == modelInvoiceItem.amount && m.areEqual(this.discount, modelInvoiceItem.discount) && this.f2128id == modelInvoiceItem.f2128id && this.proration == modelInvoiceItem.proration && this.quantity == modelInvoiceItem.quantity && this.subscriptionPlanId == modelInvoiceItem.subscriptionPlanId && this.subscriptionPlanPrice == modelInvoiceItem.subscriptionPlanPrice; } public final int getAmount() { @@ -83,7 +83,7 @@ public final class ModelInvoiceItem { } public final long getId() { - return this.f2127id; + return this.f2128id; } public final boolean getProration() { @@ -106,7 +106,7 @@ public final class ModelInvoiceItem { int i = this.amount * 31; List list = this.discount; int hashCode = list != null ? list.hashCode() : 0; - long j = this.f2127id; + long j = this.f2128id; int i2 = (((i + hashCode) * 31) + ((int) (j ^ (j >>> 32)))) * 31; boolean z2 = this.proration; if (z2) { @@ -125,7 +125,7 @@ public final class ModelInvoiceItem { P.append(", discount="); P.append(this.discount); P.append(", id="); - P.append(this.f2127id); + P.append(this.f2128id); P.append(", proration="); P.append(this.proration); P.append(", quantity="); diff --git a/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java b/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java index 345870ef9d..f065cf2837 100644 --- a/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java +++ b/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java @@ -8,7 +8,7 @@ public final class ModelInvoicePreview { private final String currency; /* renamed from: id reason: collision with root package name */ - private final long f2128id; + private final long f2129id; private final List invoiceItems; private final String subscriptionPeriodEnd; private final String subscriptionPeriodStart; @@ -23,7 +23,7 @@ public final class ModelInvoicePreview { m.checkNotNullParameter(str2, "subscriptionPeriodEnd"); m.checkNotNullParameter(str3, "subscriptionPeriodStart"); this.currency = str; - this.f2128id = j; + this.f2129id = j; this.invoiceItems = list; this.subscriptionPeriodEnd = str2; this.subscriptionPeriodStart = str3; @@ -34,7 +34,7 @@ public final class ModelInvoicePreview { } public static /* synthetic */ ModelInvoicePreview copy$default(ModelInvoicePreview modelInvoicePreview, String str, long j, List list, String str2, String str3, int i, int i2, boolean z2, int i3, int i4, Object obj) { - return modelInvoicePreview.copy((i4 & 1) != 0 ? modelInvoicePreview.currency : str, (i4 & 2) != 0 ? modelInvoicePreview.f2128id : j, (i4 & 4) != 0 ? modelInvoicePreview.invoiceItems : list, (i4 & 8) != 0 ? modelInvoicePreview.subscriptionPeriodEnd : str2, (i4 & 16) != 0 ? modelInvoicePreview.subscriptionPeriodStart : str3, (i4 & 32) != 0 ? modelInvoicePreview.subtotal : i, (i4 & 64) != 0 ? modelInvoicePreview.tax : i2, (i4 & 128) != 0 ? modelInvoicePreview.taxInclusive : z2, (i4 & 256) != 0 ? modelInvoicePreview.total : i3); + return modelInvoicePreview.copy((i4 & 1) != 0 ? modelInvoicePreview.currency : str, (i4 & 2) != 0 ? modelInvoicePreview.f2129id : j, (i4 & 4) != 0 ? modelInvoicePreview.invoiceItems : list, (i4 & 8) != 0 ? modelInvoicePreview.subscriptionPeriodEnd : str2, (i4 & 16) != 0 ? modelInvoicePreview.subscriptionPeriodStart : str3, (i4 & 32) != 0 ? modelInvoicePreview.subtotal : i, (i4 & 64) != 0 ? modelInvoicePreview.tax : i2, (i4 & 128) != 0 ? modelInvoicePreview.taxInclusive : z2, (i4 & 256) != 0 ? modelInvoicePreview.total : i3); } public final String component1() { @@ -42,7 +42,7 @@ public final class ModelInvoicePreview { } public final long component2() { - return this.f2128id; + return this.f2129id; } public final List component3() { @@ -89,7 +89,7 @@ public final class ModelInvoicePreview { return false; } ModelInvoicePreview modelInvoicePreview = (ModelInvoicePreview) obj; - return m.areEqual(this.currency, modelInvoicePreview.currency) && this.f2128id == modelInvoicePreview.f2128id && m.areEqual(this.invoiceItems, modelInvoicePreview.invoiceItems) && m.areEqual(this.subscriptionPeriodEnd, modelInvoicePreview.subscriptionPeriodEnd) && m.areEqual(this.subscriptionPeriodStart, modelInvoicePreview.subscriptionPeriodStart) && this.subtotal == modelInvoicePreview.subtotal && this.tax == modelInvoicePreview.tax && this.taxInclusive == modelInvoicePreview.taxInclusive && this.total == modelInvoicePreview.total; + return m.areEqual(this.currency, modelInvoicePreview.currency) && this.f2129id == modelInvoicePreview.f2129id && m.areEqual(this.invoiceItems, modelInvoicePreview.invoiceItems) && m.areEqual(this.subscriptionPeriodEnd, modelInvoicePreview.subscriptionPeriodEnd) && m.areEqual(this.subscriptionPeriodStart, modelInvoicePreview.subscriptionPeriodStart) && this.subtotal == modelInvoicePreview.subtotal && this.tax == modelInvoicePreview.tax && this.taxInclusive == modelInvoicePreview.taxInclusive && this.total == modelInvoicePreview.total; } public final String getCurrency() { @@ -97,7 +97,7 @@ public final class ModelInvoicePreview { } public final long getId() { - return this.f2128id; + return this.f2129id; } public final List getInvoiceItems() { @@ -132,7 +132,7 @@ public final class ModelInvoicePreview { String str = this.currency; int i = 0; int hashCode = str != null ? str.hashCode() : 0; - long j = this.f2128id; + long j = this.f2129id; int i2 = ((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31; List list = this.invoiceItems; int hashCode2 = (i2 + (list != null ? list.hashCode() : 0)) * 31; @@ -157,7 +157,7 @@ public final class ModelInvoicePreview { StringBuilder P = a.P("ModelInvoicePreview(currency="); P.append(this.currency); P.append(", id="); - P.append(this.f2128id); + P.append(this.f2129id); P.append(", invoiceItems="); P.append(this.invoiceItems); P.append(", subscriptionPeriodEnd="); diff --git a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java index c26b737c5c..3940b8fa65 100644 --- a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java +++ b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java @@ -24,7 +24,7 @@ public class ModelEmojiCustom implements Emoji { private long guildId; /* renamed from: id reason: collision with root package name */ - private long f2129id; + private long f2130id; private String idStr; private boolean isAnimated; private transient boolean isUsable; @@ -61,7 +61,7 @@ public class ModelEmojiCustom implements Emoji { public ModelEmojiCustom(long j, String str, List list, boolean z2, boolean z3, int i, String str2, boolean z4, boolean z5, boolean z6, long j2) { this.idStr = "0"; - this.f2129id = j; + this.f2130id = j; this.idStr = String.valueOf(j); this.name = str; this.roles = list; @@ -79,7 +79,7 @@ public class ModelEmojiCustom implements Emoji { this.idStr = "0"; boolean z2 = true; this.isUsable = true; - this.f2129id = guildEmoji.c(); + this.f2130id = guildEmoji.c(); this.name = guildEmoji.e(); this.idStr = String.valueOf(guildEmoji.c()); this.roles = guildEmoji.g() != null ? guildEmoji.g() : new ArrayList<>(); @@ -92,7 +92,7 @@ public class ModelEmojiCustom implements Emoji { public ModelEmojiCustom(ModelEmojiCustom modelEmojiCustom, int i, boolean z2) { this.idStr = "0"; - this.f2129id = modelEmojiCustom.f2129id; + this.f2130id = modelEmojiCustom.f2130id; this.idStr = modelEmojiCustom.idStr; this.roles = modelEmojiCustom.getRoles(); this.requireColons = modelEmojiCustom.requireColons; @@ -205,7 +205,7 @@ public class ModelEmojiCustom implements Emoji { } public long getId() { - return this.f2129id; + return this.f2130id; } public String getIdStr() { @@ -214,7 +214,7 @@ public class ModelEmojiCustom implements Emoji { @Override // com.discord.models.domain.emoji.Emoji public String getImageUri(boolean z2, int i, Context context) { - return getImageUri(this.f2129id, this.isAnimated && z2, i); + return getImageUri(this.f2130id, this.isAnimated && z2, i); } @Override // com.discord.models.domain.emoji.Emoji @@ -231,7 +231,7 @@ public class ModelEmojiCustom implements Emoji { sb.append(str); sb.append(this.name); sb.append(MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR); - sb.append(this.f2129id); + sb.append(this.f2130id); sb.append('>'); return sb.toString(); } @@ -247,7 +247,7 @@ public class ModelEmojiCustom implements Emoji { @Override // com.discord.models.domain.emoji.Emoji public String getReactionKey() { - return this.name + MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR + this.f2129id; + return this.name + MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR + this.f2130id; } @Override // com.discord.models.domain.emoji.Emoji @@ -333,7 +333,7 @@ public class ModelEmojiCustom implements Emoji { } public GuildEmoji toApiEmoji() { - return new GuildEmoji(this.f2129id, this.name, this.roles, this.requireColons, this.managed, this.isAnimated, this.available); + return new GuildEmoji(this.f2130id, this.name, this.roles, this.requireColons, this.managed, this.isAnimated, this.available); } @Override // java.lang.Object @@ -368,7 +368,7 @@ public class ModelEmojiCustom implements Emoji { @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { - parcel.writeLong(this.f2129id); + parcel.writeLong(this.f2130id); parcel.writeString(this.name); parcel.writeList(this.roles); parcel.writeInt(this.requireColons ? 1 : 0); diff --git a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java index b2dbb5c620..28a8345dca 100644 --- a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java +++ b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java @@ -11,7 +11,7 @@ public final class ModelEmojiGuild { private final boolean available; /* renamed from: id reason: collision with root package name */ - private final long f2130id; + private final long f2131id; private final boolean managed; private final String name; private final boolean requiredColons; @@ -22,7 +22,7 @@ public final class ModelEmojiGuild { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(list, "roles"); m.checkNotNullParameter(user, "user"); - this.f2130id = j; + this.f2131id = j; this.name = str; this.managed = z2; this.roles = list; @@ -33,11 +33,11 @@ public final class ModelEmojiGuild { } public static /* synthetic */ ModelEmojiGuild copy$default(ModelEmojiGuild modelEmojiGuild, long j, String str, boolean z2, List list, boolean z3, User user, boolean z4, boolean z5, int i, Object obj) { - return modelEmojiGuild.copy((i & 1) != 0 ? modelEmojiGuild.f2130id : j, (i & 2) != 0 ? modelEmojiGuild.name : str, (i & 4) != 0 ? modelEmojiGuild.managed : z2, (i & 8) != 0 ? modelEmojiGuild.roles : list, (i & 16) != 0 ? modelEmojiGuild.requiredColons : z3, (i & 32) != 0 ? modelEmojiGuild.user : user, (i & 64) != 0 ? modelEmojiGuild.animated : z4, (i & 128) != 0 ? modelEmojiGuild.available : z5); + return modelEmojiGuild.copy((i & 1) != 0 ? modelEmojiGuild.f2131id : j, (i & 2) != 0 ? modelEmojiGuild.name : str, (i & 4) != 0 ? modelEmojiGuild.managed : z2, (i & 8) != 0 ? modelEmojiGuild.roles : list, (i & 16) != 0 ? modelEmojiGuild.requiredColons : z3, (i & 32) != 0 ? modelEmojiGuild.user : user, (i & 64) != 0 ? modelEmojiGuild.animated : z4, (i & 128) != 0 ? modelEmojiGuild.available : z5); } public final long component1() { - return this.f2130id; + return this.f2131id; } public final String component2() { @@ -83,7 +83,7 @@ public final class ModelEmojiGuild { return false; } ModelEmojiGuild modelEmojiGuild = (ModelEmojiGuild) obj; - return this.f2130id == modelEmojiGuild.f2130id && m.areEqual(this.name, modelEmojiGuild.name) && this.managed == modelEmojiGuild.managed && m.areEqual(this.roles, modelEmojiGuild.roles) && this.requiredColons == modelEmojiGuild.requiredColons && m.areEqual(this.user, modelEmojiGuild.user) && this.animated == modelEmojiGuild.animated && this.available == modelEmojiGuild.available; + return this.f2131id == modelEmojiGuild.f2131id && m.areEqual(this.name, modelEmojiGuild.name) && this.managed == modelEmojiGuild.managed && m.areEqual(this.roles, modelEmojiGuild.roles) && this.requiredColons == modelEmojiGuild.requiredColons && m.areEqual(this.user, modelEmojiGuild.user) && this.animated == modelEmojiGuild.animated && this.available == modelEmojiGuild.available; } public final boolean getAnimated() { @@ -95,7 +95,7 @@ public final class ModelEmojiGuild { } public final long getId() { - return this.f2130id; + return this.f2131id; } public final boolean getManaged() { @@ -119,7 +119,7 @@ public final class ModelEmojiGuild { } public int hashCode() { - long j = this.f2130id; + long j = this.f2131id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.name; int i2 = 0; @@ -165,7 +165,7 @@ public final class ModelEmojiGuild { public String toString() { StringBuilder P = a.P("ModelEmojiGuild(id="); - P.append(this.f2130id); + P.append(this.f2131id); P.append(", name="); P.append(this.name); P.append(", managed="); diff --git a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java index 01517e56bf..b53545114e 100644 --- a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java +++ b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java @@ -9,7 +9,7 @@ public final class ModelSpotifyAlbum { private final String albumType; /* renamed from: id reason: collision with root package name */ - private final String f2131id; + private final String f2132id; private final List images; private final String name; @@ -66,7 +66,7 @@ public final class ModelSpotifyAlbum { m.checkNotNullParameter(list, "images"); m.checkNotNullParameter(str3, ModelAuditLogEntry.CHANGE_KEY_NAME); this.albumType = str; - this.f2131id = str2; + this.f2132id = str2; this.images = list; this.name = str3; } @@ -78,7 +78,7 @@ public final class ModelSpotifyAlbum { str = modelSpotifyAlbum.albumType; } if ((i & 2) != 0) { - str2 = modelSpotifyAlbum.f2131id; + str2 = modelSpotifyAlbum.f2132id; } if ((i & 4) != 0) { list = modelSpotifyAlbum.images; @@ -94,7 +94,7 @@ public final class ModelSpotifyAlbum { } public final String component2() { - return this.f2131id; + return this.f2132id; } public final List component3() { @@ -121,7 +121,7 @@ public final class ModelSpotifyAlbum { return false; } ModelSpotifyAlbum modelSpotifyAlbum = (ModelSpotifyAlbum) obj; - return m.areEqual(this.albumType, modelSpotifyAlbum.albumType) && m.areEqual(this.f2131id, modelSpotifyAlbum.f2131id) && m.areEqual(this.images, modelSpotifyAlbum.images) && m.areEqual(this.name, modelSpotifyAlbum.name); + return m.areEqual(this.albumType, modelSpotifyAlbum.albumType) && m.areEqual(this.f2132id, modelSpotifyAlbum.f2132id) && m.areEqual(this.images, modelSpotifyAlbum.images) && m.areEqual(this.name, modelSpotifyAlbum.name); } public final String getAlbumType() { @@ -129,7 +129,7 @@ public final class ModelSpotifyAlbum { } public final String getId() { - return this.f2131id; + return this.f2132id; } public final List getImages() { @@ -144,7 +144,7 @@ public final class ModelSpotifyAlbum { String str = this.albumType; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; - String str2 = this.f2131id; + String str2 = this.f2132id; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; List list = this.images; int hashCode3 = (hashCode2 + (list != null ? list.hashCode() : 0)) * 31; @@ -159,7 +159,7 @@ public final class ModelSpotifyAlbum { StringBuilder P = a.P("ModelSpotifyAlbum(albumType="); P.append(this.albumType); P.append(", id="); - P.append(this.f2131id); + P.append(this.f2132id); P.append(", images="); P.append(this.images); P.append(", name="); diff --git a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java index 8d570bd894..3dca5066b3 100644 --- a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java +++ b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java @@ -7,19 +7,19 @@ import d0.z.d.m; public final class ModelSpotifyArtist { /* renamed from: id reason: collision with root package name */ - private final String f2132id; + private final String f2133id; private final String name; public ModelSpotifyArtist(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2132id = str; + this.f2133id = str; this.name = str2; } public static /* synthetic */ ModelSpotifyArtist copy$default(ModelSpotifyArtist modelSpotifyArtist, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = modelSpotifyArtist.f2132id; + str = modelSpotifyArtist.f2133id; } if ((i & 2) != 0) { str2 = modelSpotifyArtist.name; @@ -28,7 +28,7 @@ public final class ModelSpotifyArtist { } public final String component1() { - return this.f2132id; + return this.f2133id; } public final String component2() { @@ -49,11 +49,11 @@ public final class ModelSpotifyArtist { return false; } ModelSpotifyArtist modelSpotifyArtist = (ModelSpotifyArtist) obj; - return m.areEqual(this.f2132id, modelSpotifyArtist.f2132id) && m.areEqual(this.name, modelSpotifyArtist.name); + return m.areEqual(this.f2133id, modelSpotifyArtist.f2133id) && m.areEqual(this.name, modelSpotifyArtist.name); } public final String getId() { - return this.f2132id; + return this.f2133id; } public final String getName() { @@ -61,7 +61,7 @@ public final class ModelSpotifyArtist { } public int hashCode() { - String str = this.f2132id; + String str = this.f2133id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -73,7 +73,7 @@ public final class ModelSpotifyArtist { public String toString() { StringBuilder P = a.P("ModelSpotifyArtist(id="); - P.append(this.f2132id); + P.append(this.f2133id); P.append(", name="); return a.H(P, this.name, ")"); } diff --git a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java index 8a8afba721..5e31b54931 100644 --- a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java +++ b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java @@ -11,7 +11,7 @@ public final class ModelSpotifyTrack { private final long durationMs; /* renamed from: id reason: collision with root package name */ - private final String f2133id; + private final String f2134id; private final boolean isLocal; private final String name; @@ -19,7 +19,7 @@ public final class ModelSpotifyTrack { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(list, "artists"); - this.f2133id = str; + this.f2134id = str; this.name = str2; this.durationMs = j; this.album = modelSpotifyAlbum; @@ -31,7 +31,7 @@ public final class ModelSpotifyTrack { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelSpotifyTrack copy$default(ModelSpotifyTrack modelSpotifyTrack, String str, String str2, long j, ModelSpotifyAlbum modelSpotifyAlbum, List list, boolean z2, int i, Object obj) { if ((i & 1) != 0) { - str = modelSpotifyTrack.f2133id; + str = modelSpotifyTrack.f2134id; } if ((i & 2) != 0) { str2 = modelSpotifyTrack.name; @@ -52,7 +52,7 @@ public final class ModelSpotifyTrack { } public final String component1() { - return this.f2133id; + return this.f2134id; } public final String component2() { @@ -90,7 +90,7 @@ public final class ModelSpotifyTrack { return false; } ModelSpotifyTrack modelSpotifyTrack = (ModelSpotifyTrack) obj; - return m.areEqual(this.f2133id, modelSpotifyTrack.f2133id) && m.areEqual(this.name, modelSpotifyTrack.name) && this.durationMs == modelSpotifyTrack.durationMs && m.areEqual(this.album, modelSpotifyTrack.album) && m.areEqual(this.artists, modelSpotifyTrack.artists) && this.isLocal == modelSpotifyTrack.isLocal; + return m.areEqual(this.f2134id, modelSpotifyTrack.f2134id) && m.areEqual(this.name, modelSpotifyTrack.name) && this.durationMs == modelSpotifyTrack.durationMs && m.areEqual(this.album, modelSpotifyTrack.album) && m.areEqual(this.artists, modelSpotifyTrack.artists) && this.isLocal == modelSpotifyTrack.isLocal; } public final ModelSpotifyAlbum getAlbum() { @@ -106,7 +106,7 @@ public final class ModelSpotifyTrack { } public final String getId() { - return this.f2133id; + return this.f2134id; } public final String getName() { @@ -114,7 +114,7 @@ public final class ModelSpotifyTrack { } public int hashCode() { - String str = this.f2133id; + String str = this.f2134id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -144,7 +144,7 @@ public final class ModelSpotifyTrack { public String toString() { StringBuilder P = a.P("ModelSpotifyTrack(id="); - P.append(this.f2133id); + P.append(this.f2134id); P.append(", name="); P.append(this.name); P.append(", durationMs="); diff --git a/app/src/main/java/com/discord/models/guild/Guild.java b/app/src/main/java/com/discord/models/guild/Guild.java index 1d5f86e08d..03414ff4a3 100644 --- a/app/src/main/java/com/discord/models/guild/Guild.java +++ b/app/src/main/java/com/discord/models/guild/Guild.java @@ -35,7 +35,7 @@ public final class Guild { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2134id; + private final long f2135id; private final String joinedAt; private final GuildMaxVideoChannelUsers maxVideoChannelUsers; private final int memberCount; @@ -121,7 +121,7 @@ public final class Guild { this.name = str; this.description = str2; this.defaultMessageNotifications = i; - this.f2134id = j; + this.f2135id = j; this.region = str3; this.ownerId = j2; this.icon = str4; @@ -157,7 +157,7 @@ public final class Guild { } public static /* synthetic */ Guild copy$default(Guild guild, List list, List list2, List list3, String str, String str2, int i, long j, String str3, long j2, String str4, GuildVerificationLevel guildVerificationLevel, GuildExplicitContentFilter guildExplicitContentFilter, boolean z2, int i2, int i3, Long l, Long l2, Set set, int i4, String str5, String str6, int i5, int i6, int i7, String str7, Long l3, Long l4, String str8, GuildWelcomeScreen guildWelcomeScreen, GuildMaxVideoChannelUsers guildMaxVideoChannelUsers, String str9, int i8, boolean z3, int i9, int i10, Object obj) { - return guild.copy((i9 & 1) != 0 ? guild.roles : list, (i9 & 2) != 0 ? guild.emojis : list2, (i9 & 4) != 0 ? guild.stickers : list3, (i9 & 8) != 0 ? guild.name : str, (i9 & 16) != 0 ? guild.description : str2, (i9 & 32) != 0 ? guild.defaultMessageNotifications : i, (i9 & 64) != 0 ? guild.f2134id : j, (i9 & 128) != 0 ? guild.region : str3, (i9 & 256) != 0 ? guild.ownerId : j2, (i9 & 512) != 0 ? guild.icon : str4, (i9 & 1024) != 0 ? guild.verificationLevel : guildVerificationLevel, (i9 & 2048) != 0 ? guild.explicitContentFilter : guildExplicitContentFilter, (i9 & 4096) != 0 ? guild.unavailable : z2, (i9 & 8192) != 0 ? guild.mfaLevel : i2, (i9 & 16384) != 0 ? guild.afkTimeout : i3, (i9 & 32768) != 0 ? guild.afkChannelId : l, (i9 & 65536) != 0 ? guild.systemChannelId : l2, (i9 & 131072) != 0 ? guild.features : set, (i9 & 262144) != 0 ? guild.memberCount : i4, (i9 & 524288) != 0 ? guild.banner : str5, (i9 & 1048576) != 0 ? guild.splash : str6, (i9 & 2097152) != 0 ? guild.premiumTier : i5, (i9 & 4194304) != 0 ? guild.premiumSubscriptionCount : i6, (i9 & 8388608) != 0 ? guild.systemChannelFlags : i7, (i9 & 16777216) != 0 ? guild.joinedAt : str7, (i9 & 33554432) != 0 ? guild.rulesChannelId : l3, (i9 & 67108864) != 0 ? guild.publicUpdatesChannelId : l4, (i9 & 134217728) != 0 ? guild.preferredLocale : str8, (i9 & 268435456) != 0 ? guild.welcomeScreen : guildWelcomeScreen, (i9 & 536870912) != 0 ? guild.maxVideoChannelUsers : guildMaxVideoChannelUsers, (i9 & BasicMeasure.EXACTLY) != 0 ? guild.vanityUrlCode : str9, (i9 & Integer.MIN_VALUE) != 0 ? guild.approximatePresenceCount : i8, (i10 & 1) != 0 ? guild.nsfw : z3); + return guild.copy((i9 & 1) != 0 ? guild.roles : list, (i9 & 2) != 0 ? guild.emojis : list2, (i9 & 4) != 0 ? guild.stickers : list3, (i9 & 8) != 0 ? guild.name : str, (i9 & 16) != 0 ? guild.description : str2, (i9 & 32) != 0 ? guild.defaultMessageNotifications : i, (i9 & 64) != 0 ? guild.f2135id : j, (i9 & 128) != 0 ? guild.region : str3, (i9 & 256) != 0 ? guild.ownerId : j2, (i9 & 512) != 0 ? guild.icon : str4, (i9 & 1024) != 0 ? guild.verificationLevel : guildVerificationLevel, (i9 & 2048) != 0 ? guild.explicitContentFilter : guildExplicitContentFilter, (i9 & 4096) != 0 ? guild.unavailable : z2, (i9 & 8192) != 0 ? guild.mfaLevel : i2, (i9 & 16384) != 0 ? guild.afkTimeout : i3, (i9 & 32768) != 0 ? guild.afkChannelId : l, (i9 & 65536) != 0 ? guild.systemChannelId : l2, (i9 & 131072) != 0 ? guild.features : set, (i9 & 262144) != 0 ? guild.memberCount : i4, (i9 & 524288) != 0 ? guild.banner : str5, (i9 & 1048576) != 0 ? guild.splash : str6, (i9 & 2097152) != 0 ? guild.premiumTier : i5, (i9 & 4194304) != 0 ? guild.premiumSubscriptionCount : i6, (i9 & 8388608) != 0 ? guild.systemChannelFlags : i7, (i9 & 16777216) != 0 ? guild.joinedAt : str7, (i9 & 33554432) != 0 ? guild.rulesChannelId : l3, (i9 & 67108864) != 0 ? guild.publicUpdatesChannelId : l4, (i9 & 134217728) != 0 ? guild.preferredLocale : str8, (i9 & 268435456) != 0 ? guild.welcomeScreen : guildWelcomeScreen, (i9 & 536870912) != 0 ? guild.maxVideoChannelUsers : guildMaxVideoChannelUsers, (i9 & BasicMeasure.EXACTLY) != 0 ? guild.vanityUrlCode : str9, (i9 & Integer.MIN_VALUE) != 0 ? guild.approximatePresenceCount : i8, (i10 & 1) != 0 ? guild.nsfw : z3); } public final boolean canHaveBanner() { @@ -293,7 +293,7 @@ public final class Guild { } public final long component7() { - return this.f2134id; + return this.f2135id; } public final String component8() { @@ -324,7 +324,7 @@ public final class Guild { return false; } Guild guild = (Guild) obj; - return m.areEqual(this.roles, guild.roles) && m.areEqual(this.emojis, guild.emojis) && m.areEqual(this.stickers, guild.stickers) && m.areEqual(this.name, guild.name) && m.areEqual(this.description, guild.description) && this.defaultMessageNotifications == guild.defaultMessageNotifications && this.f2134id == guild.f2134id && m.areEqual(this.region, guild.region) && this.ownerId == guild.ownerId && m.areEqual(this.icon, guild.icon) && m.areEqual(this.verificationLevel, guild.verificationLevel) && m.areEqual(this.explicitContentFilter, guild.explicitContentFilter) && this.unavailable == guild.unavailable && this.mfaLevel == guild.mfaLevel && this.afkTimeout == guild.afkTimeout && m.areEqual(this.afkChannelId, guild.afkChannelId) && m.areEqual(this.systemChannelId, guild.systemChannelId) && m.areEqual(this.features, guild.features) && this.memberCount == guild.memberCount && m.areEqual(this.banner, guild.banner) && m.areEqual(this.splash, guild.splash) && this.premiumTier == guild.premiumTier && this.premiumSubscriptionCount == guild.premiumSubscriptionCount && this.systemChannelFlags == guild.systemChannelFlags && m.areEqual(this.joinedAt, guild.joinedAt) && m.areEqual(this.rulesChannelId, guild.rulesChannelId) && m.areEqual(this.publicUpdatesChannelId, guild.publicUpdatesChannelId) && m.areEqual(this.preferredLocale, guild.preferredLocale) && m.areEqual(this.welcomeScreen, guild.welcomeScreen) && m.areEqual(this.maxVideoChannelUsers, guild.maxVideoChannelUsers) && m.areEqual(this.vanityUrlCode, guild.vanityUrlCode) && this.approximatePresenceCount == guild.approximatePresenceCount && this.nsfw == guild.nsfw; + return m.areEqual(this.roles, guild.roles) && m.areEqual(this.emojis, guild.emojis) && m.areEqual(this.stickers, guild.stickers) && m.areEqual(this.name, guild.name) && m.areEqual(this.description, guild.description) && this.defaultMessageNotifications == guild.defaultMessageNotifications && this.f2135id == guild.f2135id && m.areEqual(this.region, guild.region) && this.ownerId == guild.ownerId && m.areEqual(this.icon, guild.icon) && m.areEqual(this.verificationLevel, guild.verificationLevel) && m.areEqual(this.explicitContentFilter, guild.explicitContentFilter) && this.unavailable == guild.unavailable && this.mfaLevel == guild.mfaLevel && this.afkTimeout == guild.afkTimeout && m.areEqual(this.afkChannelId, guild.afkChannelId) && m.areEqual(this.systemChannelId, guild.systemChannelId) && m.areEqual(this.features, guild.features) && this.memberCount == guild.memberCount && m.areEqual(this.banner, guild.banner) && m.areEqual(this.splash, guild.splash) && this.premiumTier == guild.premiumTier && this.premiumSubscriptionCount == guild.premiumSubscriptionCount && this.systemChannelFlags == guild.systemChannelFlags && m.areEqual(this.joinedAt, guild.joinedAt) && m.areEqual(this.rulesChannelId, guild.rulesChannelId) && m.areEqual(this.publicUpdatesChannelId, guild.publicUpdatesChannelId) && m.areEqual(this.preferredLocale, guild.preferredLocale) && m.areEqual(this.welcomeScreen, guild.welcomeScreen) && m.areEqual(this.maxVideoChannelUsers, guild.maxVideoChannelUsers) && m.areEqual(this.vanityUrlCode, guild.vanityUrlCode) && this.approximatePresenceCount == guild.approximatePresenceCount && this.nsfw == guild.nsfw; } public final Long getAfkChannelId() { @@ -368,7 +368,7 @@ public final class Guild { } public final long getId() { - return this.f2134id; + return this.f2135id; } public final String getJoinedAt() { @@ -484,7 +484,7 @@ public final class Guild { String str = this.name; int hashCode4 = (hashCode3 + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.description; - int a = (b.a(this.f2134id) + ((((hashCode4 + (str2 != null ? str2.hashCode() : 0)) * 31) + this.defaultMessageNotifications) * 31)) * 31; + int a = (b.a(this.f2135id) + ((((hashCode4 + (str2 != null ? str2.hashCode() : 0)) * 31) + this.defaultMessageNotifications) * 31)) * 31; String str3 = this.region; int a2 = (b.a(this.ownerId) + ((a + (str3 != null ? str3.hashCode() : 0)) * 31)) * 31; String str4 = this.icon; @@ -558,7 +558,7 @@ public final class Guild { } Integer h = guild.h(); int intValue = h != null ? h.intValue() : this.defaultMessageNotifications; - long p = guild.p() != 0 ? guild.p() : this.f2134id; + long p = guild.p() != 0 ? guild.p() : this.f2135id; String D = guild.D(); if (D == null) { D = this.region; @@ -635,7 +635,7 @@ public final class Guild { P.append(", defaultMessageNotifications="); P.append(this.defaultMessageNotifications); P.append(", id="); - P.append(this.f2134id); + P.append(this.f2135id); P.append(", region="); P.append(this.region); P.append(", ownerId="); diff --git a/app/src/main/java/com/discord/models/message/Message.java b/app/src/main/java/com/discord/models/message/Message.java index e1a5d8a15f..bfb000aa75 100644 --- a/app/src/main/java/com/discord/models/message/Message.java +++ b/app/src/main/java/com/discord/models/message/Message.java @@ -50,7 +50,7 @@ public final class Message { private final Boolean hit; /* renamed from: id reason: collision with root package name */ - private final long f2135id; + private final long f2136id; private final Long initialAttemptTimestamp; private final Interaction interaction; private final Long lastManualAttemptTimestamp; @@ -85,7 +85,7 @@ public final class Message { /* JADX DEBUG: Multi-variable search result rejected for r34v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ public Message(long j, long j2, Long l, User user, String str, UtcDateTime utcDateTime, UtcDateTime utcDateTime2, Boolean bool, Boolean bool2, List list, List list2, List list3, List list4, List list5, String str2, Boolean bool3, Long l2, Integer num, MessageActivity messageActivity, Application application, Long l3, MessageReference messageReference, Long l4, List list6, List list7, com.discord.api.message.Message message, Interaction interaction, Channel channel, List list8, MessageCall messageCall, Boolean bool4, boolean z2, MessageAllowedMentions messageAllowedMentions, Integer num2, Long l5, Long l6, List list9) { - this.f2135id = j; + this.f2136id = j; this.channelId = j2; this.guildId = l; this.author = user; @@ -136,7 +136,7 @@ public final class Message { } public static /* synthetic */ Message copy$default(Message message, long j, long j2, Long l, User user, String str, UtcDateTime utcDateTime, UtcDateTime utcDateTime2, Boolean bool, Boolean bool2, List list, List list2, List list3, List list4, List list5, String str2, Boolean bool3, Long l2, Integer num, MessageActivity messageActivity, Application application, Long l3, MessageReference messageReference, Long l4, List list6, List list7, com.discord.api.message.Message message2, Interaction interaction, Channel channel, List list8, MessageCall messageCall, Boolean bool4, boolean z2, MessageAllowedMentions messageAllowedMentions, Integer num2, Long l5, Long l6, List list9, int i, int i2, Object obj) { - return message.copy((i & 1) != 0 ? message.f2135id : j, (i & 2) != 0 ? message.channelId : j2, (i & 4) != 0 ? message.guildId : l, (i & 8) != 0 ? message.author : user, (i & 16) != 0 ? message.content : str, (i & 32) != 0 ? message.timestamp : utcDateTime, (i & 64) != 0 ? message.editedTimestamp : utcDateTime2, (i & 128) != 0 ? message.tts : bool, (i & 256) != 0 ? message.mentionEveryone : bool2, (i & 512) != 0 ? message.mentions : list, (i & 1024) != 0 ? message.mentionRoles : list2, (i & 2048) != 0 ? message.attachments : list3, (i & 4096) != 0 ? message.embeds : list4, (i & 8192) != 0 ? message.reactions : list5, (i & 16384) != 0 ? message.nonce : str2, (i & 32768) != 0 ? message.pinned : bool3, (i & 65536) != 0 ? message.webhookId : l2, (i & 131072) != 0 ? message.type : num, (i & 262144) != 0 ? message.activity : messageActivity, (i & 524288) != 0 ? message.application : application, (i & 1048576) != 0 ? message.applicationId : l3, (i & 2097152) != 0 ? message.messageReference : messageReference, (i & 4194304) != 0 ? message.flags : l4, (i & 8388608) != 0 ? message.stickers : list6, (i & 16777216) != 0 ? message.stickerItems : list7, (i & 33554432) != 0 ? message.referencedMessage : message2, (i & 67108864) != 0 ? message.interaction : interaction, (i & 134217728) != 0 ? message.thread : channel, (i & 268435456) != 0 ? message.components : list8, (i & 536870912) != 0 ? message.call : messageCall, (i & BasicMeasure.EXACTLY) != 0 ? message.hit : bool4, (i & Integer.MIN_VALUE) != 0 ? message.hasLocalUploads : z2, (i2 & 1) != 0 ? message.allowedMentions : messageAllowedMentions, (i2 & 2) != 0 ? message.numRetries : num2, (i2 & 4) != 0 ? message.lastManualAttemptTimestamp : l5, (i2 & 8) != 0 ? message.initialAttemptTimestamp : l6, (i2 & 16) != 0 ? message.localAttachments : list9); + return message.copy((i & 1) != 0 ? message.f2136id : j, (i & 2) != 0 ? message.channelId : j2, (i & 4) != 0 ? message.guildId : l, (i & 8) != 0 ? message.author : user, (i & 16) != 0 ? message.content : str, (i & 32) != 0 ? message.timestamp : utcDateTime, (i & 64) != 0 ? message.editedTimestamp : utcDateTime2, (i & 128) != 0 ? message.tts : bool, (i & 256) != 0 ? message.mentionEveryone : bool2, (i & 512) != 0 ? message.mentions : list, (i & 1024) != 0 ? message.mentionRoles : list2, (i & 2048) != 0 ? message.attachments : list3, (i & 4096) != 0 ? message.embeds : list4, (i & 8192) != 0 ? message.reactions : list5, (i & 16384) != 0 ? message.nonce : str2, (i & 32768) != 0 ? message.pinned : bool3, (i & 65536) != 0 ? message.webhookId : l2, (i & 131072) != 0 ? message.type : num, (i & 262144) != 0 ? message.activity : messageActivity, (i & 524288) != 0 ? message.application : application, (i & 1048576) != 0 ? message.applicationId : l3, (i & 2097152) != 0 ? message.messageReference : messageReference, (i & 4194304) != 0 ? message.flags : l4, (i & 8388608) != 0 ? message.stickers : list6, (i & 16777216) != 0 ? message.stickerItems : list7, (i & 33554432) != 0 ? message.referencedMessage : message2, (i & 67108864) != 0 ? message.interaction : interaction, (i & 134217728) != 0 ? message.thread : channel, (i & 268435456) != 0 ? message.components : list8, (i & 536870912) != 0 ? message.call : messageCall, (i & BasicMeasure.EXACTLY) != 0 ? message.hit : bool4, (i & Integer.MIN_VALUE) != 0 ? message.hasLocalUploads : z2, (i2 & 1) != 0 ? message.allowedMentions : messageAllowedMentions, (i2 & 2) != 0 ? message.numRetries : num2, (i2 & 4) != 0 ? message.lastManualAttemptTimestamp : l5, (i2 & 8) != 0 ? message.initialAttemptTimestamp : l6, (i2 & 16) != 0 ? message.localAttachments : list9); } public final boolean canResend() { @@ -145,7 +145,7 @@ public final class Message { } public final long component1() { - return this.f2135id; + return this.f2136id; } public final List component10() { @@ -304,7 +304,7 @@ public final class Message { return false; } Message message = (Message) obj; - return this.f2135id == message.f2135id && this.channelId == message.channelId && m.areEqual(this.guildId, message.guildId) && m.areEqual(this.author, message.author) && m.areEqual(this.content, message.content) && m.areEqual(this.timestamp, message.timestamp) && m.areEqual(this.editedTimestamp, message.editedTimestamp) && m.areEqual(this.tts, message.tts) && m.areEqual(this.mentionEveryone, message.mentionEveryone) && m.areEqual(this.mentions, message.mentions) && m.areEqual(this.mentionRoles, message.mentionRoles) && m.areEqual(this.attachments, message.attachments) && m.areEqual(this.embeds, message.embeds) && m.areEqual(this.reactions, message.reactions) && m.areEqual(this.nonce, message.nonce) && m.areEqual(this.pinned, message.pinned) && m.areEqual(this.webhookId, message.webhookId) && m.areEqual(this.type, message.type) && m.areEqual(this.activity, message.activity) && m.areEqual(this.application, message.application) && m.areEqual(this.applicationId, message.applicationId) && m.areEqual(this.messageReference, message.messageReference) && m.areEqual(this.flags, message.flags) && m.areEqual(this.stickers, message.stickers) && m.areEqual(this.stickerItems, message.stickerItems) && m.areEqual(this.referencedMessage, message.referencedMessage) && m.areEqual(this.interaction, message.interaction) && m.areEqual(this.thread, message.thread) && m.areEqual(this.components, message.components) && m.areEqual(this.call, message.call) && m.areEqual(this.hit, message.hit) && this.hasLocalUploads == message.hasLocalUploads && m.areEqual(this.allowedMentions, message.allowedMentions) && m.areEqual(this.numRetries, message.numRetries) && m.areEqual(this.lastManualAttemptTimestamp, message.lastManualAttemptTimestamp) && m.areEqual(this.initialAttemptTimestamp, message.initialAttemptTimestamp) && m.areEqual(this.localAttachments, message.localAttachments); + return this.f2136id == message.f2136id && this.channelId == message.channelId && m.areEqual(this.guildId, message.guildId) && m.areEqual(this.author, message.author) && m.areEqual(this.content, message.content) && m.areEqual(this.timestamp, message.timestamp) && m.areEqual(this.editedTimestamp, message.editedTimestamp) && m.areEqual(this.tts, message.tts) && m.areEqual(this.mentionEveryone, message.mentionEveryone) && m.areEqual(this.mentions, message.mentions) && m.areEqual(this.mentionRoles, message.mentionRoles) && m.areEqual(this.attachments, message.attachments) && m.areEqual(this.embeds, message.embeds) && m.areEqual(this.reactions, message.reactions) && m.areEqual(this.nonce, message.nonce) && m.areEqual(this.pinned, message.pinned) && m.areEqual(this.webhookId, message.webhookId) && m.areEqual(this.type, message.type) && m.areEqual(this.activity, message.activity) && m.areEqual(this.application, message.application) && m.areEqual(this.applicationId, message.applicationId) && m.areEqual(this.messageReference, message.messageReference) && m.areEqual(this.flags, message.flags) && m.areEqual(this.stickers, message.stickers) && m.areEqual(this.stickerItems, message.stickerItems) && m.areEqual(this.referencedMessage, message.referencedMessage) && m.areEqual(this.interaction, message.interaction) && m.areEqual(this.thread, message.thread) && m.areEqual(this.components, message.components) && m.areEqual(this.call, message.call) && m.areEqual(this.hit, message.hit) && this.hasLocalUploads == message.hasLocalUploads && m.areEqual(this.allowedMentions, message.allowedMentions) && m.areEqual(this.numRetries, message.numRetries) && m.areEqual(this.lastManualAttemptTimestamp, message.lastManualAttemptTimestamp) && m.areEqual(this.initialAttemptTimestamp, message.initialAttemptTimestamp) && m.areEqual(this.localAttachments, message.localAttachments); } public final MessageActivity getActivity() { @@ -382,7 +382,7 @@ public final class Message { } public final long getId() { - return this.f2135id; + return this.f2136id; } public final Long getInitialAttemptTimestamp() { @@ -517,7 +517,7 @@ public final class Message { } public int hashCode() { - int a = (b.a(this.channelId) + (b.a(this.f2135id) * 31)) * 31; + int a = (b.a(this.channelId) + (b.a(this.f2136id) * 31)) * 31; Long l = this.guildId; int i = 0; int hashCode = (a + (l != null ? l.hashCode() : 0)) * 31; @@ -795,12 +795,12 @@ public final class Message { } public final com.discord.api.message.Message synthesizeApiMessage() { - return new com.discord.api.message.Message(this.f2135id, this.channelId, this.author, this.content, this.timestamp, this.editedTimestamp, this.tts, this.mentionEveryone, this.mentions, this.mentionRoles, this.attachments, this.embeds, this.reactions, this.nonce, this.pinned, this.webhookId, this.type, this.activity, this.application, this.applicationId, this.messageReference, this.flags, this.stickers, this.stickerItems, this.referencedMessage, this.interaction, this.thread, this.components, this.call, this.guildId, null, null, -1073741824); + return new com.discord.api.message.Message(this.f2136id, this.channelId, this.author, this.content, this.timestamp, this.editedTimestamp, this.tts, this.mentionEveryone, this.mentions, this.mentionRoles, this.attachments, this.embeds, this.reactions, this.nonce, this.pinned, this.webhookId, this.type, this.activity, this.application, this.applicationId, this.messageReference, this.flags, this.stickers, this.stickerItems, this.referencedMessage, this.interaction, this.thread, this.components, this.call, this.guildId, null, null, -1073741824); } public String toString() { StringBuilder P = a.P("Message(id="); - P.append(this.f2135id); + P.append(this.f2136id); P.append(", channelId="); P.append(this.channelId); P.append(", guildId="); diff --git a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java index 8891c9a0d6..643cede411 100644 --- a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java +++ b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java @@ -15,7 +15,7 @@ public final class ModelStickerPack { private final String description; /* renamed from: id reason: collision with root package name */ - private final long f2136id; + private final long f2137id; private final String name; private final long skuId; private final List stickers; @@ -24,7 +24,7 @@ public final class ModelStickerPack { public ModelStickerPack(long j, List list, String str, ModelStickerPackStoreListing modelStickerPackStoreListing, long j2, Long l, String str2, Long l2) { m.checkNotNullParameter(list, "stickers"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2136id = j; + this.f2137id = j; this.stickers = list; this.name = str; this.storeListing = modelStickerPackStoreListing; @@ -35,7 +35,7 @@ public final class ModelStickerPack { } public static /* synthetic */ ModelStickerPack copy$default(ModelStickerPack modelStickerPack, long j, List list, String str, ModelStickerPackStoreListing modelStickerPackStoreListing, long j2, Long l, String str2, Long l2, int i, Object obj) { - return modelStickerPack.copy((i & 1) != 0 ? modelStickerPack.f2136id : j, (i & 2) != 0 ? modelStickerPack.stickers : list, (i & 4) != 0 ? modelStickerPack.name : str, (i & 8) != 0 ? modelStickerPack.storeListing : modelStickerPackStoreListing, (i & 16) != 0 ? modelStickerPack.skuId : j2, (i & 32) != 0 ? modelStickerPack.coverStickerId : l, (i & 64) != 0 ? modelStickerPack.description : str2, (i & 128) != 0 ? modelStickerPack.bannerAssetId : l2); + return modelStickerPack.copy((i & 1) != 0 ? modelStickerPack.f2137id : j, (i & 2) != 0 ? modelStickerPack.stickers : list, (i & 4) != 0 ? modelStickerPack.name : str, (i & 8) != 0 ? modelStickerPack.storeListing : modelStickerPackStoreListing, (i & 16) != 0 ? modelStickerPack.skuId : j2, (i & 32) != 0 ? modelStickerPack.coverStickerId : l, (i & 64) != 0 ? modelStickerPack.description : str2, (i & 128) != 0 ? modelStickerPack.bannerAssetId : l2); } public final boolean canBePurchased() { @@ -44,7 +44,7 @@ public final class ModelStickerPack { } public final long component1() { - return this.f2136id; + return this.f2137id; } public final List component2() { @@ -89,7 +89,7 @@ public final class ModelStickerPack { return false; } ModelStickerPack modelStickerPack = (ModelStickerPack) obj; - return this.f2136id == modelStickerPack.f2136id && m.areEqual(this.stickers, modelStickerPack.stickers) && m.areEqual(this.name, modelStickerPack.name) && m.areEqual(this.storeListing, modelStickerPack.storeListing) && this.skuId == modelStickerPack.skuId && m.areEqual(this.coverStickerId, modelStickerPack.coverStickerId) && m.areEqual(this.description, modelStickerPack.description) && m.areEqual(this.bannerAssetId, modelStickerPack.bannerAssetId); + return this.f2137id == modelStickerPack.f2137id && m.areEqual(this.stickers, modelStickerPack.stickers) && m.areEqual(this.name, modelStickerPack.name) && m.areEqual(this.storeListing, modelStickerPack.storeListing) && this.skuId == modelStickerPack.skuId && m.areEqual(this.coverStickerId, modelStickerPack.coverStickerId) && m.areEqual(this.description, modelStickerPack.description) && m.areEqual(this.bannerAssetId, modelStickerPack.bannerAssetId); } public final Long getBannerAssetId() { @@ -132,7 +132,7 @@ public final class ModelStickerPack { } public final long getId() { - return this.f2136id; + return this.f2137id; } public final String getName() { @@ -152,7 +152,7 @@ public final class ModelStickerPack { } public int hashCode() { - long j = this.f2136id; + long j = this.f2137id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.stickers; int i2 = 0; @@ -203,7 +203,7 @@ public final class ModelStickerPack { public String toString() { StringBuilder P = a.P("ModelStickerPack(id="); - P.append(this.f2136id); + P.append(this.f2137id); P.append(", stickers="); P.append(this.stickers); P.append(", name="); diff --git a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java index 92f7e24da9..54fba24b8c 100644 --- a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java +++ b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java @@ -11,7 +11,7 @@ public final class ModelStickerPackStoreListing { private final String description; /* renamed from: id reason: collision with root package name */ - private final long f2137id; + private final long f2138id; private final ModelSku sku; private final ModelStoreAsset thumbnail; private final String unpublishedAt; @@ -20,7 +20,7 @@ public final class ModelStickerPackStoreListing { m.checkNotNullParameter(modelSku, "sku"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_DESCRIPTION); this.sku = modelSku; - this.f2137id = j; + this.f2138id = j; this.description = str; this.unpublishedAt = str2; this.thumbnail = modelStoreAsset; @@ -31,7 +31,7 @@ public final class ModelStickerPackStoreListing { modelSku = modelStickerPackStoreListing.sku; } if ((i & 2) != 0) { - j = modelStickerPackStoreListing.f2137id; + j = modelStickerPackStoreListing.f2138id; } if ((i & 4) != 0) { str = modelStickerPackStoreListing.description; @@ -50,7 +50,7 @@ public final class ModelStickerPackStoreListing { } public final long component2() { - return this.f2137id; + return this.f2138id; } public final String component3() { @@ -79,7 +79,7 @@ public final class ModelStickerPackStoreListing { return false; } ModelStickerPackStoreListing modelStickerPackStoreListing = (ModelStickerPackStoreListing) obj; - return m.areEqual(this.sku, modelStickerPackStoreListing.sku) && this.f2137id == modelStickerPackStoreListing.f2137id && m.areEqual(this.description, modelStickerPackStoreListing.description) && m.areEqual(this.unpublishedAt, modelStickerPackStoreListing.unpublishedAt) && m.areEqual(this.thumbnail, modelStickerPackStoreListing.thumbnail); + return m.areEqual(this.sku, modelStickerPackStoreListing.sku) && this.f2138id == modelStickerPackStoreListing.f2138id && m.areEqual(this.description, modelStickerPackStoreListing.description) && m.areEqual(this.unpublishedAt, modelStickerPackStoreListing.unpublishedAt) && m.areEqual(this.thumbnail, modelStickerPackStoreListing.thumbnail); } public final String getDescription() { @@ -87,7 +87,7 @@ public final class ModelStickerPackStoreListing { } public final long getId() { - return this.f2137id; + return this.f2138id; } public final ModelSku getSku() { @@ -110,7 +110,7 @@ public final class ModelStickerPackStoreListing { ModelSku modelSku = this.sku; int i = 0; int hashCode = modelSku != null ? modelSku.hashCode() : 0; - long j = this.f2137id; + long j = this.f2138id; int i2 = ((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31; String str = this.description; int hashCode2 = (i2 + (str != null ? str.hashCode() : 0)) * 31; @@ -127,7 +127,7 @@ public final class ModelStickerPackStoreListing { StringBuilder P = a.P("ModelStickerPackStoreListing(sku="); P.append(this.sku); P.append(", id="); - P.append(this.f2137id); + P.append(this.f2138id); P.append(", description="); P.append(this.description); P.append(", unpublishedAt="); diff --git a/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java b/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java index 6bd4e1a5cc..fecb9230fe 100644 --- a/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java +++ b/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java @@ -9,14 +9,14 @@ public final class ModelStoreAsset implements Serializable { private final Integer height; /* renamed from: id reason: collision with root package name */ - private final long f2138id; + private final long f2139id; private final String mimeType; private final int size; private final Integer width; public ModelStoreAsset(long j, int i, String str, String str2, Integer num, Integer num2) { m.checkNotNullParameter(str, "mimeType"); - this.f2138id = j; + this.f2139id = j; this.size = i; this.mimeType = str; this.filename = str2; @@ -25,11 +25,11 @@ public final class ModelStoreAsset implements Serializable { } public static /* synthetic */ ModelStoreAsset copy$default(ModelStoreAsset modelStoreAsset, long j, int i, String str, String str2, Integer num, Integer num2, int i2, Object obj) { - return modelStoreAsset.copy((i2 & 1) != 0 ? modelStoreAsset.f2138id : j, (i2 & 2) != 0 ? modelStoreAsset.size : i, (i2 & 4) != 0 ? modelStoreAsset.mimeType : str, (i2 & 8) != 0 ? modelStoreAsset.filename : str2, (i2 & 16) != 0 ? modelStoreAsset.width : num, (i2 & 32) != 0 ? modelStoreAsset.height : num2); + return modelStoreAsset.copy((i2 & 1) != 0 ? modelStoreAsset.f2139id : j, (i2 & 2) != 0 ? modelStoreAsset.size : i, (i2 & 4) != 0 ? modelStoreAsset.mimeType : str, (i2 & 8) != 0 ? modelStoreAsset.filename : str2, (i2 & 16) != 0 ? modelStoreAsset.width : num, (i2 & 32) != 0 ? modelStoreAsset.height : num2); } public final long component1() { - return this.f2138id; + return this.f2139id; } public final int component2() { @@ -66,7 +66,7 @@ public final class ModelStoreAsset implements Serializable { return false; } ModelStoreAsset modelStoreAsset = (ModelStoreAsset) obj; - return this.f2138id == modelStoreAsset.f2138id && this.size == modelStoreAsset.size && m.areEqual(this.mimeType, modelStoreAsset.mimeType) && m.areEqual(this.filename, modelStoreAsset.filename) && m.areEqual(this.width, modelStoreAsset.width) && m.areEqual(this.height, modelStoreAsset.height); + return this.f2139id == modelStoreAsset.f2139id && this.size == modelStoreAsset.size && m.areEqual(this.mimeType, modelStoreAsset.mimeType) && m.areEqual(this.filename, modelStoreAsset.filename) && m.areEqual(this.width, modelStoreAsset.width) && m.areEqual(this.height, modelStoreAsset.height); } public final String getFilename() { @@ -78,7 +78,7 @@ public final class ModelStoreAsset implements Serializable { } public final long getId() { - return this.f2138id; + return this.f2139id; } public final String getMimeType() { @@ -95,7 +95,7 @@ public final class ModelStoreAsset implements Serializable { @Override // java.lang.Object public int hashCode() { - long j = this.f2138id; + long j = this.f2139id; int i = ((((int) (j ^ (j >>> 32))) * 31) + this.size) * 31; String str = this.mimeType; int i2 = 0; @@ -114,7 +114,7 @@ public final class ModelStoreAsset implements Serializable { @Override // java.lang.Object public String toString() { StringBuilder P = a.P("ModelStoreAsset(id="); - P.append(this.f2138id); + P.append(this.f2139id); P.append(", size="); P.append(this.size); P.append(", mimeType="); diff --git a/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java b/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java index 24c24b3d01..02bc70cbc7 100644 --- a/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java +++ b/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java @@ -8,11 +8,11 @@ public final class ModelStoreDirectoryLayout { private final List allSkus; /* renamed from: id reason: collision with root package name */ - private final long f2139id; + private final long f2140id; public ModelStoreDirectoryLayout(long j, List list) { m.checkNotNullParameter(list, "allSkus"); - this.f2139id = j; + this.f2140id = j; this.allSkus = list; } @@ -20,7 +20,7 @@ public final class ModelStoreDirectoryLayout { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelStoreDirectoryLayout copy$default(ModelStoreDirectoryLayout modelStoreDirectoryLayout, long j, List list, int i, Object obj) { if ((i & 1) != 0) { - j = modelStoreDirectoryLayout.f2139id; + j = modelStoreDirectoryLayout.f2140id; } if ((i & 2) != 0) { list = modelStoreDirectoryLayout.allSkus; @@ -29,7 +29,7 @@ public final class ModelStoreDirectoryLayout { } public final long component1() { - return this.f2139id; + return this.f2140id; } public final List component2() { @@ -49,7 +49,7 @@ public final class ModelStoreDirectoryLayout { return false; } ModelStoreDirectoryLayout modelStoreDirectoryLayout = (ModelStoreDirectoryLayout) obj; - return this.f2139id == modelStoreDirectoryLayout.f2139id && m.areEqual(this.allSkus, modelStoreDirectoryLayout.allSkus); + return this.f2140id == modelStoreDirectoryLayout.f2140id && m.areEqual(this.allSkus, modelStoreDirectoryLayout.allSkus); } public final List getAllSkus() { @@ -57,11 +57,11 @@ public final class ModelStoreDirectoryLayout { } public final long getId() { - return this.f2139id; + return this.f2140id; } public int hashCode() { - long j = this.f2139id; + long j = this.f2140id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.allSkus; return i + (list != null ? list.hashCode() : 0); @@ -69,7 +69,7 @@ public final class ModelStoreDirectoryLayout { public String toString() { StringBuilder P = a.P("ModelStoreDirectoryLayout(id="); - P.append(this.f2139id); + P.append(this.f2140id); P.append(", allSkus="); return a.J(P, this.allSkus, ")"); } diff --git a/app/src/main/java/com/discord/models/user/CoreUser.java b/app/src/main/java/com/discord/models/user/CoreUser.java index 8249175de5..6f8f32bbfe 100644 --- a/app/src/main/java/com/discord/models/user/CoreUser.java +++ b/app/src/main/java/com/discord/models/user/CoreUser.java @@ -20,7 +20,7 @@ public final class CoreUser implements User { private final int flags; /* renamed from: id reason: collision with root package name */ - private final long f2140id; + private final long f2141id; private final boolean isBot; private final boolean isSystemUser; private final PremiumTier premiumTier; @@ -116,7 +116,7 @@ public final class CoreUser implements User { public CoreUser(long j, String str, String str2, String str3, boolean z2, boolean z3, int i, PremiumTier premiumTier, int i2, int i3, String str4, String str5) { m.checkNotNullParameter(str, "username"); m.checkNotNullParameter(premiumTier, "premiumTier"); - this.f2140id = j; + this.f2141id = j; this.username = str; this.avatar = str2; this.banner = str3; @@ -264,7 +264,7 @@ public final class CoreUser implements User { @Override // com.discord.models.user.User public long getId() { - return this.f2140id; + return this.f2141id; } @Override // com.discord.models.user.User diff --git a/app/src/main/java/com/discord/models/user/MeUser.java b/app/src/main/java/com/discord/models/user/MeUser.java index 65585d5ad0..61dd6ed144 100644 --- a/app/src/main/java/com/discord/models/user/MeUser.java +++ b/app/src/main/java/com/discord/models/user/MeUser.java @@ -25,7 +25,7 @@ public final class MeUser implements User { private final boolean hasBirthday; /* renamed from: id reason: collision with root package name */ - private final long f2141id; + private final long f2142id; private final boolean isBot; private final boolean isSystemUser; private final boolean isVerified; @@ -176,7 +176,7 @@ public final class MeUser implements User { m.checkNotNullParameter(str, "username"); m.checkNotNullParameter(premiumTier, "premiumTier"); m.checkNotNullParameter(nsfwAllowance, "nsfwAllowance"); - this.f2141id = j; + this.f2142id = j; this.username = str; this.avatar = str2; this.banner = str3; @@ -383,7 +383,7 @@ public final class MeUser implements User { @Override // com.discord.models.user.User public long getId() { - return this.f2141id; + return this.f2142id; } public final boolean getMfaEnabled() { diff --git a/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java b/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java index e475c1913f..eda8a8fdfa 100644 --- a/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java +++ b/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java @@ -38,15 +38,15 @@ public final class NullSerializableTypeAdapter extends TypeAdapter"); i.write(jsonWriter, a); } else if (nullSerializable instanceof NullSerializable.a) { - boolean z2 = jsonWriter.f2454s; - jsonWriter.f2454s = true; + boolean z2 = jsonWriter.f2455s; + jsonWriter.f2455s = true; jsonWriter.s(); - jsonWriter.f2454s = z2; + jsonWriter.f2455s = z2; } else if (nullSerializable == null) { - boolean z3 = jsonWriter.f2454s; - jsonWriter.f2454s = false; + boolean z3 = jsonWriter.f2455s; + jsonWriter.f2455s = false; jsonWriter.s(); - jsonWriter.f2454s = z3; + jsonWriter.f2455s = z3; } } } diff --git a/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java b/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java index cc9bf3c79e..c2944b1e11 100644 --- a/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java +++ b/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java @@ -41,7 +41,7 @@ public class OverlayBubbleWrap extends FrameLayout { public int r; /* renamed from: s reason: collision with root package name */ - public final SpringAnimation f2142s; + public final SpringAnimation f2143s; public final SpringAnimation t; public Point u; public Point v; @@ -85,7 +85,7 @@ public class OverlayBubbleWrap extends FrameLayout { @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); OverlayBubbleWrap overlayBubbleWrap = this.i; KProperty[] kPropertyArr = OverlayBubbleWrap.i; @@ -117,7 +117,7 @@ public class OverlayBubbleWrap extends FrameLayout { SpringForce spring2 = springAnimation.getSpring(); m.checkNotNullExpressionValue(spring2, "spring"); spring2.setDampingRatio(0.75f); - this.f2142s = springAnimation; + this.f2143s = springAnimation; SpringAnimation springAnimation2 = new SpringAnimation(this, DynamicAnimation.Y, 0.0f); springAnimation2.setStartVelocity(50.0f); SpringForce spring3 = springAnimation2.getSpring(); @@ -142,7 +142,7 @@ public class OverlayBubbleWrap extends FrameLayout { } m.checkNotNullParameter(rect2, "screenBounds"); int min = Math.min(Math.max(rect2.left, i2), rect2.right - overlayBubbleWrap.getWidth()); - SpringAnimation springAnimation = overlayBubbleWrap.f2142s; + SpringAnimation springAnimation = overlayBubbleWrap.f2143s; m.checkNotNullParameter(springAnimation, "$this$animateTo"); springAnimation.cancel(); springAnimation.setStartValue((float) overlayBubbleWrap.k.x); @@ -169,7 +169,7 @@ public class OverlayBubbleWrap extends FrameLayout { P.append(this.u); Log.d(simpleName, P.toString()); this.v = null; - this.f2142s.cancel(); + this.f2143s.cancel(); this.t.cancel(); if (z2) { Point point = this.u; @@ -292,7 +292,7 @@ public class OverlayBubbleWrap extends FrameLayout { } public final SpringAnimation getSpringAnimationX() { - return this.f2142s; + return this.f2143s; } public final SpringAnimation getSpringAnimationY() { diff --git a/app/src/main/java/com/discord/player/AppMediaPlayer.java b/app/src/main/java/com/discord/player/AppMediaPlayer.java index ac9f678fa2..0d89e69506 100644 --- a/app/src/main/java/com/discord/player/AppMediaPlayer.java +++ b/app/src/main/java/com/discord/player/AppMediaPlayer.java @@ -61,7 +61,7 @@ public final class AppMediaPlayer { public Subscription b; /* renamed from: c reason: collision with root package name */ - public final CompositeSubscription f2143c; + public final CompositeSubscription f2144c; public final BehaviorSubject d; public MediaSource e; public final p1 f; @@ -165,7 +165,7 @@ public final class AppMediaPlayer { m.checkNotNullExpressionValue(j02, "PublishSubject.create()"); this.a = j02; CompositeSubscription compositeSubscription = new CompositeSubscription(); - this.f2143c = compositeSubscription; + this.f2144c = compositeSubscription; BehaviorSubject k0 = BehaviorSubject.k0(Float.valueOf(p1Var.B)); m.checkNotNullExpressionValue(k0, "BehaviorSubject.create(exoPlayer.volume)"); this.d = k0; @@ -287,7 +287,7 @@ public final class AppMediaPlayer { if (subscription != null) { subscription.unsubscribe(); } - this.f2143c.unsubscribe(); + this.f2144c.unsubscribe(); p1 p1Var = this.f; p1Var.Z(); if (f0.a < 21 && (audioTrack = p1Var.r) != null) { diff --git a/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java b/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java index 56683cc2b1..9b26dcb1a6 100644 --- a/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java +++ b/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java @@ -19,7 +19,7 @@ public final class BreadcrumbInterceptor implements Interceptor { public Response intercept(Interceptor.Chain chain) { m.checkNotNullParameter(chain, "chain"); Request c2 = chain.c(); - String str = c2.f2948c; + String str = c2.f2950c; w wVar = c2.b; Logger logger = this.logger; logger.recordBreadcrumb("HTTP[" + str + "] - " + wVar, "http"); diff --git a/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java b/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java index 780d46a0d8..a7331a295f 100644 --- a/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java +++ b/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java @@ -47,7 +47,7 @@ public final class RequiredHeadersInterceptor implements Interceptor { m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2948c; + String str = c2.f2950c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/restapi/RestAPIBuilder.java b/app/src/main/java/com/discord/restapi/RestAPIBuilder.java index e3ca7a1395..4df1657d8c 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIBuilder.java +++ b/app/src/main/java/com/discord/restapi/RestAPIBuilder.java @@ -184,7 +184,7 @@ public final class RestAPIBuilder { if (list != null) { for (Interceptor interceptor : list) { m.checkParameterIsNotNull(interceptor, "interceptor"); - aVar.f2859c.add(interceptor); + aVar.f2861c.add(interceptor); } } if (l != null) { @@ -193,10 +193,10 @@ public final class RestAPIBuilder { aVar.a(longValue, timeUnit); long longValue2 = l.longValue(); m.checkParameterIsNotNull(timeUnit, "unit"); - aVar.f2863z = f0.e0.c.b("timeout", longValue2, timeUnit); + aVar.f2865z = f0.e0.c.b("timeout", longValue2, timeUnit); long longValue3 = l.longValue(); m.checkParameterIsNotNull(timeUnit, "unit"); - aVar.f2861x = f0.e0.c.b("timeout", longValue3, timeUnit); + aVar.f2863x = f0.e0.c.b("timeout", longValue3, timeUnit); } p pVar = this.cookieJar; m.checkParameterIsNotNull(pVar, "cookieJar"); diff --git a/app/src/main/java/com/discord/restapi/RestAPIInterface.java b/app/src/main/java/com/discord/restapi/RestAPIInterface.java index e6e0fac65f..34aa9c6e36 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIInterface.java +++ b/app/src/main/java/com/discord/restapi/RestAPIInterface.java @@ -529,6 +529,9 @@ public interface RestAPIInterface { @f("guilds/{guildId}/preview") Observable getGuildPreview(@s("guildId") long j); + @f("guilds/{guildId}/roles/{roleId}/member-ids") + Observable> getGuildRoleMemberIds(@s("guildId") long j, @s("roleId") long j2); + @f("guilds/{guildId}/role-subscriptions/group-listings/{groupListingId}") Observable getGuildRoleSubscriptionGroupListing(@s("guildId") long j, @s("groupListingId") long j2); diff --git a/app/src/main/java/com/discord/restapi/RestAPIParams.java b/app/src/main/java/com/discord/restapi/RestAPIParams.java index 9eb6509f74..b7bcea22ac 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIParams.java +++ b/app/src/main/java/com/discord/restapi/RestAPIParams.java @@ -391,7 +391,7 @@ public final class RestAPIParams { private final Long deny; /* renamed from: id reason: collision with root package name */ - private final String f2144id; + private final String f2145id; private final Integer type; /* compiled from: RestAPIParams.kt */ @@ -439,7 +439,7 @@ public final class RestAPIParams { private ChannelPermissionOverwrites(Integer num, String str, Long l, Long l2) { this.type = num; - this.f2144id = str; + this.f2145id = str; this.allow = l; this.deny = l2; } @@ -463,7 +463,7 @@ public final class RestAPIParams { public static final long PARENT_ID_NONE = -1; /* renamed from: id reason: collision with root package name */ - private final long f2145id; + private final long f2146id; private final Long parentId; private final int position; @@ -500,13 +500,13 @@ public final class RestAPIParams { } public ChannelPosition(long j, int i, Long l) { - this.f2145id = j; + this.f2146id = j; this.position = i; this.parentId = l; } public final long getId() { - return this.f2145id; + return this.f2146id; } public final Long getParentId() { @@ -960,7 +960,7 @@ public final class RestAPIParams { private final boolean friend_sync; /* renamed from: id reason: collision with root package name */ - private final String f2146id; + private final String f2147id; private final String name; private final boolean revoked; private final boolean show_activity; @@ -993,7 +993,7 @@ public final class RestAPIParams { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str3, "type"); this.friend_sync = z2; - this.f2146id = str; + this.f2147id = str; this.name = str2; this.revoked = z3; this.show_activity = z4; @@ -1220,7 +1220,7 @@ public final class RestAPIParams { public static final class CreateGuildChannel { /* renamed from: id reason: collision with root package name */ - private final Long f2147id; + private final Long f2148id; private final String name; private final Long parentId; private final List permissionOverwrites; @@ -1229,7 +1229,7 @@ public final class RestAPIParams { public CreateGuildChannel(int i, Long l, String str, Long l2, List list, String str2) { this.type = i; - this.f2147id = l; + this.f2148id = l; this.name = str; this.parentId = l2; this.permissionOverwrites = list; @@ -1737,12 +1737,12 @@ public final class RestAPIParams { public static final class EnableIntegration { /* renamed from: id reason: collision with root package name */ - private final String f2148id; + private final String f2149id; private final String type; public EnableIntegration(String str, String str2) { this.type = str; - this.f2148id = str2; + this.f2149id = str2; } } @@ -2741,7 +2741,7 @@ public final class RestAPIParams { private Boolean hoist; /* renamed from: id reason: collision with root package name */ - private long f2149id; + private long f2150id; private Boolean mentionable; private String name; private Long permissions; @@ -2777,7 +2777,7 @@ public final class RestAPIParams { this.color = num; this.position = num2; this.permissions = l; - this.f2149id = j; + this.f2150id = j; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -2802,7 +2802,7 @@ public final class RestAPIParams { } public final long getId() { - return this.f2149id; + return this.f2150id; } public final Boolean getMentionable() { @@ -2830,7 +2830,7 @@ public final class RestAPIParams { } public final void setId(long j) { - this.f2149id = j; + this.f2150id = j; } public final void setMentionable(Boolean bool) { diff --git a/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java b/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java index fb3cbe169b..0bf5c6208c 100644 --- a/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java +++ b/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java @@ -32,7 +32,7 @@ public final class SpotifyTokenInterceptor implements Interceptor { m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2948c; + String str = c2.f2950c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java b/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java index 80c81b6a4c..4600b02a8b 100644 --- a/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java +++ b/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java @@ -33,7 +33,7 @@ public final class RetryWithDelay$restRetry$1 extends o implements Function1 response2 = httpException.i; - if (!(response2 == null || (response = response2.a) == null || (request = response.i) == null || (str = request.f2948c) == null || !(!m.areEqual(str, ShareTarget.METHOD_GET))) || a == 401 || a == 429 || a == 503 || a == 403 || a == 404) { + if (!(response2 == null || (response = response2.a) == null || (request = response.i) == null || (str = request.f2950c) == null || !(!m.areEqual(str, ShareTarget.METHOD_GET))) || a == 401 || a == 429 || a == 503 || a == 403 || a == 404) { return false; } } else if (th instanceof TimeoutException) { diff --git a/app/src/main/java/com/discord/rlottie/RLottieDrawable.java b/app/src/main/java/com/discord/rlottie/RLottieDrawable.java index 096251da50..cb0c9dce76 100644 --- a/app/src/main/java/com/discord/rlottie/RLottieDrawable.java +++ b/app/src/main/java/com/discord/rlottie/RLottieDrawable.java @@ -67,20 +67,20 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable public int r; /* renamed from: s reason: collision with root package name */ - public Integer[] f2150s; + public Integer[] f2151s; public final HashMap t; public volatile HashMap u; public PlaybackMode v; public int w; /* renamed from: x reason: collision with root package name */ - public long f2151x; + public long f2152x; /* renamed from: y reason: collision with root package name */ - public volatile boolean f2152y; + public volatile boolean f2153y; /* renamed from: z reason: collision with root package name */ - public Runnable f2153z; + public Runnable f2154z; /* compiled from: RLottieDrawable.kt */ public static final class Companion { @@ -146,12 +146,12 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable } catch (Exception unused) { } RLottieDrawable rLottieDrawable2 = (RLottieDrawable) this.j; - Integer[] numArr = rLottieDrawable2.f2150s; + Integer[] numArr = rLottieDrawable2.f2151s; if (numArr != null) { RLottieDrawable.n.replaceColors(rLottieDrawable2.P, k.toIntArray(numArr)); } RLottieDrawable rLottieDrawable3 = (RLottieDrawable) this.j; - rLottieDrawable3.f2150s = null; + rLottieDrawable3.f2151s = null; try { Companion companion = RLottieDrawable.n; long j = rLottieDrawable3.P; @@ -185,20 +185,20 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable PlaybackMode playbackMode = rLottieDrawable8.v; if (playbackMode == PlaybackMode.LOOP) { rLottieDrawable8.H = 0; - rLottieDrawable8.f2152y = false; + rLottieDrawable8.f2153y = false; } else if (playbackMode == PlaybackMode.ONCE) { rLottieDrawable8.H = 0; - rLottieDrawable8.f2152y = true; + rLottieDrawable8.f2153y = true; ((RLottieDrawable) this.j).w++; } else { - rLottieDrawable8.f2152y = true; + rLottieDrawable8.f2153y = true; } } else if (rLottieDrawable8.v == PlaybackMode.FREEZE) { - rLottieDrawable8.f2152y = true; + rLottieDrawable8.f2153y = true; ((RLottieDrawable) this.j).w++; } else { rLottieDrawable8.H = i5; - rLottieDrawable8.f2152y = false; + rLottieDrawable8.f2153y = false; } } catch (Exception e) { Log.e("RLottieDrawable", "Error loading frame", e); @@ -214,7 +214,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable return; case 2: RLottieDrawable rLottieDrawable10 = (RLottieDrawable) this.j; - rLottieDrawable10.f2153z = null; + rLottieDrawable10.f2154z = null; RLottieDrawable.a(rLottieDrawable10); return; case 3: @@ -223,14 +223,14 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (!(((RLottieDrawable) this.j).P == 0 || (threadPoolExecutor = RLottieDrawable.m) == null)) { RLottieDrawable rLottieDrawable11 = (RLottieDrawable) this.j; Runnable runnable = rLottieDrawable11.U; - rLottieDrawable11.f2153z = runnable; + rLottieDrawable11.f2154z = runnable; threadPoolExecutor.execute(runnable); } RLottieDrawable.a((RLottieDrawable) this.j); return; case 4: RLottieDrawable rLottieDrawable12 = (RLottieDrawable) this.j; - if (rLottieDrawable12.f2153z != null) { + if (rLottieDrawable12.f2154z != null) { Companion companion2 = RLottieDrawable.n; long j2 = rLottieDrawable12.P; RLottieDrawable rLottieDrawable13 = (RLottieDrawable) this.j; @@ -435,7 +435,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable m.checkNotNullParameter(canvas, "canvas"); if (this.P != 0) { long elapsedRealtime = SystemClock.elapsedRealtime(); - long abs = Math.abs(elapsedRealtime - this.f2151x); + long abs = Math.abs(elapsedRealtime - this.f2152x); float f = (float) 60; int i2 = this.J <= f ? this.r - 6 : this.r; if (this.O) { @@ -459,7 +459,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (z2) { this.D = this.B; this.B = this.C; - if (this.f2152y) { + if (this.f2153y) { this.O = false; } this.A = null; @@ -468,7 +468,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (this.J > f) { elapsedRealtime -= Math.min(16L, abs - ((long) i2)); } - this.f2151x = elapsedRealtime; + this.f2152x = elapsedRealtime; d(); } } @@ -481,7 +481,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (this.J > f) { elapsedRealtime -= Math.min(16L, abs - ((long) i2)); } - this.f2151x = elapsedRealtime; + this.f2152x = elapsedRealtime; if (this.G) { this.F = false; this.G = false; diff --git a/app/src/main/java/com/discord/rlottie/RLottieImageView.java b/app/src/main/java/com/discord/rlottie/RLottieImageView.java index c7fd9b0983..1c336f3fdb 100644 --- a/app/src/main/java/com/discord/rlottie/RLottieImageView.java +++ b/app/src/main/java/com/discord/rlottie/RLottieImageView.java @@ -65,7 +65,7 @@ public final class RLottieImageView extends AppCompatImageView { f = 1.0f; } rLottieDrawable.H = (int) (((float) rLottieDrawable.q[0]) * f); - rLottieDrawable.f2152y = false; + rLottieDrawable.f2153y = false; rLottieDrawable.F = false; if (!rLottieDrawable.d()) { rLottieDrawable.G = true; diff --git a/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java b/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java index 131c45b56e..3f7f7fc010 100644 --- a/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java +++ b/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java @@ -10,7 +10,7 @@ public final class KrispOveruseDetector { public OutboundRtpAudio b; /* renamed from: c reason: collision with root package name */ - public int f2154c; + public int f2155c; public final MediaEngineConnection d; /* compiled from: KrispOveruseDetector.kt */ diff --git a/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java b/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java index 9d27a9865a..d9b0fdd8f4 100644 --- a/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java +++ b/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java @@ -32,7 +32,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { public final Map> b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public final Set f2155c; + public final Set f2156c; public MediaEngineConnection d; public Long e; public final BehaviorSubject> f; @@ -77,13 +77,13 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { public final long b; /* renamed from: c reason: collision with root package name */ - public final VideoMetadata f2156c; + public final VideoMetadata f2157c; public b(EncodeQuality encodeQuality, long j, VideoMetadata videoMetadata) { m.checkNotNullParameter(encodeQuality, "encodeQuality"); this.a = encodeQuality; this.b = j; - this.f2156c = videoMetadata; + this.f2157c = videoMetadata; } public boolean equals(Object obj) { @@ -94,14 +94,14 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && this.b == bVar.b && m.areEqual(this.f2156c, bVar.f2156c); + return m.areEqual(this.a, bVar.a) && this.b == bVar.b && m.areEqual(this.f2157c, bVar.f2157c); } public int hashCode() { EncodeQuality encodeQuality = this.a; int i = 0; int a = (a0.a.a.b.a(this.b) + ((encodeQuality != null ? encodeQuality.hashCode() : 0) * 31)) * 31; - VideoMetadata videoMetadata = this.f2156c; + VideoMetadata videoMetadata = this.f2157c; if (videoMetadata != null) { i = videoMetadata.hashCode(); } @@ -114,7 +114,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { P.append(", ssrc="); P.append(this.b); P.append(", metadata="); - P.append(this.f2156c); + P.append(this.f2157c); P.append(")"); return P.toString(); } @@ -159,7 +159,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { this.k = logger; this.l = aVar; new LinkedHashMap(); - this.f2155c = new LinkedHashSet(); + this.f2156c = new LinkedHashSet(); this.f = BehaviorSubject.k0(g0.mapOf(d0.o.to("any", EncodeQuality.Hundred))); this.g = h0.emptyMap(); } @@ -204,7 +204,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { e eVar = this.j; int i2 = 1; if (mediaEngineConnection != null) { - Set set = this.f2155c; + Set set = this.f2156c; if (!(set instanceof Collection) || !set.isEmpty()) { i = 0; for (Number number : set) { @@ -291,7 +291,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { if (l4 != null) { it2 = it; j = longValue; - this.l.a(longValue, l4.longValue(), bVar.b, bVar.f2156c); + this.l.a(longValue, l4.longValue(), bVar.b, bVar.f2157c); } else { it2 = it; j = longValue; diff --git a/app/src/main/java/com/discord/rtcconnection/RtcConnection.java b/app/src/main/java/com/discord/rtcconnection/RtcConnection.java index 62e2caa302..bfdc9bc148 100644 --- a/app/src/main/java/com/discord/rtcconnection/RtcConnection.java +++ b/app/src/main/java/com/discord/rtcconnection/RtcConnection.java @@ -81,13 +81,13 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final String Z; /* renamed from: a0 reason: collision with root package name */ - public final boolean f2157a0; + public final boolean f2158a0; /* renamed from: b0 reason: collision with root package name */ - public final String f2158b0; + public final String f2159b0; /* renamed from: c0 reason: collision with root package name */ - public final String f2159c0; + public final String f2160c0; public final String k; public final String l; public final List m; @@ -98,20 +98,20 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public StateChange r; /* renamed from: s reason: collision with root package name */ - public BehaviorSubject f2160s; + public BehaviorSubject f2161s; public boolean t; public List u; public c.a.q.n0.a v; public MediaEngineConnection w; /* renamed from: x reason: collision with root package name */ - public String f2161x; + public String f2162x; /* renamed from: y reason: collision with root package name */ - public Integer f2162y; + public Integer f2163y; /* renamed from: z reason: collision with root package name */ - public int f2163z; + public int f2164z; /* compiled from: RtcConnection.kt */ public enum AnalyticsEvent { @@ -128,7 +128,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final String b; /* renamed from: c reason: collision with root package name */ - public final Long f2164c; + public final Long f2165c; public final Long d; public final String e; @@ -136,7 +136,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage m.checkNotNullParameter(str, "rtcConnectionId"); this.a = str; this.b = str2; - this.f2164c = l; + this.f2165c = l; this.d = l2; this.e = str3; } @@ -149,7 +149,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage return false; } Metadata metadata = (Metadata) obj; - return m.areEqual(this.a, metadata.a) && m.areEqual(this.b, metadata.b) && m.areEqual(this.f2164c, metadata.f2164c) && m.areEqual(this.d, metadata.d) && m.areEqual(this.e, metadata.e); + return m.areEqual(this.a, metadata.a) && m.areEqual(this.b, metadata.b) && m.areEqual(this.f2165c, metadata.f2165c) && m.areEqual(this.d, metadata.d) && m.areEqual(this.e, metadata.e); } public int hashCode() { @@ -158,7 +158,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.b; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; - Long l = this.f2164c; + Long l = this.f2165c; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; Long l2 = this.d; int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; @@ -175,7 +175,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage P.append(", mediaSessionId="); P.append(this.b); P.append(", channelId="); - P.append(this.f2164c); + P.append(this.f2165c); P.append(", guildId="); P.append(this.d); P.append(", streamKey="); @@ -531,9 +531,9 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage this.X = linkedHashMap; this.Y = linkedHashMap2; this.Z = str6; - this.f2157a0 = z4; - this.f2158b0 = str4; - this.f2159c0 = str7; + this.f2158a0 = z4; + this.f2159b0 = str4; + this.f2160c0 = str7; StringBuilder U = c.d.b.a.a.U(str4, "->RtcConnection "); int i3 = i + 1; i = i3; @@ -547,7 +547,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage this.p = new Backoff(1000, 10000, 0, false, null, 28, null); StateChange stateChange = new StateChange(new State.d(false), null); this.r = stateChange; - this.f2160s = BehaviorSubject.k0(stateChange); + this.f2161s = BehaviorSubject.k0(stateChange); this.u = new ArrayList(); c.a.q.o0.e eVar = new c.a.q.o0.e(logger, clock); eVar.f.add(new x(this)); @@ -564,7 +564,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage m.checkNotNull(mediaSinkWantsManager); Observable> r = mediaSinkWantsManager.f.r(); m.checkNotNullExpressionValue(r, "mediaSinkWantsSubject.distinctUntilChanged()"); - subscription = Observable.j(r, this.f2160s, z.i).U(new g0(new a0(this))); + subscription = Observable.j(r, this.f2161s, z.i).U(new g0(new a0(this))); } this.H = subscription; r("Created RtcConnection. GuildID: " + l + " ChannelID: " + j2); @@ -623,11 +623,11 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } public final Map b(Map map) { - String str = this.f2161x; + String str = this.f2162x; if (str != null) { map.put("hostname", str); } - Integer num = this.f2162y; + Integer num = this.f2163y; if (num != null) { map.put("port", Integer.valueOf(num.intValue())); } @@ -660,15 +660,15 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage debugPrintBuilder.appendKeyValue(ModelAuditLogEntry.CHANGE_KEY_ID, this.l); debugPrintBuilder.appendKeyValue("mediaSessionId", this.J); debugPrintBuilder.appendKeyValue("parentMediaSessionId", this.Z); - debugPrintBuilder.appendKeyValue("hostname", this.f2161x); + debugPrintBuilder.appendKeyValue("hostname", this.f2162x); debugPrintBuilder.appendKeyValue("channelId", Long.valueOf(this.O)); debugPrintBuilder.appendKeyValue("guildId", this.N); - debugPrintBuilder.appendKeyValue("streamKey", this.f2159c0); + debugPrintBuilder.appendKeyValue("streamKey", this.f2160c0); debugPrintBuilder.appendKeyValue("isVideoEnabled", Boolean.valueOf(this.Q)); debugPrintBuilder.appendKeyValue("rtcServerId", this.R); debugPrintBuilder.appendKeyValue("userId", Long.valueOf(this.S)); debugPrintBuilder.appendKeyValue("rtcConnectionType", this.W); - debugPrintBuilder.appendKeyValue("enableMediaSinkWants", Boolean.valueOf(this.f2157a0)); + debugPrintBuilder.appendKeyValue("enableMediaSinkWants", Boolean.valueOf(this.f2158a0)); debugPrintBuilder.appendKeyValue("socket", (DebugPrintable) this.v); debugPrintBuilder.appendKeyValue("sentVideo", Boolean.valueOf(this.o)); } @@ -745,7 +745,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } public final Metadata i() { - return new Metadata(this.l, this.J, Long.valueOf(this.O), this.N, this.f2159c0); + return new Metadata(this.l, this.J, Long.valueOf(this.O), this.N, this.f2160c0); } public final void k(long j2, Map map) { @@ -778,7 +778,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage String str2; Stats stats; VoiceQuality voiceQuality; - Map mutableMapOf = d0.t.h0.mutableMapOf(d0.o.to("ping_bad_count", Integer.valueOf(this.f2163z)), d0.o.to("connect_count", Integer.valueOf(this.D)), d0.o.to("channel_count", 1)); + Map mutableMapOf = d0.t.h0.mutableMapOf(d0.o.to("ping_bad_count", Integer.valueOf(this.f2164z)), d0.o.to("connect_count", Integer.valueOf(this.D)), d0.o.to("channel_count", 1)); b(mutableMapOf); mutableMapOf.put("reconnect", Boolean.valueOf(z2)); if (str != null) { @@ -824,7 +824,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } MediaEngineConnection.TransportInfo transportInfo = this.q; if (transportInfo != null) { - protocol = transportInfo.f2177c; + protocol = transportInfo.f2178c; } if (protocol != null) { int ordinal = protocol.ordinal(); diff --git a/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java b/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java index 17b1719f9e..c0f920a326 100644 --- a/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java +++ b/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java @@ -10,7 +10,7 @@ public final class VideoMetadata { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2165c; + public final int f2166c; public final Integer d; public final Payloads.ResolutionType e; @@ -18,7 +18,7 @@ public final class VideoMetadata { m.checkNotNullParameter(resolutionType, "type"); this.a = j; this.b = i; - this.f2165c = i2; + this.f2166c = i2; this.d = num; this.e = resolutionType; } @@ -31,11 +31,11 @@ public final class VideoMetadata { return false; } VideoMetadata videoMetadata = (VideoMetadata) obj; - return this.a == videoMetadata.a && this.b == videoMetadata.b && this.f2165c == videoMetadata.f2165c && m.areEqual(this.d, videoMetadata.d) && m.areEqual(this.e, videoMetadata.e); + return this.a == videoMetadata.a && this.b == videoMetadata.b && this.f2166c == videoMetadata.f2166c && m.areEqual(this.d, videoMetadata.d) && m.areEqual(this.e, videoMetadata.e); } public int hashCode() { - int a = ((((b.a(this.a) * 31) + this.b) * 31) + this.f2165c) * 31; + int a = ((((b.a(this.a) * 31) + this.b) * 31) + this.f2166c) * 31; Integer num = this.d; int i = 0; int hashCode = (a + (num != null ? num.hashCode() : 0)) * 31; @@ -52,7 +52,7 @@ public final class VideoMetadata { P.append(", maxWidth="); P.append(this.b); P.append(", maxHeight="); - P.append(this.f2165c); + P.append(this.f2166c); P.append(", maxFrameRate="); P.append(this.d); P.append(", type="); diff --git a/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java b/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java index 7a7a785479..08c69201b1 100644 --- a/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java +++ b/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java @@ -51,7 +51,7 @@ public final class DiscordAudioManager { public static final AudioDevice b = new AudioDevice(null, false, null, null, 15); /* renamed from: c reason: collision with root package name */ - public static final List f2166c = n.listOf((Object[]) new DeviceTypes[]{DeviceTypes.EARPIECE, DeviceTypes.SPEAKERPHONE, DeviceTypes.BLUETOOTH_HEADSET, DeviceTypes.WIRED_HEADSET}); + public static final List f2167c = n.listOf((Object[]) new DeviceTypes[]{DeviceTypes.EARPIECE, DeviceTypes.SPEAKERPHONE, DeviceTypes.BLUETOOTH_HEADSET, DeviceTypes.WIRED_HEADSET}); public static final DiscordAudioManager d = null; public boolean A; public boolean B; @@ -74,20 +74,20 @@ public final class DiscordAudioManager { public List r; /* renamed from: s reason: collision with root package name */ - public final SerializedSubject, List> f2167s; + public final SerializedSubject, List> f2168s; public DeviceTypes t; public final SerializedSubject u; public ContentObserver v; public int w; /* renamed from: x reason: collision with root package name */ - public final int f2168x; + public final int f2169x; /* renamed from: y reason: collision with root package name */ - public final SerializedSubject f2169y; + public final SerializedSubject f2170y; /* renamed from: z reason: collision with root package name */ - public DeviceTypes f2170z; + public DeviceTypes f2171z; /* compiled from: DiscordAudioManager.kt */ public static final class AudioDevice { @@ -95,7 +95,7 @@ public final class DiscordAudioManager { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final String f2171c; + public final String f2172c; public final String d; public AudioDevice() { @@ -106,7 +106,7 @@ public final class DiscordAudioManager { m.checkNotNullParameter(deviceTypes, "type"); this.a = deviceTypes; this.b = z2; - this.f2171c = str; + this.f2172c = str; this.d = str2; } @@ -118,7 +118,7 @@ public final class DiscordAudioManager { m.checkNotNullParameter(deviceTypes, "type"); this.a = deviceTypes; this.b = z2; - this.f2171c = null; + this.f2172c = null; this.d = null; } @@ -128,7 +128,7 @@ public final class DiscordAudioManager { z2 = audioDevice.b; } if ((i & 4) != 0) { - str = audioDevice.f2171c; + str = audioDevice.f2172c; } if ((i & 8) != 0) { str2 = audioDevice.d; @@ -146,7 +146,7 @@ public final class DiscordAudioManager { return false; } AudioDevice audioDevice = (AudioDevice) obj; - return m.areEqual(this.a, audioDevice.a) && this.b == audioDevice.b && m.areEqual(this.f2171c, audioDevice.f2171c) && m.areEqual(this.d, audioDevice.d); + return m.areEqual(this.a, audioDevice.a) && this.b == audioDevice.b && m.areEqual(this.f2172c, audioDevice.f2172c) && m.areEqual(this.d, audioDevice.d); } public int hashCode() { @@ -161,7 +161,7 @@ public final class DiscordAudioManager { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = (hashCode + i2) * 31; - String str = this.f2171c; + String str = this.f2172c; int hashCode2 = (i5 + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.d; if (str2 != null) { @@ -176,7 +176,7 @@ public final class DiscordAudioManager { P.append(", isAvailable="); P.append(this.b); P.append(", id="); - P.append(this.f2171c); + P.append(this.f2172c); P.append(", name="); return c.d.b.a.a.H(P, this.d, ")"); } @@ -337,7 +337,7 @@ public final class DiscordAudioManager { arrayList.add(audioDevice.a.ordinal() != 5 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, false, null, null, 1)); } discordAudioManager2.r = arrayList; - discordAudioManager2.f2167s.j.onNext(arrayList); + discordAudioManager2.f2168s.j.onNext(arrayList); } DiscordAudioManager discordAudioManager3 = DiscordAudioManager.this; discordAudioManager3.a(discordAudioManager3.r); @@ -376,7 +376,7 @@ public final class DiscordAudioManager { arrayList.add(ordinal != 3 ? ordinal != 4 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, DiscordAudioManager.this.h, null, null, 13) : AudioDevice.a(audioDevice, null, false, null, null, 13)); } discordAudioManager.r = arrayList; - discordAudioManager.f2167s.j.onNext(arrayList); + discordAudioManager.f2168s.j.onNext(arrayList); } } else if (aVar instanceof a.C0036a) { synchronized (DiscordAudioManager.this.i) { @@ -388,7 +388,7 @@ public final class DiscordAudioManager { arrayList2.add(ordinal2 != 3 ? ordinal2 != 4 ? AudioDevice.a(audioDevice2, null, false, null, null, 15) : AudioDevice.a(audioDevice2, null, false, null, null, 13) : AudioDevice.a(audioDevice2, null, true, null, null, 13)); } discordAudioManager2.r = arrayList2; - discordAudioManager2.f2167s.j.onNext(arrayList2); + discordAudioManager2.f2168s.j.onNext(arrayList2); } } DiscordAudioManager.this.l(); @@ -409,7 +409,7 @@ public final class DiscordAudioManager { if (bluetoothHeadsetAudioState == null) { bluetoothHeadsetAudioState = BluetoothHeadsetAudioState.Disconnected; } - BluetoothDevice bluetoothDevice = bVar.f2172c; + BluetoothDevice bluetoothDevice = bVar.f2173c; StringBuilder sb = new StringBuilder(); sb.append("[onHeadsetAudioStateChanged] state: "); sb.append(bluetoothHeadsetAudioState); @@ -428,7 +428,7 @@ public final class DiscordAudioManager { arrayList.add(audioDevice.a.ordinal() != 5 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, true, bluetoothDevice != null ? bluetoothDevice.getAddress() : null, bluetoothDevice != null ? bluetoothDevice.getName() : null, 1)); } discordAudioManager.r = arrayList; - discordAudioManager.f2167s.j.onNext(arrayList); + discordAudioManager.f2168s.j.onNext(arrayList); } } } @@ -462,7 +462,7 @@ public final class DiscordAudioManager { if (bluetoothProfileConnectionState == null) { bluetoothProfileConnectionState = BluetoothProfileConnectionState.Disconnected; } - BluetoothDevice bluetoothDevice = bVar.f2173c; + BluetoothDevice bluetoothDevice = bVar.f2174c; StringBuilder sb = new StringBuilder(); sb.append("[onHeadsetConnectionStateChanged] state: "); sb.append(bluetoothProfileConnectionState); @@ -500,11 +500,11 @@ public final class DiscordAudioManager { } } DeviceTypes deviceTypes2 = DeviceTypes.BLUETOOTH_HEADSET; - if (((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2171c != null) { + if (((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2172c != null) { if (bluetoothDevice != null) { str = bluetoothDevice.getAddress(); } - if (m.areEqual(str, ((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2171c)) { + if (m.areEqual(str, ((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2172c)) { DiscordAudioManager.this.l(); } } @@ -588,14 +588,14 @@ public final class DiscordAudioManager { } } this.r = arrayList; - this.f2167s = new SerializedSubject<>(BehaviorSubject.k0(arrayList)); + this.f2168s = new SerializedSubject<>(BehaviorSubject.k0(arrayList)); DeviceTypes deviceTypes = DeviceTypes.INVALID; this.t = deviceTypes; this.u = new SerializedSubject<>(BehaviorSubject.k0(deviceTypes)); - this.f2168x = this.e.getStreamMaxVolume(3); - this.f2169y = new SerializedSubject<>(BehaviorSubject.k0(Integer.valueOf(this.w))); - this.f2170z = DeviceTypes.DEFAULT; - this.D = f2166c; + this.f2169x = this.e.getStreamMaxVolume(3); + this.f2170y = new SerializedSubject<>(BehaviorSubject.k0(Integer.valueOf(this.w))); + this.f2171z = DeviceTypes.DEFAULT; + this.D = f2167c; } public static final DiscordAudioManager d() { @@ -742,7 +742,7 @@ public final class DiscordAudioManager { arrayList.add(audioDevice.a.ordinal() != 5 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, (!this.E || this.t != DeviceTypes.BLUETOOTH_HEADSET) ? z2 : bluetoothDevice3 != null, bluetoothDevice3 != null ? bluetoothDevice3.getAddress() : null, bluetoothDevice3 != null ? bluetoothDevice3.getName() : null, 1)); } this.r = arrayList; - this.f2167s.j.onNext(arrayList); + this.f2168s.j.onNext(arrayList); } return; } @@ -838,7 +838,7 @@ public final class DiscordAudioManager { this.v = null; b(DeviceTypes.INVALID); synchronized (this.i) { - this.f2170z = DeviceTypes.DEFAULT; + this.f2171z = DeviceTypes.DEFAULT; } i(false); if (Build.VERSION.SDK_INT >= 26) { @@ -935,7 +935,7 @@ public final class DiscordAudioManager { DeviceTypes deviceTypes; ArrayList arrayList; synchronized (this.i) { - deviceTypes = this.f2170z; + deviceTypes = this.f2171z; } g(); synchronized (this.i) { diff --git a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java index 483d04ae62..b8161eba22 100644 --- a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java +++ b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java @@ -54,12 +54,12 @@ public enum BluetoothHeadsetAudioState { public final BluetoothHeadsetAudioState b; /* renamed from: c reason: collision with root package name */ - public final BluetoothDevice f2172c; + public final BluetoothDevice f2173c; public b(BluetoothHeadsetAudioState bluetoothHeadsetAudioState, BluetoothHeadsetAudioState bluetoothHeadsetAudioState2, BluetoothDevice bluetoothDevice) { this.a = bluetoothHeadsetAudioState; this.b = bluetoothHeadsetAudioState2; - this.f2172c = bluetoothDevice; + this.f2173c = bluetoothDevice; } public boolean equals(Object obj) { @@ -70,7 +70,7 @@ public enum BluetoothHeadsetAudioState { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2172c, bVar.f2172c); + return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2173c, bVar.f2173c); } public int hashCode() { @@ -79,7 +79,7 @@ public enum BluetoothHeadsetAudioState { int hashCode = (bluetoothHeadsetAudioState != null ? bluetoothHeadsetAudioState.hashCode() : 0) * 31; BluetoothHeadsetAudioState bluetoothHeadsetAudioState2 = this.b; int hashCode2 = (hashCode + (bluetoothHeadsetAudioState2 != null ? bluetoothHeadsetAudioState2.hashCode() : 0)) * 31; - BluetoothDevice bluetoothDevice = this.f2172c; + BluetoothDevice bluetoothDevice = this.f2173c; if (bluetoothDevice != null) { i = bluetoothDevice.hashCode(); } @@ -92,7 +92,7 @@ public enum BluetoothHeadsetAudioState { P.append(", previous="); P.append(this.b); P.append(", device="); - P.append(this.f2172c); + P.append(this.f2173c); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java index e545cc1431..1463fcafa1 100644 --- a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java +++ b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java @@ -53,12 +53,12 @@ public enum BluetoothProfileConnectionState { public final BluetoothProfileConnectionState b; /* renamed from: c reason: collision with root package name */ - public final BluetoothDevice f2173c; + public final BluetoothDevice f2174c; public b(BluetoothProfileConnectionState bluetoothProfileConnectionState, BluetoothProfileConnectionState bluetoothProfileConnectionState2, BluetoothDevice bluetoothDevice) { this.a = bluetoothProfileConnectionState; this.b = bluetoothProfileConnectionState2; - this.f2173c = bluetoothDevice; + this.f2174c = bluetoothDevice; } public boolean equals(Object obj) { @@ -69,7 +69,7 @@ public enum BluetoothProfileConnectionState { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2173c, bVar.f2173c); + return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2174c, bVar.f2174c); } public int hashCode() { @@ -78,7 +78,7 @@ public enum BluetoothProfileConnectionState { int hashCode = (bluetoothProfileConnectionState != null ? bluetoothProfileConnectionState.hashCode() : 0) * 31; BluetoothProfileConnectionState bluetoothProfileConnectionState2 = this.b; int hashCode2 = (hashCode + (bluetoothProfileConnectionState2 != null ? bluetoothProfileConnectionState2.hashCode() : 0)) * 31; - BluetoothDevice bluetoothDevice = this.f2173c; + BluetoothDevice bluetoothDevice = this.f2174c; if (bluetoothDevice != null) { i = bluetoothDevice.hashCode(); } @@ -91,7 +91,7 @@ public enum BluetoothProfileConnectionState { P.append(", current="); P.append(this.b); P.append(", device="); - P.append(this.f2173c); + P.append(this.f2174c); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java index e69bd36411..69a5c7f62f 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java @@ -63,7 +63,7 @@ public interface MediaEngine { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2174c; + public final boolean f2175c; public final boolean d; public final boolean e; public final boolean f; @@ -78,7 +78,7 @@ public interface MediaEngine { public EchoCancellationInfo(boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, boolean z8, boolean z9, boolean z10) { this.a = z2; this.b = z3; - this.f2174c = z4; + this.f2175c = z4; this.d = z5; this.e = z6; this.f = z7; @@ -100,7 +100,7 @@ public interface MediaEngine { return false; } EchoCancellationInfo echoCancellationInfo = (EchoCancellationInfo) obj; - return this.a == echoCancellationInfo.a && this.b == echoCancellationInfo.b && this.f2174c == echoCancellationInfo.f2174c && this.d == echoCancellationInfo.d && this.e == echoCancellationInfo.e && this.f == echoCancellationInfo.f && this.g == echoCancellationInfo.g && this.h == echoCancellationInfo.h && this.i == echoCancellationInfo.i; + return this.a == echoCancellationInfo.a && this.b == echoCancellationInfo.b && this.f2175c == echoCancellationInfo.f2175c && this.d == echoCancellationInfo.d && this.e == echoCancellationInfo.e && this.f == echoCancellationInfo.f && this.g == echoCancellationInfo.g && this.h == echoCancellationInfo.h && this.i == echoCancellationInfo.i; } public int hashCode() { @@ -121,7 +121,7 @@ public interface MediaEngine { int i7 = z3 ? 1 : 0; int i8 = z3 ? 1 : 0; int i9 = (i5 + i6) * 31; - boolean z4 = this.f2174c; + boolean z4 = this.f2175c; if (z4) { z4 = true; } @@ -182,7 +182,7 @@ public interface MediaEngine { P.append(", builtinAecSupportedNative="); P.append(this.b); P.append(", builtinAecSupportedJava="); - P.append(this.f2174c); + P.append(this.f2175c); P.append(", builtinAecEnabled="); P.append(this.d); P.append(", aecEnabledInSettings="); @@ -258,7 +258,7 @@ public interface MediaEngine { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2175c; + public final boolean f2176c; public final boolean d; public final boolean e; public final MediaEngineConnection.InputMode f; @@ -271,7 +271,7 @@ public interface MediaEngine { m.checkNotNullParameter(cVar, "inputModeOptions"); this.a = f; this.b = z2; - this.f2175c = z3; + this.f2176c = z3; this.d = z4; this.e = z5; this.f = inputMode; @@ -288,7 +288,7 @@ public interface MediaEngine { return false; } VoiceConfig voiceConfig = (VoiceConfig) obj; - return Float.compare(this.a, voiceConfig.a) == 0 && this.b == voiceConfig.b && this.f2175c == voiceConfig.f2175c && this.d == voiceConfig.d && this.e == voiceConfig.e && m.areEqual(this.f, voiceConfig.f) && m.areEqual(this.g, voiceConfig.g) && this.h == voiceConfig.h && this.i == voiceConfig.i; + return Float.compare(this.a, voiceConfig.a) == 0 && this.b == voiceConfig.b && this.f2176c == voiceConfig.f2176c && this.d == voiceConfig.d && this.e == voiceConfig.e && m.areEqual(this.f, voiceConfig.f) && m.areEqual(this.g, voiceConfig.g) && this.h == voiceConfig.h && this.i == voiceConfig.i; } public int hashCode() { @@ -302,7 +302,7 @@ public interface MediaEngine { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = (floatToIntBits + i2) * 31; - boolean z3 = this.f2175c; + boolean z3 = this.f2176c; if (z3) { z3 = true; } @@ -355,7 +355,7 @@ public interface MediaEngine { P.append(", echoCancellation="); P.append(this.b); P.append(", noiseSuppression="); - P.append(this.f2175c); + P.append(this.f2176c); P.append(", noiseCancellation="); P.append(this.d); P.append(", automaticGainControl="); @@ -377,7 +377,7 @@ public interface MediaEngine { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f2176c; + public final int f2177c; public final List d; public a(int i, String str, int i2, List list) { @@ -385,7 +385,7 @@ public interface MediaEngine { m.checkNotNullParameter(list, "streams"); this.a = i; this.b = str; - this.f2176c = i2; + this.f2177c = i2; this.d = list; } @@ -397,14 +397,14 @@ public interface MediaEngine { return false; } a aVar = (a) obj; - return this.a == aVar.a && m.areEqual(this.b, aVar.b) && this.f2176c == aVar.f2176c && m.areEqual(this.d, aVar.d); + return this.a == aVar.a && m.areEqual(this.b, aVar.b) && this.f2177c == aVar.f2177c && m.areEqual(this.d, aVar.d); } public int hashCode() { int i = this.a * 31; String str = this.b; int i2 = 0; - int hashCode = (((i + (str != null ? str.hashCode() : 0)) * 31) + this.f2176c) * 31; + int hashCode = (((i + (str != null ? str.hashCode() : 0)) * 31) + this.f2177c) * 31; List list = this.d; if (list != null) { i2 = list.hashCode(); @@ -418,7 +418,7 @@ public interface MediaEngine { P.append(", ip="); P.append(this.b); P.append(", port="); - P.append(this.f2176c); + P.append(this.f2177c); P.append(", streams="); return c.d.b.a.a.J(P, this.d, ")"); } diff --git a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java index 4f238bba6a..0a25124e1d 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java @@ -83,7 +83,7 @@ public interface MediaEngineConnection { public final int b; /* renamed from: c reason: collision with root package name */ - public final Protocol f2177c; + public final Protocol f2178c; /* compiled from: MediaEngineConnection.kt */ public enum Protocol { @@ -96,7 +96,7 @@ public interface MediaEngineConnection { m.checkNotNullParameter(protocol, "protocol"); this.a = str; this.b = i; - this.f2177c = protocol; + this.f2178c = protocol; } public boolean equals(Object obj) { @@ -107,14 +107,14 @@ public interface MediaEngineConnection { return false; } TransportInfo transportInfo = (TransportInfo) obj; - return m.areEqual(this.a, transportInfo.a) && this.b == transportInfo.b && m.areEqual(this.f2177c, transportInfo.f2177c); + return m.areEqual(this.a, transportInfo.a) && this.b == transportInfo.b && m.areEqual(this.f2178c, transportInfo.f2178c); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.b) * 31; - Protocol protocol = this.f2177c; + Protocol protocol = this.f2178c; if (protocol != null) { i = protocol.hashCode(); } @@ -127,7 +127,7 @@ public interface MediaEngineConnection { P.append(", port="); P.append(this.b); P.append(", protocol="); - P.append(this.f2177c); + P.append(this.f2178c); P.append(")"); return P.toString(); } @@ -204,7 +204,7 @@ public interface MediaEngineConnection { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2178c; + public final int f2179c; public final int d; public final int e; public final int f; @@ -212,7 +212,7 @@ public interface MediaEngineConnection { public b(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i; this.b = i2; - this.f2178c = i3; + this.f2179c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -226,11 +226,11 @@ public interface MediaEngineConnection { return false; } b bVar = (b) obj; - return this.a == bVar.a && this.b == bVar.b && this.f2178c == bVar.f2178c && this.d == bVar.d && this.e == bVar.e && this.f == bVar.f; + return this.a == bVar.a && this.b == bVar.b && this.f2179c == bVar.f2179c && this.d == bVar.d && this.e == bVar.e && this.f == bVar.f; } public int hashCode() { - return (((((((((this.a * 31) + this.b) * 31) + this.f2178c) * 31) + this.d) * 31) + this.e) * 31) + this.f; + return (((((((((this.a * 31) + this.b) * 31) + this.f2179c) * 31) + this.d) * 31) + this.e) * 31) + this.f; } public String toString() { @@ -239,7 +239,7 @@ public interface MediaEngineConnection { P.append(", maxBitrate="); P.append(this.b); P.append(", width="); - P.append(this.f2178c); + P.append(this.f2179c); P.append(", height="); P.append(this.d); P.append(", mutedFramerate="); @@ -255,7 +255,7 @@ public interface MediaEngineConnection { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2179c; + public final int f2180c; public final boolean d; public final boolean e; public final int f; @@ -267,7 +267,7 @@ public interface MediaEngineConnection { public c(int i, int i2, int i3, boolean z2, boolean z3, int i4) { this.a = i; this.b = i2; - this.f2179c = i3; + this.f2180c = i3; this.d = z2; this.e = z3; this.f = i4; @@ -282,7 +282,7 @@ public interface MediaEngineConnection { i4 = (i5 & 32) != 0 ? 5 : i4; this.a = i; this.b = i2; - this.f2179c = i3; + this.f2180c = i3; this.d = z2; this.e = z3; this.f = i4; @@ -296,11 +296,11 @@ public interface MediaEngineConnection { return false; } c cVar = (c) obj; - return this.a == cVar.a && this.b == cVar.b && this.f2179c == cVar.f2179c && this.d == cVar.d && this.e == cVar.e && this.f == cVar.f; + return this.a == cVar.a && this.b == cVar.b && this.f2180c == cVar.f2180c && this.d == cVar.d && this.e == cVar.e && this.f == cVar.f; } public int hashCode() { - int i = ((((this.a * 31) + this.b) * 31) + this.f2179c) * 31; + int i = ((((this.a * 31) + this.b) * 31) + this.f2180c) * 31; boolean z2 = this.d; int i2 = 1; if (z2) { @@ -323,7 +323,7 @@ public interface MediaEngineConnection { P.append(", vadLeadingFrames="); P.append(this.b); P.append(", vadTrailingFrames="); - P.append(this.f2179c); + P.append(this.f2180c); P.append(", vadAutoThreshold="); P.append(this.d); P.append(", vadUseKrisp="); diff --git a/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java b/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java index 323d04b037..7d3e64e1aa 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java @@ -22,7 +22,7 @@ public final class ThumbnailEmitter { public final ByteBuffer b; /* renamed from: c reason: collision with root package name */ - public final GlRectDrawer f2180c; + public final GlRectDrawer f2181c; public final VideoFrameDrawer d; public final long e; public final Matrix f; @@ -47,7 +47,7 @@ public final class ThumbnailEmitter { long j3 = (long) 1000; this.a = -(j * j3 * j3); this.b = JniCommon.nativeAllocateByteBuffer(i * i2 * 4); - this.f2180c = new GlRectDrawer(); + this.f2181c = new GlRectDrawer(); this.d = new VideoFrameDrawer(); this.e = clock2.currentTimeMillis(); Matrix matrix = new Matrix(); @@ -66,10 +66,10 @@ public final class ThumbnailEmitter { GLES20.glClear(16384); if (((float) videoFrame.getRotatedWidth()) / ((float) videoFrame.getRotatedHeight()) < ((float) this.g) / ((float) this.h)) { float rotatedHeight = (((float) this.h) / ((float) videoFrame.getRotatedHeight())) * ((float) videoFrame.getRotatedWidth()); - this.d.drawFrame(videoFrame, this.f2180c, this.f, a.roundToInt((((float) this.g) - rotatedHeight) / 2.0f), 0, a.roundToInt(rotatedHeight), this.h); + this.d.drawFrame(videoFrame, this.f2181c, this.f, a.roundToInt((((float) this.g) - rotatedHeight) / 2.0f), 0, a.roundToInt(rotatedHeight), this.h); } else { float rotatedWidth = (((float) this.g) / ((float) videoFrame.getRotatedWidth())) * ((float) videoFrame.getRotatedHeight()); - this.d.drawFrame(videoFrame, this.f2180c, this.f, 0, a.roundToInt((((float) this.h) - rotatedWidth) / 2.0f), this.g, a.roundToInt(rotatedWidth)); + this.d.drawFrame(videoFrame, this.f2181c, this.f, 0, a.roundToInt((((float) this.h) - rotatedWidth) / 2.0f), this.g, a.roundToInt(rotatedWidth)); } this.b.rewind(); GLES20.glReadPixels(0, 0, glTextureFrameBuffer.getWidth(), glTextureFrameBuffer.getHeight(), 6408, 5121, this.b); diff --git a/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java b/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java index e99f8aeb05..65e2aa4c06 100644 --- a/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java +++ b/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java @@ -18,7 +18,7 @@ public final class ScreenshotDetector { public final PublishSubject b; /* renamed from: c reason: collision with root package name */ - public final b f2181c; + public final b f2182c; public final c.a.s.a d; public boolean e; public final Logger f; @@ -105,7 +105,7 @@ public final class ScreenshotDetector { ContentResolver contentResolver = application.getContentResolver(); m.checkNotNullExpressionValue(contentResolver, "applicationContext.contentResolver"); b bVar = new b(logger, contentResolver, null, new a(this), 4); - this.f2181c = bVar; + this.f2182c = bVar; c.a.s.a aVar = new c.a.s.a(bVar); this.d = aVar; a(sharedPreferences.getBoolean("screenshot_detection_enabled", false)); @@ -116,7 +116,7 @@ public final class ScreenshotDetector { public final void a(boolean z2) { this.e = z2; SharedPreferences.Editor edit = this.g.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean("screenshot_detection_enabled", z2); edit.apply(); this.d.a(z2); diff --git a/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java b/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java index 020ae3ca89..7fa52acccb 100644 --- a/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java +++ b/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java @@ -8,20 +8,20 @@ public final class ParseSpec { public final boolean b = true; /* renamed from: c reason: collision with root package name */ - public final S f2182c; + public final S f2183c; public int d; public int e; public ParseSpec(Node node, S s2) { m.checkNotNullParameter(node, "root"); this.a = node; - this.f2182c = s2; + this.f2183c = s2; } public ParseSpec(Node node, S s2, int i, int i2) { m.checkNotNullParameter(node, "root"); this.a = node; - this.f2182c = s2; + this.f2183c = s2; this.d = i; this.e = i2; } diff --git a/app/src/main/java/com/discord/simpleast/core/parser/Parser.java b/app/src/main/java/com/discord/simpleast/core/parser/Parser.java index d4208eb8da..24de287b10 100644 --- a/app/src/main/java/com/discord/simpleast/core/parser/Parser.java +++ b/app/src/main/java/com/discord/simpleast/core/parser/Parser.java @@ -136,7 +136,7 @@ public class Parser, S> { break; } Rule rule = (Rule) it.next(); - Matcher match = rule.match(subSequence, str, parseSpec.f2182c); + Matcher match = rule.match(subSequence, str, parseSpec.f2183c); if (match == null) { logMiss(rule, subSequence); pair = null; @@ -153,12 +153,12 @@ public class Parser, S> { if (pair != null) { Matcher matcher = (Matcher) pair.component2(); int end = matcher.end() + i3; - ParseSpec parse = ((Rule) pair.component1()).parse(matcher, this, parseSpec.f2182c); + ParseSpec parse = ((Rule) pair.component1()).parse(matcher, this, parseSpec.f2183c); Node node2 = parseSpec.a; node2.addChild(parse.a); int i4 = parseSpec.e; if (end != i4) { - S s3 = parseSpec.f2182c; + S s3 = parseSpec.f2183c; m.checkNotNullParameter(node2, "node"); stack.push(new ParseSpec(node2, s3, end, i4)); } diff --git a/app/src/main/java/com/discord/stores/BuiltInCommands.java b/app/src/main/java/com/discord/stores/BuiltInCommands.java index af95c50364..878d5a22c2 100644 --- a/app/src/main/java/com/discord/stores/BuiltInCommands.java +++ b/app/src/main/java/com/discord/stores/BuiltInCommands.java @@ -34,11 +34,11 @@ public final class BuiltInCommands implements BuiltInCommandsProvider { } private final ApplicationCommand createAppendToEndSlashCommand(long j, String str, Integer num, Integer num2, String str2) { - return new BuiltInCommand(String.valueOf(j), -1, str, num, m.listOf(new ApplicationCommandOption(ApplicationCommandType.STRING, "message", null, num2, false, false, null, null, 196, null)), new BuiltInCommands$createAppendToEndSlashCommand$1(str2)); + return new BuiltInCommand(String.valueOf(j), -1, str, num, m.listOf(new ApplicationCommandOption(ApplicationCommandType.STRING, "message", null, num2, false, false, null, null, null, 452, null)), new BuiltInCommands$createAppendToEndSlashCommand$1(str2)); } private final ApplicationCommand createWrappedSlashCommand(long j, String str, Integer num, Integer num2, String str2) { - return new BuiltInCommand(String.valueOf(j), -1, str, num, m.listOf(new ApplicationCommandOption(ApplicationCommandType.STRING, "message", null, num2, true, false, null, null, 196, null)), new BuiltInCommands$createWrappedSlashCommand$1(str2)); + return new BuiltInCommand(String.valueOf(j), -1, str, num, m.listOf(new ApplicationCommandOption(ApplicationCommandType.STRING, "message", null, num2, true, false, null, null, null, 452, null)), new BuiltInCommands$createWrappedSlashCommand$1(str2)); } @Override // com.discord.stores.BuiltInCommandsProvider diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics.java b/app/src/main/java/com/discord/stores/StoreAnalytics.java index ef2503092e..cf77aa257a 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics.java @@ -630,7 +630,7 @@ public final class StoreAnalytics extends Store { @StoreThread public final void handlePreLogout() { SharedPreferences.Editor edit = getPrefsSessionDurable().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putLong("CACHE_KEY_LOGOUT_TS", this.clock.currentTimeMillis()); edit.apply(); } @@ -664,10 +664,10 @@ public final class StoreAnalytics extends Store { ObservableExtensionsKt.appSubscribe$default(y2, StoreAnalytics.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreAnalytics$init$4(this), 62, (Object) null); } - /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x0043: APUT + /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x0042: APUT (r1v1 kotlin.Pair[]) (2 ??[int, float, short, byte, char]) - (wrap: kotlin.Pair : 0x003e: INVOKE (r0v6 kotlin.Pair) = ("invite_guild_id"), (r0v5 java.lang.Long) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) + (wrap: kotlin.Pair : 0x003d: INVOKE (r0v6 kotlin.Pair) = ("invite_guild_id"), (r0v5 java.lang.Long) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) */ public final void inviteSent(ModelInvite modelInvite, Message message, String str) { GuildScheduledEvent guildScheduledEvent; @@ -688,10 +688,10 @@ public final class StoreAnalytics extends Store { AnalyticsTracker.INSTANCE.inviteSent(modelInvite, h0.plus(h0.mapOf(pairArr), getGuildAndChannelSnapshotAnalyticsProperties(message.g()))); } - /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x0039: APUT + /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x0038: APUT (r1v1 kotlin.Pair[]) (2 ??[int, float, short, byte, char]) - (wrap: kotlin.Pair : 0x0034: INVOKE (r0v6 kotlin.Pair) = ("invite_guild_id"), (r0v5 java.lang.Long) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) + (wrap: kotlin.Pair : 0x0033: INVOKE (r0v6 kotlin.Pair) = ("invite_guild_id"), (r0v5 java.lang.Long) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) */ public final void inviteSent(GuildInvite guildInvite, Channel channel, Message message, String str) { m.checkNotNullParameter(message, "message"); diff --git a/app/src/main/java/com/discord/stores/StoreApplicationCommandsKt.java b/app/src/main/java/com/discord/stores/StoreApplicationCommandsKt.java index 5964e1428e..2b2e8d892a 100644 --- a/app/src/main/java/com/discord/stores/StoreApplicationCommandsKt.java +++ b/app/src/main/java/com/discord/stores/StoreApplicationCommandsKt.java @@ -149,22 +149,23 @@ public final class StoreApplicationCommandsKt { public static final ApplicationCommandOption toSlashCommandOption(com.discord.api.commands.ApplicationCommandOption applicationCommandOption) { ArrayList arrayList; m.checkNotNullParameter(applicationCommandOption, "$this$toSlashCommandOption"); - ApplicationCommandType g = applicationCommandOption.g(); + ApplicationCommandType h = applicationCommandOption.h(); + String e = applicationCommandOption.e(); String d = applicationCommandOption.d(); - String c2 = applicationCommandOption.c(); - boolean f = applicationCommandOption.f(); - boolean b = applicationCommandOption.b(); - List a = applicationCommandOption.a(); - List e = applicationCommandOption.e(); - if (e != null) { - ArrayList arrayList2 = new ArrayList(o.collectionSizeOrDefault(e, 10)); - for (com.discord.api.commands.ApplicationCommandOption applicationCommandOption2 : e) { + boolean g = applicationCommandOption.g(); + boolean c2 = applicationCommandOption.c(); + List b = applicationCommandOption.b(); + List a = applicationCommandOption.a(); + List f = applicationCommandOption.f(); + if (f != null) { + ArrayList arrayList2 = new ArrayList(o.collectionSizeOrDefault(f, 10)); + for (com.discord.api.commands.ApplicationCommandOption applicationCommandOption2 : f) { arrayList2.add(toSlashCommandOption(applicationCommandOption2)); } arrayList = arrayList2; } else { arrayList = null; } - return new ApplicationCommandOption(g, d, c2, null, f, b, a, arrayList, 8, null); + return new ApplicationCommandOption(h, e, d, null, g, c2, a, b, arrayList, 8, null); } } diff --git a/app/src/main/java/com/discord/stores/StoreApplicationInteractions.java b/app/src/main/java/com/discord/stores/StoreApplicationInteractions.java index 97ae2870e0..f003f75671 100644 --- a/app/src/main/java/com/discord/stores/StoreApplicationInteractions.java +++ b/app/src/main/java/com/discord/stores/StoreApplicationInteractions.java @@ -390,7 +390,7 @@ public final class StoreApplicationInteractions extends StoreV2 { @StoreThread private final void clearCache() { SharedPreferences.Editor edit = this.sharedPrefs.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putString(CACHE_KEY_APPLICATION_COMMAND_SEND_DATA_SET, null); edit.apply(); this.applicationCommandLocalSendDataSet.clear(); @@ -823,7 +823,7 @@ public final class StoreApplicationInteractions extends StoreV2 { this.applicationCommandLocalSendDataSnapshot = hashMap; String m = this.gson.m(hashMap); SharedPreferences.Editor edit = this.sharedPrefs.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putString(CACHE_KEY_APPLICATION_COMMAND_SEND_DATA_SET, m); edit.apply(); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java index 974eb56195..904dc63e32 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java @@ -155,13 +155,13 @@ public final class StoreAudioManagerV2$init$1 implements Runnable { @Override // java.lang.Runnable public final void run() { DiscordAudioManager discordAudioManager = DiscordAudioManager.d; - Observable> r = DiscordAudioManager.d().f2167s.r(); + Observable> r = DiscordAudioManager.d().f2168s.r(); m.checkNotNullExpressionValue(r, "audioDevicesSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(r, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this), 62, (Object) null); Observable r2 = DiscordAudioManager.d().u.r(); m.checkNotNullExpressionValue(r2, "activeAudioDeviceSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(r2, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass2(this), 62, (Object) null); - Observable r3 = DiscordAudioManager.d().f2169y.r(); + Observable r3 = DiscordAudioManager.d().f2170y.r(); m.checkNotNullExpressionValue(r3, "currentMediaVolumeSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(r3, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass3(this), 62, (Object) null); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java index d41cabbd2a..ce35f1afff 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java @@ -42,7 +42,7 @@ public final class StoreAudioManagerV2$selectOutputDevice$1 implements Runnable DiscordAudioManager.DeviceTypes deviceTypes2 = DiscordAudioManager.DeviceTypes.DEFAULT; if (deviceTypes == deviceTypes2) { synchronized (d.i) { - d.f2170z = deviceTypes2; + d.f2171z = deviceTypes2; } d.a(arrayList); return; @@ -61,7 +61,7 @@ public final class StoreAudioManagerV2$selectOutputDevice$1 implements Runnable } if (!z3) { synchronized (d.i) { - d.f2170z = deviceTypes; + d.f2171z = deviceTypes; } d.b(deviceTypes); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java index 812d07ee5b..0896381107 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java @@ -22,7 +22,7 @@ public final class StoreAudioManagerV2$updateMediaVolume$1 implements Runnable { return; } try { - d.e.setStreamVolume(3, a.roundToInt(f * ((float) d.f2168x)), 0); + d.e.setStreamVolume(3, a.roundToInt(f * ((float) d.f2169x)), 0); } catch (SecurityException e) { AnimatableValueParser.I1("DiscordAudioManager", "Failed to set stream volume: " + e); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java index e19a939450..d5440c0106 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java @@ -324,7 +324,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { private final void updateCurrentMediaVolume(int i) { DiscordAudioManager discordAudioManager = DiscordAudioManager.d; - this.streamRtcConnectionStore.updateStreamVolume(PerceptualVolumeUtils.INSTANCE.perceptualToAmplitude((((float) i) / ((float) DiscordAudioManager.d().f2168x)) * 300.0f, 300.0f)); + this.streamRtcConnectionStore.updateStreamVolume(PerceptualVolumeUtils.INSTANCE.perceptualToAmplitude((((float) i) / ((float) DiscordAudioManager.d().f2169x)) * 300.0f, 300.0f)); } public final DiscordAudioManager.AudioDevice getLastActiveAudioDevice$app_productionCanaryRelease() { @@ -361,7 +361,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { DiscordAudioManager d2 = DiscordAudioManager.d(); synchronized (d2) { List list2 = d2.D; - List list3 = DiscordAudioManager.f2166c; + List list3 = DiscordAudioManager.f2167c; if (!m.areEqual(list2, list3)) { d2.D = list3; d2.l(); @@ -398,7 +398,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { arrayList.add(audioDevice.a.ordinal() != 4 ? DiscordAudioManager.AudioDevice.a(audioDevice, null, false, null, null, 15) : DiscordAudioManager.AudioDevice.a(audioDevice, null, false, null, null, 13)); } d.r = arrayList; - d.f2167s.j.onNext(arrayList); + d.f2168s.j.onNext(arrayList); d.l(); } } @@ -413,7 +413,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { arrayList2.add(audioDevice2.a.ordinal() != 4 ? DiscordAudioManager.AudioDevice.a(audioDevice2, null, false, null, null, 15) : DiscordAudioManager.AudioDevice.a(audioDevice2, null, d2.h, null, null, 13)); } d2.r = arrayList2; - d2.f2167s.j.onNext(arrayList2); + d2.f2168s.j.onNext(arrayList2); d2.l(); } } diff --git a/app/src/main/java/com/discord/stores/StoreAuditLog.java b/app/src/main/java/com/discord/stores/StoreAuditLog.java index 37aa097623..363b14019b 100644 --- a/app/src/main/java/com/discord/stores/StoreAuditLog.java +++ b/app/src/main/java/com/discord/stores/StoreAuditLog.java @@ -549,7 +549,7 @@ public final class StoreAuditLog extends StoreV2 { if (modelAuditLogEntry2.getActionType() == ModelAuditLogEntry.ActionType.DELETE && change2 != null) { String str = (String) change2.getOldValue(); if (modelAuditLogEntry2.getTargetType() == ModelAuditLogEntry.TargetType.CHANNEL) { - if (m.areEqual(change != null ? change.getOldValue() : null, 0)) { + if (m.areEqual(change != null ? change.getOldValue() : null, (Object) 0)) { str = MentionUtilsKt.CHANNELS_CHAR + str; } } diff --git a/app/src/main/java/com/discord/stores/StoreAuthentication.java b/app/src/main/java/com/discord/stores/StoreAuthentication.java index e2755e4f00..d5bf609a4f 100644 --- a/app/src/main/java/com/discord/stores/StoreAuthentication.java +++ b/app/src/main/java/com/discord/stores/StoreAuthentication.java @@ -320,7 +320,7 @@ public final class StoreAuthentication extends Store { if (str == null) { Persister.Companion.reset(); SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.clear(); edit.apply(); } diff --git a/app/src/main/java/com/discord/stores/StoreChangeLog.java b/app/src/main/java/com/discord/stores/StoreChangeLog.java index 1fd73c5154..e7e2649fe1 100644 --- a/app/src/main/java/com/discord/stores/StoreChangeLog.java +++ b/app/src/main/java/com/discord/stores/StoreChangeLog.java @@ -78,7 +78,7 @@ public final class StoreChangeLog extends Store { private final void setLastSeenChangeLogVersion(String str) { SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putString("CACHE_KEY_VIEWED_CHANGE_LOG_VERSION", str); edit.apply(); } @@ -164,9 +164,9 @@ public final class StoreChangeLog extends Store { m.checkNotNullExpressionValue(string5, "context.getString(R.string.back)"); String changelogExperimentString5 = getChangelogExperimentString(context, "change_log_md_experiment_template", string5); WidgetChangeLogSpecial.Companion.ExitStyle exitStyle = z2 ? WidgetChangeLogSpecial.Companion.ExitStyle.BACK : WidgetChangeLogSpecial.Companion.ExitStyle.CLOSE; - if (m.areEqual(changelogExperimentString5, "special") && m.areEqual(null, 1)) { + if (m.areEqual(changelogExperimentString5, "special") && m.areEqual((Object) null, (Object) 1)) { WidgetChangeLogSpecial.Companion.launch(context, changelogExperimentString, changelogExperimentString2, changelogExperimentString3, changelogExperimentString4, exitStyle, true); - } else if (m.areEqual(null, 1)) { + } else if (m.areEqual((Object) null, (Object) 1)) { WidgetChangeLog.Companion.launch(context, changelogExperimentString, changelogExperimentString2, changelogExperimentString3, changelogExperimentString4); } else { WidgetChangeLog.Companion companion = WidgetChangeLog.Companion; diff --git a/app/src/main/java/com/discord/stores/StoreClientVersion.java b/app/src/main/java/com/discord/stores/StoreClientVersion.java index c03f3f585a..c8ab93ca0b 100644 --- a/app/src/main/java/com/discord/stores/StoreClientVersion.java +++ b/app/src/main/java/com/discord/stores/StoreClientVersion.java @@ -27,7 +27,7 @@ public final class StoreClientVersion extends Store { this.clientMinVersion = i; this.clientOutdatedSubject.j.onNext(Boolean.valueOf(this.clientVersion < i)); SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putInt(this.clientMinVersionKey, i); edit.apply(); } diff --git a/app/src/main/java/com/discord/stores/StoreCollapsedChannelCategories.java b/app/src/main/java/com/discord/stores/StoreCollapsedChannelCategories.java index 58f028ed0e..207d8d833d 100644 --- a/app/src/main/java/com/discord/stores/StoreCollapsedChannelCategories.java +++ b/app/src/main/java/com/discord/stores/StoreCollapsedChannelCategories.java @@ -48,7 +48,7 @@ public final class StoreCollapsedChannelCategories extends StoreV2 { private final void toCache(SharedPreferences sharedPreferences, Map> map) { SharedPreferences.Editor edit = sharedPreferences.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); SharedPreferenceExtensionsKt.putStringEntrySetAsMap$default(edit, StoreCollapsedChannelCategories.CACHE_KEY_COLLAPSED_CATEGORIES, map, null, StoreCollapsedChannelCategories$Companion$toCache$1$1.INSTANCE, 4, null); edit.apply(); } diff --git a/app/src/main/java/com/discord/stores/StoreDynamicLink$storeLinkIfExists$1.java b/app/src/main/java/com/discord/stores/StoreDynamicLink$storeLinkIfExists$1.java index f95d6903f9..7a952cb9a6 100644 --- a/app/src/main/java/com/discord/stores/StoreDynamicLink$storeLinkIfExists$1.java +++ b/app/src/main/java/com/discord/stores/StoreDynamicLink$storeLinkIfExists$1.java @@ -2,6 +2,7 @@ package com.discord.stores; import android.net.Uri; import androidx.core.app.NotificationCompat; +import c.a.d.m0.a; import com.discord.stores.StoreDynamicLink; import d0.g0.t; import d0.z.d.m; @@ -30,13 +31,13 @@ public final class StoreDynamicLink$storeLinkIfExists$1 implements b implements b implements b>> allowedGuildEmojis = new LinkedHashMap(); /* renamed from: me reason: collision with root package name */ - private long f2183me; + private long f2184me; private final StoreStream stream; /* compiled from: StoreEmojiCustom.kt */ @@ -125,7 +125,7 @@ public final class StoreEmojiCustom extends StoreV2 { @StoreThread public final void handleConnectionOpen(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "payload"); - this.f2183me = modelPayload.getMe().i(); + this.f2184me = modelPayload.getMe().i(); for (Guild guild : modelPayload.getGuilds()) { m.checkNotNullExpressionValue(guild, "guild"); handleGuildAdd(guild); @@ -143,7 +143,7 @@ public final class StoreEmojiCustom extends StoreV2 { for (GuildEmoji guildEmoji : a) { arrayList.add(new ModelEmojiCustom(guildEmoji, c2)); } - if (!(map == null || (guildMember = map.get(Long.valueOf(this.f2183me))) == null)) { + if (!(map == null || (guildMember = map.get(Long.valueOf(this.f2184me))) == null)) { updateGlobalEmojis(c2, arrayList); updateAllowedGuildEmojis(c2, guildMember.getRoles(), arrayList); } @@ -166,7 +166,7 @@ public final class StoreEmojiCustom extends StoreV2 { break; } obj = it.next(); - if (((com.discord.api.guildmember.GuildMember) obj).j().i() == this.f2183me) { + if (((com.discord.api.guildmember.GuildMember) obj).j().i() == this.f2184me) { z2 = true; continue; } else { @@ -200,7 +200,7 @@ public final class StoreEmojiCustom extends StoreV2 { public final void handleGuildMemberAdd(com.discord.api.guildmember.GuildMember guildMember) { Collection values; m.checkNotNullParameter(guildMember, "member"); - if (guildMember.j().i() == this.f2183me) { + if (guildMember.j().i() == this.f2184me) { long c2 = guildMember.c(); Map map = this.allGuildEmoji.get(Long.valueOf(c2)); if (map != null && (values = map.values()) != null) { diff --git a/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents$observeGuildScheduledEvents$1.java b/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents$observeGuildScheduledEvents$1.java index 2fcd4befda..8bfa4034de 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents$observeGuildScheduledEvents$1.java +++ b/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents$observeGuildScheduledEvents$1.java @@ -6,24 +6,22 @@ import java.util.List; import kotlin.jvm.functions.Function0; /* compiled from: StoreGuildScheduledEvents.kt */ public final class StoreGuildScheduledEvents$observeGuildScheduledEvents$1 extends o implements Function0> { - public final /* synthetic */ boolean $filterExpired; public final /* synthetic */ boolean $filterInaccessible; public final /* synthetic */ long $guildId; public final /* synthetic */ StoreGuildScheduledEvents this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public StoreGuildScheduledEvents$observeGuildScheduledEvents$1(StoreGuildScheduledEvents storeGuildScheduledEvents, long j, boolean z2, boolean z3) { + public StoreGuildScheduledEvents$observeGuildScheduledEvents$1(StoreGuildScheduledEvents storeGuildScheduledEvents, long j, boolean z2) { super(0); this.this$0 = storeGuildScheduledEvents; this.$guildId = j; - this.$filterExpired = z2; - this.$filterInaccessible = z3; + this.$filterInaccessible = z2; } /* Return type fixed from 'java.util.List' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final List mo1invoke() { - return this.this$0.getGuildScheduledEvents(this.$guildId, this.$filterExpired, this.$filterInaccessible); + return this.this$0.getGuildScheduledEvents(this.$guildId, this.$filterInaccessible); } } diff --git a/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java b/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java index ef6ce7a233..53c01360d3 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java +++ b/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java @@ -3,13 +3,10 @@ package com.discord.stores; import android.content.Context; import com.discord.api.guild.Guild; import com.discord.api.guildscheduledevent.GuildScheduledEvent; -import com.discord.api.guildscheduledevent.GuildScheduledEventStatus; import com.discord.api.guildscheduledevent.GuildScheduledEventUserUpdate; import com.discord.api.permission.Permission; import com.discord.models.domain.ModelPayload; import com.discord.stores.updates.ObservationDeck; -import com.discord.utilities.guildscheduledevent.GuildScheduledEventTiming; -import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilitiesKt; import com.discord.utilities.permissions.PermissionUtils; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; @@ -115,24 +112,18 @@ public final class StoreGuildScheduledEvents extends StoreV2 { return storeGuildScheduledEvents.findEventFromStore(j, l); } - public static /* synthetic */ List getGuildScheduledEvents$default(StoreGuildScheduledEvents storeGuildScheduledEvents, long j, boolean z2, boolean z3, int i, Object obj) { + public static /* synthetic */ List getGuildScheduledEvents$default(StoreGuildScheduledEvents storeGuildScheduledEvents, long j, boolean z2, int i, Object obj) { if ((i & 2) != 0) { - z2 = false; + z2 = true; } - if ((i & 4) != 0) { - z3 = true; - } - return storeGuildScheduledEvents.getGuildScheduledEvents(j, z2, z3); + return storeGuildScheduledEvents.getGuildScheduledEvents(j, z2); } - public static /* synthetic */ Observable observeGuildScheduledEvents$default(StoreGuildScheduledEvents storeGuildScheduledEvents, long j, boolean z2, boolean z3, int i, Object obj) { + public static /* synthetic */ Observable observeGuildScheduledEvents$default(StoreGuildScheduledEvents storeGuildScheduledEvents, long j, boolean z2, int i, Object obj) { if ((i & 2) != 0) { - z2 = false; + z2 = true; } - if ((i & 4) != 0) { - z3 = true; - } - return storeGuildScheduledEvents.observeGuildScheduledEvents(j, z2, z3); + return storeGuildScheduledEvents.observeGuildScheduledEvents(j, z2); } /* JADX WARNING: Removed duplicated region for block: B:15:0x004d */ @@ -389,47 +380,25 @@ public final class StoreGuildScheduledEvents extends StoreV2 { return (GuildScheduledEvent) obj2; } - public final List getGuildScheduledEvents(long j, boolean z2, boolean z3) { - boolean z4; + public final List getGuildScheduledEvents(long j, boolean z2) { Map permissionsByChannel = this.permissionsStore.getPermissionsByChannel(); List list = (List) this.guildScheduledEventsSnapshot.get(Long.valueOf(j)); if (list == null) { return n.emptyList(); } ArrayList arrayList = new ArrayList(); - Iterator it = list.iterator(); - while (true) { - boolean z5 = false; - boolean z6 = true; - if (!it.hasNext()) { - break; + for (Object obj : list) { + GuildScheduledEvent guildScheduledEvent = (GuildScheduledEvent) obj; + boolean z3 = true; + if (z2 && guildScheduledEvent.b() != null) { + Long l = permissionsByChannel.get(guildScheduledEvent.b()); + z3 = l != null ? PermissionUtils.can(Permission.VIEW_CHANNEL, Long.valueOf(l.longValue())) : false; } - Object next = it.next(); - GuildScheduledEvent guildScheduledEvent = (GuildScheduledEvent) next; - if (z2 && guildScheduledEvent.k() != GuildScheduledEventStatus.ACTIVE) { - if (GuildScheduledEventUtilitiesKt.getEventTiming(guildScheduledEvent) != GuildScheduledEventTiming.EXPIRED) { - z5 = true; - } - z6 = z5; - } - if (z6) { - arrayList.add(next); + if (z3) { + arrayList.add(obj); } } - ArrayList arrayList2 = new ArrayList(); - for (Object obj : arrayList) { - GuildScheduledEvent guildScheduledEvent2 = (GuildScheduledEvent) obj; - if (z3 && guildScheduledEvent2.b() != null) { - Long l = permissionsByChannel.get(guildScheduledEvent2.b()); - z4 = l != null ? PermissionUtils.can(Permission.VIEW_CHANNEL, Long.valueOf(l.longValue())) : false; - } else { - z4 = true; - } - if (z4) { - arrayList2.add(obj); - } - } - return arrayList2; + return arrayList; } public final Set getUserGuildScheduledEventIds() { @@ -534,8 +503,8 @@ public final class StoreGuildScheduledEvents extends StoreV2 { return ObservationDeck.connectRx$default(this.observationDeck, new ObservationDeck.UpdateSource[]{this}, false, null, null, new StoreGuildScheduledEvents$observeGuildScheduledEvent$1(this, l, l2), 14, null); } - public final Observable> observeGuildScheduledEvents(long j, boolean z2, boolean z3) { - return ObservationDeck.connectRx$default(this.observationDeck, new ObservationDeck.UpdateSource[]{this}, false, null, null, new StoreGuildScheduledEvents$observeGuildScheduledEvents$1(this, j, z2, z3), 14, null); + public final Observable> observeGuildScheduledEvents(long j, boolean z2) { + return ObservationDeck.connectRx$default(this.observationDeck, new ObservationDeck.UpdateSource[]{this}, false, null, null, new StoreGuildScheduledEvents$observeGuildScheduledEvents$1(this, j, z2), 14, null); } @Override // com.discord.stores.StoreV2 diff --git a/app/src/main/java/com/discord/stores/StoreGuildStickers.java b/app/src/main/java/com/discord/stores/StoreGuildStickers.java index 35527e9a57..3177d0e491 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildStickers.java +++ b/app/src/main/java/com/discord/stores/StoreGuildStickers.java @@ -34,7 +34,7 @@ public final class StoreGuildStickers extends StoreV2 { private final Dispatcher dispatcher; /* renamed from: me reason: collision with root package name */ - private long f2184me; + private long f2185me; private final ObservationDeck observationDeck; private final Function1, Unit> onStickersDeleted; @@ -131,7 +131,7 @@ public final class StoreGuildStickers extends StoreV2 { @StoreThread public final void handleConnectionOpen(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "payload"); - this.f2184me = modelPayload.getMe().i(); + this.f2185me = modelPayload.getMe().i(); for (Guild guild : modelPayload.getGuilds()) { m.checkNotNullExpressionValue(guild, "guild"); handleGuildCreateOrUpdate(guild); @@ -161,7 +161,7 @@ public final class StoreGuildStickers extends StoreV2 { break; } obj = it.next(); - if (((GuildMember) obj).j().i() == this.f2184me) { + if (((GuildMember) obj).j().i() == this.f2185me) { z2 = true; continue; } else { diff --git a/app/src/main/java/com/discord/stores/StoreGuilds$Actions$requestRoleMembers$1.java b/app/src/main/java/com/discord/stores/StoreGuilds$Actions$requestRoleMembers$1.java new file mode 100644 index 0000000000..b3cdba699e --- /dev/null +++ b/app/src/main/java/com/discord/stores/StoreGuilds$Actions$requestRoleMembers$1.java @@ -0,0 +1,32 @@ +package com.discord.stores; + +import d0.z.d.m; +import d0.z.d.o; +import java.util.List; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: StoreGuilds.kt */ +public final class StoreGuilds$Actions$requestRoleMembers$1 extends o implements Function1, Unit> { + public final /* synthetic */ long $guildId; + public final /* synthetic */ StoreGatewayConnection $storeGatewayConnection; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public StoreGuilds$Actions$requestRoleMembers$1(StoreGatewayConnection storeGatewayConnection, long j) { + super(1); + this.$storeGatewayConnection = storeGatewayConnection; + this.$guildId = j; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(List list) { + invoke((List) list); + return Unit.a; + } + + public final void invoke(List list) { + m.checkNotNullParameter(list, "userIds"); + StoreGatewayConnection.requestGuildMembers$default(this.$storeGatewayConnection, this.$guildId, null, list, null, 10, null); + } +} diff --git a/app/src/main/java/com/discord/stores/StoreGuilds.java b/app/src/main/java/com/discord/stores/StoreGuilds.java index 91e58e5934..68f38ad00e 100644 --- a/app/src/main/java/com/discord/stores/StoreGuilds.java +++ b/app/src/main/java/com/discord/stores/StoreGuilds.java @@ -20,6 +20,7 @@ import com.discord.stores.updates.ObservationDeckProvider; import com.discord.utilities.collections.SnowflakePartitionMap; import com.discord.utilities.guilds.GuildUtilsKt; import com.discord.utilities.persister.Persister; +import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; import d0.t.g0; import d0.t.h0; @@ -78,6 +79,13 @@ public final class StoreGuilds extends StoreV2 { m.checkNotNullExpressionValue(X, "partialUserNameTokenEmit… }\n }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.computationLatest(X), appComponent, null, 2, null), (Context) null, "requestGuildMembers", (Function1) null, StoreGuilds$Actions$requestMembers$4.INSTANCE, (Function1) null, (Function0) null, (Function0) null, 117, (Object) null); } + + public static final void requestRoleMembers(long j, long j2, AppComponent appComponent, RestAPI restAPI, StoreGatewayConnection storeGatewayConnection) { + m.checkNotNullParameter(appComponent, "appComponent"); + m.checkNotNullParameter(restAPI, "restApi"); + m.checkNotNullParameter(storeGatewayConnection, "storeGatewayConnection"); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.computationLatest(restAPI.getGuildRoleMemberIds(j, j2)), appComponent, null, 2, null), INSTANCE.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreGuilds$Actions$requestRoleMembers$1(storeGatewayConnection, j), 62, (Object) null); + } } /* compiled from: StoreGuilds.kt */ diff --git a/app/src/main/java/com/discord/stores/StoreGuildsNsfw.java b/app/src/main/java/com/discord/stores/StoreGuildsNsfw.java index a62f58d779..377e17f031 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildsNsfw.java +++ b/app/src/main/java/com/discord/stores/StoreGuildsNsfw.java @@ -97,7 +97,7 @@ public final class StoreGuildsNsfw extends StoreV2 { super.snapshotData(); this.guildIdsAllowedSnapshot = new HashSet(this.guildIdsAllowed); SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putStringSet(GUILDS_ALLOWED_KEY, toStringSet(this.guildIdsAllowed)); edit.apply(); } diff --git a/app/src/main/java/com/discord/stores/StoreGuildsSorted.java b/app/src/main/java/com/discord/stores/StoreGuildsSorted.java index bd2e32e04a..d0e94e8798 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildsSorted.java +++ b/app/src/main/java/com/discord/stores/StoreGuildsSorted.java @@ -43,14 +43,14 @@ public final class StoreGuildsSorted extends StoreV2 { private final List guilds; /* renamed from: id reason: collision with root package name */ - private final long f2185id; + private final long f2186id; private final String name; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public Folder(long j, List list, Integer num, String str) { super(null); m.checkNotNullParameter(list, "guilds"); - this.f2185id = j; + this.f2186id = j; this.guilds = list; this.color = num; this.name = str; @@ -60,7 +60,7 @@ public final class StoreGuildsSorted extends StoreV2 { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Folder copy$default(Folder folder, long j, List list, Integer num, String str, int i, Object obj) { if ((i & 1) != 0) { - j = folder.f2185id; + j = folder.f2186id; } if ((i & 2) != 0) { list = folder.guilds; @@ -76,7 +76,7 @@ public final class StoreGuildsSorted extends StoreV2 { @Override // com.discord.stores.StoreGuildsSorted.Entry public ModelGuildFolder asModelGuildFolder() { - Long valueOf = Long.valueOf(this.f2185id); + Long valueOf = Long.valueOf(this.f2186id); List list = this.guilds; ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (Guild guild : list) { @@ -86,7 +86,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public final long component1() { - return this.f2185id; + return this.f2186id; } public final List component2() { @@ -114,7 +114,7 @@ public final class StoreGuildsSorted extends StoreV2 { return false; } Folder folder = (Folder) obj; - return this.f2185id == folder.f2185id && m.areEqual(this.guilds, folder.guilds) && m.areEqual(this.color, folder.color) && m.areEqual(this.name, folder.name); + return this.f2186id == folder.f2186id && m.areEqual(this.guilds, folder.guilds) && m.areEqual(this.color, folder.color) && m.areEqual(this.name, folder.name); } public final Integer getColor() { @@ -126,7 +126,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public final long getId() { - return this.f2185id; + return this.f2186id; } public final String getName() { @@ -134,7 +134,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public int hashCode() { - int a = b.a(this.f2185id) * 31; + int a = b.a(this.f2186id) * 31; List list = this.guilds; int i = 0; int hashCode = (a + (list != null ? list.hashCode() : 0)) * 31; @@ -149,7 +149,7 @@ public final class StoreGuildsSorted extends StoreV2 { public String toString() { StringBuilder P = a.P("Folder(id="); - P.append(this.f2185id); + P.append(this.f2186id); P.append(", guilds="); P.append(this.guilds); P.append(", color="); diff --git a/app/src/main/java/com/discord/stores/StoreMaskedLinks.java b/app/src/main/java/com/discord/stores/StoreMaskedLinks.java index d582b187ed..fafc2539ff 100644 --- a/app/src/main/java/com/discord/stores/StoreMaskedLinks.java +++ b/app/src/main/java/com/discord/stores/StoreMaskedLinks.java @@ -144,7 +144,7 @@ public final class StoreMaskedLinks extends StoreV2 { super.snapshotData(); this.userTrustedDomainsSnapshot = new HashSet(this.userTrustedDomains); SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putStringSet(USER_TRUSTED_DOMAINS_CACHE_KEY, this.userTrustedDomainsSnapshot); edit.apply(); } diff --git a/app/src/main/java/com/discord/stores/StoreNotices$firstUseTimestamp$2.java b/app/src/main/java/com/discord/stores/StoreNotices$firstUseTimestamp$2.java index c5219c05ad..90d6bfaf01 100644 --- a/app/src/main/java/com/discord/stores/StoreNotices$firstUseTimestamp$2.java +++ b/app/src/main/java/com/discord/stores/StoreNotices$firstUseTimestamp$2.java @@ -25,7 +25,7 @@ public final class StoreNotices$firstUseTimestamp$2 extends o implements Functio } ?? currentTimeMillis = StoreNotices.access$getClock$p(this.this$0).currentTimeMillis(); SharedPreferences.Editor edit = this.this$0.getPrefsSessionDurable().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putLong("CACHE_KEY_FIRST_USE", currentTimeMillis); edit.apply(); return currentTimeMillis; diff --git a/app/src/main/java/com/discord/stores/StoreOutboundPromotions$handleConnectionOpen$2.java b/app/src/main/java/com/discord/stores/StoreOutboundPromotions$handleConnectionOpen$2.java index 1bea7a48e3..75acd83840 100644 --- a/app/src/main/java/com/discord/stores/StoreOutboundPromotions$handleConnectionOpen$2.java +++ b/app/src/main/java/com/discord/stores/StoreOutboundPromotions$handleConnectionOpen$2.java @@ -96,7 +96,7 @@ public final class StoreOutboundPromotions$handleConnectionOpen$2 implemen public final void call(Long l) { SharedPreferences.Editor edit = this.this$0.this$0.getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); m.checkNotNullExpressionValue(l, "consumedPromoId"); edit.putLong("CONSUMED_ENTITLEMENT_CODE", l.longValue()); edit.apply(); diff --git a/app/src/main/java/com/discord/stores/StoreOutboundPromotions$markSeen$1.java b/app/src/main/java/com/discord/stores/StoreOutboundPromotions$markSeen$1.java index d7671a3a17..a58f125f63 100644 --- a/app/src/main/java/com/discord/stores/StoreOutboundPromotions$markSeen$1.java +++ b/app/src/main/java/com/discord/stores/StoreOutboundPromotions$markSeen$1.java @@ -49,7 +49,7 @@ public final class StoreOutboundPromotions$markSeen$1 extends o implements Funct OutboundPromotion outboundPromotion = (OutboundPromotion) obj; if (outboundPromotion != null) { SharedPreferences.Editor edit = this.this$0.getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putLong("LATEST_SEEN_PROMO_DATE", outboundPromotion.h().g()); edit.apply(); StoreOutboundPromotions storeOutboundPromotions = this.this$0; diff --git a/app/src/main/java/com/discord/stores/StoreReadStates$computeUnreadMarker$4.java b/app/src/main/java/com/discord/stores/StoreReadStates$computeUnreadMarker$4.java index df5203b0be..5daa306067 100644 --- a/app/src/main/java/com/discord/stores/StoreReadStates$computeUnreadMarker$4.java +++ b/app/src/main/java/com/discord/stores/StoreReadStates$computeUnreadMarker$4.java @@ -69,7 +69,7 @@ public final class StoreReadStates$computeUnreadMarker$4 implements b Z = StoreStream.Companion.getMessages().observeMessagesForChannel(marker.getChannelId()).F(new AnonymousClass1(marker)).Z(StoreReadStates.access$getMarkAsRead$p(this.this$0).x(AnonymousClass2.INSTANCE)); AnonymousClass3 r0 = new AnonymousClass3(this); - a.C0322a aVar = a.a; + a.C0323a aVar = a.a; return Observable.g0(new k(Z, new j0.l.e.a(aVar, aVar, r0))); } } diff --git a/app/src/main/java/com/discord/stores/StoreReviewRequest.java b/app/src/main/java/com/discord/stores/StoreReviewRequest.java index 354ae431de..2ce5e75da3 100644 --- a/app/src/main/java/com/discord/stores/StoreReviewRequest.java +++ b/app/src/main/java/com/discord/stores/StoreReviewRequest.java @@ -95,7 +95,7 @@ public final class StoreReviewRequest extends Store { public final void onReviewRequestShown() { this.requestedReviewRevision = REVIEW_REQUEST_REVISION; SharedPreferences.Editor edit = getPrefsSessionDurable().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putInt("CACHE_KEY_VIEWED_REVIEW_REQUEST_REVISION", REVIEW_REQUEST_REVISION); edit.apply(); this.stream.getNotices$app_productionCanaryRelease().markSeen(StoreNotices.Dialog.Type.REQUEST_RATING_MODAL); @@ -105,7 +105,7 @@ public final class StoreReviewRequest extends Store { public final void onUserAcceptedRequest() { this.hasUserAcceptedReviewRequest = true; SharedPreferences.Editor edit = getPrefsSessionDurable().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean("CACHE_KEY_HAS_ACCEPTED_REVIEW_REQUEST", true); edit.apply(); AnalyticsTracker.INSTANCE.reviewRequestAccepted(); diff --git a/app/src/main/java/com/discord/stores/StoreSearch.java b/app/src/main/java/com/discord/stores/StoreSearch.java index 342d0da2ac..61b9016657 100644 --- a/app/src/main/java/com/discord/stores/StoreSearch.java +++ b/app/src/main/java/com/discord/stores/StoreSearch.java @@ -47,7 +47,7 @@ public final class StoreSearch { public static final class SearchTarget { /* renamed from: id reason: collision with root package name */ - private final long f2186id; + private final long f2187id; private final Type type; /* compiled from: StoreSearch.kt */ @@ -59,7 +59,7 @@ public final class StoreSearch { public SearchTarget(Type type, long j) { m.checkNotNullParameter(type, "type"); this.type = type; - this.f2186id = j; + this.f2187id = j; } public static /* synthetic */ SearchTarget copy$default(SearchTarget searchTarget, Type type, long j, int i, Object obj) { @@ -67,7 +67,7 @@ public final class StoreSearch { type = searchTarget.type; } if ((i & 2) != 0) { - j = searchTarget.f2186id; + j = searchTarget.f2187id; } return searchTarget.copy(type, j); } @@ -77,7 +77,7 @@ public final class StoreSearch { } public final long component2() { - return this.f2186id; + return this.f2187id; } public final SearchTarget copy(Type type, long j) { @@ -93,11 +93,11 @@ public final class StoreSearch { return false; } SearchTarget searchTarget = (SearchTarget) obj; - return m.areEqual(this.type, searchTarget.type) && this.f2186id == searchTarget.f2186id; + return m.areEqual(this.type, searchTarget.type) && this.f2187id == searchTarget.f2187id; } public final long getId() { - return this.f2186id; + return this.f2187id; } public final Type getType() { @@ -106,14 +106,14 @@ public final class StoreSearch { public int hashCode() { Type type = this.type; - return b.a(this.f2186id) + ((type != null ? type.hashCode() : 0) * 31); + return b.a(this.f2187id) + ((type != null ? type.hashCode() : 0) * 31); } public String toString() { StringBuilder P = a.P("SearchTarget(type="); P.append(this.type); P.append(", id="); - return a.A(P, this.f2186id, ")"); + return a.A(P, this.f2187id, ")"); } } diff --git a/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java b/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java index 6c3b471dd9..1b025b88eb 100644 --- a/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java +++ b/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java @@ -383,7 +383,7 @@ public final class StoreStreamRtcConnection extends StoreV2 implements DebugPrin destroyRtcConnection(); RtcConnection.Metadata rtcConnectionMetadata = this.storeRtcConnection.getRtcConnectionMetadata(); String str4 = null; - Long l2 = rtcConnectionMetadata != null ? rtcConnectionMetadata.f2164c : null; + Long l2 = rtcConnectionMetadata != null ? rtcConnectionMetadata.f2165c : null; if (l2 != null && l2.longValue() == j2) { str4 = rtcConnectionMetadata.b; } diff --git a/app/src/main/java/com/discord/stores/StoreUser.java b/app/src/main/java/com/discord/stores/StoreUser.java index 00bbc83bdf..287d463882 100644 --- a/app/src/main/java/com/discord/stores/StoreUser.java +++ b/app/src/main/java/com/discord/stores/StoreUser.java @@ -54,7 +54,7 @@ public final class StoreUser extends StoreV2 { private final Dispatcher dispatcher; /* renamed from: me reason: collision with root package name */ - private MeUser f2187me; + private MeUser f2188me; private final Persister meCache; private MeUser meSnapshot; private final Function1 notifyUserUpdated; @@ -93,7 +93,7 @@ public final class StoreUser extends StoreV2 { this.observationDeck = observationDeck; this.meCache = persister; MeUser meUser = EMPTY_ME_USER; - this.f2187me = meUser; + this.f2188me = meUser; this.users = new SnowflakePartitionMap.CopiablePartitionMap<>(0, 1, null); this.meSnapshot = meUser; this.usersSnapshot = h0.emptyMap(); @@ -118,7 +118,7 @@ public final class StoreUser extends StoreV2 { } public static final /* synthetic */ MeUser access$getMe$p(StoreUser storeUser) { - return storeUser.f2187me; + return storeUser.f2188me; } public static final /* synthetic */ ObservationDeck.UpdateSource access$getMeUpdate$cp() { @@ -134,7 +134,7 @@ public final class StoreUser extends StoreV2 { } public static final /* synthetic */ void access$setMe$p(StoreUser storeUser, MeUser meUser) { - storeUser.f2187me = meUser; + storeUser.f2188me = meUser; } @StoreThread @@ -176,7 +176,7 @@ public final class StoreUser extends StoreV2 { @StoreThread public final MeUser getMeInternal$app_productionCanaryRelease() { - return this.f2187me; + return this.f2188me; } /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: java.util.Map, java.util.Map */ @@ -213,7 +213,7 @@ public final class StoreUser extends StoreV2 { public final void handleAuthToken(String str) { if (str == null) { markChanged(MeUpdate); - this.f2187me = EMPTY_ME_USER; + this.f2188me = EMPTY_ME_USER; } } @@ -235,7 +235,7 @@ public final class StoreUser extends StoreV2 { User me2 = modelPayload.getMe(); m.checkNotNullExpressionValue(me2, "payload.me"); MeUser meUser = new MeUser(me2); - this.f2187me = meUser; + this.f2188me = meUser; this.users.put(Long.valueOf(meUser.getId()), meUser); for (Channel channel : modelPayload.getPrivateChannels()) { m.checkNotNullExpressionValue(channel, "channel"); @@ -321,7 +321,7 @@ public final class StoreUser extends StoreV2 { } Long l = message.l(); if (((l != null ? l.longValue() : 0) & 16) != 0) { - this.f2187me = MeUser.copy$default(this.f2187me, 0, null, null, null, false, false, 0, null, null, false, false, null, this.f2187me.getFlags() | 8192, 0, null, null, null, null, 258047, null); + this.f2188me = MeUser.copy$default(this.f2188me, 0, null, null, null, false, false, 0, null, null, false, false, null, this.f2188me.getFlags() | 8192, 0, null, null, null, null, 258047, null); markChanged(MeUpdate); } } @@ -402,8 +402,8 @@ public final class StoreUser extends StoreV2 { public final void handleUserUpdated(User user) { m.checkNotNullParameter(user, "user"); updateUser(user); - if (this.f2187me.getId() == user.i()) { - this.f2187me = MeUser.Companion.merge(this.f2187me, user); + if (this.f2188me.getId() == user.i()) { + this.f2188me = MeUser.Companion.merge(this.f2188me, user); markChanged(MeUpdate); } } @@ -412,7 +412,7 @@ public final class StoreUser extends StoreV2 { public void init(Context context) { m.checkNotNullParameter(context, "context"); super.init(context); - this.f2187me = this.meCache.get(); + this.f2188me = this.meCache.get(); markChanged(MeUpdate); } @@ -468,7 +468,7 @@ public final class StoreUser extends StoreV2 { this.usersSnapshot = this.users.fastCopy(); } if (getUpdateSources().contains(MeUpdate)) { - MeUser meUser = this.f2187me; + MeUser meUser = this.f2188me; this.meSnapshot = meUser; Persister.set$default(this.meCache, meUser, false, 2, null); } diff --git a/app/src/main/java/com/discord/stores/StoreUserSettings.java b/app/src/main/java/com/discord/stores/StoreUserSettings.java index a44b6d3c94..ab6022e3c6 100644 --- a/app/src/main/java/com/discord/stores/StoreUserSettings.java +++ b/app/src/main/java/com/discord/stores/StoreUserSettings.java @@ -270,7 +270,7 @@ public final class StoreUserSettings extends Store { public final void getIsSyncTextAndImagesEnabled(boolean z2) { SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); if (getIsSyncTextAndImagesEnabled() != z2) { edit.putBoolean("CACHE_KEY_SYNC_TEXT_AND_IMAGES", z2); } @@ -463,7 +463,7 @@ public final class StoreUserSettings extends Store { public final void setIsChromeCustomTabsEnabled(boolean z2) { SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean("CACHE_KEY_USE_CHROME_CUSTOM_TABS", z2); edit.apply(); } @@ -488,7 +488,7 @@ public final class StoreUserSettings extends Store { public final void setIsMobileOverlayEnabled(boolean z2) { SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); if (getIsMobileOverlayEnabled() != z2) { edit.putBoolean("CACHE_KEY_MOBILE_OVERLAY", z2); AnalyticsTracker.overlayToggled(z2); @@ -509,7 +509,7 @@ public final class StoreUserSettings extends Store { public final void setIsShiftEnterToSendEnabled(boolean z2) { SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); if (getIsShiftEnterToSendEnabled() != z2) { edit.putBoolean("CACHE_KEY_SHIFT_ENTER_TO_SEND", z2); } diff --git a/app/src/main/java/com/discord/stores/StoreUserSettingsSystem.java b/app/src/main/java/com/discord/stores/StoreUserSettingsSystem.java index 38887eabb6..4d40a2b3fd 100644 --- a/app/src/main/java/com/discord/stores/StoreUserSettingsSystem.java +++ b/app/src/main/java/com/discord/stores/StoreUserSettingsSystem.java @@ -282,7 +282,7 @@ public final class StoreUserSettingsSystem extends StoreV2 { } this.settings = Settings.copy$default(settings, null, null, i, 3, null); SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putInt("CACHE_KEY_FONT_SCALE", i); edit.apply(); markChanged(); @@ -291,14 +291,14 @@ public final class StoreUserSettingsSystem extends StoreV2 { public final void setIsLocaleSyncEnabled(boolean z2) { SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean("CACHE_KEY_LOCALE_SYNC", z2); edit.apply(); } public final void setIsSyncThemeEnabled(boolean z2) { SharedPreferences.Editor edit = getPrefsSessionDurable().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean("CACHE_KEY_THEME_SYNC", z2); edit.apply(); } @@ -311,7 +311,7 @@ public final class StoreUserSettingsSystem extends StoreV2 { } this.settings = Settings.copy$default(settings, null, str, 0, 5, null); SharedPreferences.Editor edit = getPrefs().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putString("CACHE_KEY_LOCALE", str); edit.apply(); markChanged(); @@ -332,7 +332,7 @@ public final class StoreUserSettingsSystem extends StoreV2 { } this.settings = Settings.copy$default(settings, str, null, 0, 6, null); SharedPreferences.Editor edit = getPrefsSessionDurable().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putString("CACHE_KEY_THEME", str); edit.apply(); markChanged(); diff --git a/app/src/main/java/com/discord/stores/VoiceConfigurationCache.java b/app/src/main/java/com/discord/stores/VoiceConfigurationCache.java index 11ae25bd23..e16d84f0dc 100644 --- a/app/src/main/java/com/discord/stores/VoiceConfigurationCache.java +++ b/app/src/main/java/com/discord/stores/VoiceConfigurationCache.java @@ -60,7 +60,7 @@ public final class VoiceConfigurationCache { public final void write(StoreMediaSettings.VoiceConfiguration voiceConfiguration) { m.checkNotNullParameter(voiceConfiguration, "voiceConfiguration"); SharedPreferences.Editor edit = this.sharedPreferences.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean("CACHE_KEY_VOICE_SETTINGS_IS_MUTED", voiceConfiguration.isSelfMuted()); edit.putBoolean("CACHE_KEY_VOICE_SETTINGS_IS_DEAFENED", voiceConfiguration.isSelfDeafened()); edit.putBoolean("CACHE_KEY_VOICE_SETTINGS_AUTOMATIC_VAD", voiceConfiguration.getAutomaticVad()); diff --git a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java index 275c6860ac..60dde2a5ce 100644 --- a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java +++ b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java @@ -30,7 +30,7 @@ public final class RestCallStateKt$logNetworkAction$1 implements Action1 implements Action1 response = ((HttpException) th).i; if (!(response == null || (request = RestCallStateKt.getRequest(response)) == null)) { String str = request.b.l; - String str2 = request.f2948c; + String str2 = request.f2950c; m.checkNotNullExpressionValue(error, "error"); Error.Response response2 = error.getResponse(); m.checkNotNullExpressionValue(response2, "error.response"); diff --git a/app/src/main/java/com/discord/tooltips/TooltipManager.java b/app/src/main/java/com/discord/tooltips/TooltipManager.java index f201ee9354..c2252d1f91 100644 --- a/app/src/main/java/com/discord/tooltips/TooltipManager.java +++ b/app/src/main/java/com/discord/tooltips/TooltipManager.java @@ -31,7 +31,7 @@ public class TooltipManager { public final c.a.v.a b; /* renamed from: c reason: collision with root package name */ - public final Set f2188c; + public final Set f2189c; public final int d; public final c.a.j.a e; @@ -41,7 +41,7 @@ public class TooltipManager { public static final Lazy b = g.lazy(C0180a.i); /* renamed from: c reason: collision with root package name */ - public static final Lazy f2189c = g.lazy(b.i); + public static final Lazy f2190c = g.lazy(b.i); public static final a d = null; /* compiled from: TooltipManager.kt */ @@ -109,7 +109,7 @@ public class TooltipManager { m.checkNotNullParameter(set, "shownTooltipNames"); m.checkNotNullParameter(aVar2, "floatingViewManager"); this.b = aVar; - this.f2188c = set; + this.f2189c = set; this.d = i; this.e = aVar2; aVar2.a = new e(this); @@ -130,7 +130,7 @@ public class TooltipManager { Objects.requireNonNull(aVar2); m.checkNotNullParameter(cacheKey, "tooltipCacheKey"); SharedPreferences.Editor edit = aVar2.a.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean(cacheKey, true); edit.apply(); } @@ -146,8 +146,8 @@ public class TooltipManager { Objects.requireNonNull(aVar); m.checkNotNullParameter(cacheKey, "tooltipCacheKey"); boolean z3 = aVar.a.getBoolean(cacheKey, false); - boolean contains = this.f2188c.contains(bVar.getTooltipName()); - int size = this.f2188c.size(); + boolean contains = this.f2189c.contains(bVar.getTooltipName()); + int size = this.f2189c.size(); if (z3) { return false; } @@ -176,7 +176,7 @@ public class TooltipManager { m.checkNotNullParameter(observable, "componentPausedObservable"); if (b(bVar, z2)) { c(bVar); - this.f2188c.add(bVar.getTooltipName()); + this.f2189c.add(bVar.getTooltipName()); this.a.put(bVar.getTooltipName(), Integer.valueOf(view2.getId())); c.a.j.a aVar = this.e; Objects.requireNonNull(aVar); diff --git a/app/src/main/java/com/discord/utilities/ShareUtils.java b/app/src/main/java/com/discord/utilities/ShareUtils.java index 152413245f..93459fc188 100644 --- a/app/src/main/java/com/discord/utilities/ShareUtils.java +++ b/app/src/main/java/com/discord/utilities/ShareUtils.java @@ -5,8 +5,11 @@ import android.content.Intent; import android.content.pm.ShortcutManager; import android.net.Uri; import android.os.Build; +import androidx.core.app.NotificationCompat; import androidx.core.app.Person; +import androidx.core.content.LocusIdCompat; import androidx.core.content.pm.ShortcutInfoCompat; +import androidx.core.content.pm.ShortcutManagerCompat; import androidx.core.graphics.drawable.IconCompat; import c.d.b.a.a; import com.airbnb.lottie.parser.AnimatableValueParser; @@ -18,9 +21,12 @@ import com.discord.utilities.intent.IntentUtils; import com.discord.utilities.rx.ObservableExtensionsKt; import d0.g0.t; import d0.t.n; +import d0.t.n0; import d0.t.o; import d0.z.d.m; import java.util.ArrayList; +import java.util.Collection; +import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Objects; @@ -112,20 +118,59 @@ public final class ShareUtils { return shareUtils.toShortcutInfo(channel, context, iconCompat, i); } + public static /* synthetic */ void addShortcut$default(ShareUtils shareUtils, Context context, ShortcutInfoCompat shortcutInfoCompat, NotificationCompat.Builder builder, int i, Object obj) { + if ((i & 4) != 0) { + builder = null; + } + shareUtils.addShortcut(context, shortcutInfoCompat, builder); + } + private final ShortcutInfoCompat toShortcutInfo(Channel channel, Context context, IconCompat iconCompat, int i) { - ShortcutInfoCompat.Builder longLived = new ShortcutInfoCompat.Builder(context, String.valueOf(channel.h())).setShortLabel(AnimatableValueParser.y0(channel)).setLongLabel(AnimatableValueParser.y0(channel)).setIcon(iconCompat).setIntent(IntentUtils.RouteBuilders.selectChannel$default(channel.h(), 0, null, 6, null).setPackage(context.getPackageName())).setRank(i).setLongLived(true); - c.a.d.m0.a aVar = c.a.d.m0.a.b; - ShortcutInfoCompat.Builder categories = longLived.setCategories(c.a.d.m0.a.a); + long h = channel.h(); + String y0 = AnimatableValueParser.y0(channel); List G0 = AnimatableValueParser.G0(channel); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(G0, 10)); for (User user : G0) { - arrayList.add(new Person.Builder().setName(user.getUsername()).setKey(user.toString()).setBot(user.isBot()).build()); + Person build = new Person.Builder().setName(user.getUsername()).setKey(user.toString()).setBot(user.isBot()).build(); + m.checkNotNullExpressionValue(build, "Person.Builder()\n …\n .build()"); + arrayList.add(build); + } + return toShortcutInfo$default(this, context, h, y0, null, iconCompat, arrayList, i, 8, null); + } + + public static /* synthetic */ ShortcutInfoCompat toShortcutInfo$default(ShareUtils shareUtils, Context context, long j, CharSequence charSequence, CharSequence charSequence2, IconCompat iconCompat, List list, int i, int i2, Object obj) { + return shareUtils.toShortcutInfo(context, j, charSequence, (i2 & 8) != 0 ? charSequence : charSequence2, (i2 & 16) != 0 ? null : iconCompat, (i2 & 32) != 0 ? n.emptyList() : list, (i2 & 64) != 0 ? 0 : i); + } + + public final void addShortcut(Context context, ShortcutInfoCompat shortcutInfoCompat, NotificationCompat.Builder builder) { + m.checkNotNullParameter(context, "context"); + m.checkNotNullParameter(shortcutInfoCompat, "shortcutInfo"); + if (builder != null) { + builder.setShortcutId(shortcutInfoCompat.getId()); + } + if (builder != null) { + builder.setLocusId(new LocusIdCompat(shortcutInfoCompat.getId())); + } + List dynamicShortcuts = ShortcutManagerCompat.getDynamicShortcuts(context); + m.checkNotNullExpressionValue(dynamicShortcuts, "ShortcutManagerCompat.getDynamicShortcuts(context)"); + boolean z2 = false; + if (!(dynamicShortcuts instanceof Collection) || !dynamicShortcuts.isEmpty()) { + Iterator it = dynamicShortcuts.iterator(); + while (true) { + if (!it.hasNext()) { + break; + } + ShortcutInfoCompat shortcutInfoCompat2 = (ShortcutInfoCompat) it.next(); + m.checkNotNullExpressionValue(shortcutInfoCompat2, "it"); + if (m.areEqual(shortcutInfoCompat2.getId(), shortcutInfoCompat.getId())) { + z2 = true; + break; + } + } + } + if (!z2) { + ShortcutManagerCompat.pushDynamicShortcut(context, shortcutInfoCompat); } - Object[] array = arrayList.toArray(new Person[0]); - Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); - ShortcutInfoCompat build = categories.setPersons((Person[]) array).build(); - m.checkNotNullExpressionValue(build, "ShortcutInfoCompat.Build… )\n .build()"); - return build; } public final SharedContent getSharedContent(Intent intent, boolean z2) { @@ -156,6 +201,19 @@ public final class ShareUtils { return new SharedContent(charSequenceExtra, arrayList); } + public final ShortcutInfoCompat toShortcutInfo(Context context, long j, CharSequence charSequence, CharSequence charSequence2, IconCompat iconCompat, List list, int i) { + m.checkNotNullParameter(context, "context"); + m.checkNotNullParameter(charSequence, "shortLabel"); + m.checkNotNullParameter(charSequence2, "longLabel"); + m.checkNotNullParameter(list, "persons"); + ShortcutInfoCompat.Builder categories = new ShortcutInfoCompat.Builder(context, String.valueOf(j)).setLocusId(new LocusIdCompat(String.valueOf(j))).setShortLabel(charSequence).setLongLabel(charSequence2).setIcon(iconCompat).setIntent(IntentUtils.RouteBuilders.selectChannel$default(j, 0, null, 6, null).setPackage(context.getPackageName())).setRank(i).setLongLived(true).setCategories(n0.setOf((Object[]) new String[]{"com.discord.intent.category.DIRECT_SHARE_TARGET", "android.shortcut.conversation"})); + Object[] array = list.toArray(new Person[0]); + Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); + ShortcutInfoCompat build = categories.setPersons((Person[]) array).build(); + m.checkNotNullExpressionValue(build, "ShortcutInfoCompat.Build…ray())\n .build()"); + return build; + } + public final void updateDirectShareTargets(Context context) { m.checkNotNullParameter(context, "context"); int dpToPixels = DimenUtils.dpToPixels(72); diff --git a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java index 522acd9d15..3c89d0fed9 100644 --- a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java +++ b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java @@ -1201,7 +1201,7 @@ public final class AnalyticsTracker { public final void echoCancellationConfigured(MediaEngine.EchoCancellationInfo echoCancellationInfo) { m.checkNotNullParameter(echoCancellationInfo, "info"); - tracker.track("native_echo_cancellation_configured", h0.mapOf(o.to("builtin_aec_supported_java", Boolean.valueOf(echoCancellationInfo.f2174c)), o.to("builtin_aec_supported_native", Boolean.valueOf(echoCancellationInfo.b)), o.to("builtin_aec_requested", Boolean.valueOf(echoCancellationInfo.a)), o.to("builtin_aec_enabled", Boolean.valueOf(echoCancellationInfo.d)), o.to("aec_enabled_in_settings", Boolean.valueOf(echoCancellationInfo.e)), o.to("aec_enabled_in_native_config", Boolean.valueOf(echoCancellationInfo.f)), o.to("aec_mobile_mode", Boolean.valueOf(echoCancellationInfo.g)), o.to("aec_enabled_by_default", Boolean.valueOf(echoCancellationInfo.h)), o.to("aec_mobile_mode_by_default", Boolean.valueOf(echoCancellationInfo.i)))); + tracker.track("native_echo_cancellation_configured", h0.mapOf(o.to("builtin_aec_supported_java", Boolean.valueOf(echoCancellationInfo.f2175c)), o.to("builtin_aec_supported_native", Boolean.valueOf(echoCancellationInfo.b)), o.to("builtin_aec_requested", Boolean.valueOf(echoCancellationInfo.a)), o.to("builtin_aec_enabled", Boolean.valueOf(echoCancellationInfo.d)), o.to("aec_enabled_in_settings", Boolean.valueOf(echoCancellationInfo.e)), o.to("aec_enabled_in_native_config", Boolean.valueOf(echoCancellationInfo.f)), o.to("aec_mobile_mode", Boolean.valueOf(echoCancellationInfo.g)), o.to("aec_enabled_by_default", Boolean.valueOf(echoCancellationInfo.h)), o.to("aec_mobile_mode_by_default", Boolean.valueOf(echoCancellationInfo.i)))); } public final void emojiCategorySelected(long j) { @@ -2152,7 +2152,7 @@ public final class AnalyticsTracker { tracker.track("local_settings_updated", g0.mapOf(o.to("notifications_in_app_enabled", Boolean.valueOf(z2)))); } - /* JADX WARNING: Removed duplicated region for block: B:14:0x003e */ + /* JADX WARNING: Removed duplicated region for block: B:14:0x003d */ /* JADX WARNING: Removed duplicated region for block: B:20:? A[RETURN, SYNTHETIC] */ public final void userListening(long j, Set set, String str, Channel channel) { boolean z2; diff --git a/app/src/main/java/com/discord/utilities/analytics/InstallReferrer.java b/app/src/main/java/com/discord/utilities/analytics/InstallReferrer.java index 7063aa00cb..6348df3650 100644 --- a/app/src/main/java/com/discord/utilities/analytics/InstallReferrer.java +++ b/app/src/main/java/com/discord/utilities/analytics/InstallReferrer.java @@ -100,7 +100,7 @@ public final class InstallReferrer { Logger logger = this.logger; logger.i("Unable to resolve referrer details, " + i + " attempt.", exc); SharedPreferences.Editor edit = getSharedPreferences().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putInt(CACHE_KEY_HAS_EXECUTED_ATTEMPTS, i + 1); edit.apply(); } @@ -114,7 +114,7 @@ public final class InstallReferrer { m.checkNotNullExpressionValue(installReferrer, "referrerClient.installReferrer"); Logger.i$default(this.logger, a.u("Retrieved install referrer, ", installReferrer.getInstallReferrer()), null, 2, null); SharedPreferences.Editor edit = getSharedPreferences().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean(CACHE_KEY_HAS_EXECUTED, true); edit.apply(); } diff --git a/app/src/main/java/com/discord/utilities/anim/RingAnimator$$special$$inlined$apply$lambda$1.java b/app/src/main/java/com/discord/utilities/anim/RingAnimator$$special$$inlined$apply$lambda$1.java index 0b8c3aaefa..b587995b1e 100644 --- a/app/src/main/java/com/discord/utilities/anim/RingAnimator$$special$$inlined$apply$lambda$1.java +++ b/app/src/main/java/com/discord/utilities/anim/RingAnimator$$special$$inlined$apply$lambda$1.java @@ -12,23 +12,23 @@ public final class RingAnimator$$special$$inlined$apply$lambda$1 implements Anim @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); RingAnimator.access$setAnimating$p(this.this$0, false); this.this$0.onUpdate(); } @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } } diff --git a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java index a4aa0898a8..0df76bf678 100644 --- a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java +++ b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java @@ -80,7 +80,7 @@ public final class GoogleSmartLockManager$saveCredentials$1 extends o implements UserUtils userUtils = UserUtils.INSTANCE; m.checkNotNullExpressionValue(meUser, "it"); aVar.b = UserUtils.getUserNameWithDiscriminator$default(userUtils, meUser, null, null, 3, null).toString(); - aVar.f2361c = Uri.parse(forUser$default); + aVar.f2362c = Uri.parse(forUser$default); Credential a = aVar.a(); CredentialsClient access$getCredentialsClient$p = GoogleSmartLockManager.access$getCredentialsClient$p(this.this$0); Objects.requireNonNull(access$getCredentialsClient$p); diff --git a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java index e16f37aa74..4241325c2a 100644 --- a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java +++ b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java @@ -79,19 +79,19 @@ public final class GoogleSmartLockManager { public static final class SmartLockCredentials { /* renamed from: id reason: collision with root package name */ - private final String f2190id; + private final String f2191id; private final String password; public SmartLockCredentials(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, "password"); - this.f2190id = str; + this.f2191id = str; this.password = str2; } public static /* synthetic */ SmartLockCredentials copy$default(SmartLockCredentials smartLockCredentials, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = smartLockCredentials.f2190id; + str = smartLockCredentials.f2191id; } if ((i & 2) != 0) { str2 = smartLockCredentials.password; @@ -100,7 +100,7 @@ public final class GoogleSmartLockManager { } public final String component1() { - return this.f2190id; + return this.f2191id; } public final String component2() { @@ -121,11 +121,11 @@ public final class GoogleSmartLockManager { return false; } SmartLockCredentials smartLockCredentials = (SmartLockCredentials) obj; - return m.areEqual(this.f2190id, smartLockCredentials.f2190id) && m.areEqual(this.password, smartLockCredentials.password); + return m.areEqual(this.f2191id, smartLockCredentials.f2191id) && m.areEqual(this.password, smartLockCredentials.password); } public final String getId() { - return this.f2190id; + return this.f2191id; } public final String getPassword() { @@ -133,7 +133,7 @@ public final class GoogleSmartLockManager { } public int hashCode() { - String str = this.f2190id; + String str = this.f2191id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.password; @@ -145,7 +145,7 @@ public final class GoogleSmartLockManager { public String toString() { StringBuilder P = a.P("SmartLockCredentials(id="); - P.append(this.f2190id); + P.append(this.f2191id); P.append(", password="); return a.H(P, this.password, ")"); } diff --git a/app/src/main/java/com/discord/utilities/bugreports/BugReportManager.java b/app/src/main/java/com/discord/utilities/bugreports/BugReportManager.java index 586f1323a3..f1ccf79b19 100644 --- a/app/src/main/java/com/discord/utilities/bugreports/BugReportManager.java +++ b/app/src/main/java/com/discord/utilities/bugreports/BugReportManager.java @@ -106,7 +106,7 @@ public final class BugReportManager { public final void setBugReportingSettingEnabled(boolean z2) { SharedPreferences.Editor edit = this.cache.edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean(PREFS_SS_BUG_REPORTING_SETTINGS_ENABLED, z2); edit.apply(); this.settingsEnabled = z2; diff --git a/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java b/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java index 28d71b44f6..d11fa25b29 100644 --- a/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java +++ b/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java @@ -145,7 +145,7 @@ public final class CaptchaHelper$tryShowCaptcha$1 implements Action1 implements Action1 response2 = httpException.i; if (response2 != null) { headers = response2.a.n; - ResponseBody responseBody = response2.f2959c; + ResponseBody responseBody = response2.f2961c; if (responseBody != null) { MediaType b = responseBody.b(); str2 = b != null ? b.d : str5; diff --git a/app/src/main/java/com/discord/utilities/fcm/NotificationData.java b/app/src/main/java/com/discord/utilities/fcm/NotificationData.java index a0aed4c5a1..16406ded25 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationData.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationData.java @@ -209,7 +209,7 @@ public final class NotificationData { private final LinkedHashMap extras; /* renamed from: id reason: collision with root package name */ - private final int f2191id; + private final int f2192id; private boolean ignoreNextClearForAck; public DisplayPayload() { @@ -219,7 +219,7 @@ public final class NotificationData { public DisplayPayload(NotificationData notificationData) { m.checkNotNullParameter(notificationData, "data"); this.data = notificationData; - this.f2191id = new Random().nextInt(Integer.MAX_VALUE); + this.f2192id = new Random().nextInt(Integer.MAX_VALUE); this.extras = new LinkedHashMap<>(); } @@ -256,7 +256,7 @@ public final class NotificationData { } public final int getId() { - return this.f2191id; + return this.f2192id; } public final boolean getIgnoreNextClearForAck() { @@ -1083,48 +1083,55 @@ public final class NotificationData { public final CharSequence getTitle(Context context) { GuildScheduledEventEntityType guildScheduledEventEntityType; + String str; m.checkNotNullParameter(context, "context"); - String str = this.type; - switch (str.hashCode()) { + String str2 = this.type; + switch (str2.hashCode()) { case -1489275252: - return (!str.equals(TYPE_GUILD_SCHEDULED_EVENT_UPDATE) || (guildScheduledEventEntityType = this.guildScheduledEventEntityType) == null || guildScheduledEventEntityType.ordinal() != 1) ? "" : b.h(context, R.string.guild_scheduled_event_stage_start_title, new Object[]{this.guildName}, null, 4); + return (!str2.equals(TYPE_GUILD_SCHEDULED_EVENT_UPDATE) || (guildScheduledEventEntityType = this.guildScheduledEventEntityType) == null || guildScheduledEventEntityType.ordinal() != 1) ? "" : b.h(context, R.string.guild_scheduled_event_stage_start_title, new Object[]{this.guildName}, null, 4); case -1327124998: - return str.equals(TYPE_RELATIONSHIP_ADD) ? this.userUsername : ""; + if (!str2.equals(TYPE_RELATIONSHIP_ADD) || (str = this.userUsername) == null) { + return ""; + } case -1263316859: - return str.equals(TYPE_STAGE_INSTANCE_CREATE) ? b.h(context, R.string.stage_start_push_notification_title, new Object[]{this.guildName}, null, 4) : ""; + return str2.equals(TYPE_STAGE_INSTANCE_CREATE) ? b.h(context, R.string.stage_start_push_notification_title, new Object[]{this.guildName}, null, 4) : ""; case -1237752112: - return str.equals(TYPE_APPLICATION_LIBRARY_INSTALL_COMPLETE) ? b.h(context, R.string.game_library_notification_game_installed_title, new Object[0], null, 4) : ""; + return str2.equals(TYPE_APPLICATION_LIBRARY_INSTALL_COMPLETE) ? b.h(context, R.string.game_library_notification_game_installed_title, new Object[0], null, 4) : ""; case 974015250: - return (!str.equals(TYPE_ACTIVITY_START) || this.activityType != 0) ? "" : b.h(context, R.string.notification_title_start_game, new Object[0], null, 4); + return (!str2.equals(TYPE_ACTIVITY_START) || this.activityType != 0) ? "" : b.h(context, R.string.notification_title_start_game, new Object[0], null, 4); case 998188116: - if (!str.equals(TYPE_MESSAGE_CREATE)) { + if (!str2.equals(TYPE_MESSAGE_CREATE)) { return ""; } int A = this.channel.A(); if (A != 0) { if (A == 1) { - return this.userUsername; - } - if (A == 3) { + str = this.userUsername; + if (str == null) { + return ""; + } + } else if (A == 3) { return AnimatableValueParser.A0(this.channel, context, false, 2); - } - if (A != 5) { - switch (A) { - case 10: - case 11: - case 12: - break; - default: - return ""; + } else { + if (A != 5) { + switch (A) { + case 10: + case 11: + case 12: + break; + default: + return ""; + } } } } return b.l(this.guildName + " _" + AnimatableValueParser.A0(this.channel, context, false, 2) + '_', new Object[0], null, 2); case 1770025841: - return str.equals(TYPE_CALL_RING) ? this.channel.A() != 1 ? AnimatableValueParser.y0(this.channel) : b.h(context, R.string.incoming_call, new Object[0], null, 4) : ""; + return str2.equals(TYPE_CALL_RING) ? this.channel.A() != 1 ? AnimatableValueParser.y0(this.channel) : b.h(context, R.string.incoming_call, new Object[0], null, 4) : ""; default: return ""; } + return str; } public final String getType() { diff --git a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer$displayAndUpdateCache$5.java b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer$displayAndUpdateCache$5.java index 801a0bb86f..79ae29a332 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer$displayAndUpdateCache$5.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer$displayAndUpdateCache$5.java @@ -3,7 +3,6 @@ package com.discord.utilities.fcm; import android.content.Context; import androidx.core.app.NotificationCompat; import com.discord.utilities.fcm.NotificationData; -import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; @@ -11,14 +10,16 @@ import kotlin.jvm.functions.Function1; public final class NotificationRenderer$displayAndUpdateCache$5 extends o implements Function1 { public final /* synthetic */ Context $context; public final /* synthetic */ NotificationData.DisplayPayload $displayPayload; + public final /* synthetic */ NotificationData $notification; public final /* synthetic */ NotificationCompat.Builder $notificationBuilder; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public NotificationRenderer$displayAndUpdateCache$5(Context context, NotificationData.DisplayPayload displayPayload, NotificationCompat.Builder builder) { + public NotificationRenderer$displayAndUpdateCache$5(Context context, NotificationData.DisplayPayload displayPayload, NotificationCompat.Builder builder, NotificationData notificationData) { super(1); this.$context = context; this.$displayPayload = displayPayload; this.$notificationBuilder = builder; + this.$notification = notificationData; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -31,10 +32,7 @@ public final class NotificationRenderer$displayAndUpdateCache$5 extends o implem public final void invoke(Long l) { NotificationRenderer notificationRenderer = NotificationRenderer.INSTANCE; - Context context = this.$context; - int id2 = this.$displayPayload.getId(); - NotificationCompat.Builder builder = this.$notificationBuilder; - m.checkNotNullExpressionValue(builder, "notificationBuilder"); - NotificationRenderer.access$displayNotification(notificationRenderer, context, id2, builder); + NotificationRenderer.access$displayNotification(notificationRenderer, this.$context, this.$displayPayload.getId(), this.$notificationBuilder); + NotificationRenderer.pushShortcut$default(notificationRenderer, this.$context, this.$notification, this.$notificationBuilder, null, 8, null); } } diff --git a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer$displayAndUpdateCache$7.java b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer$displayAndUpdateCache$7.java index 929719b862..7d09b30f9a 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer$displayAndUpdateCache$7.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer$displayAndUpdateCache$7.java @@ -3,6 +3,7 @@ package com.discord.utilities.fcm; import android.content.Context; import android.graphics.Bitmap; import androidx.core.app.NotificationCompat; +import androidx.core.graphics.drawable.IconCompat; import com.discord.utilities.fcm.NotificationData; import com.discord.utilities.images.MGImagesBitmap; import d0.y.b; @@ -37,13 +38,13 @@ public final class NotificationRenderer$displayAndUpdateCache$7 extends o implem return Unit.a; } - /* JADX WARNING: Code restructure failed: missing block: B:13:0x005a, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:17:0x0065, code lost: r1 = move-exception; */ - /* JADX WARNING: Code restructure failed: missing block: B:14:0x005b, code lost: - d0.y.b.closeFinally(r7, r0); + /* JADX WARNING: Code restructure failed: missing block: B:18:0x0066, code lost: + d0.y.b.closeFinally(r9, r0); */ - /* JADX WARNING: Code restructure failed: missing block: B:15:0x005e, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:19:0x0069, code lost: throw r1; */ public final void invoke(MGImagesBitmap.CloseableBitmaps closeableBitmaps) { @@ -60,13 +61,9 @@ public final class NotificationRenderer$displayAndUpdateCache$7 extends o implem List list = this.$displayPayloadExtras; m.checkNotNullExpressionValue(closeableBitmaps, "bitmapsForIconUris"); builder.setStyle(NotificationRenderer.access$getMessageStyle(notificationRenderer, context, notificationData, list, closeableBitmaps)); + NotificationRenderer.access$pushShortcut(notificationRenderer, this.$context, this.$notification, this.$notificationBuilder, bitmap != null ? IconCompat.createWithBitmap(bitmap) : null); } - NotificationRenderer notificationRenderer2 = NotificationRenderer.INSTANCE; - Context context2 = this.$context; - int id2 = this.$displayPayload.getId(); - NotificationCompat.Builder builder2 = this.$notificationBuilder; - m.checkNotNullExpressionValue(builder2, "notificationBuilder"); - NotificationRenderer.access$displayNotification(notificationRenderer2, context2, id2, builder2); + NotificationRenderer.access$displayNotification(NotificationRenderer.INSTANCE, this.$context, this.$displayPayload.getId(), this.$notificationBuilder); b.closeFinally(closeableBitmaps, null); } } diff --git a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java index e47e423ebb..90fc201b45 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java @@ -2,6 +2,7 @@ package com.discord.utilities.fcm; import android.app.AlarmManager; import android.app.Application; +import android.app.Notification; import android.app.NotificationChannel; import android.app.NotificationManager; import android.app.PendingIntent; @@ -16,14 +17,13 @@ import androidx.annotation.RequiresApi; import androidx.core.app.NotificationCompat; import androidx.core.app.NotificationManagerCompat; import androidx.core.app.Person; -import androidx.core.content.pm.ShortcutInfoCompat; -import androidx.core.content.pm.ShortcutManagerCompat; import androidx.core.graphics.drawable.IconCompat; import c.a.k.b; import c.d.b.a.a; import com.discord.R; import com.discord.app.AppActivity; import com.discord.app.AppLog; +import com.discord.utilities.ShareUtils; import com.discord.utilities.analytics.Traits; import com.discord.utilities.color.ColorCompat; import com.discord.utilities.extensions.PendingIntentExtensionsKt; @@ -50,7 +50,6 @@ import j0.l.a.r; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; -import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Objects; @@ -107,6 +106,10 @@ public final class NotificationRenderer { return notificationRenderer.getMessageStyle(context, notificationData, list, map); } + public static final /* synthetic */ void access$pushShortcut(NotificationRenderer notificationRenderer, Context context, NotificationData notificationData, NotificationCompat.Builder builder, IconCompat iconCompat) { + notificationRenderer.pushShortcut(context, notificationData, builder, iconCompat); + } + private final void autoDismissNotification(Context context, int i) { PendingIntent broadcast = PendingIntent.getBroadcast(context, 0, NotificationActions.Companion.cancel(context, i), PendingIntentExtensionsKt.immutablePendingIntentFlag$default(0, 1, null)); Object systemService = context.getSystemService(NotificationCompat.CATEGORY_ALARM); @@ -114,10 +117,9 @@ public final class NotificationRenderer { ((AlarmManager) systemService).set(2, SystemClock.elapsedRealtime() + NOTIFICATION_AUTO_DISMISS, broadcast); } - /* JADX WARNING: Removed duplicated region for block: B:17:0x00e0 */ private final void displayAndUpdateCache(Context context, NotificationData notificationData, NotificationClient.SettingsV2 settingsV2) { - boolean z2; NotificationCompat.Builder contentIntent = new NotificationCompat.Builder(context, notificationData.getNotificationChannelId()).setAutoCancel(true).setOnlyAlertOnce(true).setSmallIcon(notificationData.getSmallIcon()).setColor(ColorCompat.getThemedColor(context, (int) R.attr.color_brand_500)).setCategory(notificationData.getNotificationCategory()).setContentTitle(notificationData.getTitle(context)).setContentText(notificationData.getContent(context)).setDefaults(getNotificationDefaults(settingsV2.isDisableSound(), settingsV2.isDisableVibrate())).setDeleteIntent(notificationData.getDeleteIntent(context)).setContentIntent(notificationData.getContentIntent(context)); + m.checkNotNullExpressionValue(contentIntent, "NotificationCompat.Build…etContentIntent(context))"); contentIntent.setGroup(notificationData.getGroupKey()); NotificationData.DisplayPayload andUpdate = NotificationCache.INSTANCE.getAndUpdate(notificationData); List extras = andUpdate.getExtras(); @@ -129,29 +131,6 @@ public final class NotificationRenderer { if (!extras.isEmpty()) { contentIntent.setNumber(extras.size()); contentIntent.setStyle(getMessageStyle(context, notificationData, extras, new MGImagesBitmap.CloseableBitmaps(h0.emptyMap()))); - String valueOf = String.valueOf(notificationData.getChannelId()); - List dynamicShortcuts = ShortcutManagerCompat.getDynamicShortcuts(context); - m.checkNotNullExpressionValue(dynamicShortcuts, "ShortcutManagerCompat.getDynamicShortcuts(context)"); - if (!(dynamicShortcuts instanceof Collection) || !dynamicShortcuts.isEmpty()) { - Iterator it = dynamicShortcuts.iterator(); - while (true) { - if (!it.hasNext()) { - break; - } - ShortcutInfoCompat shortcutInfoCompat = (ShortcutInfoCompat) it.next(); - m.checkNotNullExpressionValue(shortcutInfoCompat, "it"); - if (m.areEqual(shortcutInfoCompat.getId(), valueOf)) { - z2 = true; - break; - } - } - if (z2) { - contentIntent.setShortcutId(valueOf); - } - } - z2 = false; - if (z2) { - } } int i = Build.VERSION.SDK_INT; if (i < 26) { @@ -195,7 +174,7 @@ public final class NotificationRenderer { CompositeSubscription compositeSubscription = new CompositeSubscription(); Observable Z = Observable.c0(NOTIFICATION_ICON_FETCH_DELAY_MS, TimeUnit.MILLISECONDS).Z(Observable.g0(new r(Q.i, new f1(new d1(d.j))))); m.checkNotNullExpressionValue(Z, "Observable\n .time…Next(Observable.never()))"); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(Z), (Context) null, "Unable to display notification, timeout.", new NotificationRenderer$displayAndUpdateCache$4(compositeSubscription), new NotificationRenderer$displayAndUpdateCache$5(context, andUpdate, contentIntent), (Function1) null, (Function0) null, (Function0) null, 112, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(Z), (Context) null, "Unable to display notification, timeout.", new NotificationRenderer$displayAndUpdateCache$4(compositeSubscription), new NotificationRenderer$displayAndUpdateCache$5(context, andUpdate, contentIntent, notificationData), (Function1) null, (Function0) null, (Function0) null, 112, (Object) null); m.checkNotNullExpressionValue(Q, "bitmapsObservable"); Observable ui = ObservableExtensionsKt.ui(Q); StringBuilder P = a.P("Unable to display notification multi-fetch "); @@ -214,9 +193,10 @@ public final class NotificationRenderer { } private final NotificationCompat.MessagingStyle getMessageStyle(Context context, NotificationData notificationData, List list, Map map) { - Person build = new Person.Builder().setName(context.getString(R.string.f2977me)).setKey("me").build(); + Person build = new Person.Builder().setName(context.getString(R.string.f2979me)).setKey("me").build(); m.checkNotNullExpressionValue(build, "Person.Builder()\n …ey(\"me\")\n .build()"); NotificationCompat.MessagingStyle groupConversation = new NotificationCompat.MessagingStyle(build).setConversationTitle(notificationData.getConversationTitle(context)).setGroupConversation(notificationData.isGroupConversation()); + m.checkNotNullExpressionValue(groupConversation, "NotificationCompat.Messa…tion.isGroupConversation)"); for (NotificationData notificationData2 : list) { Bitmap bitmap = map.get(notificationData2.getIconUrlForAvatar()); IconCompat createWithBitmap = bitmap != null ? IconCompat.createWithBitmap(bitmap) : null; @@ -224,7 +204,6 @@ public final class NotificationRenderer { m.checkNotNullExpressionValue(build2, "person.toBuilder()\n …(icon)\n .build()"); groupConversation.addMessage(notificationData2.getContent(context), notificationData2.getMessageIdTimestamp() + ((long) (createWithBitmap == null ? 0 : 1)), build2); } - m.checkNotNullExpressionValue(groupConversation, "msgStyle"); return groupConversation; } @@ -233,6 +212,18 @@ public final class NotificationRenderer { return !z3 ? i | 2 : i; } + private final void pushShortcut(Context context, NotificationData notificationData, NotificationCompat.Builder builder, IconCompat iconCompat) { + ShareUtils shareUtils = ShareUtils.INSTANCE; + shareUtils.addShortcut(context, ShareUtils.toShortcutInfo$default(shareUtils, context, notificationData.getChannelId(), notificationData.getTitle(context), null, iconCompat, null, 0, 104, null), builder); + } + + public static /* synthetic */ void pushShortcut$default(NotificationRenderer notificationRenderer, Context context, NotificationData notificationData, NotificationCompat.Builder builder, IconCompat iconCompat, int i, Object obj) { + if ((i & 8) != 0) { + iconCompat = null; + } + notificationRenderer.pushShortcut(context, notificationData, builder, iconCompat); + } + public final void clear(Context context, long j, boolean z2) { NotificationCache.INSTANCE.remove(j, z2, new NotificationRenderer$clear$1(context)); } @@ -253,14 +244,15 @@ public final class NotificationRenderer { m.checkNotNullParameter(notificationData, "notificationData"); if (notificationData.canDisplayInApp()) { CharSequence title = notificationData.getTitle(context); - String str = title != null ? title : ""; CharSequence content = notificationData.getContent(context); - String str2 = content != null ? content : ""; - if (!t.isBlank(str) || !t.isBlank(str2)) { + if (content == null) { + content = ""; + } + if (!t.isBlank(title) || !t.isBlank(content)) { NoticePopup noticePopup = NoticePopup.INSTANCE; StringBuilder P = a.P("InAppNotif#"); P.append(ClockFactory.get().currentTimeMillis()); - NoticePopup.enqueue$default(noticePopup, P.toString(), str, null, str2, null, null, null, null, notificationData.getIconUrl(), null, null, null, null, null, new NotificationRenderer$displayInApp$1(notificationData, context), 16116, null); + NoticePopup.enqueue$default(noticePopup, P.toString(), title, null, content, null, null, null, null, notificationData.getIconUrl(), null, null, null, null, null, new NotificationRenderer$displayInApp$1(notificationData, context), 16116, null); } } } @@ -272,7 +264,9 @@ public final class NotificationRenderer { PendingIntent broadcast = PendingIntent.getBroadcast(context, 0, NotificationActions.Companion.delete(context, j), PendingIntentExtensionsKt.immutablePendingIntentFlag(134217728)); Intent selectChannel$default = IntentUtils.RouteBuilders.selectChannel$default(j, 0, null, 6, null); selectChannel$default.setClass(context, AppActivity.Main.class); - NotificationManagerCompat.from(context).notify(i, new NotificationCompat.Builder(context, NotificationClient.NOTIF_CHANNEL_MESSAGES).setAutoCancel(true).setSmallIcon(R.drawable.ic_notification_message_24dp).setCategory(NotificationCompat.CATEGORY_MESSAGE).setContentText(b.h(context, i2, new Object[]{charSequence}, null, 4)).setDeleteIntent(broadcast).setContentIntent(PendingIntent.getActivity(context, 0, selectChannel$default, PendingIntentExtensionsKt.immutablePendingIntentFlag(134217728))).build()); + Notification build = new NotificationCompat.Builder(context, NotificationClient.NOTIF_CHANNEL_MESSAGES).setAutoCancel(true).setSmallIcon(R.drawable.ic_notification_message_24dp).setCategory(NotificationCompat.CATEGORY_MESSAGE).setContentText(b.h(context, i2, new Object[]{charSequence}, null, 4)).setDeleteIntent(broadcast).setContentIntent(PendingIntent.getActivity(context, 0, selectChannel$default, PendingIntentExtensionsKt.immutablePendingIntentFlag(134217728))).build(); + m.checkNotNullExpressionValue(build, "NotificationCompat.Build…ent)\n .build()"); + NotificationManagerCompat.from(context).notify(i, build); autoDismissNotification(context, i); } diff --git a/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java b/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java index a7df19ff2a..bbb3aba61a 100644 --- a/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java +++ b/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java @@ -42,14 +42,14 @@ public final class GiftingUtils { /* renamed from: id reason: collision with root package name */ - private final int f2192id; + private final int f2193id; private SkuTypes(int i) { - this.f2192id = i; + this.f2193id = i; } public final int getId() { - return this.f2192id; + return this.f2193id; } } diff --git a/app/src/main/java/com/discord/utilities/images/MGImages.java b/app/src/main/java/com/discord/utilities/images/MGImages.java index 6db9589c91..8b75899654 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImages.java +++ b/app/src/main/java/com/discord/utilities/images/MGImages.java @@ -123,7 +123,7 @@ public final class MGImages { z3 = true; } if (z3) { - b.f2266c = new e(i, i2); + b.f2267c = new e(i, i2); } return b; } diff --git a/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java b/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java index 797b458b33..6b7564442f 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java +++ b/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java @@ -18,6 +18,6 @@ public final class MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1 extend public MemoryCacheParams get() { MemoryCacheParams memoryCacheParams = super.get(); int i = memoryCacheParams.a; - return new MemoryCacheParams(i, memoryCacheParams.b, memoryCacheParams.f2257c, memoryCacheParams.d, i / 3, TimeUnit.MINUTES.toMillis(5)); + return new MemoryCacheParams(i, memoryCacheParams.b, memoryCacheParams.f2258c, memoryCacheParams.d, i / 3, TimeUnit.MINUTES.toMillis(5)); } } diff --git a/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java b/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java index 32f311a01b..3ae17b8b12 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java +++ b/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java @@ -43,7 +43,7 @@ public final class MGImagesConfig { DiskCacheConfig.b bVar = new DiskCacheConfig.b(context, null); bVar.b = new k(context.getCacheDir()); bVar.a = str; - bVar.f2246c = MAX_DISK_CACHE_SIZE; + bVar.f2247c = MAX_DISK_CACHE_SIZE; DiskCacheConfig diskCacheConfig = new DiskCacheConfig(bVar); m.checkNotNullExpressionValue(diskCacheConfig, "DiskCacheConfig\n …HE_SIZE)\n .build()"); return diskCacheConfig; diff --git a/app/src/main/java/com/discord/utilities/intent/IntentUtils.java b/app/src/main/java/com/discord/utilities/intent/IntentUtils.java index 4021440a7f..2b842cfec5 100644 --- a/app/src/main/java/com/discord/utilities/intent/IntentUtils.java +++ b/app/src/main/java/com/discord/utilities/intent/IntentUtils.java @@ -5,9 +5,9 @@ import android.content.Intent; import android.net.Uri; import androidx.core.app.NotificationCompat; import androidx.core.content.pm.ShortcutManagerCompat; -import c.a.d.m0.b; +import c.a.d.m0.a; import c.i.c.c; -import c.i.c.k.c.a; +import c.i.c.k.b; import com.adjust.sdk.Constants; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; @@ -123,8 +123,8 @@ public final class IntentUtils { m.checkNotNullExpressionValue(parse, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); if (parse.getScheme() == null) { if (str != null) { - b bVar = b.F; - if (t.startsWith$default(str, b.e, false, 2, null)) { + a aVar = a.F; + if (t.startsWith$default(str, a.e, false, 2, null)) { parse = Uri.parse("https://" + str); } } @@ -140,8 +140,8 @@ public final class IntentUtils { m.checkNotNullExpressionValue(parse, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); if (parse.getScheme() == null) { if (str != null) { - b bVar = b.F; - if (t.startsWith$default(str, b.d, false, 2, null)) { + a aVar = a.F; + if (t.startsWith$default(str, a.d, false, 2, null)) { parse = Uri.parse("https://" + str); } } @@ -154,10 +154,10 @@ public final class IntentUtils { } static { - b bVar = b.F; - Regex regex = b.u; + a aVar = a.F; + Regex regex = a.u; RouteHandlers routeHandlers = RouteHandlers.INSTANCE; - pathRouterMap = h0.mapOf(o.to(b.t, IntentUtils$pathRouterMap$1.INSTANCE), o.to(regex, new IntentUtils$pathRouterMap$2(routeHandlers)), o.to(b.w, new IntentUtils$pathRouterMap$3(routeHandlers)), o.to(b.f51x, new IntentUtils$pathRouterMap$4(routeHandlers)), o.to(b.f53z, new IntentUtils$pathRouterMap$5(routeHandlers)), o.to(b.f52y, new IntentUtils$pathRouterMap$6(routeHandlers)), o.to(b.A, new IntentUtils$pathRouterMap$7(routeHandlers)), o.to(b.f50s, new IntentUtils$pathRouterMap$8(routeHandlers)), o.to(b.v, new IntentUtils$pathRouterMap$9(routeHandlers)), o.to(b.C, new IntentUtils$pathRouterMap$10(routeHandlers)), o.to(b.D, new IntentUtils$pathRouterMap$11(routeHandlers)), o.to(b.E, new IntentUtils$pathRouterMap$12(routeHandlers)), o.to(b.B, new IntentUtils$pathRouterMap$13(routeHandlers)), o.to(b.m, new IntentUtils$pathRouterMap$14(routeHandlers))); + pathRouterMap = h0.mapOf(o.to(a.t, IntentUtils$pathRouterMap$1.INSTANCE), o.to(regex, new IntentUtils$pathRouterMap$2(routeHandlers)), o.to(a.w, new IntentUtils$pathRouterMap$3(routeHandlers)), o.to(a.f51x, new IntentUtils$pathRouterMap$4(routeHandlers)), o.to(a.f53z, new IntentUtils$pathRouterMap$5(routeHandlers)), o.to(a.f52y, new IntentUtils$pathRouterMap$6(routeHandlers)), o.to(a.A, new IntentUtils$pathRouterMap$7(routeHandlers)), o.to(a.f50s, new IntentUtils$pathRouterMap$8(routeHandlers)), o.to(a.v, new IntentUtils$pathRouterMap$9(routeHandlers)), o.to(a.C, new IntentUtils$pathRouterMap$10(routeHandlers)), o.to(a.D, new IntentUtils$pathRouterMap$11(routeHandlers)), o.to(a.E, new IntentUtils$pathRouterMap$12(routeHandlers)), o.to(a.B, new IntentUtils$pathRouterMap$13(routeHandlers)), o.to(a.m, new IntentUtils$pathRouterMap$14(routeHandlers))); } private IntentUtils() { @@ -174,8 +174,8 @@ public final class IntentUtils { private final Uri externalize(Uri uri) { Uri.Builder scheme = uri.buildUpon().scheme(Constants.SCHEME); - b bVar = b.F; - return scheme.authority(b.a).build(); + a aVar = a.F; + return scheme.authority(a.a).build(); } private final boolean isHttpDomainUrl(Uri uri) { @@ -186,7 +186,7 @@ public final class IntentUtils { } m.checkNotNullExpressionValue(scheme, "uri.scheme ?: \"\""); if (regex.matches(scheme)) { - return b.F.a(uri.getHost()); + return a.F.a(uri.getHost()); } return false; } @@ -196,13 +196,13 @@ public final class IntentUtils { if (stringExtra != null) { m.checkNotNullExpressionValue(stringExtra, "intent.getStringExtra(In…A_VOICE_ACTION) ?: return"); String str = z2 ? "http://schema.org/CompletedActionStatus" : "http://schema.org/FailedActionStatus"; - a aVar = new a(); + c.i.c.k.c.a aVar = new c.i.c.k.c.a(); aVar.f = stringExtra; aVar.e = str; AnimatableValueParser.z(stringExtra, "setActionToken is required before calling build()."); AnimatableValueParser.z(new String(aVar.e), "setActionStatus is required before calling build()."); aVar.a("actionToken", aVar.f); - c.i.c.k.b bVar = null; + b bVar = null; if ((aVar.f1296c == null ? null : new String(aVar.f1296c)) == null) { aVar.f1296c = "AssistAction"; aVar.a(ModelAuditLogEntry.CHANGE_KEY_NAME, "AssistAction"); @@ -217,8 +217,8 @@ public final class IntentUtils { AnimatableValueParser.z(aVar.f1296c, "setObject is required before calling build()."); AnimatableValueParser.z(aVar.d, "setObject is required before calling build()."); zza zza = new zza(aVar.b, aVar.f1296c, aVar.d, null, new zzc(true), aVar.e, aVar.a); - synchronized (c.i.c.k.b.class) { - WeakReference weakReference = c.i.c.k.b.a; + synchronized (b.class) { + WeakReference weakReference = b.a; if (weakReference != null) { bVar = weakReference.get(); } @@ -226,7 +226,7 @@ public final class IntentUtils { c b = c.b(); b.a(); bVar = new c.i.c.k.d.b(b.d); - c.i.c.k.b.a = new WeakReference<>(bVar); + b.a = new WeakReference<>(bVar); } } bVar.a(zza); diff --git a/app/src/main/java/com/discord/utilities/intent/RouteHandlers$wildCardMatcher$1.java b/app/src/main/java/com/discord/utilities/intent/RouteHandlers$wildCardMatcher$1.java index 83c1b2dadf..4413bed31f 100644 --- a/app/src/main/java/com/discord/utilities/intent/RouteHandlers$wildCardMatcher$1.java +++ b/app/src/main/java/com/discord/utilities/intent/RouteHandlers$wildCardMatcher$1.java @@ -61,13 +61,13 @@ public final class RouteHandlers$wildCardMatcher$1 extends o implements Function } /* JADX WARNING: Code restructure failed: missing block: B:11:0x0033, code lost: - if (r2.equals("discord.new") != false) goto L_0x0050; + if (r2.equals("discord.new") != false) goto L_0x004f; */ - /* JADX WARNING: Code restructure failed: missing block: B:13:0x003d, code lost: - if (r2.equals("invite") != false) goto L_0x003f; + /* JADX WARNING: Code restructure failed: missing block: B:13:0x003c, code lost: + if (r2.equals("invite") != false) goto L_0x003e; */ - /* JADX WARNING: Code restructure failed: missing block: B:16:0x004e, code lost: - if (r2.equals("template") != false) goto L_0x0050; + /* JADX WARNING: Code restructure failed: missing block: B:16:0x004d, code lost: + if (r2.equals("template") != false) goto L_0x004f; */ /* JADX WARNING: Code restructure failed: missing block: B:19:?, code lost: return new com.discord.utilities.intent.RouteHandlers$wildCardMatcher$1.AnonymousClass1(com.discord.utilities.intent.RouteHandlers.INSTANCE); @@ -82,7 +82,7 @@ public final class RouteHandlers$wildCardMatcher$1 extends o implements Function if (r2.equals("discord.gift") != false) goto L_0x0025; */ /* JADX WARNING: Code restructure failed: missing block: B:6:0x001a, code lost: - if (r2.equals("discord.gg") != false) goto L_0x003f; + if (r2.equals("discord.gg") != false) goto L_0x003e; */ /* JADX WARNING: Code restructure failed: missing block: B:8:0x0023, code lost: if (r2.equals("gift") != false) goto L_0x0025; diff --git a/app/src/main/java/com/discord/utilities/intent/RouteHandlers.java b/app/src/main/java/com/discord/utilities/intent/RouteHandlers.java index fb0ff8d39f..d16fbf7fb3 100644 --- a/app/src/main/java/com/discord/utilities/intent/RouteHandlers.java +++ b/app/src/main/java/com/discord/utilities/intent/RouteHandlers.java @@ -145,8 +145,8 @@ public final class RouteHandlers { return new AnalyticsMetadata("guild_template", null, null, 6, null); } - /* JADX WARNING: Code restructure failed: missing block: B:14:0x0039, code lost: - if (r2 != null) goto L_0x003d; + /* JADX WARNING: Code restructure failed: missing block: B:14:0x0038, code lost: + if (r2 != null) goto L_0x003c; */ private final AnalyticsMetadata useInvite(Uri uri, MatchResult matchResult, Context context) { List groupValues; diff --git a/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java b/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java index 07f71a1c7e..c5ffe78f7f 100644 --- a/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java +++ b/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java @@ -323,14 +323,14 @@ public abstract class MemberListRow { /* renamed from: id reason: collision with root package name */ - private final long f2193id; + private final long f2194id; private Type(long j) { - this.f2193id = j; + this.f2194id = j; } public final long getId() { - return this.f2193id; + return this.f2194id; } } diff --git a/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java b/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java index a46fa65f7d..1914f3d73c 100644 --- a/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java +++ b/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java @@ -38,7 +38,7 @@ public final class AttachmentRequestBody extends RequestBody { @Override // okhttp3.RequestBody public MediaType contentType() { - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; return MediaType.a.b(AttachmentUtilsKt.getMimeType(this.attachment, this.contentResolver)); } @@ -51,22 +51,22 @@ public final class AttachmentRequestBody extends RequestBody { return P.toString(); } - /* JADX WARNING: Code restructure failed: missing block: B:13:0x0036, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:13:0x0035, code lost: r2 = move-exception; */ - /* JADX WARNING: Code restructure failed: missing block: B:14:0x0037, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:14:0x0036, code lost: d0.y.b.closeFinally(r1, r4); */ - /* JADX WARNING: Code restructure failed: missing block: B:15:0x003a, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:15:0x0039, code lost: throw r2; */ - /* JADX WARNING: Code restructure failed: missing block: B:19:0x003d, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:19:0x003c, code lost: r1 = move-exception; */ - /* JADX WARNING: Code restructure failed: missing block: B:20:0x003e, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:20:0x003d, code lost: d0.y.b.closeFinally(r0, r4); */ - /* JADX WARNING: Code restructure failed: missing block: B:21:0x0041, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:21:0x0040, code lost: throw r1; */ @Override // okhttp3.RequestBody diff --git a/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java b/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java index bf1c94c764..21078aee66 100644 --- a/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java +++ b/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java @@ -24,7 +24,7 @@ public final class RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1 m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2948c; + String str = c2.f2950c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/utilities/rest/RestAPI.java b/app/src/main/java/com/discord/utilities/rest/RestAPI.java index ef74e6df87..485ba5f175 100644 --- a/app/src/main/java/com/discord/utilities/rest/RestAPI.java +++ b/app/src/main/java/com/discord/utilities/rest/RestAPI.java @@ -221,9 +221,9 @@ public final class RestAPI implements RestAPIInterface { public final Interceptor buildLoggingInterceptor() { a aVar = new a(new RestAPI$Companion$buildLoggingInterceptor$1()); - a.EnumC0313a aVar2 = a.EnumC0313a.BASIC; + a.EnumC0314a aVar2 = a.EnumC0314a.BASIC; m.checkParameterIsNotNull(aVar2, ""); - aVar.f2842c = aVar2; + aVar.f2844c = aVar2; return aVar; } @@ -1267,6 +1267,12 @@ public final class RestAPI implements RestAPIInterface { return this._api.getGuildPreview(j); } + @Override // com.discord.restapi.RestAPIInterface + @f("guilds/{guildId}/roles/{roleId}/member-ids") + public Observable> getGuildRoleMemberIds(@s("guildId") long j, @s("roleId") long j2) { + return this._api.getGuildRoleMemberIds(j, j2); + } + @Override // com.discord.restapi.RestAPIInterface @f("guilds/{guildId}/role-subscriptions/group-listings/{groupListingId}") public Observable getGuildRoleSubscriptionGroupListing(@s("guildId") long j, @s("groupListingId") long j2) { @@ -1720,10 +1726,10 @@ public final class RestAPI implements RestAPIInterface { return this._api.postGuildEmoji(j, postGuildEmoji); } - /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x0040: APUT + /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x003e: APUT (r4v1 kotlin.Pair[]) (1 ??[boolean, int, float, short, byte, char]) - (wrap: kotlin.Pair : 0x003b: INVOKE (r11v4 kotlin.Pair) = ("location_guild_id"), (r11v3 java.lang.Long) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) + (wrap: kotlin.Pair : 0x0039: INVOKE (r11v4 kotlin.Pair) = ("location_guild_id"), (r11v3 java.lang.Long) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) */ public final Observable postInviteCode(ModelInvite modelInvite, String str) { m.checkNotNullParameter(modelInvite, "invite"); diff --git a/app/src/main/java/com/discord/utilities/system/DeviceResourceUsageMonitor.java b/app/src/main/java/com/discord/utilities/system/DeviceResourceUsageMonitor.java index 1d4b466d92..90b915cb88 100644 --- a/app/src/main/java/com/discord/utilities/system/DeviceResourceUsageMonitor.java +++ b/app/src/main/java/com/discord/utilities/system/DeviceResourceUsageMonitor.java @@ -20,6 +20,7 @@ public final class DeviceResourceUsageMonitor { public static final Companion Companion = new Companion(null); private static final long SC_CLK_TCK; private static final long SC_PAGE_SIZE; + private static final int cpuCoreCount; private Long activeThreadId; private final Function1 callback; private final Clock clock; @@ -103,6 +104,7 @@ public final class DeviceResourceUsageMonitor { static { Long l; Long l2; + Integer num; try { k.a aVar = k.i; l = k.m76constructorimpl(Long.valueOf(Os.sysconf(OsConstants._SC_CLK_TCK))); @@ -126,6 +128,17 @@ public final class DeviceResourceUsageMonitor { l2 = valueOf; } SC_PAGE_SIZE = ((Number) l2).longValue(); + try { + k.a aVar5 = k.i; + num = k.m76constructorimpl(Integer.valueOf(Runtime.getRuntime().availableProcessors())); + } catch (Throwable th3) { + k.a aVar6 = k.i; + num = k.m76constructorimpl(l.createFailure(th3)); + } + if (k.m80isFailureimpl(num)) { + num = 1; + } + cpuCoreCount = ((Number) num).intValue(); } /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: kotlin.jvm.functions.Function1 */ @@ -164,7 +177,12 @@ public final class DeviceResourceUsageMonitor { ProcfsReader.Stat readStatFile = ProcfsReader.INSTANCE.readStatFile(); long currentTimeMillis = this.clock.currentTimeMillis(); if (!(stat == null || l == null)) { - this.callback.invoke(new ResourceUsage((int) (((double) ((readStatFile.getTotalTime() - stat.getTotalTime()) * ((long) 100))) / (((double) SC_CLK_TCK) * (((double) (currentTimeMillis - l.longValue())) / 1000.0d))), readStatFile.getRssPages() * SC_PAGE_SIZE)); + double totalTime = ((double) ((readStatFile.getTotalTime() - stat.getTotalTime()) * ((long) 100))) / (((double) SC_CLK_TCK) * (((double) (currentTimeMillis - l.longValue())) / 1000.0d)); + int i = cpuCoreCount; + if (i == 0) { + i = 1; + } + this.callback.invoke(new ResourceUsage((int) (totalTime / ((double) i)), readStatFile.getRssPages() * SC_PAGE_SIZE)); } l = Long.valueOf(currentTimeMillis); Thread.sleep(this.timeSpan.toMillis()); diff --git a/app/src/main/java/com/discord/utilities/systemlog/SystemLogReport.java b/app/src/main/java/com/discord/utilities/systemlog/SystemLogReport.java index 48d2ac0b68..b0800214f1 100644 --- a/app/src/main/java/com/discord/utilities/systemlog/SystemLogReport.java +++ b/app/src/main/java/com/discord/utilities/systemlog/SystemLogReport.java @@ -32,7 +32,7 @@ public final class SystemLogReport { return false; } SharedPreferences.Editor edit = getPrefsSessionDurable().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putString(CACHE_KEY_LAST_STORED_TOMBSTONE_HASH, str); edit.apply(); return true; diff --git a/app/src/main/java/com/discord/utilities/textprocessing/MessagePreprocessor.java b/app/src/main/java/com/discord/utilities/textprocessing/MessagePreprocessor.java index 617f124ba4..d3fdb04d04 100644 --- a/app/src/main/java/com/discord/utilities/textprocessing/MessagePreprocessor.java +++ b/app/src/main/java/com/discord/utilities/textprocessing/MessagePreprocessor.java @@ -244,12 +244,12 @@ public final class MessagePreprocessor implements a { constrainAST(collection); } - /* JADX WARNING: Code restructure failed: missing block: B:5:0x0017, code lost: - if (r0 <= 27) goto L_0x0020; + /* JADX WARNING: Code restructure failed: missing block: B:5:0x0016, code lost: + if (r0 <= 27) goto L_0x001f; */ - /* JADX WARNING: Removed duplicated region for block: B:14:0x0033 */ - /* JADX WARNING: Removed duplicated region for block: B:18:0x003c */ - /* JADX WARNING: Removed duplicated region for block: B:19:0x003f */ + /* JADX WARNING: Removed duplicated region for block: B:14:0x0032 */ + /* JADX WARNING: Removed duplicated region for block: B:18:0x003b */ + /* JADX WARNING: Removed duplicated region for block: B:19:0x003e */ @Override // c.a.t.b.c.a public void processNode(Node node) { boolean z2; diff --git a/app/src/main/java/com/discord/utilities/textprocessing/SimpleRoundedBackgroundSpan.java b/app/src/main/java/com/discord/utilities/textprocessing/SimpleRoundedBackgroundSpan.java index a96a848971..fac9d8d5ce 100644 --- a/app/src/main/java/com/discord/utilities/textprocessing/SimpleRoundedBackgroundSpan.java +++ b/app/src/main/java/com/discord/utilities/textprocessing/SimpleRoundedBackgroundSpan.java @@ -61,7 +61,7 @@ public final class SimpleRoundedBackgroundSpan extends ReplacementSpan { return true; } - /* JADX WARNING: Removed duplicated region for block: B:19:0x0071 */ + /* JADX WARNING: Removed duplicated region for block: B:19:0x0070 */ @Override // android.text.style.ReplacementSpan public void draw(Canvas canvas, CharSequence charSequence, int i, int i2, float f, int i3, int i4, int i5, Paint paint) { float f2; diff --git a/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java b/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java index 9bc88e33cd..7b1a5a417e 100644 --- a/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java +++ b/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java @@ -226,7 +226,7 @@ public final class EmojiNode extends a implements Sp public static final class Custom extends EmojiIdAndType { /* renamed from: id reason: collision with root package name */ - private final long f2194id; + private final long f2195id; private final boolean isAnimated; private final String name; @@ -234,14 +234,14 @@ public final class EmojiNode extends a implements Sp public Custom(long j, boolean z2, String str) { super(null); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2194id = j; + this.f2195id = j; this.isAnimated = z2; this.name = str; } public static /* synthetic */ Custom copy$default(Custom custom, long j, boolean z2, String str, int i, Object obj) { if ((i & 1) != 0) { - j = custom.f2194id; + j = custom.f2195id; } if ((i & 2) != 0) { z2 = custom.isAnimated; @@ -253,7 +253,7 @@ public final class EmojiNode extends a implements Sp } public final long component1() { - return this.f2194id; + return this.f2195id; } public final boolean component2() { @@ -278,11 +278,11 @@ public final class EmojiNode extends a implements Sp return false; } Custom custom = (Custom) obj; - return this.f2194id == custom.f2194id && this.isAnimated == custom.isAnimated && m.areEqual(this.name, custom.name); + return this.f2195id == custom.f2195id && this.isAnimated == custom.isAnimated && m.areEqual(this.name, custom.name); } public final long getId() { - return this.f2194id; + return this.f2195id; } public final String getName() { @@ -291,7 +291,7 @@ public final class EmojiNode extends a implements Sp @Override // java.lang.Object public int hashCode() { - int a = b.a(this.f2194id) * 31; + int a = b.a(this.f2195id) * 31; boolean z2 = this.isAnimated; if (z2) { z2 = true; @@ -311,7 +311,7 @@ public final class EmojiNode extends a implements Sp @Override // java.lang.Object public String toString() { StringBuilder P = c.d.b.a.a.P("Custom(id="); - P.append(this.f2194id); + P.append(this.f2195id); P.append(", isAnimated="); P.append(this.isAnimated); P.append(", name="); diff --git a/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java b/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java index eee77e35ac..741e0b4b92 100644 --- a/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java +++ b/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java @@ -17,7 +17,7 @@ public final class SpoilerNode extends Node implemen private final String content; /* renamed from: id reason: collision with root package name */ - private int f2195id = -1; + private int f2196id = -1; private boolean isRevealed; /* compiled from: SpoilerNode.kt */ @@ -59,7 +59,7 @@ public final class SpoilerNode extends Node implemen } public final int getId() { - return this.f2195id; + return this.f2196id; } @Override // com.discord.utilities.textprocessing.node.Spoilerable @@ -102,7 +102,7 @@ public final class SpoilerNode extends Node implemen } public final void updateState(int i, boolean z2) { - this.f2195id = i; + this.f2196id = i; setRevealed(z2); } } diff --git a/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$1.java b/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$1.java new file mode 100644 index 0000000000..77686f78c0 --- /dev/null +++ b/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$1.java @@ -0,0 +1,16 @@ +package com.discord.utilities.textview; + +import android.view.View; +/* compiled from: TextViewFadeHelper.kt */ +public final class TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$1 implements View.OnLayoutChangeListener { + public final /* synthetic */ TextViewFadeHelper this$0; + + public TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$1(TextViewFadeHelper textViewFadeHelper) { + this.this$0 = textViewFadeHelper; + } + + @Override // android.view.View.OnLayoutChangeListener + public final void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { + TextViewFadeHelper.access$updateFade(this.this$0); + } +} diff --git a/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2.java b/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2.java new file mode 100644 index 0000000000..979c28f473 --- /dev/null +++ b/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2.java @@ -0,0 +1,25 @@ +package com.discord.utilities.textview; + +import android.text.Editable; +import android.text.TextWatcher; +/* compiled from: TextViewFadeHelper.kt */ +public final class TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2 implements TextWatcher { + public final /* synthetic */ TextViewFadeHelper this$0; + + public TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2(TextViewFadeHelper textViewFadeHelper) { + this.this$0 = textViewFadeHelper; + } + + @Override // android.text.TextWatcher + public void afterTextChanged(Editable editable) { + TextViewFadeHelper.access$updateFade(this.this$0); + } + + @Override // android.text.TextWatcher + public void beforeTextChanged(CharSequence charSequence, int i, int i2, int i3) { + } + + @Override // android.text.TextWatcher + public void onTextChanged(CharSequence charSequence, int i, int i2, int i3) { + } +} diff --git a/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$3.java b/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$3.java new file mode 100644 index 0000000000..937de96a2e --- /dev/null +++ b/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$3.java @@ -0,0 +1,28 @@ +package com.discord.utilities.textview; + +import android.view.View; +import android.widget.TextView; +/* compiled from: TextViewFadeHelper.kt */ +public final class TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$3 implements View.OnAttachStateChangeListener { + public final /* synthetic */ View.OnLayoutChangeListener $layoutListener; + public final /* synthetic */ TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2 $textChangedListener; + public final /* synthetic */ TextView $this_apply; + + public TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$3(TextView textView, View.OnLayoutChangeListener onLayoutChangeListener, TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2 textViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2) { + this.$this_apply = textView; + this.$layoutListener = onLayoutChangeListener; + this.$textChangedListener = textViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2; + } + + @Override // android.view.View.OnAttachStateChangeListener + public void onViewAttachedToWindow(View view) { + this.$this_apply.addOnLayoutChangeListener(this.$layoutListener); + this.$this_apply.addTextChangedListener(this.$textChangedListener); + } + + @Override // android.view.View.OnAttachStateChangeListener + public void onViewDetachedFromWindow(View view) { + this.$this_apply.removeOnLayoutChangeListener(this.$layoutListener); + this.$this_apply.removeTextChangedListener(this.$textChangedListener); + } +} diff --git a/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper.java b/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper.java new file mode 100644 index 0000000000..08b4848e30 --- /dev/null +++ b/app/src/main/java/com/discord/utilities/textview/TextViewFadeHelper.java @@ -0,0 +1,103 @@ +package com.discord.utilities.textview; + +import android.graphics.Color; +import android.graphics.LinearGradient; +import android.graphics.Shader; +import android.text.Layout; +import android.text.Spannable; +import android.text.TextPaint; +import android.text.style.CharacterStyle; +import android.text.style.UpdateAppearance; +import android.widget.TextView; +import d0.z.d.m; +/* compiled from: TextViewFadeHelper.kt */ +public final class TextViewFadeHelper { + private Float lineWidth; + private final LinearGradientSpan span = new LinearGradientSpan(); + private final TextView textView; + + /* compiled from: TextViewFadeHelper.kt */ + public final class LinearGradientSpan extends CharacterStyle implements UpdateAppearance { + public LinearGradientSpan() { + } + + @Override // android.text.style.CharacterStyle + public void updateDrawState(TextPaint textPaint) { + Float lineWidth; + if (textPaint != null && (lineWidth = TextViewFadeHelper.this.getLineWidth()) != null) { + float floatValue = lineWidth.floatValue(); + textPaint.bgColor = 0; + textPaint.setShader(new LinearGradient(0.0f, 0.0f, floatValue, 0.0f, TextViewFadeHelper.this.getTextView().getCurrentTextColor(), Color.parseColor("#00000000"), Shader.TileMode.CLAMP)); + } + } + } + + public TextViewFadeHelper(TextView textView) { + m.checkNotNullParameter(textView, "textView"); + this.textView = textView; + } + + public static final /* synthetic */ void access$updateFade(TextViewFadeHelper textViewFadeHelper) { + textViewFadeHelper.updateFade(); + } + + private final void updateFade() { + Layout layout = this.textView.getLayout(); + if (layout != null) { + CharSequence text = this.textView.getText(); + if (!(text instanceof Spannable)) { + text = null; + } + Spannable spannable = (Spannable) text; + if (spannable != null) { + int lineCount = this.textView.getLineCount(); + int maxLines = this.textView.getMaxLines(); + int spanStart = spannable.getSpanStart(this.span); + int spanEnd = spannable.getSpanEnd(this.span); + boolean z2 = (spanStart == -1 || spanEnd == -1) ? false : true; + if (lineCount <= maxLines && z2) { + spannable.removeSpan(this.span); + } else if (lineCount > maxLines) { + int i = maxLines - 1; + int lineStart = layout.getLineStart(i); + int lineEnd = layout.getLineEnd(i); + float lineWidth = layout.getLineWidth(i); + if (z2) { + if (spanStart != lineStart || spanEnd != lineEnd || !m.areEqual(this.lineWidth, lineWidth)) { + spannable.removeSpan(this.span); + } else { + return; + } + } + this.lineWidth = Float.valueOf(lineWidth); + spannable.setSpan(this.span, lineStart, lineEnd, 0); + } else { + return; + } + this.textView.setText(spannable); + } + } + } + + public final Float getLineWidth() { + return this.lineWidth; + } + + public final LinearGradientSpan getSpan() { + return this.span; + } + + public final TextView getTextView() { + return this.textView; + } + + public final TextView registerFadeHelper() { + TextView textView = this.textView; + textView.addOnAttachStateChangeListener(new TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$3(textView, new TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$1(this), new TextViewFadeHelper$registerFadeHelper$$inlined$apply$lambda$2(this))); + return textView; + } + + public final void setLineWidth(Float f) { + this.lineWidth = f; + } +} diff --git a/app/src/main/java/com/discord/utilities/toolbar/ToolbarUtilsKt$positionUnreadCountView$$inlined$doOnLayout$1.java b/app/src/main/java/com/discord/utilities/toolbar/ToolbarUtilsKt$positionUnreadCountView$$inlined$doOnLayout$1.java index 65a8d11d0d..9421c00d00 100644 --- a/app/src/main/java/com/discord/utilities/toolbar/ToolbarUtilsKt$positionUnreadCountView$$inlined$doOnLayout$1.java +++ b/app/src/main/java/com/discord/utilities/toolbar/ToolbarUtilsKt$positionUnreadCountView$$inlined$doOnLayout$1.java @@ -13,7 +13,7 @@ public final class ToolbarUtilsKt$positionUnreadCountView$$inlined$doOnLayout$1 @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); int dpToPixels = DimenUtils.dpToPixels(2); int right = view.getRight(); diff --git a/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView.java b/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView.java index 63125afea7..2eec50c0ba 100644 --- a/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView.java +++ b/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView.java @@ -119,19 +119,19 @@ public final class LinkifiedTextView extends SimpleDraweeSpanTextView { /* JADX DEBUG: Multi-variable search result rejected for r6v2, resolved type: T */ /* JADX DEBUG: Multi-variable search result rejected for r6v7, resolved type: T */ /* JADX WARN: Multi-variable type inference failed */ - /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x004c: APUT + /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x004a: APUT (r7v2 kotlin.Pair[]) (0 ??[int, short, byte, char]) - (wrap: kotlin.Pair : 0x0048: INVOKE (r8v3 kotlin.Pair) = + (wrap: kotlin.Pair : 0x0046: INVOKE (r8v3 kotlin.Pair) = (wrap: java.lang.String : ?: SGET androidx.core.app.NotificationCompat.MessagingStyle.Message.KEY_TEXT java.lang.String) - (wrap: java.lang.String : 0x0041: INVOKE (r8v2 java.lang.String) = (r8v1 java.lang.CharSequence) type: STATIC call: java.lang.String.valueOf(java.lang.Object):java.lang.String) + (wrap: java.lang.String : 0x0040: INVOKE (r8v2 java.lang.String) = (r8v1 java.lang.CharSequence) type: STATIC call: java.lang.String.valueOf(java.lang.Object):java.lang.String) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) */ - /* JADX WARNING: Code restructure failed: missing block: B:59:0x0166, code lost: - if (r0.invoke(r13, r14) != null) goto L_0x012e; + /* JADX WARNING: Code restructure failed: missing block: B:59:0x0160, code lost: + if (r0.invoke(r13, r14) != null) goto L_0x0128; */ - /* JADX WARNING: Removed duplicated region for block: B:37:0x0107 */ - /* JADX WARNING: Removed duplicated region for block: B:41:0x0115 */ + /* JADX WARNING: Removed duplicated region for block: B:37:0x0101 */ + /* JADX WARNING: Removed duplicated region for block: B:41:0x010f */ @Override // android.view.View.OnTouchListener public boolean onTouch(View view, MotionEvent motionEvent) { T t; diff --git a/app/src/main/java/com/discord/utilities/viewbinding/FragmentViewBindingDelegate$addOnDestroyObserver$1$onCreate$1.java b/app/src/main/java/com/discord/utilities/viewbinding/FragmentViewBindingDelegate$addOnDestroyObserver$1$onCreate$1.java index a6a9ce6167..364c298b4c 100644 --- a/app/src/main/java/com/discord/utilities/viewbinding/FragmentViewBindingDelegate$addOnDestroyObserver$1$onCreate$1.java +++ b/app/src/main/java/com/discord/utilities/viewbinding/FragmentViewBindingDelegate$addOnDestroyObserver$1$onCreate$1.java @@ -5,7 +5,7 @@ import androidx.lifecycle.LifecycleOwner; import androidx.lifecycle.Observer; import androidx.viewbinding.ViewBinding; import d0.z.d.m; -import y.b.a; +import y.c.a; /* compiled from: FragmentViewBindingDelegate.kt */ public final class FragmentViewBindingDelegate$addOnDestroyObserver$1$onCreate$1 implements Observer { public final /* synthetic */ FragmentViewBindingDelegate$addOnDestroyObserver$1 this$0; diff --git a/app/src/main/java/com/discord/utilities/viewbinding/FragmentViewBindingDelegate$addOnDestroyObserver$1.java b/app/src/main/java/com/discord/utilities/viewbinding/FragmentViewBindingDelegate$addOnDestroyObserver$1.java index 2a08abb08f..480fd67b29 100644 --- a/app/src/main/java/com/discord/utilities/viewbinding/FragmentViewBindingDelegate$addOnDestroyObserver$1.java +++ b/app/src/main/java/com/discord/utilities/viewbinding/FragmentViewBindingDelegate$addOnDestroyObserver$1.java @@ -3,7 +3,7 @@ package com.discord.utilities.viewbinding; import androidx.lifecycle.DefaultLifecycleObserver; import androidx.lifecycle.LifecycleOwner; import d0.z.d.m; -import y.b.a; +import y.c.a; /* compiled from: FragmentViewBindingDelegate.kt */ public final class FragmentViewBindingDelegate$addOnDestroyObserver$1 implements DefaultLifecycleObserver { public final /* synthetic */ FragmentViewBindingDelegate this$0; diff --git a/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java b/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java index b1db20da0b..4345c752b8 100644 --- a/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java +++ b/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java @@ -66,7 +66,7 @@ public final class CallSoundManager { private final StoreApplicationStreaming.ActiveApplicationStream activeApplicationStream; /* renamed from: me reason: collision with root package name */ - private final MeUser f2196me; + private final MeUser f2197me; private final RtcConnection.State rtcConnectionState; private final Channel selectedVoiceChannel; private final Map> streamSpectators; @@ -87,7 +87,7 @@ public final class CallSoundManager { this.streamsByUser = map2; this.streamSpectators = map3; this.activeApplicationStream = activeApplicationStream; - this.f2196me = meUser; + this.f2197me = meUser; this.selectedVoiceChannel = channel; } @@ -110,7 +110,7 @@ public final class CallSoundManager { activeApplicationStream = storeState.activeApplicationStream; } if ((i & 32) != 0) { - meUser = storeState.f2196me; + meUser = storeState.f2197me; } if ((i & 64) != 0) { channel = storeState.selectedVoiceChannel; @@ -139,7 +139,7 @@ public final class CallSoundManager { } public final MeUser component6() { - return this.f2196me; + return this.f2197me; } public final Channel component7() { @@ -163,7 +163,7 @@ public final class CallSoundManager { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.voiceParticipants, storeState.voiceParticipants) && m.areEqual(this.rtcConnectionState, storeState.rtcConnectionState) && m.areEqual(this.streamsByUser, storeState.streamsByUser) && m.areEqual(this.streamSpectators, storeState.streamSpectators) && m.areEqual(this.activeApplicationStream, storeState.activeApplicationStream) && m.areEqual(this.f2196me, storeState.f2196me) && m.areEqual(this.selectedVoiceChannel, storeState.selectedVoiceChannel); + return m.areEqual(this.voiceParticipants, storeState.voiceParticipants) && m.areEqual(this.rtcConnectionState, storeState.rtcConnectionState) && m.areEqual(this.streamsByUser, storeState.streamsByUser) && m.areEqual(this.streamSpectators, storeState.streamSpectators) && m.areEqual(this.activeApplicationStream, storeState.activeApplicationStream) && m.areEqual(this.f2197me, storeState.f2197me) && m.areEqual(this.selectedVoiceChannel, storeState.selectedVoiceChannel); } public final StoreApplicationStreaming.ActiveApplicationStream getActiveApplicationStream() { @@ -171,7 +171,7 @@ public final class CallSoundManager { } public final MeUser getMe() { - return this.f2196me; + return this.f2197me; } public final RtcConnection.State getRtcConnectionState() { @@ -206,7 +206,7 @@ public final class CallSoundManager { int hashCode4 = (hashCode3 + (map3 != null ? map3.hashCode() : 0)) * 31; StoreApplicationStreaming.ActiveApplicationStream activeApplicationStream = this.activeApplicationStream; int hashCode5 = (hashCode4 + (activeApplicationStream != null ? activeApplicationStream.hashCode() : 0)) * 31; - MeUser meUser = this.f2196me; + MeUser meUser = this.f2197me; int hashCode6 = (hashCode5 + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.selectedVoiceChannel; if (channel != null) { @@ -227,7 +227,7 @@ public final class CallSoundManager { P.append(", activeApplicationStream="); P.append(this.activeApplicationStream); P.append(", me="); - P.append(this.f2196me); + P.append(this.f2197me); P.append(", selectedVoiceChannel="); P.append(this.selectedVoiceChannel); P.append(")"); diff --git a/app/src/main/java/com/discord/utilities/voice/DiscordOverlayService$createVoiceBubble$1.java b/app/src/main/java/com/discord/utilities/voice/DiscordOverlayService$createVoiceBubble$1.java index 0d98722088..368eb6127d 100644 --- a/app/src/main/java/com/discord/utilities/voice/DiscordOverlayService$createVoiceBubble$1.java +++ b/app/src/main/java/com/discord/utilities/voice/DiscordOverlayService$createVoiceBubble$1.java @@ -32,31 +32,21 @@ public final class DiscordOverlayService$createVoiceBubble$1 extends o implement rect = new Rect(); } else { ViewGroup.LayoutParams layoutParams = imageView$app_productionCanaryRelease.getLayoutParams(); - if (!(layoutParams instanceof ViewGroup.MarginLayoutParams)) { - layoutParams = null; - } - ViewGroup.MarginLayoutParams marginLayoutParams2 = (ViewGroup.MarginLayoutParams) layoutParams; + ViewGroup.MarginLayoutParams marginLayoutParams2 = layoutParams instanceof ViewGroup.MarginLayoutParams ? (ViewGroup.MarginLayoutParams) layoutParams : null; int i = 0; - int i2 = marginLayoutParams2 != null ? marginLayoutParams2.leftMargin : 0; + int i2 = marginLayoutParams2 == null ? 0 : marginLayoutParams2.leftMargin; ViewGroup.LayoutParams layoutParams2 = imageView$app_productionCanaryRelease.getLayoutParams(); - if (!(layoutParams2 instanceof ViewGroup.MarginLayoutParams)) { - layoutParams2 = null; - } - ViewGroup.MarginLayoutParams marginLayoutParams3 = (ViewGroup.MarginLayoutParams) layoutParams2; - int i3 = marginLayoutParams3 != null ? marginLayoutParams3.topMargin : 0; + ViewGroup.MarginLayoutParams marginLayoutParams3 = layoutParams2 instanceof ViewGroup.MarginLayoutParams ? (ViewGroup.MarginLayoutParams) layoutParams2 : null; + int i3 = marginLayoutParams3 == null ? 0 : marginLayoutParams3.topMargin; ViewGroup.LayoutParams layoutParams3 = imageView$app_productionCanaryRelease.getLayoutParams(); - if (!(layoutParams3 instanceof ViewGroup.MarginLayoutParams)) { - layoutParams3 = null; - } - ViewGroup.MarginLayoutParams marginLayoutParams4 = (ViewGroup.MarginLayoutParams) layoutParams3; - int i4 = marginLayoutParams4 != null ? marginLayoutParams4.rightMargin : 0; + ViewGroup.MarginLayoutParams marginLayoutParams4 = layoutParams3 instanceof ViewGroup.MarginLayoutParams ? (ViewGroup.MarginLayoutParams) layoutParams3 : null; + int i4 = marginLayoutParams4 == null ? 0 : marginLayoutParams4.rightMargin; ViewGroup.LayoutParams layoutParams4 = imageView$app_productionCanaryRelease.getLayoutParams(); if (layoutParams4 instanceof ViewGroup.MarginLayoutParams) { - marginLayoutParams = layoutParams4; + marginLayoutParams = (ViewGroup.MarginLayoutParams) layoutParams4; } - ViewGroup.MarginLayoutParams marginLayoutParams5 = marginLayoutParams; - if (marginLayoutParams5 != null) { - i = marginLayoutParams5.bottomMargin; + if (marginLayoutParams != null) { + i = marginLayoutParams.bottomMargin; } rect = new Rect(i2, i3, i4, i); } diff --git a/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java b/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java index 7d61b80119..477bff6d9b 100644 --- a/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java +++ b/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java @@ -12,7 +12,7 @@ public final class ScreenShareManager$startStream$1 implements b weakReference2 = TooltipManager.a.a; tooltipManager3 = weakReference2 != null ? weakReference2.get() : tooltipManager3; if (tooltipManager3 == null) { - TooltipManager tooltipManager4 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2189c.getValue(), 0, aVar, 4); + TooltipManager tooltipManager4 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2190c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager4); tooltipManager3 = tooltipManager4; } diff --git a/app/src/main/java/com/discord/utilities/websocket/WebSocket.java b/app/src/main/java/com/discord/utilities/websocket/WebSocket.java index 2424ba61e8..0c815e5a22 100644 --- a/app/src/main/java/com/discord/utilities/websocket/WebSocket.java +++ b/app/src/main/java/com/discord/utilities/websocket/WebSocket.java @@ -188,7 +188,7 @@ public final class WebSocket { private final okhttp3.WebSocket createWebSocket(String str, SSLSocketFactory sSLSocketFactory, WebSocketListener webSocketListener) { x.a aVar = new x.a(); if (sSLSocketFactory != null) { - h.a aVar2 = h.f2828c; + h.a aVar2 = h.f2830c; aVar.b(sSLSocketFactory, h.a.n()); } aVar.a(1, TimeUnit.MINUTES); diff --git a/app/src/main/java/com/discord/views/CheckedSetting.java b/app/src/main/java/com/discord/views/CheckedSetting.java index 627534d5d1..dcb59b4960 100644 --- a/app/src/main/java/com/discord/views/CheckedSetting.java +++ b/app/src/main/java/com/discord/views/CheckedSetting.java @@ -160,7 +160,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { public final TextView b; /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f2197c; + public final LinkifiedTextView f2198c; public final ImageView d; public c(ViewGroup viewGroup, s3 s3Var, int i) { @@ -197,7 +197,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { this.b = textView4; LinkifiedTextView linkifiedTextView2 = s3Var2.d; m.checkNotNullExpressionValue(linkifiedTextView2, "binding.settingSubtext"); - this.f2197c = linkifiedTextView2; + this.f2198c = linkifiedTextView2; ImageView imageView2 = s3Var2.b; m.checkNotNullExpressionValue(imageView2, "binding.settingDrawableLeft"); this.d = imageView2; @@ -220,7 +220,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { @Override // com.discord.views.CheckedSetting.b public TextView f() { - return this.f2197c; + return this.f2198c; } } diff --git a/app/src/main/java/com/discord/views/FailedUploadList.java b/app/src/main/java/com/discord/views/FailedUploadList.java index d518956ad1..1477e0011c 100644 --- a/app/src/main/java/com/discord/views/FailedUploadList.java +++ b/app/src/main/java/com/discord/views/FailedUploadList.java @@ -36,14 +36,14 @@ public final class FailedUploadList extends LinearLayout { public final long b; /* renamed from: c reason: collision with root package name */ - public final String f2198c; + public final String f2199c; public a(String str, long j, String str2) { m.checkNotNullParameter(str, "displayName"); m.checkNotNullParameter(str2, "mimeType"); this.a = str; this.b = j; - this.f2198c = str2; + this.f2199c = str2; } public boolean equals(Object obj) { @@ -54,14 +54,14 @@ public final class FailedUploadList extends LinearLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f2198c, aVar.f2198c); + return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f2199c, aVar.f2199c); } public int hashCode() { String str = this.a; int i = 0; int a = (a0.a.a.b.a(this.b) + ((str != null ? str.hashCode() : 0) * 31)) * 31; - String str2 = this.f2198c; + String str2 = this.f2199c; if (str2 != null) { i = str2.hashCode(); } @@ -74,7 +74,7 @@ public final class FailedUploadList extends LinearLayout { P.append(", sizeBytes="); P.append(this.b); P.append(", mimeType="); - return c.d.b.a.a.H(P, this.f2198c, ")"); + return c.d.b.a.a.H(P, this.f2199c, ")"); } } @@ -235,7 +235,7 @@ public final class FailedUploadList extends LinearLayout { String str = aVar.a; Context context4 = failedUploadView2.getContext(); m.checkNotNullExpressionValue(context4, "context"); - failedUploadView2.a(str, FileUtilsKt.getIconForFiletype(context4, aVar.f2198c), FileUtilsKt.getSizeSubtitle(aVar.b)); + failedUploadView2.a(str, FileUtilsKt.getIconForFiletype(context4, aVar.f2199c), FileUtilsKt.getSizeSubtitle(aVar.b)); } } else if (obj instanceof b.C0186b) { b.C0186b bVar = (b.C0186b) obj; diff --git a/app/src/main/java/com/discord/views/NumericBadgingView.java b/app/src/main/java/com/discord/views/NumericBadgingView.java index 4ce610f878..053c880f64 100644 --- a/app/src/main/java/com/discord/views/NumericBadgingView.java +++ b/app/src/main/java/com/discord/views/NumericBadgingView.java @@ -21,7 +21,7 @@ public final class NumericBadgingView extends CutoutView { public float r = ((float) DimenUtils.dpToPixels(4)); /* renamed from: s reason: collision with root package name */ - public RectF f2199s = new RectF(); + public RectF f2200s = new RectF(); public String t = ""; public final Paint u; public final Paint v; @@ -122,12 +122,12 @@ public final class NumericBadgingView extends CutoutView { if (!(this.t.length() == 0)) { Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); - float measuredWidth = AnimatableValueParser.p1(context) ? ((float) getMeasuredWidth()) - (this.f2199s.width() / 2.0f) : this.f2199s.width() / 2.0f; + float measuredWidth = AnimatableValueParser.p1(context) ? ((float) getMeasuredWidth()) - (this.f2200s.width() / 2.0f) : this.f2200s.width() / 2.0f; int save = canvas.save(); - canvas.translate(measuredWidth, this.f2199s.height() / 2.0f); + canvas.translate(measuredWidth, this.f2200s.height() / 2.0f); try { - float height = this.f2199s.height() / 2.0f; - canvas.drawRoundRect(this.f2199s, height, height, this.u); + float height = this.f2200s.height() / 2.0f; + canvas.drawRoundRect(this.f2200s, height, height, this.u); canvas.drawText(this.t, 0.0f, -((this.v.descent() + this.v.ascent()) / 2.0f), this.v); } finally { canvas.restoreToCount(save); @@ -153,8 +153,8 @@ public final class NumericBadgingView extends CutoutView { float textSize = this.v.getTextSize() + ((float) this.q); float f = textSize / 2.0f; float measureText = i >= 10 ? (this.v.measureText(this.t) + textSize) / 2.0f : f; - this.f2199s.set(-measureText, -f, measureText, f); - setStyle(new a(this.f2199s, this.r)); + this.f2200s.set(-measureText, -f, measureText, f); + setStyle(new a(this.f2200s, this.r)); invalidate(); } } diff --git a/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java b/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java index 823f4bc33a..1939b10ea8 100644 --- a/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java +++ b/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java @@ -38,10 +38,10 @@ import rx.Observable; public final class OverlayMenuBubbleDialog extends l implements AppComponent { /* renamed from: y reason: collision with root package name */ - public final q0 f2200y; + public final q0 f2201y; /* renamed from: z reason: collision with root package name */ - public final SimpleRecyclerAdapter f2201z; + public final SimpleRecyclerAdapter f2202z; /* compiled from: OverlayMenuBubbleDialog.kt */ public static final class a extends SimpleRecyclerAdapter.ViewHolder { @@ -119,7 +119,7 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { Pair, ? extends Integer> pair2 = pair; int intValue = ((Number) pair2.component2()).intValue(); OverlayMenuBubbleDialog overlayMenuBubbleDialog = this.this$0; - overlayMenuBubbleDialog.f2201z.setData((List) pair2.component1()); + overlayMenuBubbleDialog.f2202z.setData((List) pair2.component1()); if (intValue == 0) { str = null; } else { @@ -128,7 +128,7 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { sb.append(intValue); str = sb.toString(); } - TextView textView = overlayMenuBubbleDialog.f2200y.d; + TextView textView = overlayMenuBubbleDialog.f2201y.d; m.checkNotNullExpressionValue(textView, "binding.overlayMembersOverflowTv"); ViewExtensions.setTextAndVisibilityBy(textView, str); return Unit.a; @@ -158,8 +158,8 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { if (overlayMenuView != null) { q0 q0Var = new q0((LinearLayout) inflate, linearLayout, findViewById, textView, recyclerView, overlayMenuView); m.checkNotNullExpressionValue(q0Var, "OverlayBubbleMenuBinding…rom(context), this, true)"); - this.f2200y = q0Var; - this.f2201z = new SimpleRecyclerAdapter<>(null, n.i, 1, null); + this.f2201y = q0Var; + this.f2202z = new SimpleRecyclerAdapter<>(null, n.i, 1, null); overlayMenuView.setOnDismissRequested$app_productionCanaryRelease(new q(0, this)); setClipChildren(false); return; @@ -175,18 +175,18 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { public Animator getClosingAnimator() { AnimatorSet animatorSet = new AnimatorSet(); animatorSet.setStartDelay((long) getResources().getInteger(17694720)); - OverlayMenuView overlayMenuView = this.f2200y.f; + OverlayMenuView overlayMenuView = this.f2201y.f; m.checkNotNullExpressionValue(overlayMenuView, "binding.overlayMenu"); Animator loadAnimator = AnimatorInflater.loadAnimator(overlayMenuView.getContext(), R.animator.overlay_slide_down_fade_out); - loadAnimator.setTarget(this.f2200y.f); + loadAnimator.setTarget(this.f2201y.f); Animator loadAnimator2 = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_up_fade_out); - loadAnimator2.setTarget(this.f2200y.b); + loadAnimator2.setTarget(this.f2201y.b); animatorSet.playTogether(loadAnimator, loadAnimator2); return animatorSet; } public final View getLinkedAnchorView() { - View view = this.f2200y.f149c; + View view = this.f2201y.f149c; m.checkNotNullExpressionValue(view, "binding.overlayLinkedAnchorView"); return view; } @@ -194,25 +194,25 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { @Override // android.view.View, android.view.ViewGroup public void onAttachedToWindow() { super.onAttachedToWindow(); - OverlayMenuView overlayMenuView = this.f2200y.f; + OverlayMenuView overlayMenuView = this.f2201y.f; m.checkNotNullExpressionValue(overlayMenuView, "binding.overlayMenu"); overlayMenuView.setAlpha(0.0f); - LinearLayout linearLayout = this.f2200y.b; + LinearLayout linearLayout = this.f2201y.b; m.checkNotNullExpressionValue(linearLayout, "binding.overlayHeader"); linearLayout.setAlpha(0.0f); AnimatorSet animatorSet = new AnimatorSet(); - OverlayMenuView overlayMenuView2 = this.f2200y.f; + OverlayMenuView overlayMenuView2 = this.f2201y.f; m.checkNotNullExpressionValue(overlayMenuView2, "binding.overlayMenu"); Animator loadAnimator = AnimatorInflater.loadAnimator(overlayMenuView2.getContext(), R.animator.overlay_slide_up_fade_in); - loadAnimator.setTarget(this.f2200y.f); + loadAnimator.setTarget(this.f2201y.f); Animator loadAnimator2 = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_down_fade_in); - loadAnimator2.setTarget(this.f2200y.b); + loadAnimator2.setTarget(this.f2201y.b); animatorSet.playTogether(loadAnimator, loadAnimator2); animatorSet.setStartDelay((long) getResources().getInteger(17694720)); animatorSet.start(); - RecyclerView recyclerView = this.f2200y.e; + RecyclerView recyclerView = this.f2201y.e; m.checkNotNullExpressionValue(recyclerView, "binding.overlayMembersRv"); - recyclerView.setAdapter(this.f2201z); + recyclerView.setAdapter(this.f2202z); Observable F = StoreStream.Companion.getVoiceChannelSelected().observeSelectedVoiceChannelId().X(b.i).F(c.i); m.checkNotNullExpressionValue(F, "StoreStream\n .get…- 3\n }\n }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.computationLatest(F), this, null, 2, null), OverlayMenuBubbleDialog.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); diff --git a/app/src/main/java/com/discord/views/OverlayMenuView.java b/app/src/main/java/com/discord/views/OverlayMenuView.java index cc3c780beb..7cafb7d843 100644 --- a/app/src/main/java/com/discord/views/OverlayMenuView.java +++ b/app/src/main/java/com/discord/views/OverlayMenuView.java @@ -46,14 +46,14 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent public final Guild b; /* renamed from: c reason: collision with root package name */ - public final CallModel f2202c; + public final CallModel f2203c; public final RtcConnection.Quality d; public a(Long l, Guild guild, CallModel callModel, RtcConnection.Quality quality) { m.checkNotNullParameter(quality, "rtcQuality"); this.a = l; this.b = guild; - this.f2202c = callModel; + this.f2203c = callModel; this.d = quality; } } @@ -77,7 +77,7 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent OverlayMenuView overlayMenuView = this.this$0; int i = OverlayMenuView.i; Objects.requireNonNull(overlayMenuView); - if (aVar2.f2202c != null) { + if (aVar2.f2203c != null) { overlayMenuView.j.b.d.setOnClickListener(new e(0, overlayMenuView, aVar2)); TextView textView = overlayMenuView.j.b.d; m.checkNotNullExpressionValue(textView, "binding.content.overlayInviteLink"); @@ -86,13 +86,13 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent overlayMenuView.j.b.f.setOnClickListener(new e(1, overlayMenuView, aVar2)); ImageView imageView = overlayMenuView.j.e; m.checkNotNullExpressionValue(imageView, "binding.srcToggle"); - ColorStateList valueOf = aVar2.f2202c.getAudioManagerState().getActiveAudioDevice() == DiscordAudioManager.DeviceTypes.SPEAKERPHONE ? ColorStateList.valueOf(-1) : ColorStateList.valueOf(ColorCompat.getColor(overlayMenuView.getContext(), (int) R.color.primary_dark_400)); + ColorStateList valueOf = aVar2.f2203c.getAudioManagerState().getActiveAudioDevice() == DiscordAudioManager.DeviceTypes.SPEAKERPHONE ? ColorStateList.valueOf(-1) : ColorStateList.valueOf(ColorCompat.getColor(overlayMenuView.getContext(), (int) R.color.primary_dark_400)); m.checkNotNullExpressionValue(valueOf, "if (selectedOutputDevice…rimary_dark_400))\n }"); imageView.setImageTintList(valueOf); overlayMenuView.j.e.setOnClickListener(new h(1, aVar2)); ImageView imageView2 = overlayMenuView.j.d; m.checkNotNullExpressionValue(imageView2, "binding.muteToggle"); - imageView2.setActivated(aVar2.f2202c.isMeMutedByAnySource()); + imageView2.setActivated(aVar2.f2203c.isMeMutedByAnySource()); overlayMenuView.j.d.setOnClickListener(new h(2, aVar2)); overlayMenuView.j.f151c.setOnClickListener(new h(3, overlayMenuView)); overlayMenuView.j.b.e.setImageResource(VoiceViewUtils.INSTANCE.getQualityIndicator(aVar2.d)); @@ -106,7 +106,7 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent textView2.setText(name); TextView textView3 = overlayMenuView.j.b.b; m.checkNotNullExpressionValue(textView3, "binding.content.overlayChannelName"); - textView3.setText(AnimatableValueParser.y0(aVar2.f2202c.getChannel())); + textView3.setText(AnimatableValueParser.y0(aVar2.f2203c.getChannel())); } } return Unit.a; diff --git a/app/src/main/java/com/discord/views/PileView.java b/app/src/main/java/com/discord/views/PileView.java index b930bf6aeb..d6fb05a8d5 100644 --- a/app/src/main/java/com/discord/views/PileView.java +++ b/app/src/main/java/com/discord/views/PileView.java @@ -45,7 +45,7 @@ public final class PileView extends FrameLayout { public final CutoutView.a r; /* renamed from: s reason: collision with root package name */ - public int f2203s = DimenUtils.dpToPixels(14); + public int f2204s = DimenUtils.dpToPixels(14); public boolean t; @ColorInt public int u; @@ -141,7 +141,7 @@ public final class PileView extends FrameLayout { this.q = obtainStyledAttributes.getDimensionPixelSize(1, this.q); this.j = obtainStyledAttributes.getBoolean(10, this.j); this.k = obtainStyledAttributes.getBoolean(9, this.k); - this.f2203s = obtainStyledAttributes.getDimensionPixelSize(7, this.f2203s); + this.f2204s = obtainStyledAttributes.getDimensionPixelSize(7, this.f2204s); this.t = obtainStyledAttributes.getBoolean(11, this.t); this.u = obtainStyledAttributes.getColor(8, this.u); obtainStyledAttributes.recycle(); @@ -260,7 +260,7 @@ public final class PileView extends FrameLayout { sb.append('+'); sb.append(size); textView2.setText(sb.toString()); - textView2.setTextSize(0, (float) this.f2203s); + textView2.setTextSize(0, (float) this.f2204s); m.checkNotNullExpressionValue(cutoutView2, "overflowItemBinding.root"); addView(cutoutView2, cutoutView2.getLayoutParams()); m.checkNotNullExpressionValue(textView2, "overflowItemBinding.pileItemText"); diff --git a/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java b/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java index d02c76063f..4fe349792f 100644 --- a/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java +++ b/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java @@ -70,14 +70,14 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public boolean r; /* renamed from: s reason: collision with root package name */ - public VideoCallGridAdapter.CallUiInsets f2204s; + public VideoCallGridAdapter.CallUiInsets f2205s; public boolean t; public Drawable u; public Drawable v; public Function2 w; /* renamed from: x reason: collision with root package name */ - public Function2 f2205x; + public Function2 f2206x; /* compiled from: VideoCallParticipantView.kt */ public static final class ParticipantData implements FrameGridLayout.Data { @@ -85,7 +85,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final StoreVoiceParticipants.VoiceUser b; /* renamed from: c reason: collision with root package name */ - public final boolean f2206c; + public final boolean f2207c; public final RendererCommon.ScalingType d; public final RendererCommon.ScalingType e; public final ApplicationStreamState f; @@ -115,14 +115,14 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final StreamResolution b; /* renamed from: c reason: collision with root package name */ - public final StreamFps f2207c; + public final StreamFps f2208c; public final boolean d; public a(boolean z2, StreamResolution streamResolution, StreamFps streamFps, boolean z3) { m.checkNotNullParameter(streamResolution, "resolution"); this.a = z2; this.b = streamResolution; - this.f2207c = streamFps; + this.f2208c = streamFps; this.d = z3; } @@ -134,7 +134,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return false; } a aVar = (a) obj; - return this.a == aVar.a && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2207c, aVar.f2207c) && this.d == aVar.d; + return this.a == aVar.a && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2208c, aVar.f2208c) && this.d == aVar.d; } public int hashCode() { @@ -150,7 +150,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StreamResolution streamResolution = this.b; int i6 = 0; int hashCode = (i5 + (streamResolution != null ? streamResolution.hashCode() : 0)) * 31; - StreamFps streamFps = this.f2207c; + StreamFps streamFps = this.f2208c; if (streamFps != null) { i6 = streamFps.hashCode(); } @@ -168,7 +168,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements P.append(", resolution="); P.append(this.b); P.append(", fps="); - P.append(this.f2207c); + P.append(this.f2208c); P.append(", isBadQuality="); return c.d.b.a.a.L(P, this.d, ")"); } @@ -181,7 +181,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullParameter(voiceUser, "participant"); m.checkNotNullParameter(type, "type"); this.b = voiceUser; - this.f2206c = z2; + this.f2207c = z2; this.d = scalingType; this.e = scalingType2; this.f = applicationStreamState; @@ -204,7 +204,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public static ParticipantData a(ParticipantData participantData, StoreVoiceParticipants.VoiceUser voiceUser, boolean z2, RendererCommon.ScalingType scalingType, RendererCommon.ScalingType scalingType2, ApplicationStreamState applicationStreamState, Type type, boolean z3, boolean z4, a aVar, int i) { Type type2 = null; StoreVoiceParticipants.VoiceUser voiceUser2 = (i & 1) != 0 ? participantData.b : null; - boolean z5 = (i & 2) != 0 ? participantData.f2206c : z2; + boolean z5 = (i & 2) != 0 ? participantData.f2207c : z2; RendererCommon.ScalingType scalingType3 = (i & 4) != 0 ? participantData.d : scalingType; RendererCommon.ScalingType scalingType4 = (i & 8) != 0 ? participantData.e : scalingType2; ApplicationStreamState applicationStreamState2 = (i & 16) != 0 ? participantData.f : null; @@ -253,7 +253,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return false; } ParticipantData participantData = (ParticipantData) obj; - return m.areEqual(this.b, participantData.b) && this.f2206c == participantData.f2206c && m.areEqual(this.d, participantData.d) && m.areEqual(this.e, participantData.e) && m.areEqual(this.f, participantData.f) && m.areEqual(this.g, participantData.g) && this.h == participantData.h && this.i == participantData.i && m.areEqual(this.j, participantData.j); + return m.areEqual(this.b, participantData.b) && this.f2207c == participantData.f2207c && m.areEqual(this.d, participantData.d) && m.areEqual(this.e, participantData.e) && m.areEqual(this.f, participantData.f) && m.areEqual(this.g, participantData.g) && this.h == participantData.h && this.i == participantData.i && m.areEqual(this.j, participantData.j); } @Override // com.discord.utilities.view.grid.FrameGridLayout.Data @@ -265,7 +265,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StoreVoiceParticipants.VoiceUser voiceUser = this.b; int i = 0; int hashCode = (voiceUser != null ? voiceUser.hashCode() : 0) * 31; - boolean z2 = this.f2206c; + boolean z2 = this.f2207c; int i2 = 1; if (z2) { z2 = true; @@ -306,7 +306,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StringBuilder P = c.d.b.a.a.P("ParticipantData(participant="); P.append(this.b); P.append(", mirrorVideo="); - P.append(this.f2206c); + P.append(this.f2207c); P.append(", scalingType="); P.append(this.d); P.append(", scalingTypeMismatchOrientation="); @@ -430,7 +430,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final void onClick(View view) { Function2 function2 = this.i.w; ParticipantData.a aVar = this.j; - function2.invoke(aVar.b, aVar.f2207c); + function2.invoke(aVar.b, aVar.f2208c); } } @@ -517,11 +517,11 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullExpressionValue(h4Var, "ViewVideoCallParticipant…ater.from(context), this)"); this.i = h4Var; this.m = j.i; - this.f2204s = new VideoCallGridAdapter.CallUiInsets(0, 0, 0, 0); + this.f2205s = new VideoCallGridAdapter.CallUiInsets(0, 0, 0, 0); this.u = ContextCompat.getDrawable(context, R.drawable.bg_stream_live_indicator); this.v = ContextCompat.getDrawable(context, R.drawable.bg_stream_live_indicator_split_pill); this.w = t.i; - this.f2205x = t.j; + this.f2206x = t.j; if (attributeSet2 != null) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet2, R.a.VideoCallParticipantView, 0, 0); m.checkNotNullExpressionValue(obtainStyledAttributes, "context.obtainStyledAttr… 0\n )"); @@ -569,7 +569,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements z2 = videoCallParticipantView.r; } if ((i & 8) != 0) { - callUiInsets2 = videoCallParticipantView.f2204s; + callUiInsets2 = videoCallParticipantView.f2205s; } if ((i & 16) != 0) { z3 = videoCallParticipantView.t; @@ -587,8 +587,8 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return; } ConstraintLayout constraintLayout = this.i.e; - constraintLayout.setTranslationX(-((float) this.f2204s.getRight())); - constraintLayout.setTranslationY((float) this.f2204s.getTop()); + constraintLayout.setTranslationX(-((float) this.f2205s.getRight())); + constraintLayout.setTranslationY((float) this.f2205s.getTop()); constraintLayout.setOnClickListener(new a(this, aVar)); ImageView imageView = this.i.f; m.checkNotNullExpressionValue(imageView, "binding.participantFullscreenStreamqualIcon"); @@ -597,7 +597,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); CharSequence a2 = streamResolution.a(context); - StreamFps streamFps = aVar.f2207c; + StreamFps streamFps = aVar.f2208c; if (streamFps != null) { Context context2 = getContext(); m.checkNotNullExpressionValue(context2, "context"); @@ -628,7 +628,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements textView2.setVisibility(i); textView2.setTextColor(ContextCompat.getColor(textView2.getContext(), i2)); textView2.requestLayout(); - this.f2205x.invoke(aVar.b, aVar.f2207c); + this.f2206x.invoke(aVar.b, aVar.f2208c); b(true); } @@ -660,7 +660,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullParameter(callUiInsets, "callUiInsets"); this.q = displayCutoutCompat; this.r = z2; - this.f2204s = callUiInsets; + this.f2205s = callUiInsets; this.t = z3; StoreVoiceParticipants.VoiceUser voiceUser = participantData != null ? participantData.b : null; if (voiceUser != null) { @@ -912,7 +912,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements RendererCommon.ScalingType scalingType = participantData == null ? participantData.d : null; RendererCommon.ScalingType scalingType2 = participantData == null ? participantData.e : null; if (participantData == null) { - z5 = participantData.f2206c; + z5 = participantData.f2207c; num = b2; } else { num = b2; diff --git a/app/src/main/java/com/discord/views/steps/StepsView.java b/app/src/main/java/com/discord/views/steps/StepsView.java index de92e1970c..c4adadb439 100644 --- a/app/src/main/java/com/discord/views/steps/StepsView.java +++ b/app/src/main/java/com/discord/views/steps/StepsView.java @@ -88,7 +88,7 @@ public final class StepsView extends RelativeLayout { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2208c; + public final int f2209c; public final Function1 d; public final Function1 e; public final Function1 f; @@ -109,7 +109,7 @@ public final class StepsView extends RelativeLayout { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2209s; + public final boolean f2210s; public final boolean t; /* JADX WARNING: Illegal instructions before constructor call */ @@ -137,7 +137,7 @@ public final class StepsView extends RelativeLayout { this.p = null; this.q = function14; this.r = z6; - this.f2209s = z7; + this.f2210s = z7; this.t = z5; } @@ -149,7 +149,7 @@ public final class StepsView extends RelativeLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.j, aVar.j) && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && m.areEqual(this.n, aVar.n) && m.areEqual(this.o, aVar.o) && m.areEqual(this.p, aVar.p) && m.areEqual(this.q, aVar.q) && this.r == aVar.r && this.f2209s == aVar.f2209s && this.t == aVar.t; + return m.areEqual(this.j, aVar.j) && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && m.areEqual(this.n, aVar.n) && m.areEqual(this.o, aVar.o) && m.areEqual(this.p, aVar.p) && m.areEqual(this.q, aVar.q) && this.r == aVar.r && this.f2210s == aVar.f2210s && this.t == aVar.t; } public int hashCode() { @@ -176,7 +176,7 @@ public final class StepsView extends RelativeLayout { int i5 = z2 ? 1 : 0; int i6 = z2 ? 1 : 0; int i7 = (i2 + i4) * 31; - boolean z3 = this.f2209s; + boolean z3 = this.f2210s; if (z3) { z3 = true; } @@ -211,7 +211,7 @@ public final class StepsView extends RelativeLayout { P.append(", canNext="); P.append(this.r); P.append(", canCancel="); - P.append(this.f2209s); + P.append(this.f2210s); P.append(", allowScroll="); return c.d.b.a.a.L(P, this.t, ")"); } @@ -243,7 +243,7 @@ public final class StepsView extends RelativeLayout { public b(int i, int i2, int i3, Function1 function1, Function1 function12, Function1 function13, boolean z2, boolean z3, boolean z4, DefaultConstructorMarker defaultConstructorMarker) { this.a = i; this.b = i2; - this.f2208c = i3; + this.f2209c = i3; this.d = function1; this.e = function12; this.f = function13; @@ -302,19 +302,19 @@ public final class StepsView extends RelativeLayout { public final /* synthetic */ Function1 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function0 f2210c; + public final /* synthetic */ Function0 f2211c; public e(StepsView stepsView, Function1 function1, Function0 function0) { this.a = stepsView; this.b = function1; - this.f2210c = function0; + this.f2211c = function0; } @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageSelected(int i) { this.b.invoke(Integer.valueOf(i)); StepsView stepsView = this.a; - Function0 function0 = this.f2210c; + Function0 function0 = this.f2211c; int i2 = StepsView.i; stepsView.c(i, function0); } @@ -454,7 +454,7 @@ public final class StepsView extends RelativeLayout { TextView textView = this.j.f196c; m.checkNotNullExpressionValue(textView, "binding.stepsCancel"); textView.setText(getContext().getString(((b) list.get(i2)).b)); - this.j.e.setText(getContext().getString(((b) list.get(i2)).f2208c)); + this.j.e.setText(getContext().getString(((b) list.get(i2)).f2209c)); MaterialButton materialButton = this.j.f; m.checkNotNullExpressionValue(materialButton, "binding.stepsNext"); materialButton.setText(getContext().getString(((b) list.get(i2)).a)); diff --git a/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java b/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java index dabbc9ee13..32bb387336 100644 --- a/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java +++ b/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java @@ -29,7 +29,7 @@ import com.facebook.imagepipeline.request.ImageRequestBuilder; import d0.g0.t; import d0.z.d.m; import d0.z.d.o; -import kotlin.TypeCastException; +import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; @@ -46,7 +46,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { public final Presence b; /* renamed from: c reason: collision with root package name */ - public final StreamContext f2211c; + public final StreamContext f2212c; public final boolean d; public final GuildMember e; @@ -54,7 +54,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { m.checkNotNullParameter(user, "user"); this.a = user; this.b = presence; - this.f2211c = streamContext; + this.f2212c = streamContext; this.d = z2; this.e = guildMember; } @@ -64,7 +64,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { m.checkNotNullParameter(user, "user"); this.a = user; this.b = presence; - this.f2211c = streamContext; + this.f2212c = streamContext; this.d = z2; this.e = null; } @@ -77,7 +77,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2211c, aVar.f2211c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2212c, aVar.f2212c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); } public int hashCode() { @@ -86,7 +86,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { int hashCode = (user != null ? user.hashCode() : 0) * 31; Presence presence = this.b; int hashCode2 = (hashCode + (presence != null ? presence.hashCode() : 0)) * 31; - StreamContext streamContext = this.f2211c; + StreamContext streamContext = this.f2212c; int hashCode3 = (hashCode2 + (streamContext != null ? streamContext.hashCode() : 0)) * 31; boolean z2 = this.d; if (z2) { @@ -109,7 +109,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { P.append(", presence="); P.append(this.b); P.append(", streamContext="); - P.append(this.f2211c); + P.append(this.f2212c); P.append(", showPresence="); P.append(this.d); P.append(", guildMember="); @@ -304,53 +304,48 @@ public final class UserAvatarPresenceView extends RelativeLayout { ImageView imageView = this.i.f161c; m.checkNotNullExpressionValue(imageView, "binding.avatarCutout"); ViewGroup.LayoutParams layoutParams = imageView.getLayoutParams(); - if (layoutParams != null) { - layoutParams.width = size; - layoutParams.height = size; - imageView.setLayoutParams(layoutParams); - int i3 = size - (this.k * 2); - SimpleDraweeView simpleDraweeView = this.i.b; - m.checkNotNullExpressionValue(simpleDraweeView, "binding.avatar"); - ViewGroup.LayoutParams layoutParams2 = simpleDraweeView.getLayoutParams(); - if (layoutParams2 != null) { - layoutParams2.width = i3; - layoutParams2.height = i3; - simpleDraweeView.setLayoutParams(layoutParams2); - float f = (float) size; - float f2 = 0.3375f * f; - float f3 = 0.0375f * f; - float f4 = f * 0.05f; - Resources resources = getResources(); - m.checkNotNullExpressionValue(resources, "resources"); - float f5 = resources.getDisplayMetrics().density; - float f6 = ((float) 12) * f5; - if (f2 < f6) { - float f7 = f6 / f2; - f2 *= f7; - f3 *= f7; - f4 *= f7; - } - float max = Math.max(f3, f5 * ((float) 2)); - StatusView statusView = this.i.e; - m.checkNotNullExpressionValue(statusView, "binding.userAvatarPresenceStatus"); - ViewGroup.LayoutParams layoutParams3 = statusView.getLayoutParams(); - layoutParams3.width = (int) f2; - StatusView statusView2 = this.i.e; - m.checkNotNullExpressionValue(statusView2, "binding.userAvatarPresenceStatus"); - statusView2.setLayoutParams(layoutParams3); - StatusView statusView3 = this.i.e; - m.checkNotNullExpressionValue(statusView3, "binding.userAvatarPresenceStatus"); - statusView3.setTranslationX(f3 - ((float) this.k)); - StatusView statusView4 = this.i.e; - m.checkNotNullExpressionValue(statusView4, "binding.userAvatarPresenceStatus"); - statusView4.setTranslationY(f3 - ((float) this.k)); - this.i.e.setBorderWidth((int) max); - this.i.e.setCornerRadius(f4); - return; - } - throw new TypeCastException("null cannot be cast to non-null type android.view.ViewGroup.LayoutParams"); + Objects.requireNonNull(layoutParams, "null cannot be cast to non-null type android.view.ViewGroup.LayoutParams"); + layoutParams.width = size; + layoutParams.height = size; + imageView.setLayoutParams(layoutParams); + int i3 = size - (this.k * 2); + SimpleDraweeView simpleDraweeView = this.i.b; + m.checkNotNullExpressionValue(simpleDraweeView, "binding.avatar"); + ViewGroup.LayoutParams layoutParams2 = simpleDraweeView.getLayoutParams(); + Objects.requireNonNull(layoutParams2, "null cannot be cast to non-null type android.view.ViewGroup.LayoutParams"); + layoutParams2.width = i3; + layoutParams2.height = i3; + simpleDraweeView.setLayoutParams(layoutParams2); + float f = (float) size; + float f2 = 0.3375f * f; + float f3 = 0.0375f * f; + float f4 = f * 0.05f; + Resources resources = getResources(); + m.checkNotNullExpressionValue(resources, "resources"); + float f5 = resources.getDisplayMetrics().density; + float f6 = ((float) 12) * f5; + if (f2 < f6) { + float f7 = f6 / f2; + f2 *= f7; + f3 *= f7; + f4 *= f7; } - throw new TypeCastException("null cannot be cast to non-null type android.view.ViewGroup.LayoutParams"); + float max = Math.max(f3, f5 * ((float) 2)); + StatusView statusView = this.i.e; + m.checkNotNullExpressionValue(statusView, "binding.userAvatarPresenceStatus"); + ViewGroup.LayoutParams layoutParams3 = statusView.getLayoutParams(); + layoutParams3.width = (int) f2; + StatusView statusView2 = this.i.e; + m.checkNotNullExpressionValue(statusView2, "binding.userAvatarPresenceStatus"); + statusView2.setLayoutParams(layoutParams3); + StatusView statusView3 = this.i.e; + m.checkNotNullExpressionValue(statusView3, "binding.userAvatarPresenceStatus"); + statusView3.setTranslationX(f3 - ((float) this.k)); + StatusView statusView4 = this.i.e; + m.checkNotNullExpressionValue(statusView4, "binding.userAvatarPresenceStatus"); + statusView4.setTranslationY(f3 - ((float) this.k)); + this.i.e.setBorderWidth((int) max); + this.i.e.setCornerRadius(f4); } public final void setAvatarBackgroundColor(@ColorInt int i) { diff --git a/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java b/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java index 49969b0be9..f2586ebe4d 100644 --- a/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java +++ b/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java @@ -20,7 +20,7 @@ public final class UserAvatarPresenceViewController extends RxViewController observeState() { Observable F = this.b.observeUser(this.a).x(ObservableExtensionsKt$filterNull$1.INSTANCE).F(ObservableExtensionsKt$filterNull$2.INSTANCE); m.checkNotNullExpressionValue(F, "filter { it != null }.map { it!! }"); - Observable i = Observable.i(F, ModelRichPresence.Companion.get(this.a, this.f2212c), this.d.getForUser(this.a, false), a.a); + Observable i = Observable.i(F, ModelRichPresence.Companion.get(this.a, this.f2213c), this.d.getForUser(this.a, false), a.a); m.checkNotNullExpressionValue(i, "Observable.combineLatest…nce = true,\n )\n }"); return i; } diff --git a/app/src/main/java/com/discord/widgets/announcements/WidgetChannelFollowSuccessDialog.java b/app/src/main/java/com/discord/widgets/announcements/WidgetChannelFollowSuccessDialog.java index 9f787f2235..f7a3bfff42 100644 --- a/app/src/main/java/com/discord/widgets/announcements/WidgetChannelFollowSuccessDialog.java +++ b/app/src/main/java/com/discord/widgets/announcements/WidgetChannelFollowSuccessDialog.java @@ -61,7 +61,7 @@ public final class WidgetChannelFollowSuccessDialog extends AppDialog { TextView textView = getBinding().d; m.checkNotNullExpressionValue(textView, "binding.channelFollowSuccessText"); Integer[] numArr = this.successTextOptions; - c.a aVar = c.b; + c.a aVar = c.j; textView.setText(getString(((Number) k.random(numArr, aVar)).intValue())); MGImages mGImages = MGImages.INSTANCE; SimpleDraweeView simpleDraweeView = getBinding().f1730c; diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java b/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java index 557fb8aa77..f5beb80af5 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java @@ -16,10 +16,10 @@ public final class WidgetAuthMfa$onViewBound$1 implements Action2 { this.screenshotName = str; this.restApi = restAPI; List list = sendingStickers; - int random = f.random(n.getIndices(list), c.b); + int random = f.random(n.getIndices(list), c.j); this.stickerCharacterIndex = random; this.sendingSticker = list.get(random); this.successSticker = successStickers.get(random); diff --git a/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java b/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java index d0c75d4c14..242660374f 100644 --- a/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java +++ b/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java @@ -163,7 +163,7 @@ public final class WidgetBugReport extends AppFragment { RequestBody.Companion companion = RequestBody.Companion; String type = requireContext().getContentResolver().getType(screenshotUri); if (type != null) { - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; mediaType = MediaType.a.a(type); } requestBody = RequestBody.Companion.d(companion, readBytes, mediaType, 0, 0, 6); diff --git a/app/src/main/java/com/discord/widgets/channels/UserAkaView.java b/app/src/main/java/com/discord/widgets/channels/UserAkaView.java index 30aefdb5b0..beb24065e1 100644 --- a/app/src/main/java/com/discord/widgets/channels/UserAkaView.java +++ b/app/src/main/java/com/discord/widgets/channels/UserAkaView.java @@ -98,7 +98,7 @@ public final class UserAkaView extends ConstraintLayout { } this.pileItems = arrayList3; this.binding.f1664c.setItems(arrayList3); - m.checkExpressionValueIsNotNull(OneShotPreDrawListener.add(this, new UserAkaView$configure$$inlined$doOnPreDraw$1(this, this, list)), "OneShotPreDrawListener.add(this) { action(this) }"); + m.checkNotNullExpressionValue(OneShotPreDrawListener.add(this, new UserAkaView$configure$$inlined$doOnPreDraw$1(this, this, list)), "View.doOnPreDraw(\n crossinline action: (view: View) -> Unit\n): OneShotPreDrawListener = OneShotPreDrawListener.add(this) { action(this) }"); } public final List getGuildMembers() { diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetChannelTopic$onToggleTopicExpansionState$1$animateMaxLines$$inlined$doOnEnd$1.java b/app/src/main/java/com/discord/widgets/channels/WidgetChannelTopic$onToggleTopicExpansionState$1$animateMaxLines$$inlined$doOnEnd$1.java index de84a22f15..e97c89f5e4 100644 --- a/app/src/main/java/com/discord/widgets/channels/WidgetChannelTopic$onToggleTopicExpansionState$1$animateMaxLines$$inlined$doOnEnd$1.java +++ b/app/src/main/java/com/discord/widgets/channels/WidgetChannelTopic$onToggleTopicExpansionState$1$animateMaxLines$$inlined$doOnEnd$1.java @@ -12,22 +12,22 @@ public final class WidgetChannelTopic$onToggleTopicExpansionState$1$animateMaxLi @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); WidgetChannelTopic.access$configureEllipsis(this.this$0.this$0); } @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - m.checkParameterIsNotNull(animator, "animator"); + m.checkNotNullParameter(animator, "animator"); } } diff --git a/app/src/main/java/com/discord/widgets/channels/invite/GroupInviteFriendsSheet$resizeSheetHeight$$inlined$doOnLayout$1.java b/app/src/main/java/com/discord/widgets/channels/invite/GroupInviteFriendsSheet$resizeSheetHeight$$inlined$doOnLayout$1.java index 3dabfb69c2..c6dc9b9bad 100644 --- a/app/src/main/java/com/discord/widgets/channels/invite/GroupInviteFriendsSheet$resizeSheetHeight$$inlined$doOnLayout$1.java +++ b/app/src/main/java/com/discord/widgets/channels/invite/GroupInviteFriendsSheet$resizeSheetHeight$$inlined$doOnLayout$1.java @@ -15,7 +15,7 @@ public final class GroupInviteFriendsSheet$resizeSheetHeight$$inlined$doOnLayout @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); Objects.requireNonNull(layoutParams, "null cannot be cast to non-null type android.view.ViewGroup.LayoutParams"); diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1.java index a6e31ef597..3f74f2bc42 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1.java @@ -26,6 +26,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Set $collapsedCategories$inlined; public final /* synthetic */ HashSet $forceViewCategories$inlined; public final /* synthetic */ GuildChannelsInfo $guild$inlined; + public final /* synthetic */ List $guildScheduledEvents$inlined; public final /* synthetic */ HashSet $hiddenChannelsIds$inlined; public final /* synthetic */ boolean $isCategoryMuted; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$2 $isThreadUnread$2$inlined; @@ -119,7 +120,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo } /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1(boolean z2, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { + public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1(boolean z2, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, List list, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { super(3); this.$isCategoryMuted = z2; this.$guild$inlined = guildChannelsInfo; @@ -136,6 +137,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo this.$selectedVoiceChannelId$inlined = j2; this.$voiceStates$inlined = map2; this.$channelsWithActiveThreads$inlined = set3; + this.$guildScheduledEvents$inlined = list; this.$stageInstances$inlined = map3; this.$stageChannels$inlined = map4; this.$threadParentMap$inlined = map5; diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2.java index 4e082d6a81..42589f1c69 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2.java @@ -28,6 +28,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Set $collapsedCategories$inlined; public final /* synthetic */ HashSet $forceViewCategories$inlined; public final /* synthetic */ GuildChannelsInfo $guild$inlined; + public final /* synthetic */ List $guildScheduledEvents$inlined; public final /* synthetic */ HashSet $hiddenChannelsIds$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$2 $isThreadUnread$2$inlined; public final /* synthetic */ ArrayList $items$inlined; @@ -44,7 +45,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Map $voiceStates$inlined; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2(long j, Channel channel, Long l, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel2, Map map, Set set, long j2, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j3, Map map2, Set set3, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { + public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2(long j, Channel channel, Long l, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel2, Map map, Set set, long j2, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j3, Map map2, Set set3, List list, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { super(1); this.$channelId = j; this.$channel = channel; @@ -63,6 +64,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo this.$selectedVoiceChannelId$inlined = j3; this.$voiceStates$inlined = map2; this.$channelsWithActiveThreads$inlined = set3; + this.$guildScheduledEvents$inlined = list; this.$stageInstances$inlined = map3; this.$stageChannels$inlined = map4; this.$threadParentMap$inlined = map5; diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$3.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$3.java index c436b24418..a54d4f5a09 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$3.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$3.java @@ -8,6 +8,7 @@ import com.discord.widgets.channels.list.items.ChannelListItemTextChannel; import d0.z.d.o; import java.util.ArrayList; import java.util.HashSet; +import java.util.List; import java.util.Map; import java.util.Set; import kotlin.jvm.functions.Function0; @@ -21,6 +22,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ HashSet $forceViewCategories$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1 $getTextLikeChannelData$1; public final /* synthetic */ GuildChannelsInfo $guild$inlined; + public final /* synthetic */ List $guildScheduledEvents$inlined; public final /* synthetic */ HashSet $hiddenChannelsIds$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$2 $isThreadUnread$2$inlined; public final /* synthetic */ ArrayList $items$inlined; @@ -38,7 +40,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Map $voiceStates$inlined; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$3(Channel channel, Long l, WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1 widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1, boolean z2, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel2, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { + public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$3(Channel channel, Long l, WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1 widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1, boolean z2, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel2, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, List list, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { super(0); this.$channel = channel; this.$permissions = l; @@ -58,6 +60,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo this.$selectedVoiceChannelId$inlined = j2; this.$voiceStates$inlined = map2; this.$channelsWithActiveThreads$inlined = set3; + this.$guildScheduledEvents$inlined = list; this.$stageInstances$inlined = map3; this.$stageChannels$inlined = map4; this.$threadParentMap$inlined = map5; diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4.java index 7d0e17c456..227eca287d 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4.java @@ -10,6 +10,7 @@ import d0.z.d.m; import d0.z.d.o; import java.util.ArrayList; import java.util.HashSet; +import java.util.List; import java.util.Map; import java.util.Set; import kotlin.jvm.functions.Function1; @@ -22,6 +23,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ HashSet $forceViewCategories$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1 $getTextLikeChannelData$1; public final /* synthetic */ GuildChannelsInfo $guild$inlined; + public final /* synthetic */ List $guildScheduledEvents$inlined; public final /* synthetic */ HashSet $hiddenChannelsIds$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$2 $isThreadUnread$2$inlined; public final /* synthetic */ ArrayList $items$inlined; @@ -37,7 +39,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Map $voiceStates$inlined; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4(WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1 widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { + public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4(WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1 widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, List list, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { super(1); this.$getTextLikeChannelData$1 = widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$1; this.$guild$inlined = guildChannelsInfo; @@ -54,6 +56,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo this.$selectedVoiceChannelId$inlined = j2; this.$voiceStates$inlined = map2; this.$channelsWithActiveThreads$inlined = set3; + this.$guildScheduledEvents$inlined = list; this.$stageInstances$inlined = map3; this.$stageChannels$inlined = map4; this.$threadParentMap$inlined = map5; diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$5.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$5.java index a489390f03..841ea2b893 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$5.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$5.java @@ -3,6 +3,8 @@ package com.discord.widgets.channels.list; import c.d.b.a.a; import com.discord.api.channel.Channel; import com.discord.api.guild.GuildMaxVideoChannelUsers; +import com.discord.api.guildscheduledevent.GuildScheduledEvent; +import com.discord.api.guildscheduledevent.GuildScheduledEventStatus; import com.discord.models.guild.Guild; import com.discord.utilities.channel.GuildChannelsInfo; import com.discord.widgets.channels.list.WidgetChannelListModel; @@ -13,6 +15,7 @@ import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; +import java.util.List; import java.util.Map; import java.util.Set; import kotlin.jvm.functions.Function0; @@ -26,6 +29,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ HashSet $forceViewCategories$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2 $getVocalChannelData$2; public final /* synthetic */ GuildChannelsInfo $guild$inlined; + public final /* synthetic */ List $guildScheduledEvents$inlined; public final /* synthetic */ HashSet $hiddenChannelsIds$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$2 $isThreadUnread$2$inlined; public final /* synthetic */ ArrayList $items$inlined; @@ -42,7 +46,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Map $voiceStates$inlined; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$5(WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2 widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2, Channel channel, Long l, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel2, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { + public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$5(WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2 widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2, Channel channel, Long l, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel2, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, List list, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { super(0); this.$getVocalChannelData$2 = widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2; this.$channel = channel; @@ -61,6 +65,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo this.$selectedVoiceChannelId$inlined = j2; this.$voiceStates$inlined = map2; this.$channelsWithActiveThreads$inlined = set3; + this.$guildScheduledEvents$inlined = list; this.$stageInstances$inlined = map3; this.$stageChannels$inlined = map4; this.$threadParentMap$inlined = map5; @@ -68,53 +73,83 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo this.$tryRemoveEmptyCategory$1$inlined = widgetChannelListModel$Companion$guildListBuilder$1; } + /* JADX DEBUG: Multi-variable search result rejected for r3v1, resolved type: java.lang.Object */ + /* JADX WARN: Multi-variable type inference failed */ + /* JADX WARNING: Removed duplicated region for block: B:37:0x0041 A[SYNTHETIC] */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ChannelListItemVoiceChannel mo1invoke() { boolean z2; boolean z3; + boolean z4; WidgetChannelListModel.Companion.VocalChannelData invoke = this.$getVocalChannelData$2.invoke(this.$channel); - if (invoke == null) { - return null; - } - Collection collection = (Collection) a.c(this.$channel, this.$voiceStates$inlined); - if (collection != null) { - if (!collection.isEmpty()) { - Iterator it = collection.iterator(); - while (true) { - if (it.hasNext()) { - if (((ChannelListItemVoiceUser) it.next()).getVoiceState().j()) { - z3 = true; + ChannelListItemVoiceChannel channelListItemVoiceChannel = null; + if (invoke != null) { + Iterator it = this.$guildScheduledEvents$inlined.iterator(); + while (true) { + if (!it.hasNext()) { + break; + } + Object next = it.next(); + GuildScheduledEvent guildScheduledEvent = (GuildScheduledEvent) next; + if (guildScheduledEvent.k() == GuildScheduledEventStatus.ACTIVE) { + Long b = guildScheduledEvent.b(); + long h = this.$channel.h(); + if (b != null && b.longValue() == h) { + z4 = true; + continue; + if (z4) { + channelListItemVoiceChannel = next; break; } - } else { - break; } } - } - z3 = false; - if (z3) { - z2 = true; - Channel channel = this.$channel; - boolean selected = invoke.getSelected(); - Long l = this.$permissions; - int numUsersConnected = invoke.getNumUsersConnected(); - boolean locked = invoke.getLocked(); - Guild guild = this.$guild$inlined.getGuild(); - if (guild == null || (r0 = guild.getMaxVideoChannelUsers()) == null) { - GuildMaxVideoChannelUsers guildMaxVideoChannelUsers = GuildMaxVideoChannelUsers.Unlimited.INSTANCE; + z4 = false; + continue; + if (z4) { } - return new ChannelListItemVoiceChannel(channel, selected, l, numUsersConnected, locked, z2, guildMaxVideoChannelUsers); } + GuildScheduledEvent guildScheduledEvent2 = (GuildScheduledEvent) channelListItemVoiceChannel; + Collection collection = (Collection) a.c(this.$channel, this.$voiceStates$inlined); + if (collection != null) { + if (!collection.isEmpty()) { + Iterator it2 = collection.iterator(); + while (true) { + if (it2.hasNext()) { + if (((ChannelListItemVoiceUser) it2.next()).getVoiceState().j()) { + z3 = true; + break; + } + } else { + break; + } + } + } + z3 = false; + if (z3) { + z2 = true; + Channel channel = this.$channel; + boolean selected = invoke.getSelected(); + Long l = this.$permissions; + int numUsersConnected = invoke.getNumUsersConnected(); + boolean locked = invoke.getLocked(); + Guild guild = this.$guild$inlined.getGuild(); + if (guild == null || (r0 = guild.getMaxVideoChannelUsers()) == null) { + GuildMaxVideoChannelUsers guildMaxVideoChannelUsers = GuildMaxVideoChannelUsers.Unlimited.INSTANCE; + } + channelListItemVoiceChannel = new ChannelListItemVoiceChannel(channel, selected, l, numUsersConnected, locked, z2, guildMaxVideoChannelUsers, guildScheduledEvent2); + } + } + z2 = false; + Channel channel = this.$channel; + boolean selected = invoke.getSelected(); + Long l = this.$permissions; + int numUsersConnected = invoke.getNumUsersConnected(); + boolean locked = invoke.getLocked(); + Guild guild = this.$guild$inlined.getGuild(); + GuildMaxVideoChannelUsers guildMaxVideoChannelUsers = GuildMaxVideoChannelUsers.Unlimited.INSTANCE; + channelListItemVoiceChannel = new ChannelListItemVoiceChannel(channel, selected, l, numUsersConnected, locked, z2, guildMaxVideoChannelUsers, guildScheduledEvent2); } - z2 = false; - Channel channel = this.$channel; - boolean selected = invoke.getSelected(); - Long l = this.$permissions; - int numUsersConnected = invoke.getNumUsersConnected(); - boolean locked = invoke.getLocked(); - Guild guild = this.$guild$inlined.getGuild(); - GuildMaxVideoChannelUsers guildMaxVideoChannelUsers = GuildMaxVideoChannelUsers.Unlimited.INSTANCE; - return new ChannelListItemVoiceChannel(channel, selected, l, numUsersConnected, locked, z2, guildMaxVideoChannelUsers); + return channelListItemVoiceChannel; } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$6.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$6.java index a1b50c166d..f229a674c9 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$6.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$6.java @@ -10,6 +10,7 @@ import com.discord.widgets.stage.model.StageChannel; import d0.z.d.o; import java.util.ArrayList; import java.util.HashSet; +import java.util.List; import java.util.Map; import java.util.Set; import kotlin.jvm.functions.Function0; @@ -23,6 +24,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ HashSet $forceViewCategories$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2 $getVocalChannelData$2; public final /* synthetic */ GuildChannelsInfo $guild$inlined; + public final /* synthetic */ List $guildScheduledEvents$inlined; public final /* synthetic */ HashSet $hiddenChannelsIds$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$2 $isThreadUnread$2$inlined; public final /* synthetic */ ArrayList $items$inlined; @@ -39,7 +41,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Map $voiceStates$inlined; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$6(WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2 widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2, Channel channel, Long l, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel2, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { + public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$6(WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2 widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2, Channel channel, Long l, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel2, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, List list, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { super(0); this.$getVocalChannelData$2 = widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$2; this.$channel = channel; @@ -58,6 +60,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo this.$selectedVoiceChannelId$inlined = j2; this.$voiceStates$inlined = map2; this.$channelsWithActiveThreads$inlined = set3; + this.$guildScheduledEvents$inlined = list; this.$stageInstances$inlined = map3; this.$stageChannels$inlined = map4; this.$threadParentMap$inlined = map5; diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$7.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$7.java index 6ba087461e..352e950947 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$7.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$7.java @@ -22,6 +22,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Set $collapsedCategories$inlined; public final /* synthetic */ HashSet $forceViewCategories$inlined; public final /* synthetic */ GuildChannelsInfo $guild$inlined; + public final /* synthetic */ List $guildScheduledEvents$inlined; public final /* synthetic */ HashSet $hiddenChannelsIds$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$2 $isThreadUnread$2$inlined; public final /* synthetic */ ArrayList $items$inlined; @@ -38,7 +39,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Map $voiceStates$inlined; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$7(WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4 widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { + public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$7(WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4 widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel, Map map, Set set, long j, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j2, Map map2, Set set3, List list, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { super(1); this.$toChannelListItemThread$4 = widgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$4; this.$guild$inlined = guildChannelsInfo; @@ -55,6 +56,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo this.$selectedVoiceChannelId$inlined = j2; this.$voiceStates$inlined = map2; this.$channelsWithActiveThreads$inlined = set3; + this.$guildScheduledEvents$inlined = list; this.$stageInstances$inlined = map3; this.$stageChannels$inlined = map4; this.$threadParentMap$inlined = map5; diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$8.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$8.java index c8de1050f6..cfe71d4ce7 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$8.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$8.java @@ -10,6 +10,7 @@ import d0.z.d.o; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; +import java.util.List; import java.util.Map; import java.util.Set; import kotlin.jvm.functions.Function0; @@ -22,6 +23,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Set $collapsedCategories$inlined; public final /* synthetic */ HashSet $forceViewCategories$inlined; public final /* synthetic */ GuildChannelsInfo $guild$inlined; + public final /* synthetic */ List $guildScheduledEvents$inlined; public final /* synthetic */ HashSet $hiddenChannelsIds$inlined; public final /* synthetic */ WidgetChannelListModel$Companion$guildListBuilder$2 $isThreadUnread$2$inlined; public final /* synthetic */ ArrayList $items$inlined; @@ -37,7 +39,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo public final /* synthetic */ Map $voiceStates$inlined; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$8(long j, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel, Map map, Set set, long j2, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j3, Map map2, Set set3, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { + public WidgetChannelListModel$Companion$guildListBuilder$$inlined$forEach$lambda$8(long j, GuildChannelsInfo guildChannelsInfo, HashSet hashSet, Channel channel, Map map, Set set, long j2, WidgetChannelListModel$Companion$guildListBuilder$4 widgetChannelListModel$Companion$guildListBuilder$4, Set set2, WidgetChannelListModel$Companion$guildListBuilder$2 widgetChannelListModel$Companion$guildListBuilder$2, HashSet hashSet2, WidgetChannelListModel$Companion$guildListBuilder$3 widgetChannelListModel$Companion$guildListBuilder$3, long j3, Map map2, Set set3, List list, Map map3, Map map4, Map map5, ArrayList arrayList, WidgetChannelListModel$Companion$guildListBuilder$1 widgetChannelListModel$Companion$guildListBuilder$1) { super(0); this.$channelId = j; this.$guild$inlined = guildChannelsInfo; @@ -54,6 +56,7 @@ public final class WidgetChannelListModel$Companion$guildListBuilder$$inlined$fo this.$selectedVoiceChannelId$inlined = j3; this.$voiceStates$inlined = map2; this.$channelsWithActiveThreads$inlined = set3; + this.$guildScheduledEvents$inlined = list; this.$stageInstances$inlined = map3; this.$stageChannels$inlined = map4; this.$threadParentMap$inlined = map5; diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel.java index c3451fa75d..e05eadb4cd 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListModel.java @@ -439,20 +439,20 @@ public final class WidgetChannelListModel { private final Observable getSelectedGuildChannelList(long j) { Observable observable = GuildChannelsInfo.Companion.get(j); StoreStream.Companion companion = StoreStream.Companion; - return ObservableCombineLatestOverloadsKt.combineLatest(observable, StoreChannels.observeChannelsForGuild$default(companion.getChannels(), j, null, 2, null), companion.getThreadsActiveJoined().observeActiveJoinedThreadsForGuild(j), companion.getThreadsActive().observeChannelsWithActiveThreadsByGuild(j), companion.getChannelsSelected().observeSelectedChannel(), companion.getVoiceChannelSelected().observeSelectedVoiceChannelId(), VoiceStates.get$default(VoiceStates.INSTANCE, j, null, 2, null), companion.getMentions().observeMentionCounts(), companion.getReadStates().getUnreadChannelIds(), companion.getStoreChannelCategories().observeCollapsedCategories(j), companion.getNux().getNuxState(), companion.getStageChannels().observeGuildStageChannels(j), companion.getStageInstances().observeStageInstancesForGuild(j), StoreGuildScheduledEvents.observeGuildScheduledEvents$default(companion.getGuildScheduledEvents(), j, false, false, 6, null), GuildScheduledEventUtilities.Companion.observeGuildScheduledEventCreatableChannelsForGuild$default(GuildScheduledEventUtilities.Companion, j, null, null, null, 14, null), new WidgetChannelListModel$Companion$getSelectedGuildChannelList$1(j)); + return ObservableCombineLatestOverloadsKt.combineLatest(observable, StoreChannels.observeChannelsForGuild$default(companion.getChannels(), j, null, 2, null), companion.getThreadsActiveJoined().observeActiveJoinedThreadsForGuild(j), companion.getThreadsActive().observeChannelsWithActiveThreadsByGuild(j), companion.getChannelsSelected().observeSelectedChannel(), companion.getVoiceChannelSelected().observeSelectedVoiceChannelId(), VoiceStates.get$default(VoiceStates.INSTANCE, j, null, 2, null), companion.getMentions().observeMentionCounts(), companion.getReadStates().getUnreadChannelIds(), companion.getStoreChannelCategories().observeCollapsedCategories(j), companion.getNux().getNuxState(), companion.getStageChannels().observeGuildStageChannels(j), companion.getStageInstances().observeStageInstancesForGuild(j), StoreGuildScheduledEvents.observeGuildScheduledEvents$default(companion.getGuildScheduledEvents(), j, false, 2, null), GuildScheduledEventUtilities.Companion.observeGuildScheduledEventCreatableChannelsForGuild$default(GuildScheduledEventUtilities.Companion, j, null, null, null, 14, null), new WidgetChannelListModel$Companion$getSelectedGuildChannelList$1(j)); } /* JADX ERROR: IndexOutOfBoundsException in pass: SSATransform - java.lang.IndexOutOfBoundsException: bitIndex < 0: -109 + java.lang.IndexOutOfBoundsException: bitIndex < 0: -104 at java.base/java.util.BitSet.get(BitSet.java:626) at jadx.core.dex.visitors.ssa.LiveVarAnalysis.fillBasicBlockInfo(LiveVarAnalysis.java:65) at jadx.core.dex.visitors.ssa.LiveVarAnalysis.runAnalysis(LiveVarAnalysis.java:36) at jadx.core.dex.visitors.ssa.SSATransform.process(SSATransform.java:55) at jadx.core.dex.visitors.ssa.SSATransform.visit(SSATransform.java:41) */ - private final java.util.List guildListBuilder(long r141, com.discord.utilities.channel.GuildChannelsInfo r143, java.util.Map r144, java.util.Map> r145, java.util.Set r146, com.discord.api.channel.Channel r147, long r148, java.util.Map> r150, java.util.Map r151, java.util.Set r152, java.util.Set r153, java.util.Map r154, java.util.Map r155, java.util.List r156, java.util.List r157) { + private final java.util.List guildListBuilder(long r146, com.discord.utilities.channel.GuildChannelsInfo r148, java.util.Map r149, java.util.Map> r150, java.util.Set r151, com.discord.api.channel.Channel r152, long r153, java.util.Map> r155, java.util.Map r156, java.util.Set r157, java.util.Set r158, java.util.Map r159, java.util.Map r160, java.util.List r161, java.util.List r162) { /* - // Method dump skipped, instructions count: 1176 + // Method dump skipped, instructions count: 1186 */ throw new UnsupportedOperationException("Method not decompiled: com.discord.widgets.channels.list.WidgetChannelListModel.Companion.guildListBuilder(long, com.discord.utilities.channel.GuildChannelsInfo, java.util.Map, java.util.Map, java.util.Set, com.discord.api.channel.Channel, long, java.util.Map, java.util.Map, java.util.Set, java.util.Set, java.util.Map, java.util.Map, java.util.List, java.util.List):java.util.List"); } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$5.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$4.java similarity index 91% rename from app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$5.java rename to app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$4.java index 986d6adbd9..43b28edf49 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$5.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$4.java @@ -8,12 +8,12 @@ import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetChannelsListAdapter.kt */ -public final class WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$5 extends o implements Function1 { +public final class WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$4 extends o implements Function1 { public final /* synthetic */ Channel $channel; public final /* synthetic */ WidgetChannelsListAdapter.ItemChannelStageVoice this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$5(WidgetChannelsListAdapter.ItemChannelStageVoice itemChannelStageVoice, Channel channel) { + public WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$4(WidgetChannelsListAdapter.ItemChannelStageVoice itemChannelStageVoice, Channel channel) { super(1); this.this$0 = itemChannelStageVoice; this.$channel = channel; diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter.java index c564fe656e..cab07069cb 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter.java @@ -26,6 +26,7 @@ import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; import com.discord.api.channel.Channel; import com.discord.api.guild.GuildMaxVideoChannelUsers; +import com.discord.api.guildscheduledevent.GuildScheduledEvent; import com.discord.api.permission.Permission; import com.discord.api.stageinstance.StageInstance; import com.discord.api.voice.state.VoiceState; @@ -625,9 +626,7 @@ public final class WidgetChannelsListAdapter extends MGRecyclerAdapterSimple 0) { @@ -1080,21 +1087,21 @@ public final class WidgetChannelsListAdapter extends MGRecyclerAdapterSimple list) { diff --git a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java index 0426b7a0ba..e97f8c1764 100644 --- a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java +++ b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java @@ -61,7 +61,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment private final Map guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2214me; + private final MeUser f2215me; private final List memberItems; private final long myPermissions; private final List roleItems; @@ -117,7 +117,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildRoles"); m.checkNotNullParameter(list, "memberItems"); - this.f2214me = meUser; + this.f2215me = meUser; this.guild = guild; this.channel = channel; this.myPermissions = j; @@ -145,7 +145,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Model copy$default(Model model, MeUser meUser, Guild guild, Channel channel, long j, Map map, List list, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2214me; + meUser = model.f2215me; } if ((i & 2) != 0) { guild = model.guild; @@ -166,7 +166,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public final MeUser component1() { - return this.f2214me; + return this.f2215me; } public final Guild component2() { @@ -206,7 +206,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment return false; } Model model = (Model) obj; - return m.areEqual(this.f2214me, model.f2214me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles) && m.areEqual(this.memberItems, model.memberItems); + return m.areEqual(this.f2215me, model.f2215me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles) && m.areEqual(this.memberItems, model.memberItems); } public final boolean getCanAddRole() { @@ -230,7 +230,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public final MeUser getMe() { - return this.f2214me; + return this.f2215me; } public final List getMemberItems() { @@ -246,7 +246,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public int hashCode() { - MeUser meUser = this.f2214me; + MeUser meUser = this.f2215me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; Guild guild = this.guild; @@ -264,7 +264,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2214me); + P.append(this.f2215me); P.append(", guild="); P.append(this.guild); P.append(", channel="); diff --git a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java index ac2198fa67..9ccd52ab4f 100644 --- a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java +++ b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java @@ -74,7 +74,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment private final Map guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2215me; + private final MeUser f2216me; private final long myPermissions; /* compiled from: WidgetChannelSettingsPermissionsOverview.kt */ @@ -102,7 +102,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildRoles"); - this.f2215me = meUser; + this.f2216me = meUser; this.guild = guild; this.channel = channel; this.myPermissions = j; @@ -114,7 +114,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Model copy$default(Model model, MeUser meUser, Guild guild, Channel channel, long j, Map map, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2215me; + meUser = model.f2216me; } if ((i & 2) != 0) { guild = model.guild; @@ -132,7 +132,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public final MeUser component1() { - return this.f2215me; + return this.f2216me; } public final Guild component2() { @@ -167,7 +167,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment return false; } Model model = (Model) obj; - return m.areEqual(this.f2215me, model.f2215me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles); + return m.areEqual(this.f2216me, model.f2216me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles); } public final boolean getCanManage() { @@ -187,7 +187,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public final MeUser getMe() { - return this.f2215me; + return this.f2216me; } public final long getMyPermissions() { @@ -195,7 +195,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public int hashCode() { - MeUser meUser = this.f2215me; + MeUser meUser = this.f2216me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; Guild guild = this.guild; @@ -211,7 +211,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2215me); + P.append(this.f2216me); P.append(", guild="); P.append(this.guild); P.append(", channel="); diff --git a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java index 99ee4d854d..730ff25039 100644 --- a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java +++ b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java @@ -58,7 +58,7 @@ public final class WidgetStageChannelModeratorPermissions extends AppFragment { ViewExtensions.setEnabledAlpha$default(addPermissionOwnerView, valid.getCanEditModerators(), 0.0f, 2, null); getViewBinding().b.setOnClickListener(new WidgetStageChannelModeratorPermissions$configureUI$1(this, viewState)); getViewBinding().d.setData(valid.getRoleItems(), new WidgetStageChannelModeratorPermissions$configureUI$2(this)); - getViewBinding().f2036c.setData(valid.getMemberItems(), new WidgetStageChannelModeratorPermissions$configureUI$3(this)); + getViewBinding().f2037c.setData(valid.getMemberItems(), new WidgetStageChannelModeratorPermissions$configureUI$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java index 7749c5e2e4..e5e92df5df 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java @@ -21,7 +21,7 @@ public final class WidgetTextChannelSettings$configureUI$1 implements Ac public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_channel_settings_delete /* 2131364168 */: + case R.id.menu_channel_settings_delete /* 2131364167 */: if (this.$this_configureUI.isPublicGuildRulesChannel() || this.$this_configureUI.isPublicGuildUpdatesChannel()) { WidgetTextChannelSettings.access$cannotDeleteWarn(this.this$0, this.$this_configureUI.isPublicGuildRulesChannel()); return; @@ -29,7 +29,7 @@ public final class WidgetTextChannelSettings$configureUI$1 implements Ac WidgetTextChannelSettings.access$confirmDelete(this.this$0, this.$this_configureUI.getChannel()); return; } - case R.id.menu_channel_settings_reset /* 2131364169 */: + case R.id.menu_channel_settings_reset /* 2131364168 */: StoreUserGuildSettings userGuildSettings = StoreStream.Companion.getUserGuildSettings(); m.checkNotNullExpressionValue(context, "context"); userGuildSettings.setChannelNotificationsDefault(context, this.$this_configureUI.getChannel()); diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java index 8a35c47f45..20f3356893 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java @@ -22,7 +22,7 @@ public final class WidgetTextChannelSettings$configureUI$3 implements View.OnCli WidgetTextChannelSettings widgetTextChannelSettings = this.this$0; long h = this.$this_configureUI.getChannel().h(); StatefulViews access$getState$p = WidgetTextChannelSettings.access$getState$p(this.this$0); - TextInputLayout textInputLayout = WidgetTextChannelSettings.access$getBinding$p(this.this$0).f2052c; + TextInputLayout textInputLayout = WidgetTextChannelSettings.access$getBinding$p(this.this$0).f2053c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelSettingsEditName"); String str = (String) access$getState$p.getIfChanged(textInputLayout.getId()); StatefulViews access$getState$p2 = WidgetTextChannelSettings.access$getState$p(this.this$0); diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java index e3035c24f9..247a809555 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java @@ -402,13 +402,13 @@ public final class WidgetTextChannelSettings extends AppFragment { AnalyticsTracker.INSTANCE.premiumGuildUpsellViewed(threadTypeForGuild, model.getGuild().getId(), Long.valueOf(model.getChannel().h()), new Traits.Location(Traits.Location.Page.CHANNEL_SETTINGS, null, null, null, null, 30, null)); this.hasFiredAnalytics = true; } - TextInputLayout textInputLayout = getBinding().f2052c; + TextInputLayout textInputLayout = getBinding().f2053c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelSettingsEditName"); StatefulViews statefulViews = this.state; - TextInputLayout textInputLayout2 = getBinding().f2052c; + TextInputLayout textInputLayout2 = getBinding().f2053c; m.checkNotNullExpressionValue(textInputLayout2, "binding.channelSettingsEditName"); ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews.get(textInputLayout2.getId(), AnimatableValueParser.y0(model.getChannel()))); - getBinding().f2052c.setHint(AnimatableValueParser.A1(model.getChannel()) ? R.string.form_label_channel_name : R.string.category_name); + getBinding().f2053c.setHint(AnimatableValueParser.A1(model.getChannel()) ? R.string.form_label_channel_name : R.string.category_name); TextInputLayout textInputLayout3 = getBinding().d; m.checkNotNullExpressionValue(textInputLayout3, "binding.channelSettingsEditTopic"); StatefulViews statefulViews2 = this.state; @@ -607,7 +607,7 @@ public final class WidgetTextChannelSettings extends AppFragment { statefulViews.addOptionalFields(textInputLayout); StatefulViews statefulViews2 = this.state; FloatingActionButton floatingActionButton = getBinding().k; - TextInputLayout textInputLayout2 = getBinding().f2052c; + TextInputLayout textInputLayout2 = getBinding().f2053c; m.checkNotNullExpressionValue(textInputLayout2, "binding.channelSettingsEditName"); TextInputLayout textInputLayout3 = getBinding().d; m.checkNotNullExpressionValue(textInputLayout3, "binding.channelSettingsEditTopic"); diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java index 063a93dbce..3be1c92254 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java @@ -163,7 +163,7 @@ public final class WidgetThreadNotificationSettings extends AppFragment { private final void configureUI(Model model) { setActionBarSubtitle(AnimatableValueParser.A0(model.getChannel(), requireContext(), false, 2)); - CheckedSetting checkedSetting = getBinding().f2058c; + CheckedSetting checkedSetting = getBinding().f2059c; m.checkNotNullExpressionValue(checkedSetting, "binding.threadSettingsNotificationsFrequency0"); configureNotificationRadio(model, checkedSetting, 2); CheckedSetting checkedSetting2 = getBinding().d; @@ -186,7 +186,7 @@ public final class WidgetThreadNotificationSettings extends AppFragment { int i = 0; AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); setActionBarTitle(R.string.notification_settings); - this.notificationSettingsRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().f2058c, getBinding().d, getBinding().e})); + this.notificationSettingsRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().f2059c, getBinding().d, getBinding().e})); LinearLayout linearLayout = getBinding().b; m.checkNotNullExpressionValue(linearLayout, "binding.threadNotificationSettingsSystem"); if (!getMostRecentIntent().getBooleanExtra(INTENT_SHOW_SYSTEM_SETTINGS, false)) { diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java index 39b30a774d..ac0da3b4bc 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java @@ -145,10 +145,10 @@ public final class WidgetThreadSettings extends AppFragment { m.checkNotNullExpressionValue(textView2, "binding.channelSettingsPinnedMessages"); textView2.setEnabled(valid.isPinsEnabled()); getBinding().b.setOnClickListener(new WidgetThreadSettings$configureUI$3(viewState)); - View view = getBinding().f2059c; + View view = getBinding().f2060c; m.checkNotNullExpressionValue(view, "binding.channelSettingsP…edMessagesDisabledOverlay"); view.setVisibility(true ^ valid.isPinsEnabled() ? 0 : 8); - getBinding().f2059c.setOnClickListener(WidgetThreadSettings$configureUI$4.INSTANCE); + getBinding().f2060c.setOnClickListener(WidgetThreadSettings$configureUI$4.INSTANCE); FloatingActionButton floatingActionButton = getBinding().f; m.checkNotNullExpressionValue(floatingActionButton, "binding.threadSettingsSave"); if (!valid.getHasUnsavedChanges()) { diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java index 179031923f..2225260a8f 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java @@ -19,11 +19,11 @@ public final class WidgetThreadBrowser$updateMenu$1 implements Action2"); SimplePager.Adapter.Item[] itemArr = (SimplePager.Adapter.Item[]) array; simplePager2.setAdapter(new SimplePager.Adapter(parentFragmentManager, (SimplePager.Adapter.Item[]) Arrays.copyOf(itemArr, itemArr.length))); - getBinding().f2056c.addOnPageChangeListener(new WidgetThreadBrowser$initializeAdapter$3(this)); + getBinding().f2057c.addOnPageChangeListener(new WidgetThreadBrowser$initializeAdapter$3(this)); TabLayout tabLayout = getBinding().b; m.checkNotNullExpressionValue(tabLayout, "binding.actionBarTabs"); if (!browser.getCanViewArchivedThreads()) { @@ -184,7 +184,7 @@ public final class WidgetThreadBrowser extends AppFragment { P.append(browser.getChannelName()); setActionBarSubtitle(P.toString()); } - SimplePager simplePager = getBinding().f2056c; + SimplePager simplePager = getBinding().f2057c; m.checkNotNullExpressionValue(simplePager, "binding.threadBrowserViewPager"); updateMenu(simplePager.getCurrentItem(), Boolean.valueOf(browser.getCanCreateThread())); } diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java index 087fb9811b..5c1efd36e1 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java @@ -130,7 +130,7 @@ public final class WidgetThreadBrowserActive extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2054c; + RecyclerView recyclerView = getBinding().f2055c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); this.adapter = (WidgetThreadBrowserAdapter) companion.configure(new WidgetThreadBrowserAdapter(recyclerView, new WidgetThreadBrowserActive$onViewBound$1(getBrowserViewModel()), new WidgetThreadBrowserActive$onViewBound$2(this))); getBinding().b.f144c.setOnClickListener(new WidgetThreadBrowserActive$onViewBound$3(this)); diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java index 1a52c31e86..90772b26d2 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java @@ -133,10 +133,10 @@ public final class WidgetThreadBrowserArchived extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2055c; + RecyclerView recyclerView = getBinding().f2056c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); this.adapter = (WidgetThreadBrowserAdapter) companion.configure(new WidgetThreadBrowserAdapter(recyclerView, new WidgetThreadBrowserArchived$onViewBound$1(getBrowserViewModel()), new WidgetThreadBrowserArchived$onViewBound$2(this))); - getBinding().f2055c.addOnScrollListener(new WidgetThreadBrowserArchived$onViewBound$3(this)); + getBinding().f2056c.addOnScrollListener(new WidgetThreadBrowserArchived$onViewBound$3(this)); getBinding().b.f144c.setOnClickListener(new WidgetThreadBrowserArchived$onViewBound$4(this)); getBinding().e.setOnClickListener(new WidgetThreadBrowserArchived$onViewBound$5(this)); } diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java index 1166338b6d..7738823f57 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java @@ -87,7 +87,7 @@ public final class WidgetThreadBrowserFilterSheet extends AppBottomSheet { CheckedSetting checkedSetting2 = getBinding().d; m.checkNotNullExpressionValue(checkedSetting2, "binding.threadBrowserVisibilityPrivate"); checkedSetting2.setChecked(viewMode.getVisibility() == WidgetThreadBrowserArchivedViewModel.VisibilityMode.PrivateThreads); - CardView cardView = getBinding().f2057c; + CardView cardView = getBinding().f2058c; m.checkNotNullExpressionValue(cardView, "binding.threadBrowserModeratorViewCard"); cardView.setVisibility(viewState.isModerator() ? 0 : 8); if (viewMode.getVisibility() == visibilityMode) { diff --git a/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java b/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java index 43210c7eb0..b7a8e636f6 100644 --- a/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java +++ b/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java @@ -117,7 +117,7 @@ public final class WidgetUrlActions extends AppBottomSheet { m.checkNotNullExpressionValue(textView, "binding.dialogUrlActionsUrl"); ViewExtensions.setTextAndVisibilityBy(textView, getUrl()); getBinding().b.setOnClickListener(new WidgetUrlActions$onViewCreated$1(this)); - getBinding().f2065c.setOnClickListener(new WidgetUrlActions$onViewCreated$2(this)); + getBinding().f2066c.setOnClickListener(new WidgetUrlActions$onViewCreated$2(this)); getBinding().d.setOnClickListener(new WidgetUrlActions$onViewCreated$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java b/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java index 899302efd8..7d5d352b10 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java @@ -529,7 +529,7 @@ public final class AppFlexInputViewModel extends AppViewModel im public void onSendButtonClicked(FlexInputListener flexInputListener) { FlexInputState viewState = getViewState(); if (viewState != null && flexInputListener != null) { - flexInputListener.onSend(viewState.a, viewState.f2481c, new AppFlexInputViewModel$onSendButtonClicked$1(this)); + flexInputListener.onSend(viewState.a, viewState.f2482c, new AppFlexInputViewModel$onSendButtonClicked$1(this)); } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java b/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java index af884d9047..3af5682008 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java @@ -721,7 +721,7 @@ public final class ChatInputViewModel extends AppViewModel { private final boolean isOnCooldown; /* renamed from: me reason: collision with root package name */ - private final MeUser f2216me; + private final MeUser f2217me; private final GuildMember meGuildMember; private final PendingReply pendingReply; private final Integer relationshipType; @@ -828,7 +828,7 @@ public final class ChatInputViewModel extends AppViewModel { m.checkNotNullParameter(guildVerificationLevel, "verificationLevelTriggered"); m.checkNotNullParameter(threadDraftState, "threadDraftState"); this.channel = channel; - this.f2216me = meUser; + this.f2217me = meUser; this.editingMessage = editingMessage; this.relationshipType = num; this.channelPermissions = l; @@ -844,7 +844,7 @@ public final class ChatInputViewModel extends AppViewModel { } public static /* synthetic */ Loaded copy$default(Loaded loaded, Channel channel, MeUser meUser, StoreChat.EditingMessage editingMessage, Integer num, Long l, GuildVerificationLevel guildVerificationLevel, boolean z2, boolean z3, Guild guild, PendingReply pendingReply, StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft threadDraft, GuildMember guildMember, GuildJoinRequest guildJoinRequest, StoreThreadDraft.ThreadDraftState threadDraftState, int i, Object obj) { - return loaded.copy((i & 1) != 0 ? loaded.channel : channel, (i & 2) != 0 ? loaded.f2216me : meUser, (i & 4) != 0 ? loaded.editingMessage : editingMessage, (i & 8) != 0 ? loaded.relationshipType : num, (i & 16) != 0 ? loaded.channelPermissions : l, (i & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i & 64) != 0 ? loaded.isLurking : z2, (i & 128) != 0 ? loaded.isOnCooldown : z3, (i & 256) != 0 ? loaded.guild : guild, (i & 512) != 0 ? loaded.pendingReply : pendingReply, (i & 1024) != 0 ? loaded.selectedThreadDraft : threadDraft, (i & 2048) != 0 ? loaded.meGuildMember : guildMember, (i & 4096) != 0 ? loaded.guildJoinRequest : guildJoinRequest, (i & 8192) != 0 ? loaded.threadDraftState : threadDraftState); + return loaded.copy((i & 1) != 0 ? loaded.channel : channel, (i & 2) != 0 ? loaded.f2217me : meUser, (i & 4) != 0 ? loaded.editingMessage : editingMessage, (i & 8) != 0 ? loaded.relationshipType : num, (i & 16) != 0 ? loaded.channelPermissions : l, (i & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i & 64) != 0 ? loaded.isLurking : z2, (i & 128) != 0 ? loaded.isOnCooldown : z3, (i & 256) != 0 ? loaded.guild : guild, (i & 512) != 0 ? loaded.pendingReply : pendingReply, (i & 1024) != 0 ? loaded.selectedThreadDraft : threadDraft, (i & 2048) != 0 ? loaded.meGuildMember : guildMember, (i & 4096) != 0 ? loaded.guildJoinRequest : guildJoinRequest, (i & 8192) != 0 ? loaded.threadDraftState : threadDraftState); } public final Channel component1() { @@ -872,7 +872,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser component2() { - return this.f2216me; + return this.f2217me; } public final StoreChat.EditingMessage component3() { @@ -919,7 +919,7 @@ public final class ChatInputViewModel extends AppViewModel { return false; } Loaded loaded = (Loaded) obj; - return m.areEqual(this.channel, loaded.channel) && m.areEqual(this.f2216me, loaded.f2216me) && m.areEqual(this.editingMessage, loaded.editingMessage) && m.areEqual(this.relationshipType, loaded.relationshipType) && m.areEqual(this.channelPermissions, loaded.channelPermissions) && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isOnCooldown == loaded.isOnCooldown && m.areEqual(this.guild, loaded.guild) && m.areEqual(this.pendingReply, loaded.pendingReply) && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && m.areEqual(this.meGuildMember, loaded.meGuildMember) && m.areEqual(this.guildJoinRequest, loaded.guildJoinRequest) && m.areEqual(this.threadDraftState, loaded.threadDraftState); + return m.areEqual(this.channel, loaded.channel) && m.areEqual(this.f2217me, loaded.f2217me) && m.areEqual(this.editingMessage, loaded.editingMessage) && m.areEqual(this.relationshipType, loaded.relationshipType) && m.areEqual(this.channelPermissions, loaded.channelPermissions) && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isOnCooldown == loaded.isOnCooldown && m.areEqual(this.guild, loaded.guild) && m.areEqual(this.pendingReply, loaded.pendingReply) && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && m.areEqual(this.meGuildMember, loaded.meGuildMember) && m.areEqual(this.guildJoinRequest, loaded.guildJoinRequest) && m.areEqual(this.threadDraftState, loaded.threadDraftState); } public final Channel getChannel() { @@ -943,7 +943,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2216me; + return this.f2217me; } public final GuildMember getMeGuildMember() { @@ -974,7 +974,7 @@ public final class ChatInputViewModel extends AppViewModel { Channel channel = this.channel; int i = 0; int hashCode = (channel != null ? channel.hashCode() : 0) * 31; - MeUser meUser = this.f2216me; + MeUser meUser = this.f2217me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; StoreChat.EditingMessage editingMessage = this.editingMessage; int hashCode3 = (hashCode2 + (editingMessage != null ? editingMessage.hashCode() : 0)) * 31; @@ -1027,7 +1027,7 @@ public final class ChatInputViewModel extends AppViewModel { StringBuilder P = a.P("Loaded(channel="); P.append(this.channel); P.append(", me="); - P.append(this.f2216me); + P.append(this.f2217me); P.append(", editingMessage="); P.append(this.editingMessage); P.append(", relationshipType="); @@ -1095,7 +1095,7 @@ public final class ChatInputViewModel extends AppViewModel { private final int maxFileSizeMB; /* renamed from: me reason: collision with root package name */ - private final MeUser f2217me; + private final MeUser f2218me; private final PendingReplyState pendingReplyState; private final StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft selectedThreadDraft; private final boolean shouldBadgeChatInput; @@ -1273,7 +1273,7 @@ public final class ChatInputViewModel extends AppViewModel { m.checkNotNullParameter(threadDraftState, "threadDraftState"); this.channel = channel; this.channelId = j; - this.f2217me = meUser; + this.f2218me = meUser; this.editingMessage = editingMessage; this.ableToSendMessage = z2; this.verificationLevelTriggered = guildVerificationLevel; @@ -1297,7 +1297,7 @@ public final class ChatInputViewModel extends AppViewModel { } public static /* synthetic */ Loaded copy$default(Loaded loaded, Channel channel, long j, MeUser meUser, StoreChat.EditingMessage editingMessage, boolean z2, GuildVerificationLevel guildVerificationLevel, boolean z3, boolean z4, boolean z5, int i, boolean z6, PendingReplyState pendingReplyState, boolean z7, boolean z8, boolean z9, boolean z10, boolean z11, boolean z12, StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft threadDraft, boolean z13, ApplicationStatus applicationStatus, StoreThreadDraft.ThreadDraftState threadDraftState, boolean z14, int i2, Object obj) { - return loaded.copy((i2 & 1) != 0 ? loaded.channel : channel, (i2 & 2) != 0 ? loaded.channelId : j, (i2 & 4) != 0 ? loaded.f2217me : meUser, (i2 & 8) != 0 ? loaded.editingMessage : editingMessage, (i2 & 16) != 0 ? loaded.ableToSendMessage : z2, (i2 & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i2 & 64) != 0 ? loaded.isLurking : z3, (i2 & 128) != 0 ? loaded.isSystemDM : z4, (i2 & 256) != 0 ? loaded.isOnCooldown : z5, (i2 & 512) != 0 ? loaded.maxFileSizeMB : i, (i2 & 1024) != 0 ? loaded.shouldShowFollow : z6, (i2 & 2048) != 0 ? loaded.pendingReplyState : pendingReplyState, (i2 & 4096) != 0 ? loaded.shouldBadgeChatInput : z7, (i2 & 8192) != 0 ? loaded.isBlocked : z8, (i2 & 16384) != 0 ? loaded.isInputShowing : z9, (i2 & 32768) != 0 ? loaded.isVerificationLevelTriggered : z10, (i2 & 65536) != 0 ? loaded.isEditing : z11, (i2 & 131072) != 0 ? loaded.isReplying : z12, (i2 & 262144) != 0 ? loaded.selectedThreadDraft : threadDraft, (i2 & 524288) != 0 ? loaded.shouldShowVerificationGate : z13, (i2 & 1048576) != 0 ? loaded.joinRequestStatus : applicationStatus, (i2 & 2097152) != 0 ? loaded.threadDraftState : threadDraftState, (i2 & 4194304) != 0 ? loaded.showCreateThreadOption : z14); + return loaded.copy((i2 & 1) != 0 ? loaded.channel : channel, (i2 & 2) != 0 ? loaded.channelId : j, (i2 & 4) != 0 ? loaded.f2218me : meUser, (i2 & 8) != 0 ? loaded.editingMessage : editingMessage, (i2 & 16) != 0 ? loaded.ableToSendMessage : z2, (i2 & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i2 & 64) != 0 ? loaded.isLurking : z3, (i2 & 128) != 0 ? loaded.isSystemDM : z4, (i2 & 256) != 0 ? loaded.isOnCooldown : z5, (i2 & 512) != 0 ? loaded.maxFileSizeMB : i, (i2 & 1024) != 0 ? loaded.shouldShowFollow : z6, (i2 & 2048) != 0 ? loaded.pendingReplyState : pendingReplyState, (i2 & 4096) != 0 ? loaded.shouldBadgeChatInput : z7, (i2 & 8192) != 0 ? loaded.isBlocked : z8, (i2 & 16384) != 0 ? loaded.isInputShowing : z9, (i2 & 32768) != 0 ? loaded.isVerificationLevelTriggered : z10, (i2 & 65536) != 0 ? loaded.isEditing : z11, (i2 & 131072) != 0 ? loaded.isReplying : z12, (i2 & 262144) != 0 ? loaded.selectedThreadDraft : threadDraft, (i2 & 524288) != 0 ? loaded.shouldShowVerificationGate : z13, (i2 & 1048576) != 0 ? loaded.joinRequestStatus : applicationStatus, (i2 & 2097152) != 0 ? loaded.threadDraftState : threadDraftState, (i2 & 4194304) != 0 ? loaded.showCreateThreadOption : z14); } public final Channel component1() { @@ -1365,7 +1365,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser component3() { - return this.f2217me; + return this.f2218me; } public final StoreChat.EditingMessage component4() { @@ -1408,7 +1408,7 @@ public final class ChatInputViewModel extends AppViewModel { return false; } Loaded loaded = (Loaded) obj; - return m.areEqual(this.channel, loaded.channel) && this.channelId == loaded.channelId && m.areEqual(this.f2217me, loaded.f2217me) && m.areEqual(this.editingMessage, loaded.editingMessage) && this.ableToSendMessage == loaded.ableToSendMessage && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isSystemDM == loaded.isSystemDM && this.isOnCooldown == loaded.isOnCooldown && this.maxFileSizeMB == loaded.maxFileSizeMB && this.shouldShowFollow == loaded.shouldShowFollow && m.areEqual(this.pendingReplyState, loaded.pendingReplyState) && this.shouldBadgeChatInput == loaded.shouldBadgeChatInput && this.isBlocked == loaded.isBlocked && this.isInputShowing == loaded.isInputShowing && this.isVerificationLevelTriggered == loaded.isVerificationLevelTriggered && this.isEditing == loaded.isEditing && this.isReplying == loaded.isReplying && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && this.shouldShowVerificationGate == loaded.shouldShowVerificationGate && m.areEqual(this.joinRequestStatus, loaded.joinRequestStatus) && m.areEqual(this.threadDraftState, loaded.threadDraftState) && this.showCreateThreadOption == loaded.showCreateThreadOption; + return m.areEqual(this.channel, loaded.channel) && this.channelId == loaded.channelId && m.areEqual(this.f2218me, loaded.f2218me) && m.areEqual(this.editingMessage, loaded.editingMessage) && this.ableToSendMessage == loaded.ableToSendMessage && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isSystemDM == loaded.isSystemDM && this.isOnCooldown == loaded.isOnCooldown && this.maxFileSizeMB == loaded.maxFileSizeMB && this.shouldShowFollow == loaded.shouldShowFollow && m.areEqual(this.pendingReplyState, loaded.pendingReplyState) && this.shouldBadgeChatInput == loaded.shouldBadgeChatInput && this.isBlocked == loaded.isBlocked && this.isInputShowing == loaded.isInputShowing && this.isVerificationLevelTriggered == loaded.isVerificationLevelTriggered && this.isEditing == loaded.isEditing && this.isReplying == loaded.isReplying && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && this.shouldShowVerificationGate == loaded.shouldShowVerificationGate && m.areEqual(this.joinRequestStatus, loaded.joinRequestStatus) && m.areEqual(this.threadDraftState, loaded.threadDraftState) && this.showCreateThreadOption == loaded.showCreateThreadOption; } public final boolean getAbleToSendMessage() { @@ -1436,7 +1436,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2217me; + return this.f2218me; } public final PendingReplyState getPendingReplyState() { @@ -1475,7 +1475,7 @@ public final class ChatInputViewModel extends AppViewModel { Channel channel = this.channel; int i = 0; int a = (b.a(this.channelId) + ((channel != null ? channel.hashCode() : 0) * 31)) * 31; - MeUser meUser = this.f2217me; + MeUser meUser = this.f2218me; int hashCode = (a + (meUser != null ? meUser.hashCode() : 0)) * 31; StoreChat.EditingMessage editingMessage = this.editingMessage; int hashCode2 = (hashCode + (editingMessage != null ? editingMessage.hashCode() : 0)) * 31; @@ -1634,7 +1634,7 @@ public final class ChatInputViewModel extends AppViewModel { P.append(", channelId="); P.append(this.channelId); P.append(", me="); - P.append(this.f2217me); + P.append(this.f2218me); P.append(", editingMessage="); P.append(this.editingMessage); P.append(", ableToSendMessage="); diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java index 2e9814acdc..2338b0b56a 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java @@ -50,9 +50,9 @@ public final class WidgetChatInputAttachments$createPreviewAdapter$1 extends o i public void registerSelectionCoordinatorInternal(SelectionCoordinator selectionCoordinator) { m.checkNotNullParameter(selectionCoordinator, "selectionCoordinator"); super.registerSelectionCoordinatorInternal(selectionCoordinator); - WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 = new WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1(this, selectionCoordinator.f2480c); + WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 = new WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1(this, selectionCoordinator.f2481c); m.checkNotNullParameter(widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1, ""); - selectionCoordinator.f2480c = widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1; + selectionCoordinator.f2481c = widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1; } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteModelUtils.java b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteModelUtils.java index a694d22a7d..c68366890b 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteModelUtils.java +++ b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteModelUtils.java @@ -107,8 +107,10 @@ public final class AutocompleteModelUtils { return w.contains$default((CharSequence) lowerCase, (CharSequence) lowerCase2, false, 2, (Object) null); } + /* JADX DEBUG: Failed to insert an additional move for type inference into block B:138:0x01b3 */ public final Map> filterAutocompletablesForInputContext(InputSelectionModel inputSelectionModel) { List list; + List list2; m.checkNotNullParameter(inputSelectionModel, "model"); List flatten = o.flatten(inputSelectionModel.getInputModel().getAutocompletables().values()); if (inputSelectionModel instanceof InputSelectionModel.MessageInputSelectionModel) { @@ -128,6 +130,7 @@ public final class AutocompleteModelUtils { ApplicationCommandOption selectedCommandOption = ((InputSelectionModel.CommandInputSelectionModel) inputSelectionModel).getSelectedCommandOption(); if (selectedCommandOption != null) { List choices = selectedCommandOption.getChoices(); + boolean z2 = true; if (choices == null || !(!choices.isEmpty())) { switch (selectedCommandOption.getType().ordinal()) { case 4: @@ -142,82 +145,98 @@ public final class AutocompleteModelUtils { } break; case 6: - list = new ArrayList(); + List arrayList = new ArrayList(); for (Object obj4 : flatten) { if (obj4 instanceof ChannelAutocompletable) { - list.add(obj4); + arrayList.add(obj4); } } - break; + List channelTypes = selectedCommandOption.getChannelTypes(); + if (channelTypes != null && !channelTypes.isEmpty()) { + z2 = false; + } + if (z2) { + list = arrayList; + break; + } else { + list2 = new ArrayList(); + for (Object obj5 : arrayList) { + if (selectedCommandOption.getChannelTypes().contains(Integer.valueOf(((ChannelAutocompletable) obj5).getChannel().A()))) { + list2.add(obj5); + } + } + list = list2; + break; + } case 7: list = new ArrayList(); - for (Object obj5 : flatten) { - if (obj5 instanceof RoleAutocompletable) { - list.add(obj5); + for (Object obj6 : flatten) { + if (obj6 instanceof RoleAutocompletable) { + list.add(obj6); } } break; case 8: list = new ArrayList(); - for (Object obj6 : flatten) { - Autocompletable autocompletable = (Autocompletable) obj6; + for (Object obj7 : flatten) { + Autocompletable autocompletable = (Autocompletable) obj7; if ((autocompletable instanceof UserAutocompletable) || (autocompletable instanceof RoleAutocompletable)) { - list.add(obj6); + list.add(obj7); } } break; default: List plus = u.plus((Collection) ApplicationCommandsAutocompletableSource.Companion.createFromCommandOption(selectedCommandOption), (Iterable) flatten); - List arrayList = new ArrayList(); - for (Object obj7 : plus) { - Autocompletable autocompletable2 = (Autocompletable) obj7; + list2 = new ArrayList(); + for (Object obj8 : plus) { + Autocompletable autocompletable2 = (Autocompletable) obj8; if (autocompletable2 instanceof ChannelAutocompletable ? AnimatableValueParser.l1(((ChannelAutocompletable) autocompletable2).getChannel()) : autocompletable2 instanceof UserAutocompletable ? ((UserAutocompletable) autocompletable2).getCanUserReadChannel() : !(autocompletable2 instanceof ApplicationCommandAutocompletable)) { - arrayList.add(obj7); + list2.add(obj8); } } - list = arrayList; + list = list2; break; } LinkedHashMap linkedHashMap2 = new LinkedHashMap(); - for (Object obj8 : list) { - LeadingIdentifier leadingIdentifier2 = ((Autocompletable) obj8).leadingIdentifier(); - Object obj9 = linkedHashMap2.get(leadingIdentifier2); - if (obj9 == null) { - obj9 = new ArrayList(); - linkedHashMap2.put(leadingIdentifier2, obj9); + for (Object obj9 : list) { + LeadingIdentifier leadingIdentifier2 = ((Autocompletable) obj9).leadingIdentifier(); + Object obj10 = linkedHashMap2.get(leadingIdentifier2); + if (obj10 == null) { + obj10 = new ArrayList(); + linkedHashMap2.put(leadingIdentifier2, obj10); } - ((List) obj9).add(obj8); + ((List) obj10).add(obj9); } return linkedHashMap2; } List createFromCommandOption = ApplicationCommandsAutocompletableSource.Companion.createFromCommandOption(selectedCommandOption); LinkedHashMap linkedHashMap3 = new LinkedHashMap(); - for (Object obj10 : createFromCommandOption) { - LeadingIdentifier leadingIdentifier3 = ((Autocompletable) obj10).leadingIdentifier(); - Object obj11 = linkedHashMap3.get(leadingIdentifier3); - if (obj11 == null) { - obj11 = new ArrayList(); - linkedHashMap3.put(leadingIdentifier3, obj11); + for (Object obj11 : createFromCommandOption) { + LeadingIdentifier leadingIdentifier3 = ((Autocompletable) obj11).leadingIdentifier(); + Object obj12 = linkedHashMap3.get(leadingIdentifier3); + if (obj12 == null) { + obj12 = new ArrayList(); + linkedHashMap3.put(leadingIdentifier3, obj12); } - ((List) obj11).add(obj10); + ((List) obj12).add(obj11); } return linkedHashMap3; } ArrayList arrayList2 = new ArrayList(); - for (Object obj12 : flatten) { - if (!(((Autocompletable) obj12) instanceof ApplicationCommandAutocompletable)) { - arrayList2.add(obj12); + for (Object obj13 : flatten) { + if (!(((Autocompletable) obj13) instanceof ApplicationCommandAutocompletable)) { + arrayList2.add(obj13); } } LinkedHashMap linkedHashMap4 = new LinkedHashMap(); - for (Object obj13 : arrayList2) { - LeadingIdentifier leadingIdentifier4 = ((Autocompletable) obj13).leadingIdentifier(); - Object obj14 = linkedHashMap4.get(leadingIdentifier4); - if (obj14 == null) { - obj14 = new ArrayList(); - linkedHashMap4.put(leadingIdentifier4, obj14); + for (Object obj14 : arrayList2) { + LeadingIdentifier leadingIdentifier4 = ((Autocompletable) obj14).leadingIdentifier(); + Object obj15 = linkedHashMap4.get(leadingIdentifier4); + if (obj15 == null) { + obj15 = new ArrayList(); + linkedHashMap4.put(leadingIdentifier4, obj15); } - ((List) obj14).add(obj13); + ((List) obj15).add(obj14); } return linkedHashMap4; } else { diff --git a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteViewModel.java b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteViewModel.java index 426cdda028..0607510e37 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteViewModel.java @@ -1014,9 +1014,9 @@ public final class AutocompleteViewModel extends AppViewModel { private final InputEditTextAction replacementSpanCommandParamDeletion(CharSequence charSequence) { String obj = charSequence.toString(); SpannedString valueOf = SpannedString.valueOf(charSequence); - m.checkExpressionValueIsNotNull(valueOf, "SpannedString.valueOf(this)"); + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); Object[] spans = valueOf.getSpans(0, charSequence.length(), ReplacementSpan.class); - m.checkExpressionValueIsNotNull(spans, "getSpans(start, end, T::class.java)"); + m.checkNotNullExpressionValue(spans, "getSpans(start, end, T::class.java)"); ReplacementSpan[] replacementSpanArr = (ReplacementSpan[]) spans; for (ReplacementSpan replacementSpan : replacementSpanArr) { IntRange intRange = new IntRange(valueOf.getSpanStart(replacementSpan), valueOf.getSpanEnd(replacementSpan)); @@ -1290,7 +1290,7 @@ public final class AutocompleteViewModel extends AppViewModel { } InputState inputState = this.inputState; SpannableString valueOf = SpannableString.valueOf(charSequence.toString()); - m.checkExpressionValueIsNotNull(valueOf, "SpannableString.valueOf(this)"); + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); return onDataUpdated(InputState.copy$default(inputState, valueOf, null, null, null, null, 30, null), this.storeState); } diff --git a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/commands/AutocompleteCommandUtils.java b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/commands/AutocompleteCommandUtils.java index ecb1db1da4..5255b7fc2c 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/commands/AutocompleteCommandUtils.java +++ b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/commands/AutocompleteCommandUtils.java @@ -442,19 +442,22 @@ public final class AutocompleteCommandUtils { } /* JADX INFO: Can't fix incorrect switch cases order, some code will duplicate */ - /* JADX WARNING: Code restructure failed: missing block: B:28:0x008a, code lost: - if ((r2 instanceof com.discord.widgets.chat.input.models.SnowflakeOptionValue) == false) goto L_0x00c5; + /* JADX WARNING: Code restructure failed: missing block: B:28:0x008b, code lost: + if ((r2 instanceof com.discord.widgets.chat.input.models.SnowflakeOptionValue) == false) goto L_0x00f1; */ - /* JADX WARNING: Code restructure failed: missing block: B:32:0x0093, code lost: - if ((r2 instanceof com.discord.widgets.chat.input.models.SnowflakeOptionValue) == false) goto L_0x00c5; + /* JADX WARNING: Code restructure failed: missing block: B:32:0x0094, code lost: + if ((r2 instanceof com.discord.widgets.chat.input.models.SnowflakeOptionValue) == false) goto L_0x00f1; */ - /* JADX WARNING: Code restructure failed: missing block: B:36:0x009c, code lost: - if ((r2 instanceof com.discord.widgets.chat.input.models.SnowflakeOptionValue) == false) goto L_0x00c5; + /* JADX WARNING: Code restructure failed: missing block: B:43:0x00c4, code lost: + if (r1.getChannelTypes().contains(java.lang.Integer.valueOf(((com.discord.widgets.chat.input.models.ChannelOptionValue) r2).getChannel().A())) == false) goto L_0x00c6; */ - /* JADX WARNING: Code restructure failed: missing block: B:40:0x00a5, code lost: - if ((r2 instanceof com.discord.widgets.chat.input.models.SnowflakeOptionValue) == false) goto L_0x00c5; + /* JADX WARNING: Code restructure failed: missing block: B:45:0x00c8, code lost: + if ((r2 instanceof com.discord.widgets.chat.input.models.SnowflakeOptionValue) != false) goto L_0x007e; */ - /* JADX WARNING: Code restructure failed: missing block: B:47:0x00c2, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:49:0x00d1, code lost: + if ((r2 instanceof com.discord.widgets.chat.input.models.SnowflakeOptionValue) == false) goto L_0x00f1; + */ + /* JADX WARNING: Code restructure failed: missing block: B:56:0x00ee, code lost: if ((!d0.g0.t.isBlank(r2.getValue().toString())) != false) goto L_0x007e; */ public final Map getInputValidity(ApplicationCommand applicationCommand, Map map) { @@ -488,8 +491,11 @@ public final class AutocompleteCommandUtils { } break; case 6: - if (!(commandOptionValue instanceof ChannelOptionValue)) { - break; + if (commandOptionValue instanceof ChannelOptionValue) { + List channelTypes = applicationCommandOption.getChannelTypes(); + if (!(channelTypes == null || channelTypes.isEmpty())) { + break; + } } break; case 7: diff --git a/app/src/main/java/com/discord/widgets/chat/input/expression/WidgetExpressionTray.java b/app/src/main/java/com/discord/widgets/chat/input/expression/WidgetExpressionTray.java index 3c5b433d6e..5fdab097bc 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/expression/WidgetExpressionTray.java +++ b/app/src/main/java/com/discord/widgets/chat/input/expression/WidgetExpressionTray.java @@ -217,7 +217,9 @@ public final class WidgetExpressionTray extends AppFragment implements c { bundle.putSerializable(WidgetGifCategory.ARG_GIF_CATEGORY_ITEM, ((ExpressionDetailPage.GifCategoryPage) expressionDetailPage).getGifCategoryItem()); widgetGifCategory.setArguments(bundle); widgetGifCategory.setOnGifSelected(new WidgetExpressionTray$configureDetailPage$gifCategoryFragment$1$2(this)); - getChildFragmentManager().beginTransaction().replace(R.id.expression_tray_detail_page, widgetGifCategory, WidgetGifCategory.class.getSimpleName()).commit(); + String simpleName = WidgetGifCategory.class.getSimpleName(); + m.checkNotNullExpressionValue(simpleName, "gifCategoryFragment.javaClass.simpleName"); + setupTabFragment(R.id.expression_tray_detail_page, widgetGifCategory, simpleName); } else if (expressionDetailPage == null && (findFragmentById = getChildFragmentManager().findFragmentById(R.id.expression_tray_detail_page)) != null) { getChildFragmentManager().beginTransaction().remove(findFragmentById).commit(); } @@ -412,7 +414,9 @@ public final class WidgetExpressionTray extends AppFragment implements c { bundle.putSerializable("MODE", EmojiPickerMode.INLINE); bundle.putSerializable(EmojiPickerNavigator.ARG_EMOJI_PICKER_CONTEXT_TYPE, EmojiPickerContextType.CHAT); widgetEmojiPicker.setArguments(bundle); - getChildFragmentManager().beginTransaction().replace(R.id.expression_tray_emoji_picker_content, widgetEmojiPicker, WidgetEmojiPicker.class.getSimpleName()).commit(); + String simpleName = WidgetEmojiPicker.class.getSimpleName(); + m.checkNotNullExpressionValue(simpleName, "emojiPickerFragment.javaClass.simpleName"); + setupTabFragment(R.id.expression_tray_emoji_picker_content, widgetEmojiPicker, simpleName); this.emojiPickerFragment = widgetEmojiPicker; } } @@ -422,7 +426,9 @@ public final class WidgetExpressionTray extends AppFragment implements c { this.gifPickerInitialized = true; WidgetGifPicker widgetGifPicker = new WidgetGifPicker(); widgetGifPicker.setOnSelectGifCategory(new WidgetExpressionTray$setUpGifPicker$1(getExpressionTrayViewModel())); - getChildFragmentManager().beginTransaction().replace(R.id.expression_tray_gif_picker_content, widgetGifPicker, WidgetGifPicker.class.getSimpleName()).commit(); + String simpleName = WidgetGifPicker.class.getSimpleName(); + m.checkNotNullExpressionValue(simpleName, "gifPickerFragment.javaClass.simpleName"); + setupTabFragment(R.id.expression_tray_gif_picker_content, widgetGifPicker, simpleName); this.gifPickerFragment = widgetGifPicker; } } @@ -438,7 +444,9 @@ public final class WidgetExpressionTray extends AppFragment implements c { Bundle bundle = new Bundle(); bundle.putSerializable("MODE", StickerPickerMode.INLINE); widgetStickerPicker.setArguments(bundle); - getChildFragmentManager().beginTransaction().replace(R.id.expression_tray_sticker_picker_content, widgetStickerPicker, WidgetStickerPicker.class.getSimpleName()).commit(); + String simpleName = WidgetStickerPicker.class.getSimpleName(); + m.checkNotNullExpressionValue(simpleName, "stickerPickerFragment.javaClass.simpleName"); + setupTabFragment(R.id.expression_tray_sticker_picker_content, widgetStickerPicker, simpleName); this.stickerPickerFragment = widgetStickerPicker; } } @@ -468,6 +476,12 @@ public final class WidgetExpressionTray extends AppFragment implements c { ViewExtensions.setForwardingWindowInsetsListener(frameLayout); } + private final void setupTabFragment(int i, AppFragment appFragment, String str) { + if (!isStateSaved()) { + getChildFragmentManager().beginTransaction().replace(i, appFragment, str).commit(); + } + } + private final void showStickersSearchBar(boolean z2) { getExpressionTrayViewModel().showStickersSearchBar(z2); } diff --git a/app/src/main/java/com/discord/widgets/chat/input/models/ChannelOptionValue.java b/app/src/main/java/com/discord/widgets/chat/input/models/ChannelOptionValue.java index e12d040c52..b28c2ad959 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/models/ChannelOptionValue.java +++ b/app/src/main/java/com/discord/widgets/chat/input/models/ChannelOptionValue.java @@ -4,9 +4,16 @@ import com.discord.api.channel.Channel; import d0.z.d.m; /* compiled from: CommandOptionValue.kt */ public final class ChannelOptionValue extends CommandOptionValue { + private final Channel channel; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public ChannelOptionValue(Channel channel) { super(String.valueOf(channel.h()), null); m.checkNotNullParameter(channel, "channel"); + this.channel = channel; + } + + public final Channel getChannel() { + return this.channel; } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java index b51e5187d8..d2009998a5 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java @@ -191,7 +191,7 @@ public final class WidgetStickerPackStoreSheet extends AppBottomSheet { RelativeLayout relativeLayout = getBinding().b; m.checkNotNullExpressionValue(relativeLayout, "binding.stickerPackStoreSheetContainer"); relativeLayout.setPadding(relativeLayout.getPaddingLeft(), relativeLayout.getPaddingTop(), relativeLayout.getPaddingRight(), getAdditionalBottomPaddingPx()); - RecyclerView recyclerView = getBinding().f2047c; + RecyclerView recyclerView = getBinding().f2048c; m.checkNotNullExpressionValue(recyclerView, "binding.stickerPackStoreSheetRecycler"); this.adapter = new WidgetStickerAdapter(recyclerView, new WidgetStickerPackStoreSheet$onViewCreated$1(this), new WidgetStickerPackStoreSheet$onViewCreated$2(this), null, this, true, 8, null); getViewModel().fetchStickersData(); diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$scrollToTop$$inlined$doOnLayout$1.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$scrollToTop$$inlined$doOnLayout$1.java index b1e689cc28..849d97c9e3 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$scrollToTop$$inlined$doOnLayout$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$scrollToTop$$inlined$doOnLayout$1.java @@ -12,7 +12,7 @@ public final class WidgetStickerPicker$scrollToTop$$inlined$doOnLayout$1 impleme @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); WidgetStickerPicker.access$getBinding$p(this.this$0).k.scrollToPosition(0); } diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1$lambda$1.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1$lambda$1.java index 48e1fc01a2..d1d9a6592e 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1$lambda$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1$lambda$1.java @@ -12,7 +12,7 @@ public final class WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$do @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1 widgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1 = this.this$0; widgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1.this$0.scrollToPack(Long.valueOf(widgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1.$packId$inlined)); diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1.java index f74c11bca4..d8d0b4b484 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$1.java @@ -18,7 +18,7 @@ public final class WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$do @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); WidgetStickerPicker.access$getViewModel$p(this.this$0).setSearchText(this.$searchText$inlined); WidgetStickerPicker.access$getViewModel$p(this.this$0).setSelectedCategoryId(this.$packId$inlined); diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$lambda$1.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$lambda$1.java index ccab8dbcf0..19c67e970b 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$lambda$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$lambda$1.java @@ -16,7 +16,7 @@ public final class WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$do @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); this.this$0.scrollToPack(Long.valueOf(this.$packId$inlined)); } diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java index cf742bb5a1..44c7f55c48 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java @@ -234,7 +234,7 @@ public final class WidgetStickerPicker extends AppFragment implements c { TextView textView2 = getBinding().i; m.checkNotNullExpressionValue(textView2, "binding.chatInputStickerPickerEmptySubtitle"); textView2.setText(getString(R.string.no_sticker_search_results)); - LinkifiedTextView linkifiedTextView = getBinding().f2048c; + LinkifiedTextView linkifiedTextView = getBinding().f2049c; m.checkNotNullExpressionValue(linkifiedTextView, "binding.chatInputStickerPickerEmptyLink"); linkifiedTextView.setVisibility(8); showCategoryBottomBar(true); @@ -595,7 +595,7 @@ public final class WidgetStickerPicker extends AppFragment implements c { setWindowInsetsListeners(); } initializeSearchBar(); - Toolbar toolbar = getBinding().f2049s; + Toolbar toolbar = getBinding().f2050s; m.checkNotNullExpressionValue(toolbar, "binding.stickerToolbar"); ViewGroup.LayoutParams layoutParams = toolbar.getLayoutParams(); Objects.requireNonNull(layoutParams, "null cannot be cast to non-null type com.google.android.material.appbar.AppBarLayout.LayoutParams"); diff --git a/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java b/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java index f6d03300b2..a017101678 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java +++ b/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java @@ -104,7 +104,7 @@ public final class WidgetChatListActions extends AppBottomSheet { private final ManageMessageContext manageMessageContext; /* renamed from: me reason: collision with root package name */ - private final MeUser f2218me; + private final MeUser f2219me; private final Message message; private final String messageAuthorName; private final CharSequence messageContent; @@ -175,11 +175,11 @@ public final class WidgetChatListActions extends AppBottomSheet { this.recentEmojis = list; this.channel = channel; this.permissions = l; - this.f2218me = meUser; + this.f2219me = meUser; } public static /* synthetic */ Model copy$default(Model model, Message message, Guild guild, String str, CharSequence charSequence, ManageMessageContext manageMessageContext, int i, boolean z2, List list, Channel channel, Long l, MeUser meUser, int i2, Object obj) { - return model.copy((i2 & 1) != 0 ? model.message : message, (i2 & 2) != 0 ? model.guild : guild, (i2 & 4) != 0 ? model.messageAuthorName : str, (i2 & 8) != 0 ? model.messageContent : charSequence, (i2 & 16) != 0 ? model.manageMessageContext : manageMessageContext, (i2 & 32) != 0 ? model.type : i, (i2 & 64) != 0 ? model.isDeveloper : z2, (i2 & 128) != 0 ? model.recentEmojis : list, (i2 & 256) != 0 ? model.channel : channel, (i2 & 512) != 0 ? model.permissions : l, (i2 & 1024) != 0 ? model.f2218me : meUser); + return model.copy((i2 & 1) != 0 ? model.message : message, (i2 & 2) != 0 ? model.guild : guild, (i2 & 4) != 0 ? model.messageAuthorName : str, (i2 & 8) != 0 ? model.messageContent : charSequence, (i2 & 16) != 0 ? model.manageMessageContext : manageMessageContext, (i2 & 32) != 0 ? model.type : i, (i2 & 64) != 0 ? model.isDeveloper : z2, (i2 & 128) != 0 ? model.recentEmojis : list, (i2 & 256) != 0 ? model.channel : channel, (i2 & 512) != 0 ? model.permissions : l, (i2 & 1024) != 0 ? model.f2219me : meUser); } public final Message component1() { @@ -191,7 +191,7 @@ public final class WidgetChatListActions extends AppBottomSheet { } public final MeUser component11() { - return this.f2218me; + return this.f2219me; } public final Guild component2() { @@ -243,7 +243,7 @@ public final class WidgetChatListActions extends AppBottomSheet { return false; } Model model = (Model) obj; - return m.areEqual(this.message, model.message) && m.areEqual(this.guild, model.guild) && m.areEqual(this.messageAuthorName, model.messageAuthorName) && m.areEqual(this.messageContent, model.messageContent) && m.areEqual(this.manageMessageContext, model.manageMessageContext) && this.type == model.type && this.isDeveloper == model.isDeveloper && m.areEqual(this.recentEmojis, model.recentEmojis) && m.areEqual(this.channel, model.channel) && m.areEqual(this.permissions, model.permissions) && m.areEqual(this.f2218me, model.f2218me); + return m.areEqual(this.message, model.message) && m.areEqual(this.guild, model.guild) && m.areEqual(this.messageAuthorName, model.messageAuthorName) && m.areEqual(this.messageContent, model.messageContent) && m.areEqual(this.manageMessageContext, model.manageMessageContext) && this.type == model.type && this.isDeveloper == model.isDeveloper && m.areEqual(this.recentEmojis, model.recentEmojis) && m.areEqual(this.channel, model.channel) && m.areEqual(this.permissions, model.permissions) && m.areEqual(this.f2219me, model.f2219me); } public final Channel getChannel() { @@ -259,7 +259,7 @@ public final class WidgetChatListActions extends AppBottomSheet { } public final MeUser getMe() { - return this.f2218me; + return this.f2219me; } public final Message getMessage() { @@ -312,7 +312,7 @@ public final class WidgetChatListActions extends AppBottomSheet { int hashCode7 = (hashCode6 + (channel != null ? channel.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode8 = (hashCode7 + (l != null ? l.hashCode() : 0)) * 31; - MeUser meUser = this.f2218me; + MeUser meUser = this.f2219me; if (meUser != null) { i = meUser.hashCode(); } @@ -345,7 +345,7 @@ public final class WidgetChatListActions extends AppBottomSheet { P.append(", permissions="); P.append(this.permissions); P.append(", me="); - P.append(this.f2218me); + P.append(this.f2219me); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java index 9e5fee6018..d12ce6f330 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java @@ -851,7 +851,7 @@ public final class WidgetChatListAdapterItemEmbed extends WidgetChatListItem imp boolean shouldRenderMedia = shouldRenderMedia(); Integer num2 = previewImage.b; boolean z2 = true; - boolean z3 = num2 != null && d0.a0.a.getSign(num2.intValue()) == 1 && (num = previewImage.f2091c) != null && d0.a0.a.getSign(num.intValue()) == 1; + boolean z3 = num2 != null && d0.a0.a.getSign(num2.intValue()) == 1 && (num = previewImage.f2092c) != null && d0.a0.a.getSign(num.intValue()) == 1; if (!shouldRenderMedia || !z3) { CardView cardView2 = this.binding.f1776s; m.checkNotNullExpressionValue(cardView2, "binding.embedImageContainer"); @@ -863,7 +863,7 @@ public final class WidgetChatListAdapterItemEmbed extends WidgetChatListItem imp int i3 = i2 / 2; Integer num3 = previewImage.b; int intValue = num3 != null ? num3.intValue() : 0; - Integer num4 = previewImage.f2091c; + Integer num4 = previewImage.f2092c; configureEmbedImage(simpleDraweeView, i2, intValue, num4 != null ? num4.intValue() : 0, previewImage.a, i3); CardView cardView3 = this.binding.f1776s; m.checkNotNullExpressionValue(cardView3, "binding.embedImageContainer"); @@ -1042,14 +1042,14 @@ public final class WidgetChatListAdapterItemEmbed extends WidgetChatListItem imp if (renderableEmbedMedia != null) { Integer num = renderableEmbedMedia.b; if ((num != null ? num.intValue() : 0) <= 0) { - Integer num2 = renderableEmbedMedia.f2091c; + Integer num2 = renderableEmbedMedia.f2092c; if ((num2 != null ? num2.intValue() : 0) <= 0) { z3 = false; if (!z3) { EmbedResourceUtils embedResourceUtils = EmbedResourceUtils.INSTANCE; Integer num3 = renderableEmbedMedia.b; int intValue = num3 != null ? num3.intValue() : 0; - Integer num4 = renderableEmbedMedia.f2091c; + Integer num4 = renderableEmbedMedia.f2092c; int intValue2 = num4 != null ? num4.intValue() : 0; int i = this.maxEmbedImageWidth; int i2 = MAX_IMAGE_VIEW_HEIGHT_PX; diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEphemeralMessage$onConfigure$2.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEphemeralMessage$onConfigure$2.java index 23ac1024b1..d6f76ee300 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEphemeralMessage$onConfigure$2.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEphemeralMessage$onConfigure$2.java @@ -70,7 +70,7 @@ public final class WidgetChatListAdapterItemEphemeralMessage$onConfigure$2 exten AnonymousClass1 r1 = new AnonymousClass1(this); Objects.requireNonNull(hook); m.checkNotNullParameter(r1, "onClick"); - hook.f2093c = new Hook.a(valueOf, r1); + hook.f2094c = new Hook.a(valueOf, r1); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1.java index 2fbe647e2b..047eb87767 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1.java @@ -1,6 +1,7 @@ package com.discord.widgets.chat.list.adapter; import com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemGuildScheduledEventInvite; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsBottomSheet; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -19,6 +20,6 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureU @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - this.this$0.getGuildScheduledEventStore().toggleRsvpGuildScheduledEvent(this.$model.getGuildScheduledEvent()); + WidgetGuildScheduledEventDetailsBottomSheet.Companion.show(WidgetChatListAdapterItemGuildScheduledEventInvite.access$getAdapter$p(this.this$0).getFragmentManager(), this.$model.getGuildScheduledEvent().g()); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2.java index 9838b421f8..389d75c8bc 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2.java @@ -1,61 +1,14 @@ package com.discord.widgets.chat.list.adapter; -import com.discord.models.domain.ModelInvite; import com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemGuildScheduledEventInvite; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsBottomSheet; -import d0.l; -import d0.w.h.c; -import d0.w.i.a.e; -import d0.w.i.a.k; -import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; -import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function0; -import kotlin.jvm.functions.Function2; -import kotlinx.coroutines.Job; /* compiled from: WidgetChatListAdapterItemGuildScheduledEventInvite.kt */ public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2 extends o implements Function0 { public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite.Model $model; public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite this$0; - /* compiled from: WidgetChatListAdapterItemGuildScheduledEventInvite.kt */ - @e(c = "com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2$1", f = "WidgetChatListAdapterItemGuildScheduledEventInvite.kt", l = {}, m = "invokeSuspend") - /* renamed from: com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2$1 reason: invalid class name */ - public static final class AnonymousClass1 extends k implements Function2, Object> { - public int label; - public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2 this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public AnonymousClass1(WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2 widgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2, Continuation continuation) { - super(2, continuation); - this.this$0 = widgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2; - } - - @Override // d0.w.i.a.a - public final Continuation create(Object obj, Continuation continuation) { - m.checkNotNullParameter(continuation, "completion"); - return new AnonymousClass1(this.this$0, continuation); - } - - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ - @Override // kotlin.jvm.functions.Function2 - public final Object invoke(ModelInvite modelInvite, Continuation continuation) { - return ((AnonymousClass1) create(modelInvite, continuation)).invokeSuspend(Unit.a); - } - - @Override // d0.w.i.a.a - public final Object invokeSuspend(Object obj) { - c.getCOROUTINE_SUSPENDED(); - if (this.label == 0) { - l.throwOnFailure(obj); - WidgetGuildScheduledEventDetailsBottomSheet.Companion.enqueue(this.this$0.$model.getGuildScheduledEvent().g()); - return Unit.a; - } - throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); - } - } - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2(WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite, WidgetChatListAdapterItemGuildScheduledEventInvite.Model model) { super(0); @@ -66,10 +19,6 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureU @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - Job access$getInviteJoinJob$p = WidgetChatListAdapterItemGuildScheduledEventInvite.access$getInviteJoinJob$p(this.this$0); - if (access$getInviteJoinJob$p == null || !access$getInviteJoinJob$p.a()) { - WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite = this.this$0; - WidgetChatListAdapterItemGuildScheduledEventInvite.access$setInviteJoinJob$p(widgetChatListAdapterItemGuildScheduledEventInvite, WidgetChatListAdapterItemInviteBase.joinServerOrDM$default(widgetChatListAdapterItemGuildScheduledEventInvite, widgetChatListAdapterItemGuildScheduledEventInvite.getClass(), this.$model.getInvite(), null, new AnonymousClass1(this, null), 4, null)); - } + this.this$0.getGuildScheduledEventStore().toggleRsvpGuildScheduledEvent(this.$model.getGuildScheduledEvent()); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3.java index f890323d12..e8874b3a6d 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3.java @@ -1,18 +1,61 @@ package com.discord.widgets.chat.list.adapter; -import androidx.fragment.app.ViewKt; import com.discord.models.domain.ModelInvite; -import com.discord.utilities.channel.ChannelInviteLaunchUtils; -import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilities; import com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemGuildScheduledEventInvite; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsBottomSheet; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; +import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function2; +import kotlinx.coroutines.Job; /* compiled from: WidgetChatListAdapterItemGuildScheduledEventInvite.kt */ public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3 extends o implements Function0 { public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite.Model $model; public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite this$0; + /* compiled from: WidgetChatListAdapterItemGuildScheduledEventInvite.kt */ + @e(c = "com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3$1", f = "WidgetChatListAdapterItemGuildScheduledEventInvite.kt", l = {}, m = "invokeSuspend") + /* renamed from: com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3$1 reason: invalid class name */ + public static final class AnonymousClass1 extends k implements Function2, Object> { + public int label; + public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3 widgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3, Continuation continuation) { + super(2, continuation); + this.this$0 = widgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3; + } + + @Override // d0.w.i.a.a + public final Continuation create(Object obj, Continuation continuation) { + m.checkNotNullParameter(continuation, "completion"); + return new AnonymousClass1(this.this$0, continuation); + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public final Object invoke(ModelInvite modelInvite, Continuation continuation) { + return ((AnonymousClass1) create(modelInvite, continuation)).invokeSuspend(Unit.a); + } + + @Override // d0.w.i.a.a + public final Object invokeSuspend(Object obj) { + c.getCOROUTINE_SUSPENDED(); + if (this.label == 0) { + l.throwOnFailure(obj); + WidgetGuildScheduledEventDetailsBottomSheet.Companion.enqueue(this.this$0.$model.getGuildScheduledEvent().g()); + return Unit.a; + } + throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); + } + } + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3(WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite, WidgetChatListAdapterItemGuildScheduledEventInvite.Model model) { super(0); @@ -23,6 +66,10 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureU @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - ChannelInviteLaunchUtils.INSTANCE.inviteToChannel(ViewKt.findFragment(WidgetChatListAdapterItemGuildScheduledEventInvite.access$getAdapter$p(this.this$0).getRecycler()), this.$model.getChannel(), GuildScheduledEventUtilities.ANALYTICS_SOURCE, Long.valueOf(this.$model.getGuildScheduledEvent().g()), !this.$model.isInGuild() ? ModelInvite.getInviteStoreKey(this.$model.getInvite().getCode(), Long.valueOf(this.$model.getGuildScheduledEvent().g())) : null); + Job access$getInviteJoinJob$p = WidgetChatListAdapterItemGuildScheduledEventInvite.access$getInviteJoinJob$p(this.this$0); + if (access$getInviteJoinJob$p == null || !access$getInviteJoinJob$p.a()) { + WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite = this.this$0; + WidgetChatListAdapterItemGuildScheduledEventInvite.access$setInviteJoinJob$p(widgetChatListAdapterItemGuildScheduledEventInvite, WidgetChatListAdapterItemInviteBase.joinServerOrDM$default(widgetChatListAdapterItemGuildScheduledEventInvite, widgetChatListAdapterItemGuildScheduledEventInvite.getClass(), this.$model.getInvite(), null, new AnonymousClass1(this, null), 4, null)); + } } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java new file mode 100644 index 0000000000..6e3c188c6e --- /dev/null +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java @@ -0,0 +1,28 @@ +package com.discord.widgets.chat.list.adapter; + +import androidx.fragment.app.ViewKt; +import com.discord.models.domain.ModelInvite; +import com.discord.utilities.channel.ChannelInviteLaunchUtils; +import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilities; +import com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemGuildScheduledEventInvite; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetChatListAdapterItemGuildScheduledEventInvite.kt */ +public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4 extends o implements Function0 { + public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite.Model $model; + public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4(WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite, WidgetChatListAdapterItemGuildScheduledEventInvite.Model model) { + super(0); + this.this$0 = widgetChatListAdapterItemGuildScheduledEventInvite; + this.$model = model; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + ChannelInviteLaunchUtils.INSTANCE.inviteToChannel(ViewKt.findFragment(WidgetChatListAdapterItemGuildScheduledEventInvite.access$getAdapter$p(this.this$0).getRecycler()), this.$model.getChannel(), GuildScheduledEventUtilities.ANALYTICS_SOURCE, Long.valueOf(this.$model.getGuildScheduledEvent().g()), !this.$model.isInGuild() ? ModelInvite.getInviteStoreKey(this.$model.getInvite().getCode(), Long.valueOf(this.$model.getGuildScheduledEvent().g())) : null); + } +} diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite.java index fdc107d4eb..3660f8c40a 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite.java @@ -271,7 +271,7 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi } private final void configureUI(Model model) { - this.binding.b.configureInChatList(model.getGuildScheduledEvent(), model.getChannel(), model.getGuild(), model.isInGuild(), model.isRsvped(), new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1(this, model), new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2(this, model), new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3(this, model)); + this.binding.b.configureInChatList(model.getGuildScheduledEvent(), model.getChannel(), model.getGuild(), model.isInGuild(), model.isRsvped(), model.isInGuild() ? new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1(this, model) : null, new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2(this, model), new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3(this, model), new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4(this, model)); } public final StoreGuildScheduledEvents getGuildScheduledEventStore() { diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemMessage.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemMessage.java index 7d370ce3ad..eb4fef80b0 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemMessage.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemMessage.java @@ -305,10 +305,8 @@ public final class WidgetChatListAdapterItemMessage extends WidgetChatListItem { CharSequence d = simpleDraweeSpanTextView2 != null ? b.d(simpleDraweeSpanTextView2, R.string.system_message_application_command_reply, new Object[]{interaction.b()}, new WidgetChatListAdapterItemMessage$configureReplyInteraction$content$1(this, interaction, message, c2)) : null; if (d != null) { SpannableString valueOf = SpannableString.valueOf(d); - m.checkExpressionValueIsNotNull(valueOf, "SpannableString.valueOf(this)"); - if (valueOf != null) { - configureReplyText(valueOf, 1.0f); - } + m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); + configureReplyText(valueOf, 1.0f); } } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/entries/ChatListEntry.java b/app/src/main/java/com/discord/widgets/chat/list/entries/ChatListEntry.java index fe44fbb08a..c22363e201 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/entries/ChatListEntry.java +++ b/app/src/main/java/com/discord/widgets/chat/list/entries/ChatListEntry.java @@ -1,6 +1,6 @@ package com.discord.widgets.chat.list.entries; -import c.a.d.m0.b; +import c.a.d.m0.a; import com.discord.api.application.Application; import com.discord.api.botuikit.Component; import com.discord.api.channel.Channel; @@ -209,7 +209,7 @@ public abstract class ChatListEntry implements MGRecyclerDataPayload { return n.emptyList(); } HashMap hashMap = new HashMap(); - for (MatchResult matchResult : b.r.findAll(content, 0)) { + for (MatchResult matchResult : a.r.findAll(content, 0)) { List groupValues = matchResult.getGroupValues(); if (!groupValues.isEmpty()) { String str = groupValues.get(groupValues.size() - 1); @@ -229,7 +229,7 @@ public abstract class ChatListEntry implements MGRecyclerDataPayload { if (content != null) { if (!(content.length() == 0)) { HashMap hashMap = new HashMap(); - for (MatchResult matchResult : b.q.findAll(content, 0)) { + for (MatchResult matchResult : a.q.findAll(content, 0)) { List groupValues = matchResult.getGroupValues(); if (!groupValues.isEmpty()) { String str = groupValues.get(groupValues.size() - 1); @@ -254,7 +254,7 @@ public abstract class ChatListEntry implements MGRecyclerDataPayload { return n.emptyList(); } HashMap hashMap = new HashMap(); - for (MatchResult matchResult : b.o.findAll(content, 0)) { + for (MatchResult matchResult : a.o.findAll(content, 0)) { List groupValues = matchResult.getGroupValues(); if (groupValues.size() == 3) { String str = groupValues.get(1); diff --git a/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java b/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java index c322ebf4c8..b5a27e2fe3 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java @@ -523,7 +523,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM private final Map guildRoles; /* renamed from: id reason: collision with root package name */ - private final long f2219id; + private final long f2220id; private final GuildMember interactionUser; private final User user; private final Map usernamesOrNicks; @@ -534,7 +534,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM m.checkNotNullParameter(applicationCommandData, "applicationCommandData"); m.checkNotNullParameter(map4, "usernamesOrNicks"); m.checkNotNullParameter(map5, "commandValues"); - this.f2219id = j; + this.f2220id = j; this.user = user; this.interactionUser = guildMember; this.application = application; @@ -581,7 +581,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM } public final long getId() { - return this.f2219id; + return this.f2220id; } public final GuildMember getInteractionUser() { diff --git a/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java b/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java index 2db9e55660..f8dd14bb34 100644 --- a/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java +++ b/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java @@ -27,19 +27,19 @@ public final class WidgetFriendsList$configureToolbar$1 implements Actio public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_friends_add_friend /* 2131364188 */: + case R.id.menu_friends_add_friend /* 2131364187 */: WidgetFriendsAdd.Companion companion = WidgetFriendsAdd.Companion; m.checkNotNullExpressionValue(context, "context"); WidgetFriendsAdd.Companion.show$default(companion, context, null, "Friends", 2, null); return; - case R.id.menu_friends_contact_sync /* 2131364189 */: + case R.id.menu_friends_contact_sync /* 2131364188 */: ContactSyncAnalytics.Companion.trackStart$default(ContactSyncAnalytics.Companion, false, g0.mapOf(o.to("location_page", "Friends List Icon")), 1, null); AnalyticsTracker.INSTANCE.openModal("Contact Sync", new Traits.Location("Friends List Icon", null, null, null, null, 30, null)); WidgetContactSync.Companion companion2 = WidgetContactSync.Companion; m.checkNotNullExpressionValue(context, "context"); WidgetContactSync.Companion.launch$default(companion2, context, null, false, false, false, 30, null); return; - case R.id.menu_friends_start_group /* 2131364190 */: + case R.id.menu_friends_start_group /* 2131364189 */: if (GroupInviteFriendsSheetFeatureFlag.Companion.getINSTANCE().isEnabled()) { GroupInviteFriendsSheet.Companion companion3 = GroupInviteFriendsSheet.Companion; FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java index aeac0d9ab0..42203d30f5 100644 --- a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java +++ b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java @@ -222,15 +222,15 @@ public final class WidgetGuildFolderSettings extends AppFragment { int intValue = rgbColorToARGB != null ? rgbColorToARGB.intValue() : ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.h = intValue; - kVar.f2463s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); + kVar.f2464s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); kVar.i = false; kVar.g = getColorsToDisplay(intValue); kVar.a = R.string.guild_folder_color; kVar.r = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorHeaderPrimary); FontUtils fontUtils = FontUtils.INSTANCE; - kVar.f2464x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); + kVar.f2465x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); kVar.o = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundAccent); - kVar.f2462c = R.string.color_picker_custom; + kVar.f2463c = R.string.color_picker_custom; kVar.v = ColorCompat.getColor(getContext(), (int) R.color.white); kVar.b = R.string.color_picker_presets; kVar.p = ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); @@ -238,11 +238,11 @@ public final class WidgetGuildFolderSettings extends AppFragment { kVar.l = true; kVar.e = R.string.reset; kVar.w = ColorCompat.getColor(getContext(), (int) R.color.white); - kVar.f2465y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); + kVar.f2466y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); kVar.q = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundModifierAccent); kVar.t = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorTextMuted); kVar.u = R.drawable.drawable_cpv_edit_text_background; - kVar.f2466z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); + kVar.f2467z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); ColorPickerDialog a = kVar.a(); a.j = new WidgetGuildFolderSettings$launchColorPicker$1(this); AppFragment.hideKeyboard$default(this, null, 1, null); diff --git a/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java b/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java index 2eec17b08e..55d3ff8e71 100644 --- a/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java +++ b/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java @@ -7,7 +7,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; public abstract class ChannelTemplate { /* renamed from: id reason: collision with root package name */ - private final Long f2220id; + private final Long f2221id; private final String name; /* compiled from: StockGuildTemplate.kt */ @@ -29,7 +29,7 @@ public abstract class ChannelTemplate { } private ChannelTemplate(Long l, String str) { - this.f2220id = l; + this.f2221id = l; this.name = str; } @@ -38,7 +38,7 @@ public abstract class ChannelTemplate { } public final Long getId() { - return this.f2220id; + return this.f2221id; } public final String getName() { diff --git a/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java b/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java index 1ce2f1acb7..d755dcba2e 100644 --- a/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java @@ -161,7 +161,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel inviteSuggestions; /* renamed from: me reason: collision with root package name */ - private final MeUser f2221me; + private final MeUser f2222me; /* JADX DEBUG: Multi-variable search result rejected for r7v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ @@ -177,7 +177,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel component4() { @@ -258,7 +258,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel getDms() { @@ -286,7 +286,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel map = this.invitableChannels; int hashCode2 = (hashCode + (map != null ? map.hashCode() : 0)) * 31; - MeUser meUser = this.f2221me; + MeUser meUser = this.f2222me; int hashCode3 = (hashCode2 + (meUser != null ? meUser.hashCode() : 0)) * 31; List list = this.dms; int hashCode4 = (hashCode3 + (list != null ? list.hashCode() : 0)) * 31; @@ -316,7 +316,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel component8() { @@ -168,7 +168,7 @@ public final class WidgetInviteModel { return false; } WidgetInviteModel widgetInviteModel = (WidgetInviteModel) obj; - return m.areEqual(this.targetChannel, widgetInviteModel.targetChannel) && m.areEqual(this.settings, widgetInviteModel.settings) && m.areEqual(this.invite, widgetInviteModel.invite) && this.isGeneratingInvite == widgetInviteModel.isGeneratingInvite && this.isValidInvite == widgetInviteModel.isValidInvite && m.areEqual(this.invitableChannels, widgetInviteModel.invitableChannels) && m.areEqual(this.f2222me, widgetInviteModel.f2222me) && m.areEqual(this.dms, widgetInviteModel.dms) && this.isInviteFromStore == widgetInviteModel.isInviteFromStore; + return m.areEqual(this.targetChannel, widgetInviteModel.targetChannel) && m.areEqual(this.settings, widgetInviteModel.settings) && m.areEqual(this.invite, widgetInviteModel.invite) && this.isGeneratingInvite == widgetInviteModel.isGeneratingInvite && this.isValidInvite == widgetInviteModel.isValidInvite && m.areEqual(this.invitableChannels, widgetInviteModel.invitableChannels) && m.areEqual(this.f2223me, widgetInviteModel.f2223me) && m.areEqual(this.dms, widgetInviteModel.dms) && this.isInviteFromStore == widgetInviteModel.isInviteFromStore; } public final List getDms() { @@ -184,7 +184,7 @@ public final class WidgetInviteModel { } public final MeUser getMe() { - return this.f2222me; + return this.f2223me; } public final ModelInvite.Settings getSettings() { @@ -222,7 +222,7 @@ public final class WidgetInviteModel { int i10 = (i6 + i7) * 31; List list = this.invitableChannels; int hashCode4 = (i10 + (list != null ? list.hashCode() : 0)) * 31; - MeUser meUser = this.f2222me; + MeUser meUser = this.f2223me; int hashCode5 = (hashCode4 + (meUser != null ? meUser.hashCode() : 0)) * 31; List list2 = this.dms; if (list2 != null) { @@ -262,7 +262,7 @@ public final class WidgetInviteModel { P.append(", invitableChannels="); P.append(this.invitableChannels); P.append(", me="); - P.append(this.f2222me); + P.append(this.f2223me); P.append(", dms="); P.append(this.dms); P.append(", isInviteFromStore="); diff --git a/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsListViewModel.java b/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsListViewModel.java index 340eb89b25..a51e416b78 100644 --- a/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsListViewModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsListViewModel.java @@ -1563,7 +1563,7 @@ public final class WidgetGuildsListViewModel extends AppViewModel { if (z2 && (guildListItem4 instanceof GuildListItem.GuildItem)) { GuildListItem.GuildItem guildItem = (GuildListItem.GuildItem) guildListItem4; GuildListItem.GuildItem guildItem2 = (GuildListItem.GuildItem) guildListItem2; - arrayList.set(i2, new GuildListItem.FolderItem(c.b.nextLong(), null, null, false, n.listOf((Object[]) new Guild[]{guildItem.getGuild(), guildItem2.getGuild()}), guildItem.isSelected() || guildItem2.isSelected(), guildItem.isConnectedToVoice() || guildItem2.isConnectedToVoice(), guildItem.isConnectedToStageChannel() || guildItem2.isConnectedToStageChannel(), guildItem2.getMentionCount() + guildItem.getMentionCount(), guildItem.isUnread() || guildItem2.isUnread(), false)); + arrayList.set(i2, new GuildListItem.FolderItem(c.j.nextLong(), null, null, false, n.listOf((Object[]) new Guild[]{guildItem.getGuild(), guildItem2.getGuild()}), guildItem.isSelected() || guildItem2.isSelected(), guildItem.isConnectedToVoice() || guildItem2.isConnectedToVoice(), guildItem.isConnectedToStageChannel() || guildItem2.isConnectedToStageChannel(), guildItem2.getMentionCount() + guildItem.getMentionCount(), guildItem.isUnread() || guildItem2.isUnread(), false)); m.checkNotNullExpressionValue(arrayList.remove(i), "editingList.removeAt(fromPosition)"); } else if (z2 && (guildListItem4 instanceof GuildListItem.FolderItem)) { GuildListItem.FolderItem folderItem = (GuildListItem.FolderItem) guildListItem4; diff --git a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetChangeGuildIdentity.java b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetChangeGuildIdentity.java index ab5a07c1f9..554c36b6e8 100644 --- a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetChangeGuildIdentity.java +++ b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetChangeGuildIdentity.java @@ -294,7 +294,7 @@ public final class WidgetChangeGuildIdentity extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); SharedPreferences.Editor edit = SharedPreferencesProvider.INSTANCE.get().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean(USER_GUILD_PROFILE_VIEWED_CACHE_KEY, true); edit.apply(); setActionBarTitle(R.string.change_identity); diff --git a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java index 4a9cb98e68..e3553a35bc 100644 --- a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java +++ b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java @@ -61,7 +61,7 @@ public final class WidgetGuildIdentityMarketingSheet extends AppBottomSheet { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2189c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2190c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; diff --git a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet.java b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet.java index 169c274dc1..039eddd11a 100644 --- a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet.java +++ b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet.java @@ -896,11 +896,8 @@ public final class WidgetGuildProfileSheet extends AppBottomSheet { CardView cardView4 = getBinding().j; m.checkNotNullExpressionValue(cardView4, "binding.guildProfileSheetIconCard"); ViewGroup.LayoutParams layoutParams = cardView4.getLayoutParams(); - if (!(layoutParams instanceof ViewGroup.MarginLayoutParams)) { - layoutParams = null; - } - ViewGroup.MarginLayoutParams marginLayoutParams = (ViewGroup.MarginLayoutParams) layoutParams; - constraintSet.connect(id2, 3, id3, 3, marginLayoutParams != null ? marginLayoutParams.topMargin : 0); + ViewGroup.MarginLayoutParams marginLayoutParams = layoutParams instanceof ViewGroup.MarginLayoutParams ? (ViewGroup.MarginLayoutParams) layoutParams : null; + constraintSet.connect(id2, 3, id3, 3, marginLayoutParams == null ? 0 : marginLayoutParams.topMargin); constraintSet.applyTo(getBinding().d); } diff --git a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java index 3e9877870b..0b60ab4b32 100644 --- a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java @@ -700,7 +700,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel restrictedGuildIds; /* JADX DEBUG: Multi-variable search result rejected for r9v0, resolved type: java.util.List */ @@ -713,7 +713,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel getRestrictedGuildIds() { @@ -830,7 +830,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel function0, Function0 function02, Function0 function03) { + private final void configureInternal(GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04) { GuildScheduledEventBottomButtonView guildScheduledEventBottomButtonView = this.binding.b; m.checkNotNullExpressionValue(guildScheduledEventBottomButtonView, "binding.guildScheduledEventListItemButtomView"); int i = 0; - guildScheduledEventBottomButtonView.setVisibility(GuildScheduledEventBottomButtonView.Companion.isAnyButtonVisible(guildScheduledEvent, z3, z5, z4) ? 0 : 8); - this.binding.b.configure(guildScheduledEvent, z2, z3, z5, z4, function0, function02, function03); + guildScheduledEventBottomButtonView.setVisibility(new GuildScheduledEventBottomButtonView.VisibilityInfo(guildScheduledEvent, z3, z5, z4).isAnyButtonVisible() ? 0 : 8); + this.binding.b.configure(guildScheduledEvent, z2, z3, z5, z4, function02, function03, function04); TextView textView = this.binding.j; Integer l = guildScheduledEvent.l(); if (l != null) { @@ -147,10 +151,13 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { textView2.setText(guildScheduledEvent.h()); configureDescription(guildScheduledEvent.c()); configureLocation(guildScheduledEventLocationInfo, guild); + if (function0 != null) { + this.binding.a.setOnClickListener(new GuildScheduledEventItemView$configureInternal$5(function0)); + } } - public static /* synthetic */ void configureInternal$default(GuildScheduledEventItemView guildScheduledEventItemView, GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, int i, Object obj) { - guildScheduledEventItemView.configureInternal(guildScheduledEvent, guildScheduledEventLocationInfo, guild, z2, z3, z4, z5, (i & 128) != 0 ? GuildScheduledEventItemView$configureInternal$1.INSTANCE : function0, (i & 256) != 0 ? GuildScheduledEventItemView$configureInternal$2.INSTANCE : function02, (i & 512) != 0 ? GuildScheduledEventItemView$configureInternal$3.INSTANCE : function03); + public static /* synthetic */ void configureInternal$default(GuildScheduledEventItemView guildScheduledEventItemView, GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04, int i, Object obj) { + guildScheduledEventItemView.configureInternal(guildScheduledEvent, guildScheduledEventLocationInfo, guild, z2, z3, z4, z5, function0, (i & 256) != 0 ? GuildScheduledEventItemView$configureInternal$1.INSTANCE : function02, (i & 512) != 0 ? GuildScheduledEventItemView$configureInternal$2.INSTANCE : function03, (i & 1024) != 0 ? GuildScheduledEventItemView$configureInternal$3.INSTANCE : function04); } private final void configureLocation(GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild) { @@ -229,16 +236,19 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { guildScheduledEventItemView.configureLocation(guildScheduledEventLocationInfo, guild); } + private final GuildScheduledEventDescriptionParser getDescriptionParser() { + return (GuildScheduledEventDescriptionParser) this.descriptionParser$delegate.getValue(); + } + public final void configureAsPreview(GuildScheduledEventModel guildScheduledEventModel, Channel channel) { m.checkNotNullParameter(guildScheduledEventModel, "eventModel"); long millis = GuildScheduledEventPickerDateTime.INSTANCE.toMillis(guildScheduledEventModel.getStartDate(), guildScheduledEventModel.getStartTime()); ConstraintLayout constraintLayout = this.binding.a; m.checkNotNullExpressionValue(constraintLayout, "binding.root"); - ColorCompat colorCompat = ColorCompat.INSTANCE; - constraintLayout.setBackgroundTintList(colorCompat.createDefaultColorStateList(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundFloating))); + constraintLayout.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_floating)); TextView textView = this.binding.j; m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventListItemRsvpText"); - textView.setBackgroundTintList(colorCompat.createDefaultColorStateList(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundTertiary))); + textView.setBackgroundTintList(ColorCompat.INSTANCE.createDefaultColorStateList(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundTertiary))); ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_list_item_preview); TextView textView2 = this.binding.j; m.checkNotNullExpressionValue(textView2, "binding.guildScheduledEventListItemRsvpText"); @@ -257,58 +267,59 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { configureLocation$default(this, GuildScheduledEventLocationInfo.Companion.buildLocationInfo(guildScheduledEventModel, channel), null, 2, null); } - public final void configureInChatList(GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, boolean z3, Function0 function0, Function0 function02, Function0 function03) { + public final void configureInChatList(GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, boolean z3, Function0 function0, Function0 function02, Function0 function03, Function0 function04) { m.checkNotNullParameter(guildScheduledEvent, "guildScheduledEvent"); - m.checkNotNullParameter(function0, "rsvpButtonClickListener"); - m.checkNotNullParameter(function02, "joinServerButtonClickListener"); - m.checkNotNullParameter(function03, "shareButtonClickListener"); - configureInternal(guildScheduledEvent, GuildScheduledEventLocationInfo.Companion.buildLocationInfo(guildScheduledEvent, channel), guild, z3, true, false, true, function0, function02, function03); + m.checkNotNullParameter(function02, "rsvpButtonClickListener"); + m.checkNotNullParameter(function03, "joinServerButtonClickListener"); + m.checkNotNullParameter(function04, "shareButtonClickListener"); + configureInternal(guildScheduledEvent, GuildScheduledEventLocationInfo.Companion.buildLocationInfo(guildScheduledEvent, channel), guild, z3, true, false, true, function0, function02, function03, function04); ConstraintLayout constraintLayout = this.binding.a; m.checkNotNullExpressionValue(constraintLayout, "binding.root"); - ColorCompat colorCompat = ColorCompat.INSTANCE; - constraintLayout.setBackgroundTintList(colorCompat.createDefaultColorStateList(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundSecondary))); + constraintLayout.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_secondary)); TextView textView = this.binding.j; m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventListItemRsvpText"); - textView.setBackgroundTintList(colorCompat.createDefaultColorStateList(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundTertiary))); + textView.setBackgroundTintList(ColorCompat.INSTANCE.createDefaultColorStateList(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundTertiary))); GuildScheduledEventBottomButtonViewBinding binding = this.binding.b.getBinding(); TextView textView2 = binding.f; - m.checkNotNullExpressionValue(textView2, "buttonBinding.guildSched…ottomStartEventButtonText"); + m.checkNotNullExpressionValue(textView2, "buttonBinding.startEventButtonText"); Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); int i = 0; textView2.setText(b.h(context, R.string.guild_event_invite_embed_join_server_button_label, new Object[0], null, 4)); TextView textView3 = binding.f; - m.checkNotNullExpressionValue(textView3, "buttonBinding.guildSched…ottomStartEventButtonText"); + m.checkNotNullExpressionValue(textView3, "buttonBinding.startEventButtonText"); textView3.setVisibility(z2 ^ true ? 0 : 8); ImageView imageView = binding.e; - m.checkNotNullExpressionValue(imageView, "buttonBinding.guildSched…entBottomStartEventButton"); + m.checkNotNullExpressionValue(imageView, "buttonBinding.startEventButton"); imageView.setVisibility(z2 ^ true ? 0 : 8); - TextView textView4 = binding.f1634c; - m.checkNotNullExpressionValue(textView4, "buttonBinding.guildSched…ottomInterestedButtonText"); - textView4.setVisibility(z2 ? 0 : 8); ImageView imageView2 = binding.b; - m.checkNotNullExpressionValue(imageView2, "buttonBinding.guildSched…entBottomInterestedButton"); + m.checkNotNullExpressionValue(imageView2, "buttonBinding.interestedButton"); + imageView2.setVisibility(z2 ? 0 : 8); + TextView textView4 = binding.f1634c; + m.checkNotNullExpressionValue(textView4, "buttonBinding.interestedButtonText"); if (!z2) { i = 8; } - imageView2.setVisibility(i); + textView4.setVisibility(i); } - public final void configureInEventList(GuildScheduledEventListItem.Event event, Function0 function0, Function0 function02, Function0 function03) { + public final void configureInEventList(GuildScheduledEventListItem.Event event, Function0 function0, Function0 function02, Function0 function03, Function0 function04) { m.checkNotNullParameter(event, "item"); - m.checkNotNullParameter(function0, "rsvpButtonClickListener"); - m.checkNotNullParameter(function02, "eventStartButtonClickListener"); - m.checkNotNullParameter(function03, "shareButtonClickListener"); - configureInternal(event.getEvent(), GuildScheduledEventLocationInfo.Companion.buildLocationInfo(event.getEvent(), event.getChannel()), null, event.isRsvped(), true, event.getCanStartEvent(), event.getCanShare(), function0, function02, function03); + m.checkNotNullParameter(function0, "cardClickListener"); + m.checkNotNullParameter(function02, "rsvpButtonClickListener"); + m.checkNotNullParameter(function03, "eventStartButtonClickListener"); + m.checkNotNullParameter(function04, "shareButtonClickListener"); + configureInternal(event.getEvent(), GuildScheduledEventLocationInfo.Companion.buildLocationInfo(event.getEvent(), event.getChannel()), null, event.isRsvped(), true, event.getCanStartEvent(), event.getCanShare(), function0, function02, function03, function04); } - public final void configureInVoiceChannel(GuildScheduledEvent guildScheduledEvent, boolean z2, boolean z3, Function0 function0) { + public final void configureInVoiceChannel(GuildScheduledEvent guildScheduledEvent, boolean z2, boolean z3, Function0 function0, Function0 function02) { m.checkNotNullParameter(guildScheduledEvent, "guildScheduledEvent"); - m.checkNotNullParameter(function0, "onStartEventButtonClicked"); - configureInternal(guildScheduledEvent, null, null, false, false, z2, false, GuildScheduledEventItemView$configureInVoiceChannel$1.INSTANCE, function0, GuildScheduledEventItemView$configureInVoiceChannel$2.INSTANCE); + m.checkNotNullParameter(function0, "onCardClicked"); + m.checkNotNullParameter(function02, "onStartEventButtonClicked"); + configureInternal(guildScheduledEvent, null, null, false, false, z2, false, function0, GuildScheduledEventItemView$configureInVoiceChannel$1.INSTANCE, function02, GuildScheduledEventItemView$configureInVoiceChannel$2.INSTANCE); ConstraintLayout constraintLayout = this.binding.a; m.checkNotNullExpressionValue(constraintLayout, "binding.root"); - constraintLayout.setBackgroundTintList(ColorCompat.INSTANCE.createDefaultColorStateList(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundSecondary))); + constraintLayout.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_secondary)); TextView textView = this.binding.j; m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventListItemRsvpText"); int i = 8; @@ -328,8 +339,4 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { textView2.setMaxLines(1); textView2.setEllipsize(TextUtils.TruncateAt.END); } - - public final GuildScheduledEventDescriptionParser getDescriptionParser() { - return (GuildScheduledEventDescriptionParser) this.descriptionParser$delegate.getValue(); - } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$1.java index 186773121c..cadc54d12f 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$1.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$1.java @@ -20,6 +20,6 @@ public final class GuildScheduledEventListAdapter$EventViewHolder$onConfigure$1 @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - GuildScheduledEventListAdapter.EventViewHolder.access$getAdapter$p(this.this$0).getOnRsvpClicked().invoke(this.$item); + GuildScheduledEventListAdapter.EventViewHolder.access$getAdapter$p(this.this$0).getOnCardClicked().invoke(this.$item); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$2.java index f61785c072..44be99bc4d 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$2.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$2.java @@ -20,6 +20,6 @@ public final class GuildScheduledEventListAdapter$EventViewHolder$onConfigure$2 @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - GuildScheduledEventListAdapter.EventViewHolder.access$getAdapter$p(this.this$0).getOnEventStartClicked().invoke(this.$item); + GuildScheduledEventListAdapter.EventViewHolder.access$getAdapter$p(this.this$0).getOnRsvpClicked().invoke(this.$item); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3.java index 5c02b60d9b..10b70be9c2 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3.java @@ -1,56 +1,15 @@ package com.discord.widgets.guildscheduledevent; -import android.content.Context; -import androidx.fragment.app.Fragment; -import androidx.fragment.app.ViewKt; -import com.discord.api.channel.Channel; -import com.discord.stores.StoreStream; -import com.discord.utilities.channel.ChannelInviteLaunchUtils; -import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilities; -import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.widgets.guildscheduledevent.GuildScheduledEventListAdapter; import com.discord.widgets.guildscheduledevent.GuildScheduledEventListItem; -import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; -import kotlin.jvm.functions.Function1; -import rx.Observable; /* compiled from: GuildScheduledEventListAdapter.kt */ public final class GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3 extends o implements Function0 { public final /* synthetic */ GuildScheduledEventListItem.Event $item; public final /* synthetic */ GuildScheduledEventListAdapter.EventViewHolder this$0; - /* compiled from: GuildScheduledEventListAdapter.kt */ - /* renamed from: com.discord.widgets.guildscheduledevent.GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3$1 reason: invalid class name */ - public static final class AnonymousClass1 extends o implements Function1 { - public final /* synthetic */ GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3 this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public AnonymousClass1(GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3 guildScheduledEventListAdapter$EventViewHolder$onConfigure$3) { - super(1); - this.this$0 = guildScheduledEventListAdapter$EventViewHolder$onConfigure$3; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(Channel channel) { - invoke(channel); - return Unit.a; - } - - public final void invoke(Channel channel) { - ChannelInviteLaunchUtils channelInviteLaunchUtils = ChannelInviteLaunchUtils.INSTANCE; - Fragment findFragment = ViewKt.findFragment(GuildScheduledEventListAdapter.this.getRecycler()); - Channel channel2 = this.this$0.$item.getChannel(); - if (channel2 == null) { - channel2 = channel; - } - ChannelInviteLaunchUtils.inviteToChannel$default(channelInviteLaunchUtils, findFragment, channel2, GuildScheduledEventUtilities.ANALYTICS_SOURCE, Long.valueOf(this.this$0.$item.getEvent().g()), null, 16, null); - } - } - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3(GuildScheduledEventListAdapter.EventViewHolder eventViewHolder, GuildScheduledEventListItem.Event event) { super(0); @@ -61,8 +20,6 @@ public final class GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3 @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - Observable y2 = StoreStream.Companion.getChannels().observeDefaultChannel(this.$item.getEvent().f()).y(); - m.checkNotNullExpressionValue(y2, "StoreStream.getChannels(…\n .first()"); - ObservableExtensionsKt.appSubscribe$default(y2, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this), 62, (Object) null); + GuildScheduledEventListAdapter.EventViewHolder.access$getAdapter$p(this.this$0).getOnEventStartClicked().invoke(this.$item); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4.java new file mode 100644 index 0000000000..10d53eeb2c --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4.java @@ -0,0 +1,68 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import androidx.fragment.app.Fragment; +import androidx.fragment.app.ViewKt; +import com.discord.api.channel.Channel; +import com.discord.stores.StoreStream; +import com.discord.utilities.channel.ChannelInviteLaunchUtils; +import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilities; +import com.discord.utilities.rx.ObservableExtensionsKt; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventListAdapter; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventListItem; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +import rx.Observable; +/* compiled from: GuildScheduledEventListAdapter.kt */ +public final class GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4 extends o implements Function0 { + public final /* synthetic */ GuildScheduledEventListItem.Event $item; + public final /* synthetic */ GuildScheduledEventListAdapter.EventViewHolder this$0; + + /* compiled from: GuildScheduledEventListAdapter.kt */ + /* renamed from: com.discord.widgets.guildscheduledevent.GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function1 { + public final /* synthetic */ GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4 guildScheduledEventListAdapter$EventViewHolder$onConfigure$4) { + super(1); + this.this$0 = guildScheduledEventListAdapter$EventViewHolder$onConfigure$4; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(Channel channel) { + invoke(channel); + return Unit.a; + } + + public final void invoke(Channel channel) { + ChannelInviteLaunchUtils channelInviteLaunchUtils = ChannelInviteLaunchUtils.INSTANCE; + Fragment findFragment = ViewKt.findFragment(GuildScheduledEventListAdapter.this.getRecycler()); + Channel channel2 = this.this$0.$item.getChannel(); + if (channel2 == null) { + channel2 = channel; + } + ChannelInviteLaunchUtils.inviteToChannel$default(channelInviteLaunchUtils, findFragment, channel2, GuildScheduledEventUtilities.ANALYTICS_SOURCE, Long.valueOf(this.this$0.$item.getEvent().g()), null, 16, null); + } + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4(GuildScheduledEventListAdapter.EventViewHolder eventViewHolder, GuildScheduledEventListItem.Event event) { + super(0); + this.this$0 = eventViewHolder; + this.$item = event; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + Observable y2 = StoreStream.Companion.getChannels().observeDefaultChannel(this.$item.getEvent().f()).y(); + m.checkNotNullExpressionValue(y2, "StoreStream.getChannels(…\n .first()"); + ObservableExtensionsKt.appSubscribe$default(y2, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this), 62, (Object) null); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter.java index 0ab62ca1eb..546c7f5d2c 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter.java @@ -14,6 +14,7 @@ import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: GuildScheduledEventListAdapter.kt */ public final class GuildScheduledEventListAdapter extends MGRecyclerAdapterSimple { + private final Function1 onCardClicked; private final Function1 onEventStartClicked; private final Function1 onRsvpClicked; @@ -43,21 +44,28 @@ public final class GuildScheduledEventListAdapter extends MGRecyclerAdapterSimpl m.checkNotNullParameter(guildScheduledEventListItem, "data"); super.onConfigure(i, (int) guildScheduledEventListItem); GuildScheduledEventListItem.Event event = (GuildScheduledEventListItem.Event) guildScheduledEventListItem; - this.binding.b.configureInEventList(event, new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$1(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$2(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3(this, event)); + this.binding.b.configureInEventList(event, new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$1(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$2(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4(this, event)); } } /* JADX DEBUG: Multi-variable search result rejected for r5v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX DEBUG: Multi-variable search result rejected for r6v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r7v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX WARN: Multi-variable type inference failed */ /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public GuildScheduledEventListAdapter(RecyclerView recyclerView, Function1 function1, Function1 function12) { + public GuildScheduledEventListAdapter(RecyclerView recyclerView, Function1 function1, Function1 function12, Function1 function13) { super(recyclerView, false, 2, null); m.checkNotNullParameter(recyclerView, "recyclerView"); m.checkNotNullParameter(function1, "onRsvpClicked"); m.checkNotNullParameter(function12, "onEventStartClicked"); + m.checkNotNullParameter(function13, "onCardClicked"); this.onRsvpClicked = function1; this.onEventStartClicked = function12; + this.onCardClicked = function13; + } + + public final Function1 getOnCardClicked() { + return this.onCardClicked; } public final Function1 getOnEventStartClicked() { diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel$Companion$observeStores$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel$Companion$observeStores$1.java index 8196ed067d..063e9aced1 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel$Companion$observeStores$1.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel$Companion$observeStores$1.java @@ -37,7 +37,7 @@ public final class GuildScheduledEventListViewModel$Companion$observeStores$1 ex /* renamed from: invoke */ public final GuildScheduledEventListViewModel.StoreState mo1invoke() { Map channelsForGuild = this.$channelStore.getChannelsForGuild(this.$guildId); - List guildScheduledEvents$default = StoreGuildScheduledEvents.getGuildScheduledEvents$default(this.$guildScheduledEventsStore, this.$guildId, false, false, 6, null); + List guildScheduledEvents$default = StoreGuildScheduledEvents.getGuildScheduledEvents$default(this.$guildScheduledEventsStore, this.$guildId, false, 2, null); if (this.$channelId != null) { ArrayList arrayList = new ArrayList(); for (Object obj : guildScheduledEvents$default) { diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventsSharingFeatureFlag$Companion$INSTANCE$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventsSharingFeatureFlag$Companion$INSTANCE$2.java deleted file mode 100644 index e57cfe56e9..0000000000 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventsSharingFeatureFlag$Companion$INSTANCE$2.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.discord.widgets.guildscheduledevent; - -import d0.z.d.o; -import kotlin.jvm.functions.Function0; -/* compiled from: GuildScheduledEventsSharingFeatureFlag.kt */ -public final class GuildScheduledEventsSharingFeatureFlag$Companion$INSTANCE$2 extends o implements Function0 { - public static final GuildScheduledEventsSharingFeatureFlag$Companion$INSTANCE$2 INSTANCE = new GuildScheduledEventsSharingFeatureFlag$Companion$INSTANCE$2(); - - public GuildScheduledEventsSharingFeatureFlag$Companion$INSTANCE$2() { - super(0); - } - - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final GuildScheduledEventsSharingFeatureFlag mo1invoke() { - return new GuildScheduledEventsSharingFeatureFlag(null, 1, null); - } -} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventsSharingFeatureFlag.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventsSharingFeatureFlag.java deleted file mode 100644 index 42b1559536..0000000000 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventsSharingFeatureFlag.java +++ /dev/null @@ -1,54 +0,0 @@ -package com.discord.widgets.guildscheduledevent; - -import com.discord.models.experiments.domain.Experiment; -import com.discord.stores.StoreExperiments; -import com.discord.stores.StoreStream; -import d0.g; -import d0.z.d.m; -import kotlin.Lazy; -import kotlin.jvm.internal.DefaultConstructorMarker; -/* compiled from: GuildScheduledEventsSharingFeatureFlag.kt */ -public final class GuildScheduledEventsSharingFeatureFlag { - public static final Companion Companion = new Companion(null); - private static final Lazy INSTANCE$delegate = g.lazy(GuildScheduledEventsSharingFeatureFlag$Companion$INSTANCE$2.INSTANCE); - private final StoreExperiments experimentsStore; - - /* compiled from: GuildScheduledEventsSharingFeatureFlag.kt */ - public static final class Companion { - private Companion() { - } - - public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { - this(); - } - - public final GuildScheduledEventsSharingFeatureFlag getINSTANCE() { - Lazy access$getINSTANCE$cp = GuildScheduledEventsSharingFeatureFlag.access$getINSTANCE$cp(); - Companion companion = GuildScheduledEventsSharingFeatureFlag.Companion; - return (GuildScheduledEventsSharingFeatureFlag) access$getINSTANCE$cp.getValue(); - } - } - - public GuildScheduledEventsSharingFeatureFlag() { - this(null, 1, null); - } - - public GuildScheduledEventsSharingFeatureFlag(StoreExperiments storeExperiments) { - m.checkNotNullParameter(storeExperiments, "experimentsStore"); - this.experimentsStore = storeExperiments; - } - - /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public /* synthetic */ GuildScheduledEventsSharingFeatureFlag(StoreExperiments storeExperiments, int i, DefaultConstructorMarker defaultConstructorMarker) { - this((i & 1) != 0 ? StoreStream.Companion.getExperiments() : storeExperiments); - } - - public static final /* synthetic */ Lazy access$getINSTANCE$cp() { - return INSTANCE$delegate; - } - - public final boolean canShareGuildScheduledEvents() { - Experiment userExperiment = this.experimentsStore.getUserExperiment("2021-08_guild_scheduled_events_sharing", true); - return userExperiment != null && userExperiment.getBucket() == 1; - } -} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/NonStageEventsFeatureFlag$Companion$INSTANCE$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/NonStageEventsFeatureFlag$Companion$INSTANCE$2.java deleted file mode 100644 index c8df0c34ae..0000000000 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/NonStageEventsFeatureFlag$Companion$INSTANCE$2.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.discord.widgets.guildscheduledevent; - -import d0.z.d.o; -import kotlin.jvm.functions.Function0; -/* compiled from: NonStageEventsFeatureFlag.kt */ -public final class NonStageEventsFeatureFlag$Companion$INSTANCE$2 extends o implements Function0 { - public static final NonStageEventsFeatureFlag$Companion$INSTANCE$2 INSTANCE = new NonStageEventsFeatureFlag$Companion$INSTANCE$2(); - - public NonStageEventsFeatureFlag$Companion$INSTANCE$2() { - super(0); - } - - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final NonStageEventsFeatureFlag mo1invoke() { - return new NonStageEventsFeatureFlag(); - } -} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/NonStageEventsFeatureFlag.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/NonStageEventsFeatureFlag.java deleted file mode 100644 index 7af092bf96..0000000000 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/NonStageEventsFeatureFlag.java +++ /dev/null @@ -1,34 +0,0 @@ -package com.discord.widgets.guildscheduledevent; - -import d0.g; -import kotlin.Lazy; -import kotlin.jvm.internal.DefaultConstructorMarker; -/* compiled from: NonStageEventsFeatureFlag.kt */ -public final class NonStageEventsFeatureFlag { - public static final Companion Companion = new Companion(null); - private static final Lazy INSTANCE$delegate = g.lazy(NonStageEventsFeatureFlag$Companion$INSTANCE$2.INSTANCE); - - /* compiled from: NonStageEventsFeatureFlag.kt */ - public static final class Companion { - private Companion() { - } - - public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { - this(); - } - - public final NonStageEventsFeatureFlag getINSTANCE() { - Lazy access$getINSTANCE$cp = NonStageEventsFeatureFlag.access$getINSTANCE$cp(); - Companion companion = NonStageEventsFeatureFlag.Companion; - return (NonStageEventsFeatureFlag) access$getINSTANCE$cp.getValue(); - } - } - - public static final /* synthetic */ Lazy access$getINSTANCE$cp() { - return INSTANCE$delegate; - } - - public final boolean canCreateNonStageEvents() { - return false; - } -} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$1.java index b92838ec79..e763290cbc 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$1.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$1.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ public final /* synthetic */ class WidgetGuildScheduledEventListBottomSheet$onViewCreated$1 extends k implements Function1 { public WidgetGuildScheduledEventListBottomSheet$onViewCreated$1(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { - super(1, widgetGuildScheduledEventListBottomSheet, WidgetGuildScheduledEventListBottomSheet.class, "onRsvpClicked", "onRsvpClicked(Lcom/discord/widgets/guildscheduledevent/GuildScheduledEventListItem$Event;)V", 0); + super(1, widgetGuildScheduledEventListBottomSheet, WidgetGuildScheduledEventListBottomSheet.class, "onEventCardClicked", "onEventCardClicked(Lcom/discord/widgets/guildscheduledevent/GuildScheduledEventListItem$Event;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class WidgetGuildScheduledEventListBottomSheet$onVi public final void invoke(GuildScheduledEventListItem.Event event) { m.checkNotNullParameter(event, "p1"); - WidgetGuildScheduledEventListBottomSheet.access$onRsvpClicked((WidgetGuildScheduledEventListBottomSheet) this.receiver, event); + WidgetGuildScheduledEventListBottomSheet.access$onEventCardClicked((WidgetGuildScheduledEventListBottomSheet) this.receiver, event); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$2.java index 580ec99ec8..91464b3bec 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$2.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$2.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ public final /* synthetic */ class WidgetGuildScheduledEventListBottomSheet$onViewCreated$2 extends k implements Function1 { public WidgetGuildScheduledEventListBottomSheet$onViewCreated$2(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { - super(1, widgetGuildScheduledEventListBottomSheet, WidgetGuildScheduledEventListBottomSheet.class, "onEventStartClicked", "onEventStartClicked(Lcom/discord/widgets/guildscheduledevent/GuildScheduledEventListItem$Event;)V", 0); + super(1, widgetGuildScheduledEventListBottomSheet, WidgetGuildScheduledEventListBottomSheet.class, "onRsvpClicked", "onRsvpClicked(Lcom/discord/widgets/guildscheduledevent/GuildScheduledEventListItem$Event;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class WidgetGuildScheduledEventListBottomSheet$onVi public final void invoke(GuildScheduledEventListItem.Event event) { m.checkNotNullParameter(event, "p1"); - WidgetGuildScheduledEventListBottomSheet.access$onEventStartClicked((WidgetGuildScheduledEventListBottomSheet) this.receiver, event); + WidgetGuildScheduledEventListBottomSheet.access$onRsvpClicked((WidgetGuildScheduledEventListBottomSheet) this.receiver, event); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$3.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$3.java new file mode 100644 index 0000000000..d72151dcfa --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$3.java @@ -0,0 +1,26 @@ +package com.discord.widgets.guildscheduledevent; + +import com.discord.widgets.guildscheduledevent.GuildScheduledEventListItem; +import d0.z.d.k; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ +public final /* synthetic */ class WidgetGuildScheduledEventListBottomSheet$onViewCreated$3 extends k implements Function1 { + public WidgetGuildScheduledEventListBottomSheet$onViewCreated$3(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { + super(1, widgetGuildScheduledEventListBottomSheet, WidgetGuildScheduledEventListBottomSheet.class, "onEventStartClicked", "onEventStartClicked(Lcom/discord/widgets/guildscheduledevent/GuildScheduledEventListItem$Event;)V", 0); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(GuildScheduledEventListItem.Event event) { + invoke(event); + return Unit.a; + } + + public final void invoke(GuildScheduledEventListItem.Event event) { + m.checkNotNullParameter(event, "p1"); + WidgetGuildScheduledEventListBottomSheet.access$onEventStartClicked((WidgetGuildScheduledEventListBottomSheet) this.receiver, event); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$4.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$4.java deleted file mode 100644 index 433cea5338..0000000000 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$4.java +++ /dev/null @@ -1,30 +0,0 @@ -package com.discord.widgets.guildscheduledevent; - -import android.content.Context; -import android.view.View; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelect; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventSettings; -import d0.z.d.m; -/* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ -public final class WidgetGuildScheduledEventListBottomSheet$onViewCreated$4 implements View.OnClickListener { - public final /* synthetic */ WidgetGuildScheduledEventListBottomSheet this$0; - - public WidgetGuildScheduledEventListBottomSheet$onViewCreated$4(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { - this.this$0 = widgetGuildScheduledEventListBottomSheet; - } - - @Override // android.view.View.OnClickListener - public final void onClick(View view) { - if (NonStageEventsFeatureFlag.Companion.getINSTANCE().canCreateNonStageEvents()) { - WidgetGuildScheduledEventLocationSelect.Companion companion = WidgetGuildScheduledEventLocationSelect.Companion; - Context requireContext = this.this$0.requireContext(); - m.checkNotNullExpressionValue(requireContext, "requireContext()"); - companion.launch(requireContext, WidgetGuildScheduledEventListBottomSheet.access$getGuildId$p(this.this$0), WidgetGuildScheduledEventListBottomSheet.access$getChannelId$p(this.this$0)); - return; - } - WidgetGuildScheduledEventSettings.Companion companion2 = WidgetGuildScheduledEventSettings.Companion; - Context requireContext2 = this.this$0.requireContext(); - m.checkNotNullExpressionValue(requireContext2, "requireContext()"); - companion2.launch(requireContext2, WidgetGuildScheduledEventListBottomSheet.access$getGuildId$p(this.this$0), WidgetGuildScheduledEventListBottomSheet.access$getChannelId$p(this.this$0)); - } -} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$5.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$5.java new file mode 100644 index 0000000000..622d697770 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$5.java @@ -0,0 +1,22 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import android.view.View; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelect; +import d0.z.d.m; +/* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ +public final class WidgetGuildScheduledEventListBottomSheet$onViewCreated$5 implements View.OnClickListener { + public final /* synthetic */ WidgetGuildScheduledEventListBottomSheet this$0; + + public WidgetGuildScheduledEventListBottomSheet$onViewCreated$5(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { + this.this$0 = widgetGuildScheduledEventListBottomSheet; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetGuildScheduledEventLocationSelect.Companion companion = WidgetGuildScheduledEventLocationSelect.Companion; + Context requireContext = this.this$0.requireContext(); + m.checkNotNullExpressionValue(requireContext, "requireContext()"); + companion.launch(requireContext, WidgetGuildScheduledEventListBottomSheet.access$getGuildId$p(this.this$0), WidgetGuildScheduledEventListBottomSheet.access$getChannelId$p(this.this$0)); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java index 5c41ecbaa8..3125c72023 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java @@ -30,6 +30,7 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.widgets.guildscheduledevent.GuildScheduledEventListItem; import com.discord.widgets.guildscheduledevent.GuildScheduledEventListViewModel; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsBottomSheet; import com.discord.widgets.guildscheduledevent.WidgetPreviewGuildScheduledEvent; import com.discord.widgets.stage.StageChannelJoinHelper; import com.discord.widgets.stage.start.StageEventsGuildsFeatureFlag; @@ -104,6 +105,10 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe return widgetGuildScheduledEventListBottomSheet.getGuildId(); } + public static final /* synthetic */ void access$onEventCardClicked(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet, GuildScheduledEventListItem.Event event) { + widgetGuildScheduledEventListBottomSheet.onEventCardClicked(event); + } + public static final /* synthetic */ void access$onEventStartClicked(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet, GuildScheduledEventListItem.Event event) { widgetGuildScheduledEventListBottomSheet.onEventStartClicked(event); } @@ -161,6 +166,13 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe return (GuildScheduledEventListViewModel) this.viewModel$delegate.getValue(); } + private final void onEventCardClicked(GuildScheduledEventListItem.Event event) { + WidgetGuildScheduledEventDetailsBottomSheet.Companion companion = WidgetGuildScheduledEventDetailsBottomSheet.Companion; + FragmentManager parentFragmentManager = getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + companion.show(parentFragmentManager, event.getEvent().g()); + } + private final void onEventStartClicked(GuildScheduledEventListItem.Event event) { if (event.getCanStartEvent()) { WidgetPreviewGuildScheduledEvent.Companion companion = WidgetPreviewGuildScheduledEvent.Companion; @@ -219,7 +231,7 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe super.onViewCreated(view, bundle); RecyclerView recyclerView = getBinding().d; m.checkNotNullExpressionValue(recyclerView, "binding.guildScheduledEventListRecyclerView"); - this.adapter = new GuildScheduledEventListAdapter(recyclerView, new WidgetGuildScheduledEventListBottomSheet$onViewCreated$1(this), new WidgetGuildScheduledEventListBottomSheet$onViewCreated$2(this)); + this.adapter = new GuildScheduledEventListAdapter(recyclerView, new WidgetGuildScheduledEventListBottomSheet$onViewCreated$2(this), new WidgetGuildScheduledEventListBottomSheet$onViewCreated$3(this), new WidgetGuildScheduledEventListBottomSheet$onViewCreated$1(this)); RecyclerView recyclerView2 = getBinding().d; GuildScheduledEventListAdapter guildScheduledEventListAdapter = this.adapter; if (guildScheduledEventListAdapter == null) { @@ -238,6 +250,6 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe } recyclerView2.addItemDecoration(new SpaceBetweenItemDecoration(context, orientation, guildScheduledEventListAdapter2, 0, 0, 24, null)); recyclerView2.setItemAnimator(null); - getBinding().b.setOnClickListener(new WidgetGuildScheduledEventListBottomSheet$onViewCreated$4(this)); + getBinding().b.setOnClickListener(new WidgetGuildScheduledEventListBottomSheet$onViewCreated$5(this)); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$binding$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$binding$2.java index cfce686658..468a710f49 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$binding$2.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$binding$2.java @@ -35,43 +35,47 @@ public final /* synthetic */ class WidgetGuildScheduledEventLocationSelect$bindi i = R.id.close_button; ImageView imageView = (ImageView) view.findViewById(R.id.close_button); if (imageView != null) { - i = R.id.external_location_input; - TextInputEditText textInputEditText2 = (TextInputEditText) view.findViewById(R.id.external_location_input); - if (textInputEditText2 != null) { - i = R.id.external_location_layout; - TextInputLayout textInputLayout2 = (TextInputLayout) view.findViewById(R.id.external_location_layout); - if (textInputLayout2 != null) { - i = R.id.external_option; - CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(R.id.external_option); - if (checkedSetting != null) { - i = R.id.guild_scheduled_event_settings_scroll_view; - NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(R.id.guild_scheduled_event_settings_scroll_view); - if (nestedScrollView != null) { - i = R.id.location_header; - TextView textView = (TextView) view.findViewById(R.id.location_header); - if (textView != null) { - i = R.id.location_options; - LinearLayout linearLayout = (LinearLayout) view.findViewById(R.id.location_options); - if (linearLayout != null) { - i = R.id.next_button; - MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.next_button); - if (materialButton != null) { - i = R.id.stage_channel_option; - CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(R.id.stage_channel_option); - if (checkedSetting2 != null) { - i = R.id.step_text; - TextView textView2 = (TextView) view.findViewById(R.id.step_text); - if (textView2 != null) { - i = R.id.title_view; - ScreenTitleView screenTitleView = (ScreenTitleView) view.findViewById(R.id.title_view); - if (screenTitleView != null) { - i = R.id.toolbar; - ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(R.id.toolbar); - if (constraintLayout != null) { - i = R.id.voice_channel_option; - CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(R.id.voice_channel_option); - if (checkedSetting3 != null) { - return new WidgetGuildScheduledEventLocationSelectBinding((ConstraintLayout) view, textInputEditText, textInputLayout, imageView, textInputEditText2, textInputLayout2, checkedSetting, nestedScrollView, textView, linearLayout, materialButton, checkedSetting2, textView2, screenTitleView, constraintLayout, checkedSetting3); + i = R.id.external_divider; + View findViewById = view.findViewById(R.id.external_divider); + if (findViewById != null) { + i = R.id.external_location_input; + TextInputEditText textInputEditText2 = (TextInputEditText) view.findViewById(R.id.external_location_input); + if (textInputEditText2 != null) { + i = R.id.external_location_layout; + TextInputLayout textInputLayout2 = (TextInputLayout) view.findViewById(R.id.external_location_layout); + if (textInputLayout2 != null) { + i = R.id.external_option; + CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(R.id.external_option); + if (checkedSetting != null) { + i = R.id.guild_scheduled_event_settings_scroll_view; + NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(R.id.guild_scheduled_event_settings_scroll_view); + if (nestedScrollView != null) { + i = R.id.location_header; + TextView textView = (TextView) view.findViewById(R.id.location_header); + if (textView != null) { + i = R.id.location_options; + LinearLayout linearLayout = (LinearLayout) view.findViewById(R.id.location_options); + if (linearLayout != null) { + i = R.id.next_button; + MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.next_button); + if (materialButton != null) { + i = R.id.stage_channel_option; + CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(R.id.stage_channel_option); + if (checkedSetting2 != null) { + i = R.id.step_text; + TextView textView2 = (TextView) view.findViewById(R.id.step_text); + if (textView2 != null) { + i = R.id.title_view; + ScreenTitleView screenTitleView = (ScreenTitleView) view.findViewById(R.id.title_view); + if (screenTitleView != null) { + i = R.id.toolbar; + ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(R.id.toolbar); + if (constraintLayout != null) { + i = R.id.voice_channel_option; + CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(R.id.voice_channel_option); + if (checkedSetting3 != null) { + return new WidgetGuildScheduledEventLocationSelectBinding((ConstraintLayout) view, textInputEditText, textInputLayout, imageView, findViewById, textInputEditText2, textInputLayout2, checkedSetting, nestedScrollView, textView, linearLayout, materialButton, checkedSetting2, textView2, screenTitleView, constraintLayout, checkedSetting3); + } } } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect.java index 486f0e472b..e62e60836b 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect.java @@ -24,6 +24,7 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.views.CheckedSetting; import com.discord.widgets.channels.WidgetChannelSelector; +import com.discord.widgets.guildscheduledevent.FreeFormEventsFeatureFlag; import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModal; import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventSettings; import com.google.android.material.button.MaterialButton; @@ -150,44 +151,51 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { if (viewState instanceof WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid) { WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid valid = (WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid) viewState; this.currentViewState = valid; - CheckedSetting checkedSetting = getBinding().j; + CheckedSetting checkedSetting = getBinding().k; m.checkNotNullExpressionValue(checkedSetting, "binding.stageChannelOption"); configureLocationOption(valid, checkedSetting, GuildScheduledEventEntityType.STAGE_INSTANCE, getDisabledMessageForChannelOption(valid.getAvailableStageChannelIds())); - CheckedSetting checkedSetting2 = getBinding().l; + CheckedSetting checkedSetting2 = getBinding().m; m.checkNotNullExpressionValue(checkedSetting2, "binding.voiceChannelOption"); configureLocationOption(valid, checkedSetting2, GuildScheduledEventEntityType.VOICE, getDisabledMessageForChannelOption(valid.getAvailableVoiceChannelIds())); - CheckedSetting checkedSetting3 = getBinding().g; + CheckedSetting checkedSetting3 = getBinding().h; m.checkNotNullExpressionValue(checkedSetting3, "binding.externalOption"); configureLocationOption(valid, checkedSetting3, GuildScheduledEventEntityType.EXTERNAL, getDisabledMessageForExternalOption(valid.getCanCreateExternalEvent())); + CheckedSetting checkedSetting4 = getBinding().h; + m.checkNotNullExpressionValue(checkedSetting4, "binding.externalOption"); + FreeFormEventsFeatureFlag.Companion companion = FreeFormEventsFeatureFlag.Companion; + checkedSetting4.setVisibility(companion.getINSTANCE().canCreateFreeFormEvents() ? 0 : 8); + View view = getBinding().e; + m.checkNotNullExpressionValue(view, "binding.externalDivider"); + view.setVisibility(companion.getINSTANCE().canCreateFreeFormEvents() ? 0 : 8); int ordinal = valid.getSelectedLocationOption().ordinal(); if (ordinal == 1 || ordinal == 2) { - TextView textView = getBinding().h; + TextView textView = getBinding().i; m.checkNotNullExpressionValue(textView, "binding.locationHeader"); ViewExtensions.setTextAndVisibilityBy(textView, getString(R.string.guild_event_location_voice_field_label)); TextInputLayout textInputLayout = getBinding().f1875c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelLocationLayout"); textInputLayout.setVisibility(0); - TextInputLayout textInputLayout2 = getBinding().f; + TextInputLayout textInputLayout2 = getBinding().g; m.checkNotNullExpressionValue(textInputLayout2, "binding.externalLocationLayout"); textInputLayout2.setVisibility(8); } else if (ordinal != 3) { - TextView textView2 = getBinding().h; + TextView textView2 = getBinding().i; m.checkNotNullExpressionValue(textView2, "binding.locationHeader"); textView2.setVisibility(8); TextInputLayout textInputLayout3 = getBinding().f1875c; m.checkNotNullExpressionValue(textInputLayout3, "binding.channelLocationLayout"); textInputLayout3.setVisibility(8); - TextInputLayout textInputLayout4 = getBinding().f; + TextInputLayout textInputLayout4 = getBinding().g; m.checkNotNullExpressionValue(textInputLayout4, "binding.externalLocationLayout"); textInputLayout4.setVisibility(8); } else { - TextView textView3 = getBinding().h; + TextView textView3 = getBinding().i; m.checkNotNullExpressionValue(textView3, "binding.locationHeader"); ViewExtensions.setTextAndVisibilityBy(textView3, getString(R.string.guild_event_location_elsewhere_field_label)); TextInputLayout textInputLayout5 = getBinding().f1875c; m.checkNotNullExpressionValue(textInputLayout5, "binding.channelLocationLayout"); textInputLayout5.setVisibility(8); - TextInputLayout textInputLayout6 = getBinding().f; + TextInputLayout textInputLayout6 = getBinding().g; m.checkNotNullExpressionValue(textInputLayout6, "binding.externalLocationLayout"); textInputLayout6.setVisibility(0); } @@ -200,7 +208,7 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { Channel selectedChannel2 = valid.getSelectedChannel(); textInputEditText.setText(selectedChannel2 != null ? selectedChannel2.m() : null); } - TextInputEditText textInputEditText2 = getBinding().e; + TextInputEditText textInputEditText2 = getBinding().f; Editable text2 = textInputEditText2.getText(); if (text2 != null) { str = text2.toString(); @@ -208,7 +216,7 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { if (!m.areEqual(str, valid.getExternalLocation())) { textInputEditText2.setText(valid.getExternalLocation()); } - MaterialButton materialButton = getBinding().i; + MaterialButton materialButton = getBinding().j; m.checkNotNullExpressionValue(materialButton, "binding.nextButton"); materialButton.setEnabled(isNextEnabled(valid)); } @@ -275,18 +283,18 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - TextView textView = getBinding().k; + TextView textView = getBinding().l; m.checkNotNullExpressionValue(textView, "binding.stepText"); b.n(textView, R.string.guild_event_step_label, new Object[]{1, 3}, null, 4); getBinding().d.setOnClickListener(new WidgetGuildScheduledEventLocationSelect$onViewBound$1(this)); - TextInputEditText textInputEditText = getBinding().e; + TextInputEditText textInputEditText = getBinding().f; m.checkNotNullExpressionValue(textInputEditText, "binding.externalLocationInput"); textInputEditText.addTextChangedListener(new WidgetGuildScheduledEventLocationSelect$onViewBound$$inlined$addTextChangedListener$1(this)); getBinding().b.setOnClickListener(new WidgetGuildScheduledEventLocationSelect$onViewBound$3(this)); WidgetChannelSelector.Companion.registerForResult(this, GUILD_SCHEDULED_EVENT_LOCATION_SELECT_REQUEST_KEY, false, new WidgetGuildScheduledEventLocationSelect$onViewBound$4(this)); - TextInputLayout textInputLayout = getBinding().f; + TextInputLayout textInputLayout = getBinding().g; m.checkNotNullExpressionValue(textInputLayout, "binding.externalLocationLayout"); ViewExtensions.setOnImeActionDone$default(textInputLayout, false, new WidgetGuildScheduledEventLocationSelect$onViewBound$5(this), 1, null); - getBinding().i.setOnClickListener(new WidgetGuildScheduledEventLocationSelect$onViewBound$6(this)); + getBinding().j.setOnClickListener(new WidgetGuildScheduledEventLocationSelect$onViewBound$6(this)); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java index acd60c16f0..affb5ba2d9 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java @@ -295,15 +295,9 @@ public final class WidgetGuildScheduledEventSettings extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - if (NonStageEventsFeatureFlag.Companion.getINSTANCE().canCreateNonStageEvents()) { - TextView textView = getBinding().m; - m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventSettingsStepText"); - b.n(textView, R.string.guild_event_step_label, new Object[]{2, 3}, null, 4); - } else { - TextView textView2 = getBinding().m; - m.checkNotNullExpressionValue(textView2, "binding.guildScheduledEventSettingsStepText"); - b.n(textView2, R.string.guild_event_step_label, new Object[]{1, 2}, null, 4); - } + TextView textView = getBinding().m; + m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventSettingsStepText"); + b.n(textView, R.string.guild_event_step_label, new Object[]{2, 3}, null, 4); getBinding().b.setOnClickListener(new WidgetGuildScheduledEventSettings$onViewBound$1(this)); TextInputEditText textInputEditText = getBinding().n; m.checkNotNullExpressionValue(textInputEditText, "binding.guildScheduledEventSettingsTopicInput"); diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java index 79aefe4216..46d0bf3612 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java @@ -178,15 +178,9 @@ public final class WidgetPreviewGuildScheduledEvent extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - if (NonStageEventsFeatureFlag.Companion.getINSTANCE().canCreateNonStageEvents()) { - TextView textView = getBinding().e; - m.checkNotNullExpressionValue(textView, "binding.confirmGuildScheduledEventStepText"); - b.n(textView, R.string.guild_event_step_label, new Object[]{3, 3}, null, 4); - } else { - TextView textView2 = getBinding().e; - m.checkNotNullExpressionValue(textView2, "binding.confirmGuildScheduledEventStepText"); - b.n(textView2, R.string.guild_event_step_label, new Object[]{2, 2}, null, 4); - } + TextView textView = getBinding().e; + m.checkNotNullExpressionValue(textView, "binding.confirmGuildScheduledEventStepText"); + b.n(textView, R.string.guild_event_step_label, new Object[]{3, 3}, null, 4); getBinding().b.setOnClickListener(new WidgetPreviewGuildScheduledEvent$onViewBound$1(this)); getBinding().i.setOnClickListener(new WidgetPreviewGuildScheduledEvent$onViewBound$2(this)); } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java b/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java index c9ad01c5a6..886b725122 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java @@ -47,25 +47,25 @@ public final class WidgetHomeHeaderManager$getOnSelectedAction$1 implements Acti m.checkNotNullExpressionValue(parentFragmentManager, "appFragment.parentFragmentManager"); PrivateCallLauncher privateCallLauncher = new PrivateCallLauncher(appFragment, appFragment, context, parentFragmentManager); switch (menuItem.getItemId()) { - case R.id.menu_chat_add_friend /* 2131364170 */: + case R.id.menu_chat_add_friend /* 2131364169 */: WidgetFriendsAdd.Companion.show$default(WidgetFriendsAdd.Companion, context, null, "Toolbar", 2, null); break; - case R.id.menu_chat_search /* 2131364171 */: + case R.id.menu_chat_search /* 2131364170 */: launchForSearch(context); break; - case R.id.menu_chat_side_panel /* 2131364172 */: + case R.id.menu_chat_side_panel /* 2131364171 */: this.$panelLayout.openEndPanel(); break; - case R.id.menu_chat_start_call /* 2131364173 */: + case R.id.menu_chat_start_call /* 2131364172 */: privateCallLauncher.launchVoiceCall(this.$this_getOnSelectedAction.getChannelId()); break; - case R.id.menu_chat_start_group /* 2131364174 */: + case R.id.menu_chat_start_group /* 2131364173 */: ChannelInviteLaunchUtils.inviteToChannel$default(ChannelInviteLaunchUtils.INSTANCE, this.$appFragment, this.$this_getOnSelectedAction.getChannel(), "Toolbar", null, null, 24, null); break; - case R.id.menu_chat_start_video_call /* 2131364175 */: + case R.id.menu_chat_start_video_call /* 2131364174 */: privateCallLauncher.launchVideoCall(this.$this_getOnSelectedAction.getChannelId()); break; - case R.id.menu_chat_stop_call /* 2131364176 */: + case R.id.menu_chat_stop_call /* 2131364175 */: StoreStream.Companion.getVoiceChannelSelected().clear(); break; } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java b/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java index 41537790a8..efd8e5b02a 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java @@ -374,7 +374,7 @@ public final class WidgetHomeViewModel extends AppViewModel { private final PanelState leftPanelState; /* renamed from: me reason: collision with root package name */ - private final MeUser f2224me; + private final MeUser f2225me; private final PanelState rightPanelState; public StoreState(PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3) { @@ -385,7 +385,7 @@ public final class WidgetHomeViewModel extends AppViewModel { this.leftPanelState = panelState; this.rightPanelState = panelState2; this.guildInfo = guildInfo; - this.f2224me = meUser; + this.f2225me = meUser; this.isThreadPeek = z2; this.isInGuildIdentityExperiment = z3; } @@ -401,7 +401,7 @@ public final class WidgetHomeViewModel extends AppViewModel { guildInfo = storeState.guildInfo; } if ((i & 8) != 0) { - meUser = storeState.f2224me; + meUser = storeState.f2225me; } if ((i & 16) != 0) { z2 = storeState.isThreadPeek; @@ -425,7 +425,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } public final MeUser component4() { - return this.f2224me; + return this.f2225me; } public final boolean component5() { @@ -452,7 +452,7 @@ public final class WidgetHomeViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.leftPanelState, storeState.leftPanelState) && m.areEqual(this.rightPanelState, storeState.rightPanelState) && m.areEqual(this.guildInfo, storeState.guildInfo) && m.areEqual(this.f2224me, storeState.f2224me) && this.isThreadPeek == storeState.isThreadPeek && this.isInGuildIdentityExperiment == storeState.isInGuildIdentityExperiment; + return m.areEqual(this.leftPanelState, storeState.leftPanelState) && m.areEqual(this.rightPanelState, storeState.rightPanelState) && m.areEqual(this.guildInfo, storeState.guildInfo) && m.areEqual(this.f2225me, storeState.f2225me) && this.isThreadPeek == storeState.isThreadPeek && this.isInGuildIdentityExperiment == storeState.isInGuildIdentityExperiment; } public final GuildInfo getGuildInfo() { @@ -464,7 +464,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2224me; + return this.f2225me; } public final PanelState getRightPanelState() { @@ -479,7 +479,7 @@ public final class WidgetHomeViewModel extends AppViewModel { int hashCode2 = (hashCode + (panelState2 != null ? panelState2.hashCode() : 0)) * 31; GuildInfo guildInfo = this.guildInfo; int hashCode3 = (hashCode2 + (guildInfo != null ? guildInfo.hashCode() : 0)) * 31; - MeUser meUser = this.f2224me; + MeUser meUser = this.f2225me; if (meUser != null) { i = meUser.hashCode(); } @@ -516,7 +516,7 @@ public final class WidgetHomeViewModel extends AppViewModel { P.append(", guildInfo="); P.append(this.guildInfo); P.append(", me="); - P.append(this.f2224me); + P.append(this.f2225me); P.append(", isThreadPeek="); P.append(this.isThreadPeek); P.append(", isInGuildIdentityExperiment="); @@ -676,7 +676,7 @@ public final class WidgetHomeViewModel extends AppViewModel { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager2 = weakReference2 != null ? weakReference2.get() : tooltipManager2; if (tooltipManager2 == null) { - TooltipManager tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2189c.getValue(), 0, aVar, 4); + TooltipManager tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2190c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager3); tooltipManager2 = tooltipManager3; } diff --git a/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java b/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java index ee3f1c9d60..5e4183ce6b 100644 --- a/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java +++ b/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java @@ -13,7 +13,7 @@ public final class DomainGuildInfo implements Parcelable { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2225id; + private final long f2226id; private final String name; /* compiled from: WidgetHubDomains.kt */ @@ -47,7 +47,7 @@ public final class DomainGuildInfo implements Parcelable { public DomainGuildInfo(String str, long j, String str2) { m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); this.icon = str; - this.f2225id = j; + this.f2226id = j; this.name = str2; } @@ -61,7 +61,7 @@ public final class DomainGuildInfo implements Parcelable { } public final long getId() { - return this.f2225id; + return this.f2226id; } public final String getName() { @@ -72,7 +72,7 @@ public final class DomainGuildInfo implements Parcelable { public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "parcel"); parcel.writeString(this.icon); - parcel.writeLong(this.f2225id); + parcel.writeLong(this.f2226id); parcel.writeString(this.name); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java b/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java index a25cc52489..5ab78a77a8 100644 --- a/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java +++ b/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java @@ -10,7 +10,7 @@ public final class RadioSelectorItem implements Parcelable { public static final Parcelable.Creator CREATOR = new Creator(); /* renamed from: id reason: collision with root package name */ - private final int f2226id; + private final int f2227id; private final boolean selected; private final String text; @@ -29,14 +29,14 @@ public final class RadioSelectorItem implements Parcelable { public RadioSelectorItem(int i, String str, boolean z2) { m.checkNotNullParameter(str, NotificationCompat.MessagingStyle.Message.KEY_TEXT); - this.f2226id = i; + this.f2227id = i; this.text = str; this.selected = z2; } public static /* synthetic */ RadioSelectorItem copy$default(RadioSelectorItem radioSelectorItem, int i, String str, boolean z2, int i2, Object obj) { if ((i2 & 1) != 0) { - i = radioSelectorItem.f2226id; + i = radioSelectorItem.f2227id; } if ((i2 & 2) != 0) { str = radioSelectorItem.text; @@ -48,7 +48,7 @@ public final class RadioSelectorItem implements Parcelable { } public final int component1() { - return this.f2226id; + return this.f2227id; } public final String component2() { @@ -78,11 +78,11 @@ public final class RadioSelectorItem implements Parcelable { return false; } RadioSelectorItem radioSelectorItem = (RadioSelectorItem) obj; - return this.f2226id == radioSelectorItem.f2226id && m.areEqual(this.text, radioSelectorItem.text) && this.selected == radioSelectorItem.selected; + return this.f2227id == radioSelectorItem.f2227id && m.areEqual(this.text, radioSelectorItem.text) && this.selected == radioSelectorItem.selected; } public final int getId() { - return this.f2226id; + return this.f2227id; } public final boolean getSelected() { @@ -95,7 +95,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // java.lang.Object public int hashCode() { - int i = this.f2226id * 31; + int i = this.f2227id * 31; String str = this.text; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; boolean z2 = this.selected; @@ -111,7 +111,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // java.lang.Object public String toString() { StringBuilder P = a.P("RadioSelectorItem(id="); - P.append(this.f2226id); + P.append(this.f2227id); P.append(", text="); P.append(this.text); P.append(", selected="); @@ -121,7 +121,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "parcel"); - parcel.writeInt(this.f2226id); + parcel.writeInt(this.f2227id); parcel.writeString(this.text); parcel.writeInt(this.selected ? 1 : 0); } diff --git a/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java b/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java index ea7d179ccd..73b5468143 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java @@ -116,16 +116,16 @@ public final class WidgetMedia$onViewBoundOrOnResume$1 implements Action public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_media_browser /* 2131364193 */: + case R.id.menu_media_browser /* 2131364192 */: m.checkNotNullExpressionValue(context, "context"); String uri = this.$sourceUri.toString(); m.checkNotNullExpressionValue(uri, "sourceUri.toString()"); UriHandler.handleOrUntrusted$default(context, uri, null, 4, null); return; - case R.id.menu_media_download /* 2131364194 */: + case R.id.menu_media_download /* 2131364193 */: this.this$0.requestMediaDownload(new AnonymousClass1(this, context)); return; - case R.id.menu_media_share /* 2131364195 */: + case R.id.menu_media_share /* 2131364194 */: m.checkNotNullExpressionValue(context, "context"); String uri2 = this.$sourceUri.toString(); m.checkNotNullExpressionValue(uri2, "sourceUri.toString()"); diff --git a/app/src/main/java/com/discord/widgets/media/WidgetMedia.java b/app/src/main/java/com/discord/widgets/media/WidgetMedia.java index 69b65a6288..53bfb34a4c 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetMedia.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetMedia.java @@ -167,7 +167,7 @@ public final class WidgetMedia extends AppFragment { String str3 = previewImage == null ? previewImage.a : null; Integer num2 = previewImage == null ? previewImage.b : null; if (previewImage != null) { - num = previewImage.f2091c; + num = previewImage.f2092c; } launch(context, j, l, str, str3, num2, num, mediaType); } diff --git a/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java b/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java index fc2d3d306c..dfa711b1f7 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java @@ -8,7 +8,6 @@ import android.webkit.URLUtil; import androidx.core.app.NotificationCompat; import androidx.fragment.app.Fragment; import c.a.d.j; -import c.a.d.m0.b; import c.d.b.a.a; import com.discord.R; import com.discord.app.AppFragment; @@ -91,7 +90,7 @@ public final class WidgetQRScanner extends AppFragment implements ZXingScannerVi if (result != null && (str = result.a) != null) { Uri parse = Uri.parse(str); if (URLUtil.isValidUrl(str)) { - b bVar = b.F; + c.a.d.m0.a aVar = c.a.d.m0.a.F; m.checkNotNullExpressionValue(parse, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); } IntentUtils intentUtils = IntentUtils.INSTANCE; @@ -102,8 +101,8 @@ public final class WidgetQRScanner extends AppFragment implements ZXingScannerVi } String path = parse.getPath(); if (path != null) { - b bVar2 = b.F; - Regex regex = b.D; + c.a.d.m0.a aVar2 = c.a.d.m0.a.F; + Regex regex = c.a.d.m0.a.D; m.checkNotNullExpressionValue(path, "it"); matchResult = regex.matchEntire(path); } else { diff --git a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java index 042d5b7c11..4d08ead2e3 100644 --- a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java +++ b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java @@ -64,11 +64,11 @@ public final class WidgetNoticeDialog extends AppDialog { private static final String ARG_THEME_ID = "theme_id"; /* renamed from: CANCEL_BUTTON */ - public static final int notice_cancel = 2131364339; + public static final int notice_cancel = 2131364338; public static final Companion Companion = new Companion(null); /* renamed from: OK_BUTTON */ - public static final int notice_ok = 2131364344; + public static final int notice_ok = 2131364343; public static final int ON_SHOW = 0; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetNoticeDialog$binding$2.INSTANCE, null, 2, null); private Map> listenerMap; diff --git a/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$4.java b/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$4.java index a360753d30..177d83cdd4 100644 --- a/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$4.java +++ b/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$4.java @@ -1,5 +1,6 @@ package com.discord.widgets.search; +import androidx.core.graphics.drawable.IconCompat; import com.facebook.drawee.span.DraweeSpanStringBuilder; import d0.z.d.m; import j0.k.b; @@ -8,7 +9,7 @@ public final class WidgetSearch$configureSearchInput$4 implements b implements public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_sort_channel /* 2131364211 */: + case R.id.menu_sort_channel /* 2131364210 */: WidgetServerSettingsChannelsSortActions.Companion companion = WidgetServerSettingsChannelsSortActions.Companion; FragmentManager childFragmentManager = this.this$0.getChildFragmentManager(); m.checkNotNullExpressionValue(childFragmentManager, "childFragmentManager"); companion.show(childFragmentManager, new AnonymousClass1(this)); return; - case R.id.menu_sort_done /* 2131364212 */: + case R.id.menu_sort_done /* 2131364211 */: WidgetServerSettingsChannels.access$getChannelSortTypeSubject$p(this.this$0).onNext(-1); return; default: diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$setOnClickListener$2.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$setOnClickListener$2.java index 96827f2f35..17235ae045 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$setOnClickListener$2.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$setOnClickListener$2.java @@ -32,7 +32,7 @@ public final class WidgetServerSettingsChannels$setOnClickListener$2 extends o i public final void invoke(long j) { if (PermissionUtils.can(16, this.$model.getChannelPermissions().get(Long.valueOf(j)))) { Channel channel = this.$model.getChannels().get(Long.valueOf(j)); - if (channel == null || !AnimatableValueParser.D1(channel)) { + if (channel == null || !AnimatableValueParser.m1(channel)) { WidgetTextChannelSettings.Companion.launch(j, this.this$0.requireContext()); } else { WidgetVoiceChannelSettings.Companion.launch(j, this.this$0.requireContext()); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java index 7fb9d4fbd3..b6a7f1730f 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java @@ -51,9 +51,9 @@ public final class WidgetServerSettingsEditIntegration extends AppFragment { public static final Companion Companion = new Companion(null); private static final String INTENT_EXTRA_GUILD_ID = "INTENT_EXTRA_GUILD_ID"; private static final String INTENT_EXTRA_INTEGRATION_ID = "INTENT_EXTRA_INTEGRATION_ID"; - private static final int STATE_KEY_ENABLE_TWITCH_EMOTES = 2131363075; - private static final int STATE_KEY_EXPIRE_BEHAVIOR = 2131363078; - private static final int STATE_KEY_GRACE_PERIOD = 2131363079; + private static final int STATE_KEY_ENABLE_TWITCH_EMOTES = 2131363076; + private static final int STATE_KEY_EXPIRE_BEHAVIOR = 2131363079; + private static final int STATE_KEY_GRACE_PERIOD = 2131363080; private static final int[] gracePeriodDays = {1, 3, 7, 14, 30}; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetServerSettingsEditIntegration$binding$2.INSTANCE, null, 2, null); private RadioManager expiryBehaviorRadioManager; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java index 2405951cfb..6471560e61 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java @@ -235,7 +235,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { public static final class VoiceRegion implements MGRecyclerDataPayload { /* renamed from: id reason: collision with root package name */ - private final String f2230id; + private final String f2231id; private final String key; private final String name; private final int type; @@ -243,14 +243,14 @@ public final class WidgetServerSettingsOverview extends AppFragment { public VoiceRegion(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2230id = str; + this.f2231id = str; this.name = str2; this.key = str; } public static /* synthetic */ VoiceRegion copy$default(VoiceRegion voiceRegion, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = voiceRegion.f2230id; + str = voiceRegion.f2231id; } if ((i & 2) != 0) { str2 = voiceRegion.name; @@ -259,7 +259,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { } public final String component1() { - return this.f2230id; + return this.f2231id; } public final String component2() { @@ -280,11 +280,11 @@ public final class WidgetServerSettingsOverview extends AppFragment { return false; } VoiceRegion voiceRegion = (VoiceRegion) obj; - return m.areEqual(this.f2230id, voiceRegion.f2230id) && m.areEqual(this.name, voiceRegion.name); + return m.areEqual(this.f2231id, voiceRegion.f2231id) && m.areEqual(this.name, voiceRegion.name); } public final String getId() { - return this.f2230id; + return this.f2231id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -302,7 +302,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { } public int hashCode() { - String str = this.f2230id; + String str = this.f2231id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -314,7 +314,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { public String toString() { StringBuilder P = a.P("VoiceRegion(id="); - P.append(this.f2230id); + P.append(this.f2231id); P.append(", name="); return a.H(P, this.name, ")"); } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java index d4dde73c12..d3ba6cd5ec 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java @@ -251,12 +251,12 @@ public final class WidgetServerSettingsRoles extends AppFragment { widgetServerSettingsRolesAdapter.configure(model.getRoleItems(), new WidgetServerSettingsRoles$configureUI$1(this, model), new WidgetServerSettingsRoles$configureUI$2(this, model)); } if (!model.getCanManageRoles() || !model.getElevated()) { - getBinding().f1980c.hide(); - getBinding().f1980c.setOnClickListener(null); + getBinding().f1981c.hide(); + getBinding().f1981c.setOnClickListener(null); return; } - getBinding().f1980c.setOnClickListener(new WidgetServerSettingsRoles$configureUI$3(this, model)); - getBinding().f1980c.show(); + getBinding().f1981c.setOnClickListener(new WidgetServerSettingsRoles$configureUI$3(this, model)); + getBinding().f1981c.show(); } private final void createRole(long j, Model model) { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsSecurity.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsSecurity.java index 8c89d96a28..443fa13c43 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsSecurity.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsSecurity.java @@ -229,15 +229,15 @@ public final class WidgetServerSettingsSecurity extends AppFragment { if (j <= 0) { dismiss(); } - getBinding().f1982c.setText(z2 ? R.string.disable : R.string.enable); - MaterialButton materialButton = getBinding().f1982c; + getBinding().f1983c.setText(z2 ? R.string.disable : R.string.enable); + MaterialButton materialButton = getBinding().f1983c; m.checkNotNullExpressionValue(materialButton, "binding.serverSettingsSecurityDialogConfirm"); WidgetServerSettingsSecurityDialogBinding binding = getBinding(); m.checkNotNullExpressionValue(binding, "binding"); LinearLayout linearLayout = binding.a; m.checkNotNullExpressionValue(linearLayout, "binding.root"); materialButton.setBackgroundTintList(ColorStateList.valueOf(ColorCompat.getColor(linearLayout.getContext(), z2 ? R.color.status_red_500 : R.color.status_green_600))); - getBinding().f1982c.setOnClickListener(new WidgetServerSettingsSecurity$ToggleMfaDialog$configure$1(this, z2, j)); + getBinding().f1983c.setOnClickListener(new WidgetServerSettingsSecurity$ToggleMfaDialog$configure$1(this, z2, j)); getBinding().b.setOnClickListener(new WidgetServerSettingsSecurity$ToggleMfaDialog$configure$2(this)); } @@ -275,13 +275,13 @@ public final class WidgetServerSettingsSecurity extends AppFragment { setActionBarTitle(R.string.security); setActionBarSubtitle(model.getGuildName()); if (model.isMfaEnabled()) { - getBinding().f1981c.setText(R.string.guild_security_req_mfa_turn_off); - MaterialButton materialButton = getBinding().f1981c; + getBinding().f1982c.setText(R.string.guild_security_req_mfa_turn_off); + MaterialButton materialButton = getBinding().f1982c; m.checkNotNullExpressionValue(materialButton, "binding.serverSettingsSecurityToggleMfaButton"); materialButton.setBackgroundTintList(ColorStateList.valueOf(ColorCompat.getColor(requireContext(), (int) R.color.status_red_500))); } else { - getBinding().f1981c.setText(R.string.guild_security_req_mfa_turn_on); - MaterialButton materialButton2 = getBinding().f1981c; + getBinding().f1982c.setText(R.string.guild_security_req_mfa_turn_on); + MaterialButton materialButton2 = getBinding().f1982c; m.checkNotNullExpressionValue(materialButton2, "binding.serverSettingsSecurityToggleMfaButton"); materialButton2.setBackgroundTintList(ColorStateList.valueOf(ColorCompat.getColor(requireContext(), (int) R.color.status_green_600))); } @@ -289,7 +289,7 @@ public final class WidgetServerSettingsSecurity extends AppFragment { if (findFragmentByTag != null) { ((ToggleMfaDialog) findFragmentByTag).configure(model.getGuildId(), model.isMfaEnabled()); } - getBinding().f1981c.setOnClickListener(new WidgetServerSettingsSecurity$configureUI$1(this, model)); + getBinding().f1982c.setOnClickListener(new WidgetServerSettingsSecurity$configureUI$1(this, model)); } private final WidgetServerSettingsSecurityBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsVanityUrl.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsVanityUrl.java index c42db100e8..6cbc2dce4f 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsVanityUrl.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsVanityUrl.java @@ -246,12 +246,12 @@ public final class WidgetServerSettingsVanityUrl extends AppFragment { if (str != null) { if (str.length() > 0) { String u = a.u("https://discord.gg/", str); - TextView textView = getBinding().f1983c; + TextView textView = getBinding().f1984c; m.checkNotNullExpressionValue(textView, "binding.serverSettingsVanityUrlCurrentUrl"); c.a.k.b.n(textView, R.string.vanity_url_help_extended, new Object[]{u}, null, 4); } } - TextView textView2 = getBinding().f1983c; + TextView textView2 = getBinding().f1984c; m.checkNotNullExpressionValue(textView2, "binding.serverSettingsVanityUrlCurrentUrl"); if (str != null) { if (str.length() > 0) { diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java index 28bec7d447..60f643f5ae 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java @@ -33,10 +33,10 @@ public final class WidgetServerSettingsAuditLog$onViewBound$1 implements Acti public final boolean onMenuItemClick(MenuItem menuItem) { m.checkNotNullExpressionValue(menuItem, "it"); switch (menuItem.getItemId()) { - case R.id.menu_audit_log_sort_actions /* 2131364160 */: + case R.id.menu_audit_log_sort_actions /* 2131364159 */: WidgetServerSettingsAuditLogFilter.Companion.show(a.x(this.$view, "view", "view.context"), WidgetServerSettingsAuditLog.access$getGuildId$p(this.this$0.this$0.this$0), 1); break; - case R.id.menu_audit_log_sort_users /* 2131364161 */: + case R.id.menu_audit_log_sort_users /* 2131364160 */: WidgetServerSettingsAuditLogFilter.Companion.show(a.x(this.$view, "view", "view.context"), WidgetServerSettingsAuditLog.access$getGuildId$p(this.this$0.this$0.this$0), 0); break; } diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java index eaedb695e2..426b9edd6b 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java @@ -213,7 +213,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA private final GuildMember guildMember; /* renamed from: id reason: collision with root package name */ - private final long f2231id; + private final long f2232id; private final boolean isChecked; private final String key; private final CharSequence text; @@ -223,7 +223,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA public AuditLogUserFilterItem(User user, GuildMember guildMember, long j, CharSequence charSequence, Integer num, boolean z2) { this.user = user; this.guildMember = guildMember; - this.f2231id = j; + this.f2232id = j; this.text = charSequence; this.discriminator = num; this.isChecked = z2; @@ -239,7 +239,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA } public final long getId() { - return this.f2231id; + return this.f2232id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java index 2cff868698..c9ddf75357 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java @@ -143,7 +143,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2232me; + private final MeUser f2233me; private final Long permissions; private final Channel rulesChannel; private final Channel updatesChannel; @@ -154,7 +154,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(meUser, "me"); this.guild = guild; - this.f2232me = meUser; + this.f2233me = meUser; this.permissions = l; this.rulesChannel = channel; this.updatesChannel = channel2; @@ -165,7 +165,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie guild = valid.guild; } if ((i & 2) != 0) { - meUser = valid.f2232me; + meUser = valid.f2233me; } if ((i & 4) != 0) { l = valid.permissions; @@ -184,7 +184,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie } public final MeUser component2() { - return this.f2232me; + return this.f2233me; } public final Long component3() { @@ -213,7 +213,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie return false; } Valid valid = (Valid) obj; - return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2232me, valid.f2232me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); + return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2233me, valid.f2233me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); } public final Guild getGuild() { @@ -221,7 +221,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie } public final MeUser getMe() { - return this.f2232me; + return this.f2233me; } public final Long getPermissions() { @@ -240,7 +240,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie Guild guild = this.guild; int i = 0; int hashCode = (guild != null ? guild.hashCode() : 0) * 31; - MeUser meUser = this.f2232me; + MeUser meUser = this.f2233me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -257,7 +257,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie StringBuilder P = a.P("Valid(guild="); P.append(this.guild); P.append(", me="); - P.append(this.f2232me); + P.append(this.f2233me); P.append(", permissions="); P.append(this.permissions); P.append(", rulesChannel="); diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java index 7df9ab478b..eadd3bfde7 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java @@ -380,7 +380,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2233me; + private final MeUser f2234me; private final Long permissions; private final Map roles; private final Channel rulesChannel; @@ -392,7 +392,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(meUser, "me"); this.guild = guild; - this.f2233me = meUser; + this.f2234me = meUser; this.permissions = l; this.roles = map; this.rulesChannel = channel; @@ -406,7 +406,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM guild = valid.guild; } if ((i & 2) != 0) { - meUser = valid.f2233me; + meUser = valid.f2234me; } if ((i & 4) != 0) { l = valid.permissions; @@ -428,7 +428,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM } public final MeUser component2() { - return this.f2233me; + return this.f2234me; } public final Long component3() { @@ -461,7 +461,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM return false; } Valid valid = (Valid) obj; - return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2233me, valid.f2233me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.roles, valid.roles) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); + return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2234me, valid.f2234me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.roles, valid.roles) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); } public final Guild getGuild() { @@ -469,7 +469,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM } public final MeUser getMe() { - return this.f2233me; + return this.f2234me; } public final Long getPermissions() { @@ -492,7 +492,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM Guild guild = this.guild; int i = 0; int hashCode = (guild != null ? guild.hashCode() : 0) * 31; - MeUser meUser = this.f2233me; + MeUser meUser = this.f2234me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -511,7 +511,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM StringBuilder P = a.P("Valid(guild="); P.append(this.guild); P.append(", me="); - P.append(this.f2233me); + P.append(this.f2234me); P.append(", permissions="); P.append(this.permissions); P.append(", roles="); diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/ServerSettingsGuildRoleSubscriptionTierAdapter.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/ServerSettingsGuildRoleSubscriptionTierAdapter.java index a2ff1253b5..6c37fed0e8 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/ServerSettingsGuildRoleSubscriptionTierAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/ServerSettingsGuildRoleSubscriptionTierAdapter.java @@ -91,7 +91,13 @@ public final class ServerSettingsGuildRoleSubscriptionTierAdapter extends Recycl m.checkNotNullParameter(tierViewHolder, "holder"); ServerSettingsGuildRoleSubscriptionTierAdapterItem serverSettingsGuildRoleSubscriptionTierAdapterItem = (ServerSettingsGuildRoleSubscriptionTierAdapterItem) this.items.get(i); if ((tierViewHolder instanceof TierViewHolder.TierItemViewHolder) && (serverSettingsGuildRoleSubscriptionTierAdapterItem instanceof ServerSettingsGuildRoleSubscriptionTierAdapterItem.Tier)) { - ((TierViewHolder.TierItemViewHolder) tierViewHolder).configureUI((ServerSettingsGuildRoleSubscriptionTierAdapterItem.Tier) serverSettingsGuildRoleSubscriptionTierAdapterItem); + TierViewHolder.TierItemViewHolder tierItemViewHolder = (TierViewHolder.TierItemViewHolder) tierViewHolder; + ServerSettingsGuildRoleSubscriptionTierAdapterItem.Tier tier = (ServerSettingsGuildRoleSubscriptionTierAdapterItem.Tier) serverSettingsGuildRoleSubscriptionTierAdapterItem; + ItemClickListener itemClickListener = this.itemClickListener; + if (itemClickListener == null) { + m.throwUninitializedPropertyAccessException("itemClickListener"); + } + tierItemViewHolder.configureUI(tier, itemClickListener); } } @@ -122,11 +128,7 @@ public final class ServerSettingsGuildRoleSubscriptionTierAdapter extends Recycl if (imageView != null) { ViewServerSettingsGuildRoleSubscriptionTierItemBinding viewServerSettingsGuildRoleSubscriptionTierItemBinding = new ViewServerSettingsGuildRoleSubscriptionTierItemBinding((ConstraintLayout) inflate, barrier, textView, simpleDraweeView, textView2, textView3, imageView); m.checkNotNullExpressionValue(viewServerSettingsGuildRoleSubscriptionTierItemBinding, "ViewServerSettingsGuildR…(inflater, parent, false)"); - ItemClickListener itemClickListener = this.itemClickListener; - if (itemClickListener == null) { - m.throwUninitializedPropertyAccessException("itemClickListener"); - } - tierViewHolder = new TierViewHolder.TierItemViewHolder(viewServerSettingsGuildRoleSubscriptionTierItemBinding, itemClickListener); + tierViewHolder = new TierViewHolder.TierItemViewHolder(viewServerSettingsGuildRoleSubscriptionTierItemBinding); } } } @@ -144,11 +146,11 @@ public final class ServerSettingsGuildRoleSubscriptionTierAdapter extends Recycl if (textView4 != null) { ViewServerSettingsGuildRoleSubscriptionAddTierItemBinding viewServerSettingsGuildRoleSubscriptionAddTierItemBinding = new ViewServerSettingsGuildRoleSubscriptionAddTierItemBinding((ConstraintLayout) inflate2, imageView2, textView4); m.checkNotNullExpressionValue(viewServerSettingsGuildRoleSubscriptionAddTierItemBinding, "ViewServerSettingsGuildR…rent, false\n )"); - ItemClickListener itemClickListener2 = this.itemClickListener; - if (itemClickListener2 == null) { + ItemClickListener itemClickListener = this.itemClickListener; + if (itemClickListener == null) { m.throwUninitializedPropertyAccessException("itemClickListener"); } - tierViewHolder = new TierViewHolder.AddTierItemViewHolder(viewServerSettingsGuildRoleSubscriptionAddTierItemBinding, itemClickListener2); + tierViewHolder = new TierViewHolder.AddTierItemViewHolder(viewServerSettingsGuildRoleSubscriptionAddTierItemBinding, itemClickListener); } } throw new NullPointerException("Missing required view with ID: ".concat(inflate2.getResources().getResourceName(i3))); diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/TierViewHolder$TierItemViewHolder$configureUI$1.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/TierViewHolder$TierItemViewHolder$configureUI$1.java index c3c0677417..7643ca26fb 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/TierViewHolder$TierItemViewHolder$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/TierViewHolder$TierItemViewHolder$configureUI$1.java @@ -2,19 +2,19 @@ package com.discord.widgets.servers.guild_role_subscription; import android.view.View; import com.discord.api.guildrolesubscription.GuildRoleSubscriptionTierListing; -import com.discord.widgets.servers.guild_role_subscription.TierViewHolder; +import com.discord.widgets.servers.guild_role_subscription.ServerSettingsGuildRoleSubscriptionTierAdapter; /* compiled from: ServerSettingsGuildRoleSubscriptionTierAdapter.kt */ public final class TierViewHolder$TierItemViewHolder$configureUI$1 implements View.OnClickListener { + public final /* synthetic */ ServerSettingsGuildRoleSubscriptionTierAdapter.ItemClickListener $itemClickListener; public final /* synthetic */ GuildRoleSubscriptionTierListing $tierListing; - public final /* synthetic */ TierViewHolder.TierItemViewHolder this$0; - public TierViewHolder$TierItemViewHolder$configureUI$1(TierViewHolder.TierItemViewHolder tierItemViewHolder, GuildRoleSubscriptionTierListing guildRoleSubscriptionTierListing) { - this.this$0 = tierItemViewHolder; + public TierViewHolder$TierItemViewHolder$configureUI$1(ServerSettingsGuildRoleSubscriptionTierAdapter.ItemClickListener itemClickListener, GuildRoleSubscriptionTierListing guildRoleSubscriptionTierListing) { + this.$itemClickListener = itemClickListener; this.$tierListing = guildRoleSubscriptionTierListing; } @Override // android.view.View.OnClickListener public final void onClick(View view) { - TierViewHolder.TierItemViewHolder.access$getItemClickListener$p(this.this$0).onTierItemClick(this.$tierListing); + this.$itemClickListener.onTierItemClick(this.$tierListing); } } diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/TierViewHolder.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/TierViewHolder.java index 73b7f8d014..81a22a2a6d 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/TierViewHolder.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/TierViewHolder.java @@ -52,7 +52,6 @@ public abstract class TierViewHolder extends RecyclerView.ViewHolder { public static final Companion Companion = new Companion(null); private static final int MAX_TIER_IMAGE_SIZE = 64; private final ViewServerSettingsGuildRoleSubscriptionTierItemBinding binding; - private final ServerSettingsGuildRoleSubscriptionTierAdapter.ItemClickListener itemClickListener; private final int tierImageSizePx; /* compiled from: ServerSettingsGuildRoleSubscriptionTierAdapter.kt */ @@ -66,27 +65,22 @@ public abstract class TierViewHolder extends RecyclerView.ViewHolder { } /* JADX WARNING: Illegal instructions before constructor call */ - public TierItemViewHolder(ViewServerSettingsGuildRoleSubscriptionTierItemBinding viewServerSettingsGuildRoleSubscriptionTierItemBinding, ServerSettingsGuildRoleSubscriptionTierAdapter.ItemClickListener itemClickListener) { + public TierItemViewHolder(ViewServerSettingsGuildRoleSubscriptionTierItemBinding viewServerSettingsGuildRoleSubscriptionTierItemBinding) { super(r0, null); m.checkNotNullParameter(viewServerSettingsGuildRoleSubscriptionTierItemBinding, "binding"); - m.checkNotNullParameter(itemClickListener, "itemClickListener"); ConstraintLayout constraintLayout = viewServerSettingsGuildRoleSubscriptionTierItemBinding.a; m.checkNotNullExpressionValue(constraintLayout, "binding.root"); this.binding = viewServerSettingsGuildRoleSubscriptionTierItemBinding; - this.itemClickListener = itemClickListener; View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); this.tierImageSizePx = view.getResources().getDimensionPixelSize(R.dimen.guild_role_subscription_tier_image_size); } - public static final /* synthetic */ ServerSettingsGuildRoleSubscriptionTierAdapter.ItemClickListener access$getItemClickListener$p(TierItemViewHolder tierItemViewHolder) { - return tierItemViewHolder.itemClickListener; - } - - public final void configureUI(ServerSettingsGuildRoleSubscriptionTierAdapterItem.Tier tier) { + public final void configureUI(ServerSettingsGuildRoleSubscriptionTierAdapterItem.Tier tier, ServerSettingsGuildRoleSubscriptionTierAdapter.ItemClickListener itemClickListener) { m.checkNotNullParameter(tier, "tierAdapterItem"); + m.checkNotNullParameter(itemClickListener, "itemClickListener"); GuildRoleSubscriptionTierListing tierListing = tier.getTierListing(); - this.itemView.setOnClickListener(new TierViewHolder$TierItemViewHolder$configureUI$1(this, tierListing)); + this.itemView.setOnClickListener(new TierViewHolder$TierItemViewHolder$configureUI$1(itemClickListener, tierListing)); TextView textView = this.binding.d; m.checkNotNullExpressionValue(textView, "binding.guildRoleSubscriptionTierName"); textView.setText(tierListing.d()); diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierAdapter.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierAdapter.java index fe2f8d4c48..a08ab9bc8d 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierAdapter.java @@ -2,10 +2,9 @@ package com.discord.widgets.servers.guild_role_subscription.edit_tier; import androidx.fragment.app.Fragment; import androidx.viewpager2.adapter.FragmentStateAdapter; -import c.d.b.a.a; import com.discord.R; import com.discord.widgets.guild_role_subscriptions.tier.create.WidgetGuildRoleSubscriptionTierDetails; -import d0.j; +import com.discord.widgets.servers.role_members.WidgetServerSettingsRoleMembers; import d0.z.d.m; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: WidgetServerSettingsGuildRoleSubscriptionEditTier.kt */ @@ -15,6 +14,7 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierAdapter extends Fr private static final int TIER_DETAILS_POSITION = 0; private static final int TIER_MEMBERS_POSITION = 2; private final long guildId; + private final long guildRoleId; private int pageSize; /* compiled from: WidgetServerSettingsGuildRoleSubscriptionEditTier.kt */ @@ -28,10 +28,11 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierAdapter extends Fr } /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public ServerSettingsGuildRoleSubscriptionEditTierAdapter(Fragment fragment, long j) { + public ServerSettingsGuildRoleSubscriptionEditTierAdapter(Fragment fragment, long j, long j2) { super(fragment); m.checkNotNullParameter(fragment, "fragment"); this.guildId = j; + this.guildRoleId = j2; } @Override // androidx.viewpager2.adapter.FragmentStateAdapter @@ -42,10 +43,10 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierAdapter extends Fr if (i == 1) { return WidgetGuildRoleSubscriptionEditTierBenefits.Companion.newInstance(this.guildId); } - if (i != 2) { - throw new IllegalArgumentException(); + if (i == 2) { + return WidgetServerSettingsRoleMembers.Companion.newInstance(this.guildRoleId, this.guildId); } - throw new j(a.u("An operation is not implemented: ", "Add the members view")); + throw new IllegalArgumentException(); } @Override // androidx.recyclerview.widget.RecyclerView.Adapter diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$publishTier$1.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$publishTier$1.java index 26bebb73ee..acf4638b78 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$publishTier$1.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$publishTier$1.java @@ -28,7 +28,7 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel$publishT public final void invoke(GuildRoleSubscriptionTierListing guildRoleSubscriptionTierListing) { m.checkNotNullParameter(guildRoleSubscriptionTierListing, "it"); - ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$updateViewState(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.ViewState.Loaded.copy$default(this.$viewState, false, false, false, 3, null)); + ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$updateViewState(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.ViewState.Loaded.copy$default(this.$viewState, 0, false, false, false, 7, null)); ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$emitEvent(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.Event.SubmitSuccess.INSTANCE); } } diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$publishTier$2.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$publishTier$2.java index bfc974a332..d8032cbaba 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$publishTier$2.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$publishTier$2.java @@ -28,7 +28,7 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel$publishT public final void invoke(Error error) { m.checkNotNullParameter(error, "it"); - ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$updateViewState(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.ViewState.Loaded.copy$default(this.$viewState, false, false, false, 3, null)); + ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$updateViewState(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.ViewState.Loaded.copy$default(this.$viewState, 0, false, false, false, 7, null)); ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$emitEvent(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.Event.SubmitFailure.INSTANCE); } } diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$submitChanges$1.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$submitChanges$1.java index 009a05e524..f537f49d4e 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$submitChanges$1.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$submitChanges$1.java @@ -28,7 +28,7 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel$submitCh public final void invoke(GuildRoleSubscriptionTierListing guildRoleSubscriptionTierListing) { m.checkNotNullParameter(guildRoleSubscriptionTierListing, "it"); - ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$updateViewState(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.ViewState.Loaded.copy$default(this.$viewState, false, false, false, 3, null)); + ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$updateViewState(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.ViewState.Loaded.copy$default(this.$viewState, 0, false, false, false, 7, null)); ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$emitEvent(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.Event.SubmitSuccess.INSTANCE); } } diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$submitChanges$2.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$submitChanges$2.java index c0c423da36..805b4bc72f 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$submitChanges$2.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$submitChanges$2.java @@ -28,7 +28,7 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel$submitCh public final void invoke(Error error) { m.checkNotNullParameter(error, "it"); - ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$updateViewState(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.ViewState.Loaded.copy$default(this.$viewState, false, false, false, 3, null)); + ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$updateViewState(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.ViewState.Loaded.copy$default(this.$viewState, 0, false, false, false, 7, null)); ServerSettingsGuildRoleSubscriptionEditTierViewModel.access$emitEvent(this.this$0, ServerSettingsGuildRoleSubscriptionEditTierViewModel.Event.SubmitFailure.INSTANCE); } } diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel.java index e07e3f9dfa..9392b10313 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel.java @@ -1,5 +1,6 @@ package com.discord.widgets.servers.guild_role_subscription.edit_tier; +import a0.a.a.b; import android.content.Context; import androidx.annotation.MainThread; import c.d.b.a.a; @@ -292,53 +293,58 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends /* compiled from: ServerSettingsGuildRoleSubscriptionEditTierViewModel.kt */ public static final class Loaded extends ViewState { + private final long guildRoleId; private final boolean hasChanges; private final boolean isPublished; private final boolean isSubmitting; - public Loaded() { - this(false, false, false, 7, null); - } - - public Loaded(boolean z2, boolean z3, boolean z4) { + public Loaded(long j, boolean z2, boolean z3, boolean z4) { super(null); + this.guildRoleId = j; this.hasChanges = z2; this.isPublished = z3; this.isSubmitting = z4; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public /* synthetic */ Loaded(boolean z2, boolean z3, boolean z4, int i, DefaultConstructorMarker defaultConstructorMarker) { - this((i & 1) != 0 ? false : z2, (i & 2) != 0 ? false : z3, (i & 4) != 0 ? false : z4); + public /* synthetic */ Loaded(long j, boolean z2, boolean z3, boolean z4, int i, DefaultConstructorMarker defaultConstructorMarker) { + this(j, (i & 2) != 0 ? false : z2, (i & 4) != 0 ? false : z3, (i & 8) != 0 ? false : z4); } - public static /* synthetic */ Loaded copy$default(Loaded loaded, boolean z2, boolean z3, boolean z4, int i, Object obj) { + public static /* synthetic */ Loaded copy$default(Loaded loaded, long j, boolean z2, boolean z3, boolean z4, int i, Object obj) { if ((i & 1) != 0) { - z2 = loaded.hasChanges; + j = loaded.guildRoleId; } if ((i & 2) != 0) { - z3 = loaded.isPublished; + z2 = loaded.hasChanges; } if ((i & 4) != 0) { + z3 = loaded.isPublished; + } + if ((i & 8) != 0) { z4 = loaded.isSubmitting; } - return loaded.copy(z2, z3, z4); + return loaded.copy(j, z2, z3, z4); } - public final boolean component1() { - return this.hasChanges; + public final long component1() { + return this.guildRoleId; } public final boolean component2() { - return this.isPublished; + return this.hasChanges; } public final boolean component3() { + return this.isPublished; + } + + public final boolean component4() { return this.isSubmitting; } - public final Loaded copy(boolean z2, boolean z3, boolean z4) { - return new Loaded(z2, z3, z4); + public final Loaded copy(long j, boolean z2, boolean z3, boolean z4) { + return new Loaded(j, z2, z3, z4); } public boolean equals(Object obj) { @@ -349,7 +355,11 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends return false; } Loaded loaded = (Loaded) obj; - return this.hasChanges == loaded.hasChanges && this.isPublished == loaded.isPublished && this.isSubmitting == loaded.isSubmitting; + return this.guildRoleId == loaded.guildRoleId && this.hasChanges == loaded.hasChanges && this.isPublished == loaded.isPublished && this.isSubmitting == loaded.isSubmitting; + } + + public final long getGuildRoleId() { + return this.guildRoleId; } public final boolean getHasChanges() { @@ -357,6 +367,7 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends } public int hashCode() { + int a = b.a(this.guildRoleId) * 31; boolean z2 = this.hasChanges; int i = 1; if (z2) { @@ -365,7 +376,7 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends int i2 = z2 ? 1 : 0; int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; - int i5 = i2 * 31; + int i5 = (a + i2) * 31; boolean z3 = this.isPublished; if (z3) { z3 = true; @@ -390,7 +401,9 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends } public String toString() { - StringBuilder P = a.P("Loaded(hasChanges="); + StringBuilder P = a.P("Loaded(guildRoleId="); + P.append(this.guildRoleId); + P.append(", hasChanges="); P.append(this.hasChanges); P.append(", isPublished="); P.append(this.isPublished); @@ -527,17 +540,17 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends String d = guildRoleSubscriptionTierListing.d(); String a = guildRoleSubscriptionTierListing.a(); Long c2 = guildRoleSubscriptionTierListing.c(); - SubscriptionPlan subscriptionPlan = (SubscriptionPlan) u.getOrNull(guildRoleSubscriptionTierListing.g(), 0); + SubscriptionPlan subscriptionPlan = (SubscriptionPlan) u.getOrNull(guildRoleSubscriptionTierListing.h(), 0); if (subscriptionPlan != null) { i = subscriptionPlan.d(); } GuildRoleSubscriptionTier guildRoleSubscriptionTier = new GuildRoleSubscriptionTier(d, Integer.valueOf(i), null, null, null, c2, a, Boolean.valueOf(guildRoleSubscriptionTierListing.e()), arrayList, arrayList2, 28, null); this.storedGuildRoleSubscriptionTier = guildRoleSubscriptionTier; this.eventSubject.j.onNext(new Event.StoredStateUpdate(guildRoleSubscriptionTier)); - updateViewState(new ViewState.Loaded(false, guildRoleSubscriptionTierListing.e(), false, 5, null)); + updateViewState(new ViewState.Loaded(guildRoleSubscriptionTierListing.g(), false, guildRoleSubscriptionTierListing.e(), false, 10, null)); return; } - updateViewState(new ViewState.Loaded(hasChanges, guildRoleSubscriptionTierListing.e(), false, 4, null)); + updateViewState(new ViewState.Loaded(guildRoleSubscriptionTierListing.g(), hasChanges, guildRoleSubscriptionTierListing.e(), false, 8, null)); } } } @@ -562,6 +575,7 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends } public final void onTierUpdated(GuildRoleSubscriptionTier guildRoleSubscriptionTier) { + boolean z2; m.checkNotNullParameter(guildRoleSubscriptionTier, "guildRoleSubscriptionTier"); ViewState requireViewState = requireViewState(); if (!(requireViewState instanceof ViewState.Loaded)) { @@ -569,14 +583,12 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends } ViewState.Loaded loaded = (ViewState.Loaded) requireViewState; if (loaded != null) { - boolean z2 = false; + boolean z3 = false; String name = guildRoleSubscriptionTier.getName(); GuildRoleSubscriptionTier guildRoleSubscriptionTier2 = this.storedGuildRoleSubscriptionTier; - boolean areEqual = m.areEqual(name, guildRoleSubscriptionTier2 != null ? guildRoleSubscriptionTier2.getName() : null); - boolean z3 = true; - if (!areEqual) { + if (!m.areEqual(name, guildRoleSubscriptionTier2 != null ? guildRoleSubscriptionTier2.getName() : null)) { this.editedTierName = guildRoleSubscriptionTier.getName(); - z2 = true; + z3 = true; } else { this.editedTierName = null; } @@ -584,13 +596,13 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends GuildRoleSubscriptionTier guildRoleSubscriptionTier3 = this.storedGuildRoleSubscriptionTier; if (!m.areEqual(description, guildRoleSubscriptionTier3 != null ? guildRoleSubscriptionTier3.getDescription() : null)) { this.editedTierDescription = guildRoleSubscriptionTier.getDescription(); - z2 = true; + z3 = true; } else { this.editedTierDescription = null; } if (guildRoleSubscriptionTier.getImage() != null) { this.editedTierImage = guildRoleSubscriptionTier.getImage(); - z2 = true; + z3 = true; } else { this.editedTierImage = null; } @@ -598,7 +610,7 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends GuildRoleSubscriptionTier guildRoleSubscriptionTier4 = this.storedGuildRoleSubscriptionTier; if (!m.areEqual(memberColor, guildRoleSubscriptionTier4 != null ? guildRoleSubscriptionTier4.getMemberColor() : null)) { this.editedMemberColor = guildRoleSubscriptionTier.getMemberColor(); - z2 = true; + z3 = true; } else { this.editedMemberColor = null; } @@ -606,7 +618,7 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends GuildRoleSubscriptionTier guildRoleSubscriptionTier5 = this.storedGuildRoleSubscriptionTier; if (!m.areEqual(channelBenefits, guildRoleSubscriptionTier5 != null ? guildRoleSubscriptionTier5.getChannelBenefits() : null)) { this.editedChannelBenefits = guildRoleSubscriptionTier.getChannelBenefits(); - z2 = true; + z3 = true; } else { this.editedChannelBenefits = null; } @@ -614,11 +626,12 @@ public final class ServerSettingsGuildRoleSubscriptionEditTierViewModel extends GuildRoleSubscriptionTier guildRoleSubscriptionTier6 = this.storedGuildRoleSubscriptionTier; if (!m.areEqual(intangibleBenefits, guildRoleSubscriptionTier6 != null ? guildRoleSubscriptionTier6.getIntangibleBenefits() : null)) { this.editedIntangibleBenefits = guildRoleSubscriptionTier.getIntangibleBenefits(); + z2 = true; } else { this.editedIntangibleBenefits = null; - z3 = z2; + z2 = z3; } - updateViewState(ViewState.Loaded.copy$default(loaded, z3, false, false, 6, null)); + updateViewState(ViewState.Loaded.copy$default(loaded, 0, z2, false, false, 13, null)); } } diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$1.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$1.java index e401a6868c..1c698949dd 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$1.java @@ -1,30 +1,16 @@ package com.discord.widgets.servers.guild_role_subscription.edit_tier; -import com.google.android.material.tabs.TabLayout; -import d0.z.d.m; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function2; +import android.view.View; /* compiled from: WidgetServerSettingsGuildRoleSubscriptionEditTier.kt */ -public final class WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$1 extends o implements Function2 { +public final class WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$1 implements View.OnClickListener { public final /* synthetic */ WidgetServerSettingsGuildRoleSubscriptionEditTier this$0; - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$1(WidgetServerSettingsGuildRoleSubscriptionEditTier widgetServerSettingsGuildRoleSubscriptionEditTier) { - super(2); this.this$0 = widgetServerSettingsGuildRoleSubscriptionEditTier; } - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ - @Override // kotlin.jvm.functions.Function2 - public /* bridge */ /* synthetic */ Unit invoke(TabLayout.Tab tab, Integer num) { - invoke(tab, num.intValue()); - return Unit.a; - } - - public final void invoke(TabLayout.Tab tab, int i) { - m.checkNotNullParameter(tab, "tab"); - tab.setText(WidgetServerSettingsGuildRoleSubscriptionEditTier.access$getAdapter$p(this.this$0).getTabStringResId(i)); + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetServerSettingsGuildRoleSubscriptionEditTier.access$getViewModel$p(this.this$0).submitChanges(); } } diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2.java index 160e872846..02e5ba6b69 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2.java @@ -1,16 +1,43 @@ package com.discord.widgets.servers.guild_role_subscription.edit_tier; import android.view.View; +import androidx.fragment.app.FragmentManager; +import com.discord.widgets.servers.guild_role_subscription.edit_tier.PublishGuildRoleSubscriptionTierDialog; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; /* compiled from: WidgetServerSettingsGuildRoleSubscriptionEditTier.kt */ public final class WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2 implements View.OnClickListener { public final /* synthetic */ WidgetServerSettingsGuildRoleSubscriptionEditTier this$0; + /* compiled from: WidgetServerSettingsGuildRoleSubscriptionEditTier.kt */ + /* renamed from: com.discord.widgets.servers.guild_role_subscription.edit_tier.WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function0 { + public final /* synthetic */ WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2 widgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2) { + super(0); + this.this$0 = widgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + WidgetServerSettingsGuildRoleSubscriptionEditTier.access$getViewModel$p(this.this$0.this$0).publishTier(); + } + } + public WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2(WidgetServerSettingsGuildRoleSubscriptionEditTier widgetServerSettingsGuildRoleSubscriptionEditTier) { this.this$0 = widgetServerSettingsGuildRoleSubscriptionEditTier; } @Override // android.view.View.OnClickListener public final void onClick(View view) { - WidgetServerSettingsGuildRoleSubscriptionEditTier.access$getViewModel$p(this.this$0).submitChanges(); + PublishGuildRoleSubscriptionTierDialog.Companion companion = PublishGuildRoleSubscriptionTierDialog.Companion; + FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + companion.show(parentFragmentManager, new AnonymousClass1(this)); } } diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3.java deleted file mode 100644 index 53f5daf864..0000000000 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3.java +++ /dev/null @@ -1,43 +0,0 @@ -package com.discord.widgets.servers.guild_role_subscription.edit_tier; - -import android.view.View; -import androidx.fragment.app.FragmentManager; -import com.discord.widgets.servers.guild_role_subscription.edit_tier.PublishGuildRoleSubscriptionTierDialog; -import d0.z.d.m; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; -/* compiled from: WidgetServerSettingsGuildRoleSubscriptionEditTier.kt */ -public final class WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3 implements View.OnClickListener { - public final /* synthetic */ WidgetServerSettingsGuildRoleSubscriptionEditTier this$0; - - /* compiled from: WidgetServerSettingsGuildRoleSubscriptionEditTier.kt */ - /* renamed from: com.discord.widgets.servers.guild_role_subscription.edit_tier.WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3$1 reason: invalid class name */ - public static final class AnonymousClass1 extends o implements Function0 { - public final /* synthetic */ WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3 this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public AnonymousClass1(WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3 widgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3) { - super(0); - this.this$0 = widgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3; - } - - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final void mo1invoke() { - WidgetServerSettingsGuildRoleSubscriptionEditTier.access$getViewModel$p(this.this$0.this$0).publishTier(); - } - } - - public WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3(WidgetServerSettingsGuildRoleSubscriptionEditTier widgetServerSettingsGuildRoleSubscriptionEditTier) { - this.this$0 = widgetServerSettingsGuildRoleSubscriptionEditTier; - } - - @Override // android.view.View.OnClickListener - public final void onClick(View view) { - PublishGuildRoleSubscriptionTierDialog.Companion companion = PublishGuildRoleSubscriptionTierDialog.Companion; - FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - companion.show(parentFragmentManager, new AnonymousClass1(this)); - } -} diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$1.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$1.java new file mode 100644 index 0000000000..e5f39a92d5 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$1.java @@ -0,0 +1,19 @@ +package com.discord.widgets.servers.guild_role_subscription.edit_tier; + +import d0.z.d.q; +/* compiled from: WidgetServerSettingsGuildRoleSubscriptionEditTier.kt */ +public final /* synthetic */ class WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$1 extends q { + public WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$1(WidgetServerSettingsGuildRoleSubscriptionEditTier widgetServerSettingsGuildRoleSubscriptionEditTier) { + super(widgetServerSettingsGuildRoleSubscriptionEditTier, WidgetServerSettingsGuildRoleSubscriptionEditTier.class, "adapter", "getAdapter()Lcom/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierAdapter;", 0); + } + + @Override // d0.z.d.q, kotlin.reflect.KProperty0 + public Object get() { + return WidgetServerSettingsGuildRoleSubscriptionEditTier.access$getAdapter$p((WidgetServerSettingsGuildRoleSubscriptionEditTier) this.receiver); + } + + @Override // d0.z.d.q + public void set(Object obj) { + WidgetServerSettingsGuildRoleSubscriptionEditTier.access$setAdapter$p((WidgetServerSettingsGuildRoleSubscriptionEditTier) this.receiver, (ServerSettingsGuildRoleSubscriptionEditTierAdapter) obj); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$2.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$2.java new file mode 100644 index 0000000000..7e78630512 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$2.java @@ -0,0 +1,30 @@ +package com.discord.widgets.servers.guild_role_subscription.edit_tier; + +import com.google.android.material.tabs.TabLayout; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function2; +/* compiled from: WidgetServerSettingsGuildRoleSubscriptionEditTier.kt */ +public final class WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$2 extends o implements Function2 { + public final /* synthetic */ WidgetServerSettingsGuildRoleSubscriptionEditTier this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$2(WidgetServerSettingsGuildRoleSubscriptionEditTier widgetServerSettingsGuildRoleSubscriptionEditTier) { + super(2); + this.this$0 = widgetServerSettingsGuildRoleSubscriptionEditTier; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public /* bridge */ /* synthetic */ Unit invoke(TabLayout.Tab tab, Integer num) { + invoke(tab, num.intValue()); + return Unit.a; + } + + public final void invoke(TabLayout.Tab tab, int i) { + m.checkNotNullParameter(tab, "tab"); + tab.setText(WidgetServerSettingsGuildRoleSubscriptionEditTier.access$getAdapter$p(this.this$0).getTabStringResId(i)); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java index 938b940d4f..0b1d12d500 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java @@ -37,9 +37,11 @@ import rx.Observable; public final class WidgetServerSettingsGuildRoleSubscriptionEditTier extends AppFragment { public static final /* synthetic */ KProperty[] $$delegatedProperties = {a.a0(WidgetServerSettingsGuildRoleSubscriptionEditTier.class, "binding", "getBinding()Lcom/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionEditTierBinding;", 0)}; public static final Companion Companion = new Companion(null); + private static final int DRAFT_TIER_PAGE_SIZE = 3; private static final String INTENT_EXTRA_GUILD_ID = "INTENT_EXTRA_GUILD_ID"; private static final String INTENT_EXTRA_GUILD_ROLE_SUBSCRIPTION_GROUP_LISTING_ID = "INTENT_EXTRA_GUILD_ROLE_SUBSCRIPTION_GROUP_LISTING_ID"; private static final String INTENT_EXTRA_GUILD_ROLE_SUBSCRIPTION_TIER_LISTING_ID = "INTENT_EXTRA_GUILD_ROLE_SUBSCRIPTION_TIER_LISTING_ID"; + private static final int PUBLISHED_TIER_PAGE_SIZE = 2; private static final int SERVER_SETTINGS_GUILD_ROLE_SUBSCRIPTIONS_EDIT_TIER_VIEW_FLIPPER_LOADED_STATE = 1; private static final int SERVER_SETTINGS_GUILD_ROLE_SUBSCRIPTION_EDIT_TIER_VIEW_FLIPPER_LOADING_STATE = 0; private ServerSettingsGuildRoleSubscriptionEditTierAdapter adapter; @@ -129,10 +131,16 @@ public final class WidgetServerSettingsGuildRoleSubscriptionEditTier extends App appViewFlipper2.setDisplayedChild(1); Group group = getBinding().f1966c; m.checkNotNullExpressionValue(group, "binding.guildRoleSubscriptionEditTierPublishGroup"); - if (!(!loaded.isPublished())) { + if (!(true ^ loaded.isPublished())) { i = 8; } group.setVisibility(i); + setupAdapterIfUninitialized(loaded.getGuildRoleId()); + ServerSettingsGuildRoleSubscriptionEditTierAdapter serverSettingsGuildRoleSubscriptionEditTierAdapter = this.adapter; + if (serverSettingsGuildRoleSubscriptionEditTierAdapter == null) { + m.throwUninitializedPropertyAccessException("adapter"); + } + serverSettingsGuildRoleSubscriptionEditTierAdapter.setPageSize(loaded.isPublished() ? 2 : 3); } else if (m.areEqual(viewState, ServerSettingsGuildRoleSubscriptionEditTierViewModel.ViewState.Failed.INSTANCE)) { c.a.d.m.i(this, R.string.default_failure_to_perform_action_message, 0, 4); requireActivity().finish(); @@ -171,32 +179,32 @@ public final class WidgetServerSettingsGuildRoleSubscriptionEditTier extends App } } + private final void setupAdapterIfUninitialized(long j) { + if (this.adapter == null) { + this.adapter = new ServerSettingsGuildRoleSubscriptionEditTierAdapter(this, getGuildId(), j); + ViewPager2 viewPager2 = getBinding().e; + m.checkNotNullExpressionValue(viewPager2, "binding.guildRoleSubscriptionEditTierViewPager"); + ServerSettingsGuildRoleSubscriptionEditTierAdapter serverSettingsGuildRoleSubscriptionEditTierAdapter = this.adapter; + if (serverSettingsGuildRoleSubscriptionEditTierAdapter == null) { + m.throwUninitializedPropertyAccessException("adapter"); + } + viewPager2.setAdapter(serverSettingsGuildRoleSubscriptionEditTierAdapter); + TabLayout tabLayout = getBinding().d; + m.checkNotNullExpressionValue(tabLayout, "binding.guildRoleSubscriptionEditTierTabs"); + ViewPager2 viewPager22 = getBinding().e; + m.checkNotNullExpressionValue(viewPager22, "binding.guildRoleSubscriptionEditTierViewPager"); + ViewPager2ExtensionsKt.setUpWithViewPager2(tabLayout, viewPager22, new WidgetServerSettingsGuildRoleSubscriptionEditTier$setupAdapterIfUninitialized$2(this)); + } + } + @Override // com.discord.app.AppFragment public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - this.adapter = new ServerSettingsGuildRoleSubscriptionEditTierAdapter(this, getGuildId()); - ViewPager2 viewPager2 = getBinding().e; - m.checkNotNullExpressionValue(viewPager2, "binding.guildRoleSubscriptionEditTierViewPager"); - ServerSettingsGuildRoleSubscriptionEditTierAdapter serverSettingsGuildRoleSubscriptionEditTierAdapter = this.adapter; - if (serverSettingsGuildRoleSubscriptionEditTierAdapter == null) { - m.throwUninitializedPropertyAccessException("adapter"); - } - viewPager2.setAdapter(serverSettingsGuildRoleSubscriptionEditTierAdapter); - TabLayout tabLayout = getBinding().d; - m.checkNotNullExpressionValue(tabLayout, "binding.guildRoleSubscriptionEditTierTabs"); - ViewPager2 viewPager22 = getBinding().e; - m.checkNotNullExpressionValue(viewPager22, "binding.guildRoleSubscriptionEditTierViewPager"); - ViewPager2ExtensionsKt.setUpWithViewPager2(tabLayout, viewPager22, new WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$1(this)); - ServerSettingsGuildRoleSubscriptionEditTierAdapter serverSettingsGuildRoleSubscriptionEditTierAdapter2 = this.adapter; - if (serverSettingsGuildRoleSubscriptionEditTierAdapter2 == null) { - m.throwUninitializedPropertyAccessException("adapter"); - } - serverSettingsGuildRoleSubscriptionEditTierAdapter2.setPageSize(2); setActionBarDisplayHomeAsUpEnabled(true); setActionBarSubtitle(R.string.guild_settings_role_subscription_tier_edit_subtitle); - getBinding().f.setOnClickListener(new WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2(this)); - getBinding().b.setOnClickListener(new WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$3(this)); + getBinding().f.setOnClickListener(new WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$1(this)); + getBinding().b.setOnClickListener(new WidgetServerSettingsGuildRoleSubscriptionEditTier$onViewBound$2(this)); } @Override // com.discord.app.AppFragment diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java index 9a629409c0..d7181037a2 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java @@ -217,7 +217,7 @@ public final class WidgetMemberVerificationViewModel extends AppViewModel roles; @@ -225,7 +225,7 @@ public final class WidgetMemberVerificationViewModel extends AppViewModel 0) { + int i = 0; + while (true) { + int i2 = i + 1; + View childAt = viewPager.getChildAt(i); + m.checkNotNullExpressionValue(childAt, "getChildAt(index)"); + Object tag = childAt.getTag(); + Objects.requireNonNull(tag, "null cannot be cast to non-null type kotlin.Int"); + ((PremiumGuildSubscriptionPerkView) childAt).configure(((Integer) tag).intValue(), this.premiumTier, this.guildId); + if (i2 < childCount) { + i = i2; + } else { + return; + } + } } } diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMemberAdapterItem.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMemberAdapterItem.java new file mode 100644 index 0000000000..0283cc7f01 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMemberAdapterItem.java @@ -0,0 +1,89 @@ +package com.discord.widgets.servers.role_members; + +import c.d.b.a.a; +import com.discord.models.member.GuildMember; +import com.discord.utilities.recycler.DiffKeyProvider; +import com.discord.widgets.channels.permissions.PermissionOwner; +import d0.z.d.m; +/* compiled from: ServerSettingsRoleMemberAdapterItem.kt */ +public final class ServerSettingsRoleMemberAdapterItem implements DiffKeyProvider { + private final GuildMember guildMember; + private final String key; + private final PermissionOwner.Member permissionOwner; + + public ServerSettingsRoleMemberAdapterItem(GuildMember guildMember, PermissionOwner.Member member) { + m.checkNotNullParameter(guildMember, "guildMember"); + m.checkNotNullParameter(member, "permissionOwner"); + this.guildMember = guildMember; + this.permissionOwner = member; + this.key = String.valueOf(member.getUser().getId()); + } + + public static /* synthetic */ ServerSettingsRoleMemberAdapterItem copy$default(ServerSettingsRoleMemberAdapterItem serverSettingsRoleMemberAdapterItem, GuildMember guildMember, PermissionOwner.Member member, int i, Object obj) { + if ((i & 1) != 0) { + guildMember = serverSettingsRoleMemberAdapterItem.guildMember; + } + if ((i & 2) != 0) { + member = serverSettingsRoleMemberAdapterItem.permissionOwner; + } + return serverSettingsRoleMemberAdapterItem.copy(guildMember, member); + } + + public final GuildMember component1() { + return this.guildMember; + } + + public final PermissionOwner.Member component2() { + return this.permissionOwner; + } + + public final ServerSettingsRoleMemberAdapterItem copy(GuildMember guildMember, PermissionOwner.Member member) { + m.checkNotNullParameter(guildMember, "guildMember"); + m.checkNotNullParameter(member, "permissionOwner"); + return new ServerSettingsRoleMemberAdapterItem(guildMember, member); + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof ServerSettingsRoleMemberAdapterItem)) { + return false; + } + ServerSettingsRoleMemberAdapterItem serverSettingsRoleMemberAdapterItem = (ServerSettingsRoleMemberAdapterItem) obj; + return m.areEqual(this.guildMember, serverSettingsRoleMemberAdapterItem.guildMember) && m.areEqual(this.permissionOwner, serverSettingsRoleMemberAdapterItem.permissionOwner); + } + + public final GuildMember getGuildMember() { + return this.guildMember; + } + + @Override // com.discord.utilities.recycler.DiffKeyProvider + public String getKey() { + return this.key; + } + + public final PermissionOwner.Member getPermissionOwner() { + return this.permissionOwner; + } + + public int hashCode() { + GuildMember guildMember = this.guildMember; + int i = 0; + int hashCode = (guildMember != null ? guildMember.hashCode() : 0) * 31; + PermissionOwner.Member member = this.permissionOwner; + if (member != null) { + i = member.hashCode(); + } + return hashCode + i; + } + + public String toString() { + StringBuilder P = a.P("ServerSettingsRoleMemberAdapterItem(guildMember="); + P.append(this.guildMember); + P.append(", permissionOwner="); + P.append(this.permissionOwner); + P.append(")"); + return P.toString(); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersAdapter$setItems$1.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersAdapter$setItems$1.java new file mode 100644 index 0000000000..de6363eaa3 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersAdapter$setItems$1.java @@ -0,0 +1,30 @@ +package com.discord.widgets.servers.role_members; + +import d0.z.d.m; +import d0.z.d.o; +import java.util.List; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class ServerSettingsRoleMembersAdapter$setItems$1 extends o implements Function1, Unit> { + public final /* synthetic */ ServerSettingsRoleMembersAdapter this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public ServerSettingsRoleMembersAdapter$setItems$1(ServerSettingsRoleMembersAdapter serverSettingsRoleMembersAdapter) { + super(1); + this.this$0 = serverSettingsRoleMembersAdapter; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(List list) { + invoke((List) list); + return Unit.a; + } + + public final void invoke(List list) { + m.checkNotNullParameter(list, "items"); + ServerSettingsRoleMembersAdapter.access$setItems$p(this.this$0, list); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersAdapter.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersAdapter.java new file mode 100644 index 0000000000..e5ed093280 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersAdapter.java @@ -0,0 +1,75 @@ +package com.discord.widgets.servers.role_members; + +import android.view.LayoutInflater; +import android.view.ViewGroup; +import androidx.recyclerview.widget.RecyclerView; +import com.discord.app.AppComponent; +import com.discord.databinding.RemovablePermissionOwnerViewBinding; +import com.discord.models.member.GuildMember; +import com.discord.models.user.User; +import com.discord.utilities.recycler.DiffCreator; +import d0.t.n; +import d0.z.d.m; +import java.util.List; +import kotlin.Unit; +import kotlin.jvm.functions.Function2; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class ServerSettingsRoleMembersAdapter extends RecyclerView.Adapter { + private final DiffCreator, ServerSettingsRoleMembersViewHolder> diffCreator; + private List items; + private Function2 removeMemberClickListener; + + public ServerSettingsRoleMembersAdapter(AppComponent appComponent, DiffCreator, ServerSettingsRoleMembersViewHolder> diffCreator) { + m.checkNotNullParameter(appComponent, "appComponent"); + m.checkNotNullParameter(diffCreator, "diffCreator"); + this.diffCreator = diffCreator; + this.items = n.emptyList(); + } + + /* JADX INFO: this call moved to the top of the method (can break code semantics) */ + public /* synthetic */ ServerSettingsRoleMembersAdapter(AppComponent appComponent, DiffCreator diffCreator, int i, DefaultConstructorMarker defaultConstructorMarker) { + this(appComponent, (i & 2) != 0 ? new DiffCreator(appComponent) : diffCreator); + } + + public static final /* synthetic */ List access$getItems$p(ServerSettingsRoleMembersAdapter serverSettingsRoleMembersAdapter) { + return serverSettingsRoleMembersAdapter.items; + } + + public static final /* synthetic */ void access$setItems$p(ServerSettingsRoleMembersAdapter serverSettingsRoleMembersAdapter, List list) { + serverSettingsRoleMembersAdapter.items = list; + } + + @Override // androidx.recyclerview.widget.RecyclerView.Adapter + public int getItemCount() { + return this.items.size(); + } + + public void onBindViewHolder(ServerSettingsRoleMembersViewHolder serverSettingsRoleMembersViewHolder, int i) { + m.checkNotNullParameter(serverSettingsRoleMembersViewHolder, "holder"); + ServerSettingsRoleMemberAdapterItem serverSettingsRoleMemberAdapterItem = this.items.get(i); + Function2 function2 = this.removeMemberClickListener; + if (function2 == null) { + m.throwUninitializedPropertyAccessException("removeMemberClickListener"); + } + serverSettingsRoleMembersViewHolder.configureUI(serverSettingsRoleMemberAdapterItem, function2); + } + + @Override // androidx.recyclerview.widget.RecyclerView.Adapter + public ServerSettingsRoleMembersViewHolder onCreateViewHolder(ViewGroup viewGroup, int i) { + m.checkNotNullParameter(viewGroup, "parent"); + RemovablePermissionOwnerViewBinding a = RemovablePermissionOwnerViewBinding.a(LayoutInflater.from(viewGroup.getContext()), viewGroup, false); + m.checkNotNullExpressionValue(a, "RemovablePermissionOwner…rent,\n false\n )"); + return new ServerSettingsRoleMembersViewHolder(a); + } + + public final void setItems(List list) { + m.checkNotNullParameter(list, "newItems"); + this.diffCreator.dispatchDiffUpdatesAsync(this, new ServerSettingsRoleMembersAdapter$setItems$1(this), this.items, list); + } + + public final void setRemoveMemberClickListener(Function2 function2) { + m.checkNotNullParameter(function2, "removeMemberClickListener"); + this.removeMemberClickListener = function2; + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewHolder$configureUI$1.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewHolder$configureUI$1.java new file mode 100644 index 0000000000..b283e37119 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewHolder$configureUI$1.java @@ -0,0 +1,19 @@ +package com.discord.widgets.servers.role_members; + +import android.view.View; +import kotlin.jvm.functions.Function2; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class ServerSettingsRoleMembersViewHolder$configureUI$1 implements View.OnClickListener { + public final /* synthetic */ ServerSettingsRoleMemberAdapterItem $adapterItem; + public final /* synthetic */ Function2 $removeMemberClickListener; + + public ServerSettingsRoleMembersViewHolder$configureUI$1(Function2 function2, ServerSettingsRoleMemberAdapterItem serverSettingsRoleMemberAdapterItem) { + this.$removeMemberClickListener = function2; + this.$adapterItem = serverSettingsRoleMemberAdapterItem; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + this.$removeMemberClickListener.invoke(this.$adapterItem.getGuildMember(), this.$adapterItem.getPermissionOwner().getUser()); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewHolder.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewHolder.java new file mode 100644 index 0000000000..3cd35c867a --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewHolder.java @@ -0,0 +1,27 @@ +package com.discord.widgets.servers.role_members; + +import androidx.recyclerview.widget.RecyclerView; +import com.discord.databinding.RemovablePermissionOwnerViewBinding; +import com.discord.models.member.GuildMember; +import com.discord.models.user.User; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function2; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class ServerSettingsRoleMembersViewHolder extends RecyclerView.ViewHolder { + private final RemovablePermissionOwnerViewBinding binding; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public ServerSettingsRoleMembersViewHolder(RemovablePermissionOwnerViewBinding removablePermissionOwnerViewBinding) { + super(removablePermissionOwnerViewBinding.a); + m.checkNotNullParameter(removablePermissionOwnerViewBinding, "binding"); + this.binding = removablePermissionOwnerViewBinding; + } + + public final void configureUI(ServerSettingsRoleMemberAdapterItem serverSettingsRoleMemberAdapterItem, Function2 function2) { + m.checkNotNullParameter(serverSettingsRoleMemberAdapterItem, "adapterItem"); + m.checkNotNullParameter(function2, "removeMemberClickListener"); + this.binding.b.a(serverSettingsRoleMemberAdapterItem.getPermissionOwner()); + this.binding.f1650c.setOnClickListener(new ServerSettingsRoleMembersViewHolder$configureUI$1(function2, serverSettingsRoleMemberAdapterItem)); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1$guildMembers$1.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1$guildMembers$1.java new file mode 100644 index 0000000000..d913d8c0e4 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1$guildMembers$1.java @@ -0,0 +1,28 @@ +package com.discord.widgets.servers.role_members; + +import com.discord.models.member.GuildMember; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.jvm.functions.Function1; +/* compiled from: ServerSettingsRoleMembersViewModel.kt */ +public final class ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1$guildMembers$1 extends o implements Function1 { + public final /* synthetic */ ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1$guildMembers$1(ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1 serverSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1) { + super(1); + this.this$0 = serverSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Boolean invoke(GuildMember guildMember) { + return Boolean.valueOf(invoke(guildMember)); + } + + public final boolean invoke(GuildMember guildMember) { + m.checkNotNullParameter(guildMember, "it"); + return guildMember.getRoles().contains(Long.valueOf(this.this$0.$guildRoleId)); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1.java new file mode 100644 index 0000000000..289a361873 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1.java @@ -0,0 +1,49 @@ +package com.discord.widgets.servers.role_members; + +import com.discord.api.role.GuildRole; +import com.discord.models.member.GuildMember; +import com.discord.models.user.User; +import com.discord.stores.StoreGuilds; +import com.discord.stores.StoreUser; +import com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel; +import d0.f0.q; +import d0.t.n; +import d0.t.u; +import d0.z.d.o; +import java.util.Collection; +import java.util.List; +import java.util.Map; +import kotlin.jvm.functions.Function0; +import kotlin.sequences.Sequence; +/* compiled from: ServerSettingsRoleMembersViewModel.kt */ +public final class ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1 extends o implements Function0 { + public final /* synthetic */ long $guildId; + public final /* synthetic */ long $guildRoleId; + public final /* synthetic */ StoreGuilds $storeGuilds; + public final /* synthetic */ StoreUser $storeUser; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1(StoreGuilds storeGuilds, long j, long j2, StoreUser storeUser) { + super(0); + this.$storeGuilds = storeGuilds; + this.$guildId = j; + this.$guildRoleId = j2; + this.$storeUser = storeUser; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final ServerSettingsRoleMembersViewModel.StoreState mo1invoke() { + List list; + Collection values; + Sequence asSequence; + Sequence filter; + Map map = this.$storeGuilds.getMembers().get(Long.valueOf(this.$guildId)); + if (map == null || (values = map.values()) == null || (asSequence = u.asSequence(values)) == null || (filter = q.filter(asSequence, new ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1$guildMembers$1(this))) == null || (list = q.toList(filter)) == null) { + list = n.emptyList(); + } + Map users = this.$storeUser.getUsers(); + Map map2 = this.$storeGuilds.getRoles().get(Long.valueOf(this.$guildId)); + return new ServerSettingsRoleMembersViewModel.StoreState(list, users, map2 != null ? map2.get(Long.valueOf(this.$guildRoleId)) : null); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeStoreState$1.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeStoreState$1.java new file mode 100644 index 0000000000..cd9640fd2a --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$Companion$observeStoreState$1.java @@ -0,0 +1,35 @@ +package com.discord.widgets.servers.role_members; + +import com.discord.models.member.GuildMember; +import com.discord.models.user.User; +import com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel; +import d0.g0.w; +import d0.z.d.m; +import java.util.ArrayList; +import java.util.List; +import rx.functions.Func2; +/* compiled from: ServerSettingsRoleMembersViewModel.kt */ +public final class ServerSettingsRoleMembersViewModel$Companion$observeStoreState$1 implements Func2 { + public static final ServerSettingsRoleMembersViewModel$Companion$observeStoreState$1 INSTANCE = new ServerSettingsRoleMembersViewModel$Companion$observeStoreState$1(); + + public final ServerSettingsRoleMembersViewModel.StoreState call(String str, ServerSettingsRoleMembersViewModel.StoreState storeState) { + String nick; + String username; + m.checkNotNullParameter(str, "filter"); + m.checkNotNullParameter(storeState, "storeState"); + List guildMembers = storeState.getGuildMembers(); + ArrayList arrayList = new ArrayList(); + for (Object obj : guildMembers) { + GuildMember guildMember = (GuildMember) obj; + User user = storeState.getUsers().get(Long.valueOf(guildMember.getUserId())); + boolean z2 = true; + if ((user == null || (username = user.getUsername()) == null || !w.contains((CharSequence) username, (CharSequence) str, true)) && ((nick = guildMember.getNick()) == null || !w.contains((CharSequence) nick, (CharSequence) str, true))) { + z2 = false; + } + if (z2) { + arrayList.add(obj); + } + } + return ServerSettingsRoleMembersViewModel.StoreState.copy$default(storeState, arrayList, null, null, 6, null); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$removeRoleFromMember$1.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$removeRoleFromMember$1.java new file mode 100644 index 0000000000..442f1f686f --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$removeRoleFromMember$1.java @@ -0,0 +1,30 @@ +package com.discord.widgets.servers.role_members; + +import com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: ServerSettingsRoleMembersViewModel.kt */ +public final class ServerSettingsRoleMembersViewModel$removeRoleFromMember$1 extends o implements Function1 { + public final /* synthetic */ ServerSettingsRoleMembersViewModel.ViewState.Loaded $viewState; + public final /* synthetic */ ServerSettingsRoleMembersViewModel this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public ServerSettingsRoleMembersViewModel$removeRoleFromMember$1(ServerSettingsRoleMembersViewModel serverSettingsRoleMembersViewModel, ServerSettingsRoleMembersViewModel.ViewState.Loaded loaded) { + super(1); + this.this$0 = serverSettingsRoleMembersViewModel; + this.$viewState = loaded; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(Void r1) { + invoke(r1); + return Unit.a; + } + + public final void invoke(Void r7) { + ServerSettingsRoleMembersViewModel.access$updateViewState(this.this$0, ServerSettingsRoleMembersViewModel.ViewState.Loaded.copy$default(this.$viewState, false, null, null, 6, null)); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$removeRoleFromMember$2.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$removeRoleFromMember$2.java new file mode 100644 index 0000000000..a09f88c7d8 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel$removeRoleFromMember$2.java @@ -0,0 +1,31 @@ +package com.discord.widgets.servers.role_members; + +import com.discord.utilities.error.Error; +import com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: ServerSettingsRoleMembersViewModel.kt */ +public final class ServerSettingsRoleMembersViewModel$removeRoleFromMember$2 extends o implements Function1 { + public final /* synthetic */ ServerSettingsRoleMembersViewModel this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public ServerSettingsRoleMembersViewModel$removeRoleFromMember$2(ServerSettingsRoleMembersViewModel serverSettingsRoleMembersViewModel) { + super(1); + this.this$0 = serverSettingsRoleMembersViewModel; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(Error error) { + invoke(error); + return Unit.a; + } + + public final void invoke(Error error) { + m.checkNotNullParameter(error, "it"); + ServerSettingsRoleMembersViewModel.access$emitEvent(this.this$0, new ServerSettingsRoleMembersViewModel.Event.RemoveMemberFailure(error)); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel.java b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel.java new file mode 100644 index 0000000000..ca58725b87 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/ServerSettingsRoleMembersViewModel.java @@ -0,0 +1,530 @@ +package com.discord.widgets.servers.role_members; + +import android.content.Context; +import c.d.b.a.a; +import com.discord.api.role.GuildRole; +import com.discord.app.AppViewModel; +import com.discord.models.member.GuildMember; +import com.discord.models.user.User; +import com.discord.restapi.RestAPIParams; +import com.discord.stores.StoreGatewayConnection; +import com.discord.stores.StoreGuilds; +import com.discord.stores.StoreStream; +import com.discord.stores.StoreUser; +import com.discord.stores.updates.ObservationDeck; +import com.discord.stores.updates.ObservationDeckProvider; +import com.discord.utilities.error.Error; +import com.discord.utilities.rest.RestAPI; +import com.discord.utilities.rx.ObservableExtensionsKt; +import com.discord.utilities.user.UserUtils; +import com.discord.widgets.channels.permissions.PermissionOwner; +import d0.t.u; +import d0.z.d.m; +import d0.z.d.o; +import java.util.ArrayList; +import java.util.Collection; +import java.util.List; +import java.util.Map; +import java.util.concurrent.TimeUnit; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +import kotlin.jvm.internal.DefaultConstructorMarker; +import rx.Observable; +import rx.subjects.BehaviorSubject; +import rx.subjects.PublishSubject; +/* compiled from: ServerSettingsRoleMembersViewModel.kt */ +public final class ServerSettingsRoleMembersViewModel extends AppViewModel { + public static final Companion Companion = new Companion(null); + private final PublishSubject eventSubject; + private final long guildId; + private final long guildRoleId; + private final RestAPI restApi; + private final BehaviorSubject searchQuerySubject; + private final StoreGatewayConnection storeGatewayConnection; + + /* compiled from: ServerSettingsRoleMembersViewModel.kt */ + /* renamed from: com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function1 { + public final /* synthetic */ ServerSettingsRoleMembersViewModel this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(ServerSettingsRoleMembersViewModel serverSettingsRoleMembersViewModel) { + super(1); + this.this$0 = serverSettingsRoleMembersViewModel; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(StoreState storeState) { + invoke(storeState); + return Unit.a; + } + + public final void invoke(StoreState storeState) { + ServerSettingsRoleMembersViewModel serverSettingsRoleMembersViewModel = this.this$0; + m.checkNotNullExpressionValue(storeState, "storeState"); + ServerSettingsRoleMembersViewModel.access$handleStoreState(serverSettingsRoleMembersViewModel, storeState); + } + } + + /* compiled from: ServerSettingsRoleMembersViewModel.kt */ + /* renamed from: com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel$2 reason: invalid class name */ + public static final class AnonymousClass2 extends o implements Function1 { + public final /* synthetic */ ServerSettingsRoleMembersViewModel this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass2(ServerSettingsRoleMembersViewModel serverSettingsRoleMembersViewModel) { + super(1); + this.this$0 = serverSettingsRoleMembersViewModel; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(String str) { + invoke(str); + return Unit.a; + } + + public final void invoke(String str) { + StoreGatewayConnection.requestGuildMembers$default(ServerSettingsRoleMembersViewModel.access$getStoreGatewayConnection$p(this.this$0), ServerSettingsRoleMembersViewModel.access$getGuildId$p(this.this$0), str, null, null, 12, null); + } + } + + /* compiled from: ServerSettingsRoleMembersViewModel.kt */ + public static final class Companion { + private Companion() { + } + + public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + + private final Observable observeGuildRoleMembers(long j, long j2, StoreGuilds storeGuilds, StoreUser storeUser, ObservationDeck observationDeck) { + return ObservationDeck.connectRx$default(observationDeck, new ObservationDeck.UpdateSource[]{storeGuilds, storeUser}, false, null, null, new ServerSettingsRoleMembersViewModel$Companion$observeGuildRoleMembers$1(storeGuilds, j, j2, storeUser), 14, null); + } + + public final Observable observeStoreState(long j, long j2, BehaviorSubject behaviorSubject, StoreGuilds storeGuilds, StoreUser storeUser, ObservationDeck observationDeck) { + m.checkNotNullParameter(behaviorSubject, "searchFilterSubject"); + m.checkNotNullParameter(storeGuilds, "storeGuilds"); + m.checkNotNullParameter(storeUser, "storeUser"); + m.checkNotNullParameter(observationDeck, "observationDeck"); + Observable j3 = Observable.j(behaviorSubject.r(), observeGuildRoleMembers(j, j2, storeGuilds, storeUser, observationDeck), ServerSettingsRoleMembersViewModel$Companion$observeStoreState$1.INSTANCE); + m.checkNotNullExpressionValue(j3, "Observable.combineLatest…eredGuildMembers)\n }"); + return j3; + } + } + + /* compiled from: ServerSettingsRoleMembersViewModel.kt */ + public static abstract class Event { + + /* compiled from: ServerSettingsRoleMembersViewModel.kt */ + public static final class RemoveMemberFailure extends Event { + private final Error error; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public RemoveMemberFailure(Error error) { + super(null); + m.checkNotNullParameter(error, "error"); + this.error = error; + } + + public static /* synthetic */ RemoveMemberFailure copy$default(RemoveMemberFailure removeMemberFailure, Error error, int i, Object obj) { + if ((i & 1) != 0) { + error = removeMemberFailure.error; + } + return removeMemberFailure.copy(error); + } + + public final Error component1() { + return this.error; + } + + public final RemoveMemberFailure copy(Error error) { + m.checkNotNullParameter(error, "error"); + return new RemoveMemberFailure(error); + } + + public boolean equals(Object obj) { + if (this != obj) { + return (obj instanceof RemoveMemberFailure) && m.areEqual(this.error, ((RemoveMemberFailure) obj).error); + } + return true; + } + + public final Error getError() { + return this.error; + } + + public int hashCode() { + Error error = this.error; + if (error != null) { + return error.hashCode(); + } + return 0; + } + + public String toString() { + StringBuilder P = a.P("RemoveMemberFailure(error="); + P.append(this.error); + P.append(")"); + return P.toString(); + } + } + + private Event() { + } + + public /* synthetic */ Event(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + } + + /* compiled from: ServerSettingsRoleMembersViewModel.kt */ + public static final class StoreState { + private final List guildMembers; + private final GuildRole role; + private final Map users; + + /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.Map */ + /* JADX WARN: Multi-variable type inference failed */ + public StoreState(List list, Map map, GuildRole guildRole) { + m.checkNotNullParameter(list, "guildMembers"); + m.checkNotNullParameter(map, "users"); + this.guildMembers = list; + this.users = map; + this.role = guildRole; + } + + /* JADX DEBUG: Multi-variable search result rejected for r0v0, resolved type: com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel$StoreState */ + /* JADX WARN: Multi-variable type inference failed */ + public static /* synthetic */ StoreState copy$default(StoreState storeState, List list, Map map, GuildRole guildRole, int i, Object obj) { + if ((i & 1) != 0) { + list = storeState.guildMembers; + } + if ((i & 2) != 0) { + map = storeState.users; + } + if ((i & 4) != 0) { + guildRole = storeState.role; + } + return storeState.copy(list, map, guildRole); + } + + public final List component1() { + return this.guildMembers; + } + + public final Map component2() { + return this.users; + } + + public final GuildRole component3() { + return this.role; + } + + public final StoreState copy(List list, Map map, GuildRole guildRole) { + m.checkNotNullParameter(list, "guildMembers"); + m.checkNotNullParameter(map, "users"); + return new StoreState(list, map, guildRole); + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof StoreState)) { + return false; + } + StoreState storeState = (StoreState) obj; + return m.areEqual(this.guildMembers, storeState.guildMembers) && m.areEqual(this.users, storeState.users) && m.areEqual(this.role, storeState.role); + } + + public final List getGuildMembers() { + return this.guildMembers; + } + + public final GuildRole getRole() { + return this.role; + } + + public final Map getUsers() { + return this.users; + } + + public int hashCode() { + List list = this.guildMembers; + int i = 0; + int hashCode = (list != null ? list.hashCode() : 0) * 31; + Map map = this.users; + int hashCode2 = (hashCode + (map != null ? map.hashCode() : 0)) * 31; + GuildRole guildRole = this.role; + if (guildRole != null) { + i = guildRole.hashCode(); + } + return hashCode2 + i; + } + + public String toString() { + StringBuilder P = a.P("StoreState(guildMembers="); + P.append(this.guildMembers); + P.append(", users="); + P.append(this.users); + P.append(", role="); + P.append(this.role); + P.append(")"); + return P.toString(); + } + } + + /* compiled from: ServerSettingsRoleMembersViewModel.kt */ + public static abstract class ViewState { + + /* compiled from: ServerSettingsRoleMembersViewModel.kt */ + public static final class Loaded extends ViewState { + private final boolean isUpdating; + private final List memberList; + private final GuildRole role; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public Loaded(boolean z2, List list, GuildRole guildRole) { + super(null); + m.checkNotNullParameter(list, "memberList"); + m.checkNotNullParameter(guildRole, "role"); + this.isUpdating = z2; + this.memberList = list; + this.role = guildRole; + } + + /* JADX INFO: this call moved to the top of the method (can break code semantics) */ + public /* synthetic */ Loaded(boolean z2, List list, GuildRole guildRole, int i, DefaultConstructorMarker defaultConstructorMarker) { + this((i & 1) != 0 ? false : z2, list, guildRole); + } + + /* JADX DEBUG: Multi-variable search result rejected for r0v0, resolved type: com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel$ViewState$Loaded */ + /* JADX WARN: Multi-variable type inference failed */ + public static /* synthetic */ Loaded copy$default(Loaded loaded, boolean z2, List list, GuildRole guildRole, int i, Object obj) { + if ((i & 1) != 0) { + z2 = loaded.isUpdating; + } + if ((i & 2) != 0) { + list = loaded.memberList; + } + if ((i & 4) != 0) { + guildRole = loaded.role; + } + return loaded.copy(z2, list, guildRole); + } + + public final boolean component1() { + return this.isUpdating; + } + + public final List component2() { + return this.memberList; + } + + public final GuildRole component3() { + return this.role; + } + + public final Loaded copy(boolean z2, List list, GuildRole guildRole) { + m.checkNotNullParameter(list, "memberList"); + m.checkNotNullParameter(guildRole, "role"); + return new Loaded(z2, list, guildRole); + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof Loaded)) { + return false; + } + Loaded loaded = (Loaded) obj; + return this.isUpdating == loaded.isUpdating && m.areEqual(this.memberList, loaded.memberList) && m.areEqual(this.role, loaded.role); + } + + public final List getMemberList() { + return this.memberList; + } + + public final GuildRole getRole() { + return this.role; + } + + public int hashCode() { + boolean z2 = this.isUpdating; + if (z2) { + z2 = true; + } + int i = z2 ? 1 : 0; + int i2 = z2 ? 1 : 0; + int i3 = z2 ? 1 : 0; + int i4 = i * 31; + List list = this.memberList; + int i5 = 0; + int hashCode = (i4 + (list != null ? list.hashCode() : 0)) * 31; + GuildRole guildRole = this.role; + if (guildRole != null) { + i5 = guildRole.hashCode(); + } + return hashCode + i5; + } + + public final boolean isUpdating() { + return this.isUpdating; + } + + public String toString() { + StringBuilder P = a.P("Loaded(isUpdating="); + P.append(this.isUpdating); + P.append(", memberList="); + P.append(this.memberList); + P.append(", role="); + P.append(this.role); + P.append(")"); + return P.toString(); + } + } + + /* compiled from: ServerSettingsRoleMembersViewModel.kt */ + public static final class Loading extends ViewState { + public static final Loading INSTANCE = new Loading(); + + private Loading() { + super(null); + } + } + + private ViewState() { + } + + public /* synthetic */ ViewState(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public ServerSettingsRoleMembersViewModel(long j, long j2, StoreGatewayConnection storeGatewayConnection, BehaviorSubject behaviorSubject, RestAPI restAPI, StoreGuilds storeGuilds, ObservationDeck observationDeck, StoreUser storeUser, Observable observable) { + super(ViewState.Loading.INSTANCE); + m.checkNotNullParameter(storeGatewayConnection, "storeGatewayConnection"); + m.checkNotNullParameter(behaviorSubject, "searchQuerySubject"); + m.checkNotNullParameter(restAPI, "restApi"); + m.checkNotNullParameter(storeGuilds, "storeGuilds"); + m.checkNotNullParameter(observationDeck, "observationDeck"); + m.checkNotNullParameter(storeUser, "storeUsers"); + m.checkNotNullParameter(observable, "storeStateObservable"); + this.guildId = j; + this.guildRoleId = j2; + this.storeGatewayConnection = storeGatewayConnection; + this.searchQuerySubject = behaviorSubject; + this.restApi = restAPI; + this.eventSubject = PublishSubject.j0(); + StoreGuilds.Actions.requestRoleMembers(j, j2, this, restAPI, storeGatewayConnection); + Observable r = observable.r(); + m.checkNotNullExpressionValue(r, "storeStateObservable\n … .distinctUntilChanged()"); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.computationLatest(r), this, null, 2, null), ServerSettingsRoleMembersViewModel.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this), 62, (Object) null); + Observable O = behaviorSubject.O(750, TimeUnit.MILLISECONDS); + m.checkNotNullExpressionValue(O, "searchQuerySubject\n …0, TimeUnit.MILLISECONDS)"); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.computationLatest(O), this, null, 2, null), ServerSettingsRoleMembersViewModel.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass2(this), 62, (Object) null); + } + + /* JADX DEBUG: Multi-variable search result rejected for r0v2, resolved type: com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel$Companion */ + /* JADX WARN: Multi-variable type inference failed */ + /* JADX WARNING: Illegal instructions before constructor call */ + public /* synthetic */ ServerSettingsRoleMembersViewModel(long j, long j2, StoreGatewayConnection storeGatewayConnection, BehaviorSubject behaviorSubject, RestAPI restAPI, StoreGuilds storeGuilds, ObservationDeck observationDeck, StoreUser storeUser, Observable observable, int i, DefaultConstructorMarker defaultConstructorMarker) { + this(j, j2, r7, r8, r9, r10, r11, r12, (i & 256) != 0 ? Companion.observeStoreState(j, j2, r8, r10, r12, r11) : observable); + BehaviorSubject behaviorSubject2; + StoreGatewayConnection gatewaySocket = (i & 4) != 0 ? StoreStream.Companion.getGatewaySocket() : storeGatewayConnection; + if ((i & 8) != 0) { + BehaviorSubject k0 = BehaviorSubject.k0(""); + m.checkNotNullExpressionValue(k0, "BehaviorSubject.create(\"\")"); + behaviorSubject2 = k0; + } else { + behaviorSubject2 = behaviorSubject; + } + RestAPI api = (i & 16) != 0 ? RestAPI.Companion.getApi() : restAPI; + StoreGuilds guilds = (i & 32) != 0 ? StoreStream.Companion.getGuilds() : storeGuilds; + ObservationDeck observationDeck2 = (i & 64) != 0 ? ObservationDeckProvider.get() : observationDeck; + StoreUser users = (i & 128) != 0 ? StoreStream.Companion.getUsers() : storeUser; + } + + public static final /* synthetic */ void access$emitEvent(ServerSettingsRoleMembersViewModel serverSettingsRoleMembersViewModel, Event event) { + serverSettingsRoleMembersViewModel.emitEvent(event); + } + + public static final /* synthetic */ long access$getGuildId$p(ServerSettingsRoleMembersViewModel serverSettingsRoleMembersViewModel) { + return serverSettingsRoleMembersViewModel.guildId; + } + + public static final /* synthetic */ StoreGatewayConnection access$getStoreGatewayConnection$p(ServerSettingsRoleMembersViewModel serverSettingsRoleMembersViewModel) { + return serverSettingsRoleMembersViewModel.storeGatewayConnection; + } + + public static final /* synthetic */ void access$handleStoreState(ServerSettingsRoleMembersViewModel serverSettingsRoleMembersViewModel, StoreState storeState) { + serverSettingsRoleMembersViewModel.handleStoreState(storeState); + } + + public static final /* synthetic */ void access$updateViewState(ServerSettingsRoleMembersViewModel serverSettingsRoleMembersViewModel, ViewState viewState) { + serverSettingsRoleMembersViewModel.updateViewState(viewState); + } + + private final void emitEvent(Event event) { + this.eventSubject.j.onNext(event); + } + + private final List generateGuildMemberList(List list, Map map) { + ArrayList arrayList = new ArrayList(); + for (GuildMember guildMember : list) { + User user = (User) map.get(Long.valueOf(guildMember.getUserId())); + if (user != null) { + Object nick = guildMember.getNick(); + if (nick == null) { + nick = UserUtils.getUserNameWithDiscriminator$default(UserUtils.INSTANCE, user, null, null, 3, null); + } + arrayList.add(new ServerSettingsRoleMemberAdapterItem(guildMember, new PermissionOwner.Member(user, nick.toString(), false))); + } + } + return arrayList; + } + + private final void handleStoreState(StoreState storeState) { + if (storeState.getRole() != null) { + ViewState requireViewState = requireViewState(); + if (!(requireViewState instanceof ViewState.Loaded)) { + requireViewState = null; + } + ViewState.Loaded loaded = (ViewState.Loaded) requireViewState; + updateViewState(new ViewState.Loaded(loaded != null ? loaded.isUpdating() : false, generateGuildMemberList(storeState.getGuildMembers(), storeState.getUsers()), storeState.getRole())); + } + } + + public final Observable observeEvents() { + PublishSubject publishSubject = this.eventSubject; + m.checkNotNullExpressionValue(publishSubject, "eventSubject"); + return publishSubject; + } + + public final void removeRoleFromMember(GuildMember guildMember) { + m.checkNotNullParameter(guildMember, "guildMember"); + ViewState requireViewState = requireViewState(); + if (!(requireViewState instanceof ViewState.Loaded)) { + requireViewState = null; + } + ViewState.Loaded loaded = (ViewState.Loaded) requireViewState; + if (loaded != null) { + updateViewState(ViewState.Loaded.copy$default(loaded, true, null, null, 6, null)); + List mutableList = u.toMutableList((Collection) guildMember.getRoles()); + mutableList.remove(Long.valueOf(this.guildRoleId)); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(this.restApi.changeGuildMember(this.guildId, guildMember.getUserId(), RestAPIParams.GuildMember.Companion.createWithRoles(mutableList)), false, 1, null), this, null, 2, null), ServerSettingsRoleMembersViewModel.class, (Context) null, (Function1) null, new ServerSettingsRoleMembersViewModel$removeRoleFromMember$2(this), (Function0) null, (Function0) null, new ServerSettingsRoleMembersViewModel$removeRoleFromMember$1(this, loaded), 54, (Object) null); + } + } + + public final void updateSearchQuery(String str) { + m.checkNotNullParameter(str, "query"); + this.searchQuerySubject.onNext(str); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$appViewModels$$inlined$viewModels$1.java b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$appViewModels$$inlined$viewModels$1.java new file mode 100644 index 0000000000..c3fc020faf --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$appViewModels$$inlined$viewModels$1.java @@ -0,0 +1,25 @@ +package com.discord.widgets.servers.role_members; + +import androidx.lifecycle.ViewModelStore; +import androidx.lifecycle.ViewModelStoreOwner; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: FragmentViewModelLazy.kt */ +public final class WidgetServerSettingsRoleMembers$appViewModels$$inlined$viewModels$1 extends o implements Function0 { + public final /* synthetic */ Function0 $ownerProducer; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetServerSettingsRoleMembers$appViewModels$$inlined$viewModels$1(Function0 function0) { + super(0); + this.$ownerProducer = function0; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final ViewModelStore mo1invoke() { + ViewModelStore viewModelStore = ((ViewModelStoreOwner) this.$ownerProducer.mo1invoke()).getViewModelStore(); + m.checkNotNullExpressionValue(viewModelStore, "ownerProducer().viewModelStore"); + return viewModelStore; + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$binding$2.java b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$binding$2.java new file mode 100644 index 0000000000..8c341fec93 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$binding$2.java @@ -0,0 +1,38 @@ +package com.discord.widgets.servers.role_members; + +import android.view.View; +import android.widget.LinearLayout; +import androidx.recyclerview.widget.RecyclerView; +import com.discord.R; +import com.discord.app.AppViewFlipper; +import com.discord.databinding.WidgetServerSettingsRoleMembersBinding; +import com.discord.views.SearchInputView; +import d0.z.d.k; +import d0.z.d.m; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final /* synthetic */ class WidgetServerSettingsRoleMembers$binding$2 extends k implements Function1 { + public static final WidgetServerSettingsRoleMembers$binding$2 INSTANCE = new WidgetServerSettingsRoleMembers$binding$2(); + + public WidgetServerSettingsRoleMembers$binding$2() { + super(1, WidgetServerSettingsRoleMembersBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetServerSettingsRoleMembersBinding;", 0); + } + + public final WidgetServerSettingsRoleMembersBinding invoke(View view) { + m.checkNotNullParameter(view, "p1"); + int i = R.id.role_members_app_view_flipper; + AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(R.id.role_members_app_view_flipper); + if (appViewFlipper != null) { + i = R.id.server_settings_role_members_list; + RecyclerView recyclerView = (RecyclerView) view.findViewById(R.id.server_settings_role_members_list); + if (recyclerView != null) { + i = R.id.server_settings_role_members_search_input; + SearchInputView searchInputView = (SearchInputView) view.findViewById(R.id.server_settings_role_members_search_input); + if (searchInputView != null) { + return new WidgetServerSettingsRoleMembersBinding((LinearLayout) view, appViewFlipper, recyclerView, searchInputView); + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$configureUI$1.java b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$configureUI$1.java new file mode 100644 index 0000000000..31ea7c3cc4 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$configureUI$1.java @@ -0,0 +1,73 @@ +package com.discord.widgets.servers.role_members; + +import android.content.Context; +import android.view.View; +import androidx.fragment.app.FragmentManager; +import c.a.a.d; +import c.a.k.b; +import com.discord.R; +import com.discord.dialogs.SimpleConfirmationDialogArgs; +import com.discord.models.member.GuildMember; +import com.discord.models.user.User; +import com.discord.utilities.user.UserUtils; +import com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function2; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class WidgetServerSettingsRoleMembers$configureUI$1 extends o implements Function2 { + public final /* synthetic */ ServerSettingsRoleMembersViewModel.ViewState $viewState; + public final /* synthetic */ WidgetServerSettingsRoleMembers this$0; + + /* compiled from: WidgetServerSettingsRoleMembers.kt */ + /* renamed from: com.discord.widgets.servers.role_members.WidgetServerSettingsRoleMembers$configureUI$1$1 reason: invalid class name */ + public static final class AnonymousClass1 implements View.OnClickListener { + public final /* synthetic */ GuildMember $guildMember; + public final /* synthetic */ WidgetServerSettingsRoleMembers$configureUI$1 this$0; + + public AnonymousClass1(WidgetServerSettingsRoleMembers$configureUI$1 widgetServerSettingsRoleMembers$configureUI$1, GuildMember guildMember) { + this.this$0 = widgetServerSettingsRoleMembers$configureUI$1; + this.$guildMember = guildMember; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetServerSettingsRoleMembers.access$getViewModel$p(this.this$0.this$0).removeRoleFromMember(this.$guildMember); + } + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetServerSettingsRoleMembers$configureUI$1(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers, ServerSettingsRoleMembersViewModel.ViewState viewState) { + super(2); + this.this$0 = widgetServerSettingsRoleMembers; + this.$viewState = viewState; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public /* bridge */ /* synthetic */ Unit invoke(GuildMember guildMember, User user) { + invoke(guildMember, user); + return Unit.a; + } + + /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x003e: APUT (r5v1 java.lang.Object[]), (0 ??[int, short, byte, char]), (r6v1 java.lang.Object) */ + public final void invoke(GuildMember guildMember, User user) { + m.checkNotNullParameter(guildMember, "guildMember"); + m.checkNotNullParameter(user, "user"); + d.c cVar = d.j; + FragmentManager childFragmentManager = this.this$0.getChildFragmentManager(); + m.checkNotNullExpressionValue(childFragmentManager, "childFragmentManager"); + String string = this.this$0.getString(R.string.role_remove_member_confirm_title); + Context requireContext = this.this$0.requireContext(); + Object[] objArr = new Object[2]; + Object nick = guildMember.getNick(); + if (nick == null) { + nick = UserUtils.getUserNameWithDiscriminator$default(UserUtils.INSTANCE, user, null, null, 3, null); + } + objArr[0] = nick; + objArr[1] = ((ServerSettingsRoleMembersViewModel.ViewState.Loaded) this.$viewState).getRole().g(); + cVar.a(childFragmentManager, new SimpleConfirmationDialogArgs(string, b.h(requireContext, R.string.role_remove_member_confirm_body, objArr, null, 4).toString(), this.this$0.getString(R.string.remove), this.this$0.getString(R.string.cancel)), new AnonymousClass1(this, guildMember)); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$guildId$2.java b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$guildId$2.java new file mode 100644 index 0000000000..4def25fd16 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$guildId$2.java @@ -0,0 +1,28 @@ +package com.discord.widgets.servers.role_members; + +import android.os.Bundle; +import com.discord.widgets.servers.WidgetServerSettingsChannels; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class WidgetServerSettingsRoleMembers$guildId$2 extends o implements Function0 { + public final /* synthetic */ WidgetServerSettingsRoleMembers this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetServerSettingsRoleMembers$guildId$2(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers) { + super(0); + this.this$0 = widgetServerSettingsRoleMembers; + } + + /* Return type fixed from 'long' to match base method */ + /* JADX WARNING: Unknown variable types count: 1 */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final Long mo1invoke() { + Bundle arguments = this.this$0.getArguments(); + if (arguments != null) { + return arguments.getLong(WidgetServerSettingsChannels.INTENT_EXTRA_GUILD_ID, -1); + } + return -1; + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$guildRoleId$2.java b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$guildRoleId$2.java new file mode 100644 index 0000000000..cdd530dc68 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$guildRoleId$2.java @@ -0,0 +1,27 @@ +package com.discord.widgets.servers.role_members; + +import android.os.Bundle; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class WidgetServerSettingsRoleMembers$guildRoleId$2 extends o implements Function0 { + public final /* synthetic */ WidgetServerSettingsRoleMembers this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetServerSettingsRoleMembers$guildRoleId$2(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers) { + super(0); + this.this$0 = widgetServerSettingsRoleMembers; + } + + /* Return type fixed from 'long' to match base method */ + /* JADX WARNING: Unknown variable types count: 1 */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final Long mo1invoke() { + Bundle arguments = this.this$0.getArguments(); + if (arguments != null) { + return arguments.getLong("INTENT_EXTRA_GUILD_ROLE_ID", -1); + } + return -1; + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBound$1.java b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBound$1.java new file mode 100644 index 0000000000..a378075b67 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBound$1.java @@ -0,0 +1,29 @@ +package com.discord.widgets.servers.role_members; + +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class WidgetServerSettingsRoleMembers$onViewBound$1 extends o implements Function1 { + public final /* synthetic */ WidgetServerSettingsRoleMembers this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetServerSettingsRoleMembers$onViewBound$1(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers) { + super(1); + this.this$0 = widgetServerSettingsRoleMembers; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(String str) { + invoke(str); + return Unit.a; + } + + public final void invoke(String str) { + m.checkNotNullParameter(str, "searchQuery"); + WidgetServerSettingsRoleMembers.access$getViewModel$p(this.this$0).updateSearchQuery(str); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$1.java b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$1.java new file mode 100644 index 0000000000..685c7e2851 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$1.java @@ -0,0 +1,31 @@ +package com.discord.widgets.servers.role_members; + +import com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$1 extends o implements Function1 { + public final /* synthetic */ WidgetServerSettingsRoleMembers this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$1(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers) { + super(1); + this.this$0 = widgetServerSettingsRoleMembers; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(ServerSettingsRoleMembersViewModel.ViewState viewState) { + invoke(viewState); + return Unit.a; + } + + public final void invoke(ServerSettingsRoleMembersViewModel.ViewState viewState) { + WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers = this.this$0; + m.checkNotNullExpressionValue(viewState, "it"); + WidgetServerSettingsRoleMembers.access$configureUI(widgetServerSettingsRoleMembers, viewState); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$2.java b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$2.java new file mode 100644 index 0000000000..6075d3d4f7 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$2.java @@ -0,0 +1,30 @@ +package com.discord.widgets.servers.role_members; + +import com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$2 extends o implements Function1 { + public final /* synthetic */ WidgetServerSettingsRoleMembers this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$2(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers) { + super(1); + this.this$0 = widgetServerSettingsRoleMembers; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(ServerSettingsRoleMembersViewModel.Event event) { + invoke(event); + return Unit.a; + } + + public final void invoke(ServerSettingsRoleMembersViewModel.Event event) { + m.checkNotNullParameter(event, "it"); + WidgetServerSettingsRoleMembers.access$handleEvents(this.this$0, event); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$viewModel$2.java b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$viewModel$2.java new file mode 100644 index 0000000000..3df4d71c35 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers$viewModel$2.java @@ -0,0 +1,22 @@ +package com.discord.widgets.servers.role_members; + +import com.discord.app.AppViewModel; +import com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class WidgetServerSettingsRoleMembers$viewModel$2 extends o implements Function0> { + public final /* synthetic */ WidgetServerSettingsRoleMembers this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetServerSettingsRoleMembers$viewModel$2(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers) { + super(0); + this.this$0 = widgetServerSettingsRoleMembers; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final AppViewModel mo1invoke() { + return new ServerSettingsRoleMembersViewModel(WidgetServerSettingsRoleMembers.access$getGuildId$p(this.this$0), WidgetServerSettingsRoleMembers.access$getGuildRoleId$p(this.this$0), null, null, null, null, null, null, null, 508, null); + } +} diff --git a/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers.java b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers.java new file mode 100644 index 0000000000..85292b98ce --- /dev/null +++ b/app/src/main/java/com/discord/widgets/servers/role_members/WidgetServerSettingsRoleMembers.java @@ -0,0 +1,154 @@ +package com.discord.widgets.servers.role_members; + +import android.content.Context; +import android.view.View; +import androidx.core.os.BundleKt; +import androidx.fragment.app.Fragment; +import androidx.fragment.app.FragmentViewModelLazyKt; +import androidx.recyclerview.widget.RecyclerView; +import c.a.d.f0; +import c.a.d.h0; +import c.d.b.a.a; +import com.discord.R; +import com.discord.app.AppFragment; +import com.discord.app.AppViewFlipper; +import com.discord.databinding.WidgetServerSettingsRoleMembersBinding; +import com.discord.utilities.rx.ObservableExtensionsKt; +import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; +import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; +import com.discord.widgets.servers.role_members.ServerSettingsRoleMembersViewModel; +import d0.g; +import d0.o; +import d0.z.d.a0; +import d0.z.d.m; +import kotlin.Lazy; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +import kotlin.jvm.internal.DefaultConstructorMarker; +import kotlin.reflect.KProperty; +import rx.Observable; +/* compiled from: WidgetServerSettingsRoleMembers.kt */ +public final class WidgetServerSettingsRoleMembers extends AppFragment { + public static final /* synthetic */ KProperty[] $$delegatedProperties = {a.a0(WidgetServerSettingsRoleMembers.class, "binding", "getBinding()Lcom/discord/databinding/WidgetServerSettingsRoleMembersBinding;", 0)}; + public static final Companion Companion = new Companion(null); + private static final String INTENT_EXTRA_GUILD_ID = "INTENT_EXTRA_GUILD_ID"; + private static final String INTENT_EXTRA_GUILD_ROLE_ID = "INTENT_EXTRA_GUILD_ROLE_ID"; + private static final int ROLE_MEMBERS_VIEW_FLIPPER_LOADING_STATE = 0; + private static final int ROLE_MEMBERS_VIEW_FLIPPER_RESULT = 1; + private ServerSettingsRoleMembersAdapter adapter; + private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetServerSettingsRoleMembers$binding$2.INSTANCE, null, 2, null); + private final Lazy guildId$delegate = g.lazy(new WidgetServerSettingsRoleMembers$guildId$2(this)); + private final Lazy guildRoleId$delegate = g.lazy(new WidgetServerSettingsRoleMembers$guildRoleId$2(this)); + private final Lazy viewModel$delegate; + + /* compiled from: WidgetServerSettingsRoleMembers.kt */ + public static final class Companion { + private Companion() { + } + + public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + + public final WidgetServerSettingsRoleMembers newInstance(long j, long j2) { + WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers = new WidgetServerSettingsRoleMembers(); + widgetServerSettingsRoleMembers.setArguments(BundleKt.bundleOf(o.to(WidgetServerSettingsRoleMembers.INTENT_EXTRA_GUILD_ROLE_ID, Long.valueOf(j)), o.to("INTENT_EXTRA_GUILD_ID", Long.valueOf(j2)))); + return widgetServerSettingsRoleMembers; + } + } + + public WidgetServerSettingsRoleMembers() { + super(R.layout.widget_server_settings_role_members); + WidgetServerSettingsRoleMembers$viewModel$2 widgetServerSettingsRoleMembers$viewModel$2 = new WidgetServerSettingsRoleMembers$viewModel$2(this); + f0 f0Var = new f0(this); + this.viewModel$delegate = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(ServerSettingsRoleMembersViewModel.class), new WidgetServerSettingsRoleMembers$appViewModels$$inlined$viewModels$1(f0Var), new h0(widgetServerSettingsRoleMembers$viewModel$2)); + } + + public static final /* synthetic */ void access$configureUI(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers, ServerSettingsRoleMembersViewModel.ViewState viewState) { + widgetServerSettingsRoleMembers.configureUI(viewState); + } + + public static final /* synthetic */ long access$getGuildId$p(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers) { + return widgetServerSettingsRoleMembers.getGuildId(); + } + + public static final /* synthetic */ long access$getGuildRoleId$p(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers) { + return widgetServerSettingsRoleMembers.getGuildRoleId(); + } + + public static final /* synthetic */ ServerSettingsRoleMembersViewModel access$getViewModel$p(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers) { + return widgetServerSettingsRoleMembers.getViewModel(); + } + + public static final /* synthetic */ void access$handleEvents(WidgetServerSettingsRoleMembers widgetServerSettingsRoleMembers, ServerSettingsRoleMembersViewModel.Event event) { + widgetServerSettingsRoleMembers.handleEvents(event); + } + + private final void configureUI(ServerSettingsRoleMembersViewModel.ViewState viewState) { + if (viewState instanceof ServerSettingsRoleMembersViewModel.ViewState.Loading) { + AppViewFlipper appViewFlipper = getBinding().b; + m.checkNotNullExpressionValue(appViewFlipper, "binding.roleMembersAppViewFlipper"); + appViewFlipper.setDisplayedChild(0); + } else if (viewState instanceof ServerSettingsRoleMembersViewModel.ViewState.Loaded) { + AppViewFlipper appViewFlipper2 = getBinding().b; + m.checkNotNullExpressionValue(appViewFlipper2, "binding.roleMembersAppViewFlipper"); + appViewFlipper2.setDisplayedChild(1); + ServerSettingsRoleMembersAdapter serverSettingsRoleMembersAdapter = this.adapter; + if (serverSettingsRoleMembersAdapter == null) { + m.throwUninitializedPropertyAccessException("adapter"); + } + serverSettingsRoleMembersAdapter.setRemoveMemberClickListener(new WidgetServerSettingsRoleMembers$configureUI$1(this, viewState)); + ServerSettingsRoleMembersAdapter serverSettingsRoleMembersAdapter2 = this.adapter; + if (serverSettingsRoleMembersAdapter2 == null) { + m.throwUninitializedPropertyAccessException("adapter"); + } + serverSettingsRoleMembersAdapter2.setItems(((ServerSettingsRoleMembersViewModel.ViewState.Loaded) viewState).getMemberList()); + } + } + + private final WidgetServerSettingsRoleMembersBinding getBinding() { + return (WidgetServerSettingsRoleMembersBinding) this.binding$delegate.getValue((Fragment) this, $$delegatedProperties[0]); + } + + private final long getGuildId() { + return ((Number) this.guildId$delegate.getValue()).longValue(); + } + + private final long getGuildRoleId() { + return ((Number) this.guildRoleId$delegate.getValue()).longValue(); + } + + private final ServerSettingsRoleMembersViewModel getViewModel() { + return (ServerSettingsRoleMembersViewModel) this.viewModel$delegate.getValue(); + } + + private final void handleEvents(ServerSettingsRoleMembersViewModel.Event event) { + if (event instanceof ServerSettingsRoleMembersViewModel.Event.RemoveMemberFailure) { + c.a.d.m.i(this, R.string.default_failure_to_perform_action_message, 0, 4); + } + } + + @Override // com.discord.app.AppFragment + public void onViewBound(View view) { + m.checkNotNullParameter(view, "view"); + super.onViewBound(view); + this.adapter = new ServerSettingsRoleMembersAdapter(this, null, 2, null); + RecyclerView recyclerView = getBinding().f1980c; + m.checkNotNullExpressionValue(recyclerView, "binding.serverSettingsRoleMembersList"); + ServerSettingsRoleMembersAdapter serverSettingsRoleMembersAdapter = this.adapter; + if (serverSettingsRoleMembersAdapter == null) { + m.throwUninitializedPropertyAccessException("adapter"); + } + recyclerView.setAdapter(serverSettingsRoleMembersAdapter); + getBinding().d.a(this, new WidgetServerSettingsRoleMembers$onViewBound$1(this)); + } + + @Override // com.discord.app.AppFragment + public void onViewBoundOrOnResume() { + super.onViewBoundOrOnResume(); + Observable r = getViewModel().observeViewState().r(); + m.checkNotNullExpressionValue(r, "viewModel\n .obser… .distinctUntilChanged()"); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.bindToComponentLifecycle$default(r, this, null, 2, null), WidgetServerSettingsRoleMembers.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$1(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.bindToComponentLifecycle$default(getViewModel().observeEvents(), this, null, 2, null), WidgetServerSettingsRoleMembers.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetServerSettingsRoleMembers$onViewBoundOrOnResume$2(this), 62, (Object) null); + } +} diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettings$configureToolbar$1.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettings$configureToolbar$1.java index 8ac33fef47..a3450fd93a 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettings$configureToolbar$1.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettings$configureToolbar$1.java @@ -17,12 +17,12 @@ public final class WidgetSettings$configureToolbar$1 implements Action2< public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_settings_debugging /* 2131364206 */: + case R.id.menu_settings_debugging /* 2131364205 */: WidgetDebugging.Companion companion = WidgetDebugging.Companion; m.checkNotNullExpressionValue(context, "context"); companion.launch(context); return; - case R.id.menu_settings_log_out /* 2131364207 */: + case R.id.menu_settings_log_out /* 2131364206 */: WidgetSettings widgetSettings = this.this$0; m.checkNotNullExpressionValue(context, "context"); WidgetSettings.access$showLogoutDialog(widgetSettings, context); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java index c0e54fb5d1..a5e7545e97 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java @@ -323,22 +323,22 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi TextView textView = binding.f; m.checkNotNullExpressionValue(textView, "appInfoHeader"); String string = getString(R.string.app_information); - textView.setText(string + " - 93.0 - Alpha (93200)"); + textView.setText(string + " - 93.1 - Alpha (93201)"); binding.B.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this)); binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE); binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE); - binding.f1999s.setOnClickListener(WidgetSettings$onViewBound$1$7.INSTANCE); - binding.f1998c.setOnClickListener(WidgetSettings$onViewBound$1$8.INSTANCE); - binding.f2002z.setOnClickListener(WidgetSettings$onViewBound$1$9.INSTANCE); + binding.f2000s.setOnClickListener(WidgetSettings$onViewBound$1$7.INSTANCE); + binding.f1999c.setOnClickListener(WidgetSettings$onViewBound$1$8.INSTANCE); + binding.f2003z.setOnClickListener(WidgetSettings$onViewBound$1$9.INSTANCE); binding.i.setOnClickListener(WidgetSettings$onViewBound$1$10.INSTANCE); - binding.f2001y.setOnClickListener(WidgetSettings$onViewBound$1$11.INSTANCE); + binding.f2002y.setOnClickListener(WidgetSettings$onViewBound$1$11.INSTANCE); binding.l.setOnClickListener(WidgetSettings$onViewBound$1$12.INSTANCE); binding.h.setOnClickListener(WidgetSettings$onViewBound$1$13.INSTANCE); binding.b.setOnClickListener(WidgetSettings$onViewBound$1$14.INSTANCE); binding.j.setOnClickListener(WidgetSettings$onViewBound$1$15.INSTANCE); binding.p.setOnClickListener(WidgetSettings$onViewBound$1$16.INSTANCE); binding.e.setOnClickListener(WidgetSettings$onViewBound$1$17.INSTANCE); - binding.f2000x.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$4(this)); + binding.f2001x.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$4(this)); binding.H.setOnClickListener(WidgetSettings$onViewBound$1$19.INSTANCE); binding.L.setOnClickListener(WidgetSettings$onViewBound$1$20.INSTANCE); binding.G.setOnClickListener(WidgetSettings$onViewBound$1$21.INSTANCE); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java index ad593a0b64..8ee3b054b9 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java @@ -13,8 +13,8 @@ public final class WidgetSettingsAccessibility$configureUI$2 implements View.OnC @Override // android.view.View.OnClickListener public final void onClick(View view) { - CheckedSetting checkedSetting = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1984c; - CheckedSetting checkedSetting2 = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1984c; + CheckedSetting checkedSetting = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1985c; + CheckedSetting checkedSetting2 = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1985c; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsAccessib…ityAllowAutoplayGifSwitch"); checkedSetting.g(!checkedSetting2.isChecked(), true); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java index cb2946a74f..3972bd7b9f 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java @@ -226,10 +226,10 @@ public final class WidgetSettingsAccessibility extends AppFragment { radioManager2.a(checkedSetting5); } } - CheckedSetting checkedSetting6 = getBinding().f1984c; + CheckedSetting checkedSetting6 = getBinding().f1985c; m.checkNotNullExpressionValue(checkedSetting6, "binding.settingsAccessib…ityAllowAutoplayGifSwitch"); checkedSetting6.setChecked(false); - getBinding().f1984c.b(R.string.accessibility_reduced_motion_settings_override); + getBinding().f1985c.b(R.string.accessibility_reduced_motion_settings_override); return; } CheckedSetting checkedSetting7 = getBinding().b; @@ -247,11 +247,11 @@ public final class WidgetSettingsAccessibility extends AppFragment { CheckedSetting checkedSetting10 = getBinding().k; m.checkNotNullExpressionValue(checkedSetting10, "binding.stickersNeverAnimate"); configureStickerAnimationRadio(currentStickerAnimationSettings3, checkedSetting10, 2); - CheckedSetting checkedSetting11 = getBinding().f1984c; + CheckedSetting checkedSetting11 = getBinding().f1985c; m.checkNotNullExpressionValue(checkedSetting11, "binding.settingsAccessib…ityAllowAutoplayGifSwitch"); checkedSetting11.setChecked(model.getAutoPlayGifs()); getBinding().b.e(new WidgetSettingsAccessibility$configureUI$1(this)); - getBinding().f1984c.e(new WidgetSettingsAccessibility$configureUI$2(this)); + getBinding().f1985c.e(new WidgetSettingsAccessibility$configureUI$2(this)); } private final WidgetSettingsAccessibilityBinding getBinding() { @@ -270,7 +270,7 @@ public final class WidgetSettingsAccessibility extends AppFragment { m.checkNotNullExpressionValue(linkifiedTextView, "binding.settingsAccessib…yReducedMotionDescription"); b.n(linkifiedTextView, R.string.accessibility_prefers_reduced_motion_description, new Object[]{f.a.a(360040613412L, null)}, null, 4); getBinding().b.setOnCheckedListener(new WidgetSettingsAccessibility$onViewBoundOrOnResume$3(this)); - getBinding().f1984c.setOnCheckedListener(WidgetSettingsAccessibility$onViewBoundOrOnResume$4.INSTANCE); + getBinding().f1985c.setOnCheckedListener(WidgetSettingsAccessibility$onViewBoundOrOnResume$4.INSTANCE); this.stickersAnimationRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().i, getBinding().j, getBinding().k})); for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().f, getBinding().d, getBinding().h})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java index 84cf1f88f1..dfbe1fea51 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java @@ -299,7 +299,7 @@ public final class WidgetSettingsAppearance extends AppFragment { getBinding().f.setOnSeekBarChangeListener(new WidgetSettingsAppearance$configureUI$4(this)); getBinding().e.setOnClickListener(WidgetSettingsAppearance$configureUI$5.INSTANCE); setupMessage(model); - for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().k, getBinding().h, getBinding().f1995c})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().k, getBinding().h, getBinding().f1996c})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java index 334d27afc7..42b7b6de28 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java @@ -67,7 +67,7 @@ public final class WidgetSettingsAuthorizedApps extends AppFragment { RecyclerView recyclerView = widgetSettingsAuthorizedAppsListItemBinding.i; m.checkNotNullExpressionValue(recyclerView, "binding.oauthApplicationPermissionsRv"); recyclerView.setAdapter(simpleRecyclerAdapter); - for (TextView textView : n.listOf((Object[]) new TextView[]{widgetSettingsAuthorizedAppsListItemBinding.g, widgetSettingsAuthorizedAppsListItemBinding.f1996c, widgetSettingsAuthorizedAppsListItemBinding.h})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{widgetSettingsAuthorizedAppsListItemBinding.g, widgetSettingsAuthorizedAppsListItemBinding.f1997c, widgetSettingsAuthorizedAppsListItemBinding.h})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); @@ -92,7 +92,7 @@ public final class WidgetSettingsAuthorizedApps extends AppFragment { MaterialCardView materialCardView = this.binding.f; m.checkNotNullExpressionValue(materialCardView, "binding.oauthApplicationListItem"); materialCardView.setContentDescription(application.g()); - TextView textView2 = this.binding.f1996c; + TextView textView2 = this.binding.f1997c; m.checkNotNullExpressionValue(textView2, "binding.oauthApplicationDescriptionLabelTv"); String c2 = application.c(); int i = 0; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java index b4850c1cd2..042bed30b8 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java @@ -78,7 +78,7 @@ public final class WidgetSettingsBehavior extends AppFragment { CheckedSetting checkedSetting3 = getBinding().b; checkedSetting3.setChecked(userSettings.getIsChromeCustomTabsEnabled()); checkedSetting3.setOnCheckedListener(new WidgetSettingsBehavior$onViewBound$$inlined$apply$lambda$3(userSettings)); - for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().e, getBinding().f1997c})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().e, getBinding().f1998c})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java index e6984da3bf..e199e5b0e5 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java @@ -272,7 +272,7 @@ public final class WidgetSettingsLanguage extends AppFragment { m.checkNotNullExpressionValue(textView, "binding.settingsLanguageCurrentText"); Companion companion = Companion; textView.setText(getString(companion.getLocaleResId(str))); - getBinding().f2013c.setImageResource(companion.getLocaleFlagResId(str)); + getBinding().f2014c.setImageResource(companion.getLocaleFlagResId(str)); } private final WidgetSettingsLanguageBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java index cc999ffafa..61d6d1053c 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java @@ -88,7 +88,7 @@ public final class WidgetSettingsLanguageSelect extends AppDialog { m.checkNotNullParameter(item, "data"); super.onConfigure(i, (int) item); this.binding.a.setOnClickListener(new WidgetSettingsLanguageSelect$Adapter$AdapterItemLocale$onConfigure$1(this, item)); - TextView textView = this.binding.f2014c; + TextView textView = this.binding.f2015c; m.checkNotNullExpressionValue(textView, "binding.settingsLanguageSelectItemName"); View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java index db1b765a3c..eae4030f5c 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java @@ -89,8 +89,8 @@ public final class WidgetSettingsMedia extends AppFragment { checkedSetting.setChecked(storeUserSettings.getIsAttachmentMediaInline()); CheckedSetting.i(getBinding().b, b.k(this, R.string.inline_attachment_media_help, new Object[]{PREVIEW_MAX_SIZE_MB}, null, 4), false, 2); getBinding().b.setOnCheckedListener(new WidgetSettingsMedia$onViewBound$1(this)); - getBinding().f2015c.setOnCheckedListener(new WidgetSettingsMedia$onViewBound$2(this)); - CheckedSetting checkedSetting2 = getBinding().f2015c; + getBinding().f2016c.setOnCheckedListener(new WidgetSettingsMedia$onViewBound$2(this)); + CheckedSetting checkedSetting2 = getBinding().f2016c; m.checkNotNullExpressionValue(checkedSetting2, "binding.compressionToggle"); StoreUserSettings storeUserSettings2 = this.userSettings; if (storeUserSettings2 == null) { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java index 782c0c33b5..d744a28244 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java @@ -36,7 +36,7 @@ public final class WidgetSettingsNotifications$onViewBoundOrOnResume$1 extends o CheckedSetting checkedSetting2 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).b; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsInappNotifsSwitch"); checkedSetting2.setChecked(settingsV2.isEnabledInApp()); - CheckedSetting checkedSetting3 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).f2017c; + CheckedSetting checkedSetting3 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).f2018c; m.checkNotNullExpressionValue(checkedSetting3, "binding.settingsNotificationsBlink"); checkedSetting3.setChecked(settingsV2.isDisableBlink()); CheckedSetting checkedSetting4 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).f; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java index d8e7df7aec..1922ffb368 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java @@ -66,7 +66,7 @@ public final class WidgetSettingsNotifications extends AppFragment { StoreNotifications storeNotifications = this.notificationStore; getBinding().d.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$1(storeNotifications)); getBinding().b.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$2(storeNotifications)); - getBinding().f2017c.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$3(storeNotifications)); + getBinding().f2018c.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$3(storeNotifications)); getBinding().f.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$4(storeNotifications)); getBinding().e.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$5(storeNotifications)); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java index 641fb9d113..7a16d5aa15 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java @@ -74,6 +74,6 @@ public final class WidgetSettingsNotificationsOs extends AppBottomSheet { super.onViewCreated(view, bundle); getBinding().d.setOnCheckedListener(WidgetSettingsNotificationsOs$onViewCreated$1.INSTANCE); getBinding().b.setOnCheckedListener(WidgetSettingsNotificationsOs$onViewCreated$2.INSTANCE); - getBinding().f2016c.setOnClickListener(new WidgetSettingsNotificationsOs$onViewCreated$3(this)); + getBinding().f2017c.setOnClickListener(new WidgetSettingsNotificationsOs$onViewCreated$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java index 8fee9b7a82..2e3f1778ee 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java @@ -22,7 +22,7 @@ public final class WidgetSettingsPrivacy$configureContactSyncOptions$2 implement @Override // android.view.View.OnClickListener public final void onClick(View view) { - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2020c; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2021c; m.checkNotNullExpressionValue(checkedSetting, "binding.contactSyncSettingEnabled"); boolean z2 = !checkedSetting.isChecked(); if (this.$model.getContactSyncConnection() != null) { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java index f906558770..1b2b6ed256 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java @@ -21,7 +21,7 @@ public final class WidgetSettingsPrivacy$configureContactSyncOptions$3 implement m.checkNotNullExpressionValue(checkedSetting2, "binding.contactSyncSettingEmail"); boolean isChecked = checkedSetting2.isChecked(); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2020c; + CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2021c; m.checkNotNullExpressionValue(checkedSetting3, "binding.contactSyncSettingEnabled"); boolean isChecked2 = checkedSetting3.isChecked(); CheckedSetting checkedSetting4 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).b; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java index f9eb44a1da..f21e3dd365 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java @@ -21,7 +21,7 @@ public final class WidgetSettingsPrivacy$configureContactSyncOptions$4 implement m.checkNotNullExpressionValue(checkedSetting2, "binding.contactSyncSettingPhone"); boolean isChecked = checkedSetting2.isChecked(); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2020c; + CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2021c; m.checkNotNullExpressionValue(checkedSetting3, "binding.contactSyncSettingEnabled"); boolean isChecked2 = checkedSetting3.isChecked(); CheckedSetting checkedSetting4 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).e; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java index e0a34df09e..325a58e26e 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java @@ -37,10 +37,10 @@ public final class WidgetSettingsPrivacy$configurePrivacyControls$1 implement @Override // android.view.View.OnClickListener public final void onClick(View view) { this.$dialog.dismiss(); - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2024z; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2025z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); checkedSetting.setChecked(true); - CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2024z; + CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2025z; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyStatistics"); checkedSetting2.setEnabled(true); } @@ -65,7 +65,7 @@ public final class WidgetSettingsPrivacy$configurePrivacyControls$1 implement Boolean bool = r4.$consented; m.checkNotNullExpressionValue(bool, "consented"); boolean booleanValue = bool.booleanValue(); - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2024z; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2025z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); WidgetSettingsPrivacy.access$toggleConsent(widgetSettingsPrivacy, booleanValue, RestAPIParams.Consents.Type.USAGE_STATS, checkedSetting); } @@ -107,14 +107,14 @@ public final class WidgetSettingsPrivacy$configurePrivacyControls$1 implement } public final void call(Boolean bool) { - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2024z; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2025z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); checkedSetting.setEnabled(false); m.checkNotNullExpressionValue(bool, "consented"); if (bool.booleanValue()) { WidgetSettingsPrivacy widgetSettingsPrivacy = this.this$0; boolean booleanValue = bool.booleanValue(); - CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2024z; + CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2025z; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyStatistics"); WidgetSettingsPrivacy.access$toggleConsent(widgetSettingsPrivacy, booleanValue, RestAPIParams.Consents.Type.USAGE_STATS, checkedSetting2); return; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java index e018d6be66..58281e4e9b 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java @@ -19,6 +19,6 @@ public final class WidgetSettingsPrivacy$friendSourceRadios$2 extends o implemen @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final List mo1invoke() { - return n.listOf((Object[]) new CheckedSetting[]{WidgetSettingsPrivacy.access$getBinding$p(this.this$0).r, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2021s, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).t}); + return n.listOf((Object[]) new CheckedSetting[]{WidgetSettingsPrivacy.access$getBinding$p(this.this$0).r, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2022s, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).t}); } } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java index 9b39ea524a..9df683a8ce 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java @@ -24,7 +24,7 @@ public final class WidgetSettingsPrivacy$onViewBoundOrOnResume$2 extends o imple } public final void invoke(boolean z2) { - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2023y; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2024y; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyScreenreaderDetection"); checkedSetting.setChecked(z2); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java index 6f28ae0f04..e528eac07d 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java @@ -90,12 +90,12 @@ public final class WidgetSettingsPrivacy extends AppFragment { private final ModelUserSettings.FriendSourceFlags friendSourceFlags; /* renamed from: me reason: collision with root package name */ - private final MeUser f2235me; + private final MeUser f2236me; private final int userDiscoveryFlags; public LocalState(MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, ModelConnectedAccount modelConnectedAccount, Experiment experiment, int i2) { m.checkNotNullParameter(meUser, "me"); - this.f2235me = meUser; + this.f2236me = meUser; this.explicitContentFilter = i; this.defaultRestrictedGuilds = z2; this.friendSourceFlags = friendSourceFlags; @@ -106,7 +106,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public static /* synthetic */ LocalState copy$default(LocalState localState, MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, ModelConnectedAccount modelConnectedAccount, Experiment experiment, int i2, int i3, Object obj) { if ((i3 & 1) != 0) { - meUser = localState.f2235me; + meUser = localState.f2236me; } if ((i3 & 2) != 0) { i = localState.explicitContentFilter; @@ -130,7 +130,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public final MeUser component1() { - return this.f2235me; + return this.f2236me; } public final int component2() { @@ -170,7 +170,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { return false; } LocalState localState = (LocalState) obj; - return m.areEqual(this.f2235me, localState.f2235me) && this.explicitContentFilter == localState.explicitContentFilter && this.defaultRestrictedGuilds == localState.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, localState.friendSourceFlags) && m.areEqual(this.contactSyncConnection, localState.contactSyncConnection) && m.areEqual(this.contactSyncExperiment, localState.contactSyncExperiment) && this.userDiscoveryFlags == localState.userDiscoveryFlags; + return m.areEqual(this.f2236me, localState.f2236me) && this.explicitContentFilter == localState.explicitContentFilter && this.defaultRestrictedGuilds == localState.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, localState.friendSourceFlags) && m.areEqual(this.contactSyncConnection, localState.contactSyncConnection) && m.areEqual(this.contactSyncExperiment, localState.contactSyncExperiment) && this.userDiscoveryFlags == localState.userDiscoveryFlags; } public final ModelConnectedAccount getContactSyncConnection() { @@ -194,7 +194,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public final MeUser getMe() { - return this.f2235me; + return this.f2236me; } public final int getUserDiscoveryFlags() { @@ -202,7 +202,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public int hashCode() { - MeUser meUser = this.f2235me; + MeUser meUser = this.f2236me; int i = 0; int hashCode = (((meUser != null ? meUser.hashCode() : 0) * 31) + this.explicitContentFilter) * 31; boolean z2 = this.defaultRestrictedGuilds; @@ -226,7 +226,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public String toString() { StringBuilder P = a.P("LocalState(me="); - P.append(this.f2235me); + P.append(this.f2236me); P.append(", explicitContentFilter="); P.append(this.explicitContentFilter); P.append(", defaultRestrictedGuilds="); @@ -253,7 +253,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { private final RestAPI.HarvestState harvestState; /* renamed from: me reason: collision with root package name */ - private final MeUser f2236me; + private final MeUser f2237me; private final boolean showContactSync; private final int userDiscoveryFlags; @@ -293,7 +293,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public Model(MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, int i2, ModelConnectedAccount modelConnectedAccount, boolean z3, Consents consents, RestAPI.HarvestState harvestState) { m.checkNotNullParameter(meUser, "me"); m.checkNotNullParameter(consents, "consents"); - this.f2236me = meUser; + this.f2237me = meUser; this.explicitContentFilter = i; this.defaultRestrictedGuilds = z2; this.friendSourceFlags = friendSourceFlags; @@ -305,11 +305,11 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public static /* synthetic */ Model copy$default(Model model, MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, int i2, ModelConnectedAccount modelConnectedAccount, boolean z3, Consents consents, RestAPI.HarvestState harvestState, int i3, Object obj) { - return model.copy((i3 & 1) != 0 ? model.f2236me : meUser, (i3 & 2) != 0 ? model.explicitContentFilter : i, (i3 & 4) != 0 ? model.defaultRestrictedGuilds : z2, (i3 & 8) != 0 ? model.friendSourceFlags : friendSourceFlags, (i3 & 16) != 0 ? model.userDiscoveryFlags : i2, (i3 & 32) != 0 ? model.contactSyncConnection : modelConnectedAccount, (i3 & 64) != 0 ? model.showContactSync : z3, (i3 & 128) != 0 ? model.consents : consents, (i3 & 256) != 0 ? model.harvestState : harvestState); + return model.copy((i3 & 1) != 0 ? model.f2237me : meUser, (i3 & 2) != 0 ? model.explicitContentFilter : i, (i3 & 4) != 0 ? model.defaultRestrictedGuilds : z2, (i3 & 8) != 0 ? model.friendSourceFlags : friendSourceFlags, (i3 & 16) != 0 ? model.userDiscoveryFlags : i2, (i3 & 32) != 0 ? model.contactSyncConnection : modelConnectedAccount, (i3 & 64) != 0 ? model.showContactSync : z3, (i3 & 128) != 0 ? model.consents : consents, (i3 & 256) != 0 ? model.harvestState : harvestState); } public final MeUser component1() { - return this.f2236me; + return this.f2237me; } public final int component2() { @@ -358,7 +358,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { return false; } Model model = (Model) obj; - return m.areEqual(this.f2236me, model.f2236me) && this.explicitContentFilter == model.explicitContentFilter && this.defaultRestrictedGuilds == model.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, model.friendSourceFlags) && this.userDiscoveryFlags == model.userDiscoveryFlags && m.areEqual(this.contactSyncConnection, model.contactSyncConnection) && this.showContactSync == model.showContactSync && m.areEqual(this.consents, model.consents) && m.areEqual(this.harvestState, model.harvestState); + return m.areEqual(this.f2237me, model.f2237me) && this.explicitContentFilter == model.explicitContentFilter && this.defaultRestrictedGuilds == model.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, model.friendSourceFlags) && this.userDiscoveryFlags == model.userDiscoveryFlags && m.areEqual(this.contactSyncConnection, model.contactSyncConnection) && this.showContactSync == model.showContactSync && m.areEqual(this.consents, model.consents) && m.areEqual(this.harvestState, model.harvestState); } public final Consents getConsents() { @@ -386,7 +386,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public final MeUser getMe() { - return this.f2236me; + return this.f2237me; } public final boolean getShowContactSync() { @@ -398,7 +398,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public int hashCode() { - MeUser meUser = this.f2236me; + MeUser meUser = this.f2237me; int i = 0; int hashCode = (((meUser != null ? meUser.hashCode() : 0) * 31) + this.explicitContentFilter) * 31; boolean z2 = this.defaultRestrictedGuilds; @@ -430,7 +430,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2236me); + P.append(this.f2237me); P.append(", explicitContentFilter="); P.append(this.explicitContentFilter); P.append(", defaultRestrictedGuilds="); @@ -520,7 +520,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { TextView textView2 = getBinding().d; m.checkNotNullExpressionValue(textView2, "binding.contactSyncSettingInfo"); textView2.setMovementMethod(LinkMovementMethod.getInstance()); - CheckedSetting checkedSetting = getBinding().f2020c; + CheckedSetting checkedSetting = getBinding().f2021c; m.checkNotNullExpressionValue(checkedSetting, "binding.contactSyncSettingEnabled"); ModelConnectedAccount contactSyncConnection = model.getContactSyncConnection(); checkedSetting.setChecked(contactSyncConnection != null && contactSyncConnection.isFriendSync()); @@ -530,7 +530,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { CheckedSetting checkedSetting3 = getBinding().b; m.checkNotNullExpressionValue(checkedSetting3, "binding.contactSyncSettingEmail"); checkedSetting3.setChecked((model.getUserDiscoveryFlags() & 4) == 4); - getBinding().f2020c.e(new WidgetSettingsPrivacy$configureContactSyncOptions$2(this, model)); + getBinding().f2021c.e(new WidgetSettingsPrivacy$configureContactSyncOptions$2(this, model)); getBinding().e.e(new WidgetSettingsPrivacy$configureContactSyncOptions$3(this)); getBinding().b.e(new WidgetSettingsPrivacy$configureContactSyncOptions$4(this)); CheckedSetting checkedSetting4 = getBinding().f; @@ -593,10 +593,10 @@ public final class WidgetSettingsPrivacy extends AppFragment { LinearLayout linearLayout = getBinding().k; m.checkNotNullExpressionValue(linearLayout, "binding.settingsPrivacyControls"); linearLayout.setVisibility(0); - CheckedSetting checkedSetting = getBinding().f2024z; + CheckedSetting checkedSetting = getBinding().f2025z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); checkedSetting.setChecked(model.getConsents().getUsageStatistics().getConsented()); - getBinding().f2024z.setOnCheckedListener(new WidgetSettingsPrivacy$configurePrivacyControls$1(this, context)); + getBinding().f2025z.setOnCheckedListener(new WidgetSettingsPrivacy$configurePrivacyControls$1(this, context)); CheckedSetting checkedSetting2 = getBinding().v; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyPersonalization"); checkedSetting2.setChecked(model.getConsents().getPersonalization().getConsented()); @@ -796,11 +796,11 @@ public final class WidgetSettingsPrivacy extends AppFragment { m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyPersonalization"); f fVar = f.a; checkedSetting.h(b.j(checkedSetting2, R.string.data_privacy_controls_personalization_note_learn_more, new Object[]{fVar.a(360004109911L, null)}, null, 4), true); - CheckedSetting checkedSetting3 = getBinding().f2023y; - CheckedSetting checkedSetting4 = getBinding().f2023y; + CheckedSetting checkedSetting3 = getBinding().f2024y; + CheckedSetting checkedSetting4 = getBinding().f2024y; m.checkNotNullExpressionValue(checkedSetting4, "binding.settingsPrivacyScreenreaderDetection"); checkedSetting3.h(b.j(checkedSetting4, R.string.data_privacy_controls_allow_accessibility_detection_note, new Object[]{fVar.a(360035966492L, null)}, null, 4), true); - CheckedSetting checkedSetting5 = getBinding().f2023y; + CheckedSetting checkedSetting5 = getBinding().f2024y; checkedSetting5.setOnCheckedListener(new WidgetSettingsPrivacy$onViewBound$$inlined$apply$lambda$1(checkedSetting5, this)); getBinding().i.setButtonVisibility(false); CheckedSetting checkedSetting6 = getBinding().i; @@ -821,11 +821,11 @@ public final class WidgetSettingsPrivacy extends AppFragment { sb.append(')'); textView.setText(b.l(sb.toString(), new Object[0], null, 2)); getBinding().h.setOnClickListener(new WidgetSettingsPrivacy$onViewBound$4(a)); - CheckedSetting checkedSetting8 = getBinding().f2024z; - CheckedSetting checkedSetting9 = getBinding().f2024z; + CheckedSetting checkedSetting8 = getBinding().f2025z; + CheckedSetting checkedSetting9 = getBinding().f2025z; m.checkNotNullExpressionValue(checkedSetting9, "binding.settingsPrivacyStatistics"); checkedSetting8.h(b.j(checkedSetting9, R.string.data_privacy_controls_usage_statistics_note, new Object[]{fVar.a(360004109911L, null)}, null, 4), true); - for (TextView textView3 : n.listOf((Object[]) new TextView[]{getBinding().f2022x, getBinding().n, getBinding().u, getBinding().l})) { + for (TextView textView3 : n.listOf((Object[]) new TextView[]{getBinding().f2023x, getBinding().n, getBinding().u, getBinding().l})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView3, "header"); accessibilityUtils.setViewIsHeading(textView3); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java index 62dc93fe12..fa72b4dde5 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java @@ -133,7 +133,7 @@ public final class WidgetSettingsVoice extends AppFragment { super.onViewCreated(view, bundle); setBottomSheetCollapsedStateDisabled(); getBinding().b.setOnClickListener(new WidgetSettingsVoice$InputModeSelector$onViewCreated$1(this)); - getBinding().f2031c.setOnClickListener(new WidgetSettingsVoice$InputModeSelector$onViewCreated$2(this)); + getBinding().f2032c.setOnClickListener(new WidgetSettingsVoice$InputModeSelector$onViewCreated$2(this)); } } @@ -265,7 +265,7 @@ public final class WidgetSettingsVoice extends AppFragment { private final void configureUI(Model model) { CheckedSetting checkedSetting; - SeekBar seekBar = getBinding().f2027s; + SeekBar seekBar = getBinding().f2028s; m.checkNotNullExpressionValue(seekBar, "binding.settingsVoiceOutputVolume"); seekBar.setProgress(d0.a0.a.roundToInt(PerceptualVolumeUtils.amplitudeToPerceptual$default(PerceptualVolumeUtils.INSTANCE, model.getVoiceConfig().getOutputVolume(), 0.0f, 2, null))); getBinding().i.setOnClickListener(new WidgetSettingsVoice$configureUI$1(this)); @@ -332,10 +332,10 @@ public final class WidgetSettingsVoice extends AppFragment { } checkedSetting6.setChecked(z2); getBinding().h.setOnCheckedListener(WidgetSettingsVoice$configureUI$6.INSTANCE); - CheckedSetting checkedSetting7 = getBinding().f2026c; + CheckedSetting checkedSetting7 = getBinding().f2027c; m.checkNotNullExpressionValue(checkedSetting7, "binding.settingsVoiceEchoCancellationToggle"); checkedSetting7.setChecked(model.getVoiceConfig().getEchoCancellation()); - getBinding().f2026c.setOnCheckedListener(WidgetSettingsVoice$configureUI$7.INSTANCE); + getBinding().f2027c.setOnCheckedListener(WidgetSettingsVoice$configureUI$7.INSTANCE); CheckedSetting checkedSetting8 = getBinding().b; m.checkNotNullExpressionValue(checkedSetting8, "binding.settingsVoiceAutoVadToggle"); checkedSetting8.setChecked(model.getVoiceConfig().getAutomaticVad()); @@ -358,25 +358,25 @@ public final class WidgetSettingsVoice extends AppFragment { m.checkNotNullExpressionValue(relativeLayout, "binding.settingsVoiceSensitivityWrap"); int i = 8; relativeLayout.setVisibility(model.getModeVAD() ? 0 : 8); - TextView textView = getBinding().f2028x; + TextView textView = getBinding().f2029x; m.checkNotNullExpressionValue(textView, "binding.settingsVoiceSensitivityLabel"); textView.setVisibility(model.getVoiceConfig().getAutomaticVad() ? 0 : 8); boolean z2 = !m.areEqual(model.getLocalVoiceStatus(), LOCAL_VOICE_STATUS_ENGINE_UNINITIALIZED); LinearLayout linearLayout = getBinding().A; m.checkNotNullExpressionValue(linearLayout, "binding.settingsVoiceSensitivityTestingContainer"); linearLayout.setVisibility(z2 ? 0 : 8); - MaterialButton materialButton = getBinding().f2030z; + MaterialButton materialButton = getBinding().f2031z; m.checkNotNullExpressionValue(materialButton, "binding.settingsVoiceSensitivityTestButton"); if (!z2) { i = 0; } materialButton.setVisibility(i); - getBinding().f2030z.setOnClickListener(new WidgetSettingsVoice$configureVoiceSensitivity$1(this)); + getBinding().f2031z.setOnClickListener(new WidgetSettingsVoice$configureVoiceSensitivity$1(this)); if (model.getVoiceConfig().getAutomaticVad()) { View view = getBinding().w; m.checkNotNullExpressionValue(view, "binding.settingsVoiceSensitivityAutomatic"); view.setVisibility(0); - SeekBar seekBar = getBinding().f2029y; + SeekBar seekBar = getBinding().f2030y; m.checkNotNullExpressionValue(seekBar, "binding.settingsVoiceSensitivityManual"); seekBar.setVisibility(4); int i2 = model.getLocalVoiceStatus().b ? R.drawable.drawable_voice_indicator_speaking : R.drawable.drawable_voice_indicator_not_speaking; @@ -388,13 +388,13 @@ public final class WidgetSettingsVoice extends AppFragment { View view3 = getBinding().w; m.checkNotNullExpressionValue(view3, "binding.settingsVoiceSensitivityAutomatic"); view3.setVisibility(4); - SeekBar seekBar2 = getBinding().f2029y; + SeekBar seekBar2 = getBinding().f2030y; m.checkNotNullExpressionValue(seekBar2, "binding.settingsVoiceSensitivityManual"); seekBar2.setVisibility(0); - SeekBar seekBar3 = getBinding().f2029y; + SeekBar seekBar3 = getBinding().f2030y; m.checkNotNullExpressionValue(seekBar3, "binding.settingsVoiceSensitivityManual"); seekBar3.setSecondaryProgress(((int) model.getLocalVoiceStatus().a) + 100); - SeekBar seekBar4 = getBinding().f2029y; + SeekBar seekBar4 = getBinding().f2030y; m.checkNotNullExpressionValue(seekBar4, "binding.settingsVoiceSensitivityManual"); seekBar4.setProgress(((int) model.getVoiceConfig().getSensitivity()) + 100); } @@ -508,8 +508,8 @@ public final class WidgetSettingsVoice extends AppFragment { @Override // com.discord.app.AppFragment public void onViewBoundOrOnResume() { super.onViewBoundOrOnResume(); - getBinding().f2027s.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$1()); - getBinding().f2029y.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$2()); + getBinding().f2028s.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$1()); + getBinding().f2030y.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$2()); Model.Companion companion = Model.Companion; BehaviorSubject behaviorSubject = this.requestListenForSensitivitySubject; m.checkNotNullExpressionValue(behaviorSubject, "requestListenForSensitivitySubject"); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java index 04feaaccfb..6a9134593d 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java @@ -53,7 +53,7 @@ public final class WidgetSettingsAccount$onViewBound$1 extends k implements Func } else { throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } - NestedScrollView nestedScrollView = WidgetSettingsAccount.access$getBinding$p(this.this$0).f1988x; + NestedScrollView nestedScrollView = WidgetSettingsAccount.access$getBinding$p(this.this$0).f1989x; LinearLayout linearLayout = WidgetSettingsAccount.access$getBinding$p(this.this$0).v; m.checkNotNullExpressionValue(linearLayout, "binding.settingsAccountPrivateDataWrap"); nestedScrollView.smoothScrollTo(0, linearLayout.getBottom()); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java index c4169f9ace..db723aef81 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java @@ -333,7 +333,7 @@ public final class WidgetSettingsAccount extends AppFragment { TextView textView3 = getBinding().f; m.checkNotNullExpressionValue(textView3, "binding.settingsAccountEmailText"); textView3.setText(component1.getEmail()); - TextView textView4 = getBinding().f1987s; + TextView textView4 = getBinding().f1988s; m.checkNotNullExpressionValue(textView4, "binding.settingsAccountPhoneText"); textView4.setText(component1.getPhoneNumber()); getBinding().d.setOnClickListener(new WidgetSettingsAccount$configureUI$1(this)); @@ -373,30 +373,30 @@ public final class WidgetSettingsAccount extends AppFragment { String sMSBackupDisabledMessage = getSMSBackupDisabledMessage(component1); CharSequence charSequence = null; if (sMSBackupDisabledMessage != null || component2.isTogglingSMSBackup()) { - CheckedSetting.d(getBinding().f1989y, null, 1); - TextView textView7 = getBinding().f1990z; + CheckedSetting.d(getBinding().f1990y, null, 1); + TextView textView7 = getBinding().f1991z; m.checkNotNullExpressionValue(textView7, "binding.settingsAccountSmsPhone"); ViewExtensions.setEnabledAlpha$default(textView7, false, 0.0f, 2, null); } else { - TextView textView8 = getBinding().f1990z; + TextView textView8 = getBinding().f1991z; m.checkNotNullExpressionValue(textView8, "binding.settingsAccountSmsPhone"); ViewExtensions.setEnabledAlpha$default(textView8, true, 0.0f, 2, null); - getBinding().f1989y.e(new WidgetSettingsAccount$configureUI$12(this, component1)); + getBinding().f1990y.e(new WidgetSettingsAccount$configureUI$12(this, component1)); } - TextView textView9 = getBinding().f1990z; + TextView textView9 = getBinding().f1991z; m.checkNotNullExpressionValue(textView9, "binding.settingsAccountSmsPhone"); if (component1.getPhoneNumber() != null) { - TextView textView10 = getBinding().f1990z; + TextView textView10 = getBinding().f1991z; m.checkNotNullExpressionValue(textView10, "binding.settingsAccountSmsPhone"); Context context = textView10.getContext(); m.checkNotNullExpressionValue(context, "binding.settingsAccountSmsPhone.context"); charSequence = b.h(context, R.string.mfa_sms_auth_current_phone, new Object[]{component1.getPhoneNumber()}, null, 4); } ViewExtensions.setTextAndVisibilityBy(textView9, charSequence); - CheckedSetting checkedSetting = getBinding().f1989y; + CheckedSetting checkedSetting = getBinding().f1990y; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsAccountSmsBackup"); checkedSetting.setChecked(userUtils.isMfaSMSEnabled(component1)); - CheckedSetting checkedSetting2 = getBinding().f1989y; + CheckedSetting checkedSetting2 = getBinding().f1990y; if (sMSBackupDisabledMessage == null) { sMSBackupDisabledMessage = getString(R.string.mfa_sms_auth_sales_pitch); m.checkNotNullExpressionValue(sMSBackupDisabledMessage, "getString(R.string.mfa_sms_auth_sales_pitch)"); @@ -409,7 +409,7 @@ public final class WidgetSettingsAccount extends AppFragment { m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); companion.show(parentFragmentManager, true); } - for (TextView textView11 : n.listOf((Object[]) new TextView[]{getBinding().g, getBinding().f1986c, getBinding().h})) { + for (TextView textView11 : n.listOf((Object[]) new TextView[]{getBinding().g, getBinding().f1987c, getBinding().h})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView11, "header"); accessibilityUtils.setViewIsHeading(textView11); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java index 64d43630be..f6e41ad850 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java @@ -333,7 +333,7 @@ public final class WidgetSettingsAccountBackupCodes extends AppFragment { m.checkNotNullExpressionValue(recyclerView2, "binding.settingsBackupCodesRv"); this.backupCodesAdapter = (Adapter) companion.configure(new Adapter(recyclerView2)); } - getBinding().f1985c.setOnClickListener(new WidgetSettingsAccountBackupCodes$onViewBound$2(this)); + getBinding().f1986c.setOnClickListener(new WidgetSettingsAccountBackupCodes$onViewBound$2(this)); showPasswordModal(); } } diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java index 6f19d56266..ff15d36708 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java @@ -26,7 +26,7 @@ public final class WidgetSettingsAccountChangePassword$onViewBound$2 extends o i public final void invoke(Editable editable) { m.checkNotNullParameter(editable, "it"); - TextInputLayout textInputLayout = WidgetSettingsAccountChangePassword.access$getBinding$p(this.this$0).f1991c; + TextInputLayout textInputLayout = WidgetSettingsAccountChangePassword.access$getBinding$p(this.this$0).f1992c; m.checkNotNullExpressionValue(textInputLayout, "binding.changePasswordNewPasswordInput"); textInputLayout.setError(null); } diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java index 3ff49f501f..53b8117278 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java @@ -90,7 +90,7 @@ public final class WidgetSettingsAccountChangePassword extends AppFragment { TextInputLayout textInputLayout2 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout2, "binding.changePasswordCurrentPasswordInput"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout2); - TextInputLayout textInputLayout3 = getBinding().f1991c; + TextInputLayout textInputLayout3 = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout3, "binding.changePasswordNewPasswordInput"); String textOrEmpty2 = ViewExtensions.getTextOrEmpty(textInputLayout3); if (textOrEmpty.length() == 0) { @@ -101,10 +101,10 @@ public final class WidgetSettingsAccountChangePassword extends AppFragment { m.checkNotNullExpressionValue(textInputLayout5, "binding.changePasswordCurrentPasswordInput"); textInputLayout4.setError(textInputLayout5.getContext().getString(R.string.password_required)); } else if (!AuthUtils.INSTANCE.isValidPasswordLength(textOrEmpty2)) { - getBinding().f1991c.requestFocus(); - TextInputLayout textInputLayout6 = getBinding().f1991c; + getBinding().f1992c.requestFocus(); + TextInputLayout textInputLayout6 = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout6, "binding.changePasswordNewPasswordInput"); - TextInputLayout textInputLayout7 = getBinding().f1991c; + TextInputLayout textInputLayout7 = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout7, "binding.changePasswordNewPasswordInput"); textInputLayout6.setError(textInputLayout7.getContext().getString(R.string.password_length_error)); } else { @@ -138,13 +138,13 @@ public final class WidgetSettingsAccountChangePassword extends AppFragment { this.state.setupUnsavedChangesConfirmation(this); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().d; - TextInputLayout textInputLayout = getBinding().f1991c; + TextInputLayout textInputLayout = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout, "binding.changePasswordNewPasswordInput"); statefulViews.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout); TextInputLayout textInputLayout2 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout2, "binding.changePasswordCurrentPasswordInput"); ViewExtensions.addBindedTextWatcher(textInputLayout2, this, new WidgetSettingsAccountChangePassword$onViewBound$1(this)); - TextInputLayout textInputLayout3 = getBinding().f1991c; + TextInputLayout textInputLayout3 = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout3, "binding.changePasswordNewPasswordInput"); ViewExtensions.addBindedTextWatcher(textInputLayout3, this, new WidgetSettingsAccountChangePassword$onViewBound$2(this)); TextInputLayout textInputLayout4 = getBinding().e; diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java index de09c665e6..a96fe8ac12 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java @@ -87,7 +87,7 @@ public final class WidgetSettingsAccountContactsNameEdit extends AppFragment { str = ""; } ViewExtensions.setText(textInputLayout, str); - getBinding().f1992c.setOnClickListener(new WidgetSettingsAccountContactsNameEdit$configureUI$1(this)); + getBinding().f1993c.setOnClickListener(new WidgetSettingsAccountContactsNameEdit$configureUI$1(this)); } private final WidgetSettingsAccountContactsNameEditBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java index c57bddcb58..d5727fd61b 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java @@ -111,9 +111,9 @@ public final class WidgetSettingsAccountEmailEdit extends AppFragment { TextInputLayout textInputLayout = getBinding().b; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountEmailWrap"); ViewExtensions.setOnImeActionDone$default(textInputLayout, false, new WidgetSettingsAccountEmailEdit$onViewBound$1(this), 1, null); - getBinding().f1994c.setOnClickListener(new WidgetSettingsAccountEmailEdit$onViewBound$2(this)); + getBinding().f1995c.setOnClickListener(new WidgetSettingsAccountEmailEdit$onViewBound$2(this)); StatefulViews statefulViews = this.state; - FloatingActionButton floatingActionButton = getBinding().f1994c; + FloatingActionButton floatingActionButton = getBinding().f1995c; TextInputLayout textInputLayout2 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout2, "binding.editAccountEmailWrap"); statefulViews.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout2); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java index 45dace8533..b20c932264 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java @@ -23,7 +23,7 @@ public final class WidgetSettingsAccountUsernameEdit$validationManager$2 extends @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ValidationManager mo1invoke() { - TextInputLayout textInputLayout = WidgetSettingsAccountUsernameEdit.access$getBinding$p(this.this$0).f1993c; + TextInputLayout textInputLayout = WidgetSettingsAccountUsernameEdit.access$getBinding$p(this.this$0).f1994c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountUsernameWrap"); InputValidator[] inputValidatorArr = {BasicTextInputValidator.Companion.createRequiredInputValidator(R.string.username_required)}; TextInputLayout textInputLayout2 = WidgetSettingsAccountUsernameEdit.access$getBinding$p(this.this$0).b; diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java index fb14be3197..0e579510ad 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java @@ -79,10 +79,10 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { } private final void configureUI(MeUser meUser) { - TextInputLayout textInputLayout = getBinding().f1993c; + TextInputLayout textInputLayout = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountUsernameWrap"); StatefulViews statefulViews = this.state; - TextInputLayout textInputLayout2 = getBinding().f1993c; + TextInputLayout textInputLayout2 = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout2, "binding.editAccountUsernameWrap"); ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews.get(textInputLayout2.getId(), meUser.getUsername())); TextInputLayout textInputLayout3 = getBinding().b; @@ -94,11 +94,11 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { String format = String.format("%04d", Arrays.copyOf(new Object[]{Integer.valueOf(meUser.getDiscriminator())}, 1)); m.checkNotNullExpressionValue(format, "java.lang.String.format(format, *args)"); ViewExtensions.setText(textInputLayout3, (CharSequence) statefulViews2.get(id2, format)); - TextInputLayout textInputLayout5 = getBinding().f1993c; + TextInputLayout textInputLayout5 = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout5, "binding.editAccountUsernameWrap"); EditText editText = textInputLayout5.getEditText(); Editable text = editText != null ? editText.getText() : null; - TextInputLayout textInputLayout6 = getBinding().f1993c; + TextInputLayout textInputLayout6 = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout6, "binding.editAccountUsernameWrap"); Selection.setSelection(text, ViewExtensions.getTextOrEmpty(textInputLayout6).length()); TextInputLayout textInputLayout7 = getBinding().b; @@ -125,7 +125,7 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { WidgetUserPasswordVerify.Companion companion = WidgetUserPasswordVerify.Companion; Context requireContext = requireContext(); ActivityResultLauncher activityResultLauncher = this.passwordVerifyLauncher; - TextInputLayout textInputLayout = getBinding().f1993c; + TextInputLayout textInputLayout = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountUsernameWrap"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); TextInputLayout textInputLayout2 = getBinding().b; @@ -150,7 +150,7 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { getBinding().d.setOnClickListener(new WidgetSettingsAccountUsernameEdit$onViewBound$3(this)); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().d; - TextInputLayout textInputLayout3 = getBinding().f1993c; + TextInputLayout textInputLayout3 = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout3, "binding.editAccountUsernameWrap"); TextInputLayout textInputLayout4 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout4, "binding.editAccountDiscriminatorWrap"); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java index 0218cd65de..30371b2c98 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java @@ -133,7 +133,7 @@ public final class WidgetSettingsBlockedUsers extends AppFragment { super.onViewCreated(view, bundle); setActionBarTitle(R.string.user_settings_blocked_users); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); - RecyclerView recyclerView = getBinding().f2003c; + RecyclerView recyclerView = getBinding().f2004c; MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; m.checkNotNullExpressionValue(recyclerView, "it"); WidgetSettingsBlockedUsersAdapter widgetSettingsBlockedUsersAdapter = (WidgetSettingsBlockedUsersAdapter) companion.configure(new WidgetSettingsBlockedUsersAdapter(recyclerView)); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java index 9425f99b25..e060bccf46 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java @@ -63,7 +63,7 @@ public final class WidgetSettingsBlockedUsersAdapter extends MGRecyclerAdapterSi SimpleDraweeView simpleDraweeView = this.binding.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.blockedUserItemAvatar"); IconUtils.setIcon$default(simpleDraweeView, item.getUser(), R.dimen.avatar_size_standard, null, null, null, 56, null); - TextView textView = this.binding.f2011c; + TextView textView = this.binding.f2012c; m.checkNotNullExpressionValue(textView, "binding.blockedUserItemName"); textView.setText(item.getUser().getUsername()); this.binding.d.setOnClickListener(new WidgetSettingsBlockedUsersAdapter$BlockedUserViewHolder$onConfigure$2(this, item)); diff --git a/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java b/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java index 5056d33db4..4a4452d89f 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java +++ b/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java @@ -88,13 +88,13 @@ public final class WidgetEnableMFAKey extends AppFragment { if (activity != null && (packageManager = activity.getPackageManager()) != null) { Companion companion = Companion; if (Companion.access$isPackageInstalled(companion, AuthUtils.AUTHY_PACKAGE, packageManager)) { - TextView textView = getBinding().f2007c; + TextView textView = getBinding().f2008c; m.checkNotNullExpressionValue(textView, "binding.enableMfaKeyLaunchAuthy"); textView.setText(b.k(this, R.string.launch_app, new Object[]{b.k(this, R.string.two_fa_app_name_authy, new Object[0], null, 4)}, null, 4)); - TextView textView2 = getBinding().f2007c; + TextView textView2 = getBinding().f2008c; m.checkNotNullExpressionValue(textView2, "binding.enableMfaKeyLaunchAuthy"); textView2.setVisibility(0); - getBinding().f2007c.setOnClickListener(new WidgetEnableMFAKey$showLaunchTexts$1(packageManager)); + getBinding().f2008c.setOnClickListener(new WidgetEnableMFAKey$showLaunchTexts$1(packageManager)); } if (Companion.access$isPackageInstalled(companion, AuthUtils.GOOGLE_AUTHENTICATOR_PACKAGE, packageManager)) { TextView textView3 = getBinding().d; diff --git a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java index a6c92e1cc9..9a96a2d57f 100644 --- a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java +++ b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java @@ -163,10 +163,10 @@ public final class WidgetSettingsUserConnections extends AppFragment { String id2 = connection.getId(); m.checkNotNullExpressionValue(id2, "connectedAccount.id"); this.binding.a.setOnClickListener(new WidgetSettingsUserConnections$Adapter$ViewHolder$onConfigure$$inlined$apply$lambda$1(from, this, userConnectionItem)); - ImageView imageView = this.binding.f2012c; + ImageView imageView = this.binding.f2013c; Integer platformImage = from.getPlatformImage(); imageView.setImageResource(platformImage != null ? platformImage.intValue() : 0); - ImageView imageView2 = this.binding.f2012c; + ImageView imageView2 = this.binding.f2013c; m.checkNotNullExpressionValue(imageView2, "binding.connectedAccountImg"); imageView2.setContentDescription(from.name()); TextView textView = this.binding.d; @@ -343,21 +343,21 @@ public final class WidgetSettingsUserConnections extends AppFragment { TextView textView = getBinding().b; m.checkNotNullExpressionValue(textView, "binding.connectionsEmpty"); textView.setVisibility(8); - RecyclerView recyclerView = getBinding().f2005c; + RecyclerView recyclerView = getBinding().f2006c; m.checkNotNullExpressionValue(recyclerView, "binding.connectionsRecycler"); recyclerView.setVisibility(8); } else if (viewState instanceof WidgetSettingsUserConnectionsViewModel.ViewState.Empty) { TextView textView2 = getBinding().b; m.checkNotNullExpressionValue(textView2, "binding.connectionsEmpty"); textView2.setVisibility(0); - RecyclerView recyclerView2 = getBinding().f2005c; + RecyclerView recyclerView2 = getBinding().f2006c; m.checkNotNullExpressionValue(recyclerView2, "binding.connectionsRecycler"); recyclerView2.setVisibility(8); } else if (viewState instanceof WidgetSettingsUserConnectionsViewModel.ViewState.Loaded) { TextView textView3 = getBinding().b; m.checkNotNullExpressionValue(textView3, "binding.connectionsEmpty"); textView3.setVisibility(8); - RecyclerView recyclerView3 = getBinding().f2005c; + RecyclerView recyclerView3 = getBinding().f2006c; m.checkNotNullExpressionValue(recyclerView3, "binding.connectionsRecycler"); recyclerView3.setVisibility(0); List data = ((WidgetSettingsUserConnectionsViewModel.ViewState.Loaded) viewState).getData(); @@ -370,7 +370,7 @@ public final class WidgetSettingsUserConnections extends AppFragment { adapter2.setData(arrayList); } if (itemCount != 0 && arrayList.size() > itemCount) { - getBinding().f2005c.smoothScrollToPosition(arrayList.size() - 1); + getBinding().f2006c.smoothScrollToPosition(arrayList.size() - 1); } } } @@ -386,7 +386,7 @@ public final class WidgetSettingsUserConnections extends AppFragment { FragmentActivity activity = getActivity(); if (activity != null) { MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2005c; + RecyclerView recyclerView = getBinding().f2006c; m.checkNotNullExpressionValue(recyclerView, "binding.connectionsRecycler"); m.checkNotNullExpressionValue(activity, "it"); FragmentManager supportFragmentManager = activity.getSupportFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java index 0651196380..50eb8954a6 100644 --- a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java +++ b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java @@ -86,7 +86,7 @@ public final class WidgetSettingsUserConnectionsAdd extends AppBottomSheet { public void onConfigure(int i, PlatformItem platformItem) { m.checkNotNullParameter(platformItem, "data"); super.onConfigure(i, (int) platformItem); - TextView textView = this.binding.f2010c; + TextView textView = this.binding.f2011c; m.checkNotNullExpressionValue(textView, "binding.addConnectedAccountText"); textView.setText(platformItem.getPlatform().getProperName()); ImageView imageView = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java b/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java index c83bcf6911..03f40d946c 100644 --- a/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java +++ b/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java @@ -126,7 +126,7 @@ public final class WidgetSettingsDeveloper extends AppFragment { private final void setupCrashes() { getBinding().d.setOnClickListener(WidgetSettingsDeveloper$setupCrashes$1.INSTANCE); - getBinding().f2006c.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$2(this)); + getBinding().f2007c.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$2(this)); getBinding().b.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$3(this)); getBinding().g.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$4(this)); } diff --git a/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java b/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java index bd07582e78..ba58dc31b3 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java @@ -693,7 +693,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { private final ClaimStatus claimStatus; /* renamed from: id reason: collision with root package name */ - private final long f2237id; + private final long f2238id; private final String imageUrl; private final String terms; private final String title; @@ -704,7 +704,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { m.checkNotNullParameter(str2, "terms"); m.checkNotNullParameter(str3, "imageUrl"); this.claimStatus = claimStatus; - this.f2237id = j; + this.f2238id = j; this.title = str; this.terms = str2; this.imageUrl = str3; @@ -715,7 +715,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { claimStatus = outboundPromoItem.claimStatus; } if ((i & 2) != 0) { - j = outboundPromoItem.f2237id; + j = outboundPromoItem.f2238id; } if ((i & 4) != 0) { str = outboundPromoItem.title; @@ -734,7 +734,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { } public final long component2() { - return this.f2237id; + return this.f2238id; } public final String component3() { @@ -765,7 +765,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { return false; } OutboundPromoItem outboundPromoItem = (OutboundPromoItem) obj; - return m.areEqual(this.claimStatus, outboundPromoItem.claimStatus) && this.f2237id == outboundPromoItem.f2237id && m.areEqual(this.title, outboundPromoItem.title) && m.areEqual(this.terms, outboundPromoItem.terms) && m.areEqual(this.imageUrl, outboundPromoItem.imageUrl); + return m.areEqual(this.claimStatus, outboundPromoItem.claimStatus) && this.f2238id == outboundPromoItem.f2238id && m.areEqual(this.title, outboundPromoItem.title) && m.areEqual(this.terms, outboundPromoItem.terms) && m.areEqual(this.imageUrl, outboundPromoItem.imageUrl); } public final ClaimStatus getClaimStatus() { @@ -773,7 +773,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { } public final long getId() { - return this.f2237id; + return this.f2238id; } public final String getImageUrl() { @@ -791,7 +791,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { public int hashCode() { ClaimStatus claimStatus = this.claimStatus; int i = 0; - int a = (b.a(this.f2237id) + ((claimStatus != null ? claimStatus.hashCode() : 0) * 31)) * 31; + int a = (b.a(this.f2238id) + ((claimStatus != null ? claimStatus.hashCode() : 0) * 31)) * 31; String str = this.title; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.terms; @@ -807,7 +807,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { StringBuilder P = a.P("OutboundPromoItem(claimStatus="); P.append(this.claimStatus); P.append(", id="); - P.append(this.f2237id); + P.append(this.f2238id); P.append(", title="); P.append(this.title); P.append(", terms="); diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java index 802d9221fc..1675e41e5e 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java @@ -216,7 +216,7 @@ public final class WidgetSettingsGifting extends AppFragment { TextView textView = getBinding().r; m.checkNotNullExpressionValue(textView, "binding.settingsGiftingYourGiftsHeader"); textView.setVisibility(z3 ? 0 : 8); - RecyclerView recyclerView = getBinding().f2009s; + RecyclerView recyclerView = getBinding().f2010s; m.checkNotNullExpressionValue(recyclerView, "binding.settingsGiftingYourGiftsRecycler"); if (!z3) { i = 8; @@ -339,7 +339,7 @@ public final class WidgetSettingsGifting extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - this.chooseGiftViews = d0.t.h0.mapOf(o.to(getBinding().f2008c, GooglePlayInAppSkuKt.getPremiumTier1Month()), o.to(getBinding().d, GooglePlayInAppSkuKt.getPremiumTier1Year()), o.to(getBinding().e, GooglePlayInAppSkuKt.getPremiumTier2Month()), o.to(getBinding().f, GooglePlayInAppSkuKt.getPremiumTier2Year())); + this.chooseGiftViews = d0.t.h0.mapOf(o.to(getBinding().f2009c, GooglePlayInAppSkuKt.getPremiumTier1Month()), o.to(getBinding().d, GooglePlayInAppSkuKt.getPremiumTier1Year()), o.to(getBinding().e, GooglePlayInAppSkuKt.getPremiumTier2Month()), o.to(getBinding().f, GooglePlayInAppSkuKt.getPremiumTier2Year())); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); getBinding().o.setOnClickListener(WidgetSettingsGifting$onViewBound$1.INSTANCE); TextInputLayout textInputLayout = getBinding().k; @@ -347,11 +347,11 @@ public final class WidgetSettingsGifting extends AppFragment { ViewExtensions.setOnImeActionDone$default(textInputLayout, false, new WidgetSettingsGifting$onViewBound$2(this), 1, null); getBinding().k.setErrorTextColor(ColorStateList.valueOf(ColorCompat.getColor(requireContext(), (int) R.color.status_red_500))); WidgetSettingsGiftingOutboundPromosAdapter widgetSettingsGiftingOutboundPromosAdapter = new WidgetSettingsGiftingOutboundPromosAdapter(new WidgetSettingsGifting$onViewBound$3(getViewModel()), new WidgetSettingsGifting$onViewBound$4(getViewModel())); - RecyclerView recyclerView = getBinding().f2009s; + RecyclerView recyclerView = getBinding().f2010s; m.checkNotNullExpressionValue(recyclerView, "binding.settingsGiftingYourGiftsRecycler"); recyclerView.setAdapter(widgetSettingsGiftingOutboundPromosAdapter); this.promosAdapter = widgetSettingsGiftingOutboundPromosAdapter; - RecyclerView recyclerView2 = getBinding().f2009s; + RecyclerView recyclerView2 = getBinding().f2010s; WidgetSettingsGiftingOutboundPromosAdapter widgetSettingsGiftingOutboundPromosAdapter2 = this.promosAdapter; if (widgetSettingsGiftingOutboundPromosAdapter2 == null) { m.throwUninitializedPropertyAccessException("promosAdapter"); diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java index 8edbe99144..de2feb03e6 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java @@ -24,8 +24,8 @@ public final class WidgetSettingsPremium$configureButtons$$inlined$forEach$lambd public final void onClick(View view) { WidgetChoosePlan.Companion companion = WidgetChoosePlan.Companion; Context requireContext = this.this$0.requireContext(); - WidgetChoosePlan.ViewType viewType = m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2019s.b) ? WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_1 : WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_2; + WidgetChoosePlan.ViewType viewType = m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2020s.b) ? WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_1 : WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_2; ModelSubscription modelSubscription = this.$premiumSubscription$inlined; - WidgetChoosePlan.Companion.launch$default(companion, requireContext, null, viewType, modelSubscription != null ? modelSubscription.getPaymentGatewayPlanId() : null, new Traits.Location(Traits.Location.Page.USER_SETTINGS, WidgetSettingsPremium.access$getAnalyticsLocationSection$p(this.this$0), Traits.Location.Obj.BUTTON_CTA, "buy", null, 16, null), Traits.Subscription.Companion.withGatewayPlanId(m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2019s.b) ? GooglePlaySku.PREMIUM_TIER_1_MONTHLY.getSkuName() : GooglePlaySku.PREMIUM_TIER_2_MONTHLY.getSkuName()), 2, null); + WidgetChoosePlan.Companion.launch$default(companion, requireContext, null, viewType, modelSubscription != null ? modelSubscription.getPaymentGatewayPlanId() : null, new Traits.Location(Traits.Location.Page.USER_SETTINGS, WidgetSettingsPremium.access$getAnalyticsLocationSection$p(this.this$0), Traits.Location.Obj.BUTTON_CTA, "buy", null, 16, null), Traits.Subscription.Companion.withGatewayPlanId(m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2020s.b) ? GooglePlaySku.PREMIUM_TIER_1_MONTHLY.getSkuName() : GooglePlaySku.PREMIUM_TIER_2_MONTHLY.getSkuName()), 2, null); } } diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java index 1ae50fa985..ef616dc934 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java @@ -551,7 +551,7 @@ public final class WidgetSettingsPremium extends AppFragment { } private final void configureButtonText(Map map) { - MaterialButton materialButton = getBinding().f2019s.b; + MaterialButton materialButton = getBinding().f2020s.b; m.checkNotNullExpressionValue(materialButton, "binding.premiumTier1.premiumSettingsPremiumClassic"); SkuDetails skuDetails = null; materialButton.setText(getPriceText(map != null ? (SkuDetails) map.get(GooglePlaySku.PREMIUM_TIER_1_MONTHLY.getSkuName()) : null)); @@ -575,14 +575,14 @@ public final class WidgetSettingsPremium extends AppFragment { private final void configureButtons(ModelSubscription modelSubscription, Map map) { configureButtonText(map); if (modelSubscription == null || !modelSubscription.isAppleSubscription()) { - for (MaterialButton materialButton : n.listOf((Object[]) new MaterialButton[]{getBinding().f2019s.b, getBinding().t.b})) { + for (MaterialButton materialButton : n.listOf((Object[]) new MaterialButton[]{getBinding().f2020s.b, getBinding().t.b})) { m.checkNotNullExpressionValue(materialButton, "button"); materialButton.setEnabled(modelSubscription == null); materialButton.setOnClickListener(new WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2(materialButton, this, modelSubscription)); } return; } - for (MaterialButton materialButton2 : n.listOf((Object[]) new MaterialButton[]{getBinding().f2019s.b, getBinding().t.b})) { + for (MaterialButton materialButton2 : n.listOf((Object[]) new MaterialButton[]{getBinding().f2020s.b, getBinding().t.b})) { m.checkNotNullExpressionValue(materialButton2, "button"); ViewExtensions.setEnabledAlpha$default(materialButton2, true, 0.0f, 2, null); materialButton2.setOnClickListener(new WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$1(this)); @@ -666,10 +666,10 @@ public final class WidgetSettingsPremium extends AppFragment { obj = TimeUtils.renderUtcDate$default(timeUtils, currentPeriodStart, requireContext, (String) null, (java.text.DateFormat) null, ordinal2 != 2 ? ordinal2 != 4 ? 0 : 30 : 3, 12, (Object) null); } obj = obj2; - LinearLayout linearLayout = getBinding().f2018c.f; + LinearLayout linearLayout = getBinding().f2019c.f; m.checkNotNullExpressionValue(linearLayout, "binding.payment.premiumSettingsPaymentContainer"); linearLayout.setVisibility(premiumSubscription != null ? 0 : 8); - View view = getBinding().f2018c.f119c; + View view = getBinding().f2019c.f119c; m.checkNotNullExpressionValue(view, "binding.payment.premiumSettingsBillingDivider"); view.setVisibility(isAppleSubscription ? 0 : 8); if (premiumSubscription != null) { @@ -710,31 +710,31 @@ public final class WidgetSettingsPremium extends AppFragment { } charSequence = null; } - TextView textView = getBinding().f2018c.d; + TextView textView = getBinding().f2019c.d; m.checkNotNullExpressionValue(textView, "binding.payment.premiumSettingsBillingInformation"); if (charSequence == null) { z2 = false; } textView.setVisibility(z2 ? 0 : 8); if (charSequence != null) { - TextView textView2 = getBinding().f2018c.d; + TextView textView2 = getBinding().f2019c.d; m.checkNotNullExpressionValue(textView2, "binding.payment.premiumSettingsBillingInformation"); textView2.setText(charSequence); } - MaterialButton materialButton = getBinding().f2018c.b; + MaterialButton materialButton = getBinding().f2019c.b; m.checkNotNullExpressionValue(materialButton, "binding.payment.activeSubscriptionsBottomButton"); if (isAppleSubscription) { charSequence2 = b.k(this, R.string.billing_manage_subscription, new Object[0], null, 4); } ViewExtensions.setTextAndVisibilityBy(materialButton, charSequence2); - getBinding().f2018c.b.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$1(isAppleSubscription)); - TextView textView3 = getBinding().f2018c.e; + getBinding().f2019c.b.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$1(isAppleSubscription)); + TextView textView3 = getBinding().f2019c.e; m.checkNotNullExpressionValue(textView3, "binding.payment.premiumSettingsGooglePlayManage"); if (!isGoogleSubscription) { i = 8; } textView3.setVisibility(i); - getBinding().f2018c.e.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$2(isGoogleSubscription, premiumSubscription)); + getBinding().f2019c.e.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$2(isGoogleSubscription, premiumSubscription)); } /* JADX WARNING: Code restructure failed: missing block: B:62:0x00ea, code lost: @@ -956,7 +956,7 @@ public final class WidgetSettingsPremium extends AppFragment { private final void scrollToSection(Integer num) { int i; if (num != null && num.intValue() == 0) { - z2 z2Var = getBinding().f2019s; + z2 z2Var = getBinding().f2020s; m.checkNotNullExpressionValue(z2Var, "binding.premiumTier1"); LinearLayout linearLayout = z2Var.a; m.checkNotNullExpressionValue(linearLayout, "binding.premiumTier1.root"); @@ -1071,13 +1071,13 @@ public final class WidgetSettingsPremium extends AppFragment { TextView textView = getBinding().d.f; m.checkNotNullExpressionValue(textView, "binding.premiumPerks.uploadSizePerk"); textView.setText(b.d(view, R.string.premium_perks_upload_size, new Object[0], new WidgetSettingsPremium$onViewBound$1(this))); - TextView textView2 = getBinding().f2019s.d; + TextView textView2 = getBinding().f2020s.d; m.checkNotNullExpressionValue(textView2, "binding.premiumTier1.tier1UploadSizePerk"); textView2.setText(b.d(view, R.string.premium_perks_upload_size, new Object[0], new WidgetSettingsPremium$onViewBound$2(this))); TextView textView3 = getBinding().d.b; m.checkNotNullExpressionValue(textView3, "binding.premiumPerks.guildSubscriptionPerk"); textView3.setText(b.d(view, R.string.premium_perks_tier_2_guild_subscription, new Object[0], WidgetSettingsPremium$onViewBound$3.INSTANCE)); - TextView textView4 = getBinding().f2019s.f202c; + TextView textView4 = getBinding().f2020s.f202c; m.checkNotNullExpressionValue(textView4, "binding.premiumTier1.tier1GuildSubscriptionPerk"); textView4.setText(b.d(view, R.string.premium_perks_tier_1_guild_subscription, new Object[0], WidgetSettingsPremium$onViewBound$4.INSTANCE)); NumberFormat instance = NumberFormat.getInstance(this.localeManager.getPrimaryLocale(requireContext())); @@ -1088,7 +1088,7 @@ public final class WidgetSettingsPremium extends AppFragment { m.checkNotNullExpressionValue(textView6, "binding.premiumPerks.maxMessageLengthPerk"); textView6.setText(b.e(this, R.string.premium_chat_perks_max_message_length, new Object[0], new WidgetSettingsPremium$onViewBound$6(instance))); configureButtonText$default(this, null, 1, null); - for (TextView textView7 : n.listOf((Object[]) new TextView[]{getBinding().q, getBinding().h, getBinding().f2018c.g})) { + for (TextView textView7 : n.listOf((Object[]) new TextView[]{getBinding().q, getBinding().h, getBinding().f2019c.g})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView7, "header"); accessibilityUtils.setViewIsHeading(textView7); diff --git a/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java b/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java index ed202ad5fb..865aa96634 100644 --- a/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java +++ b/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java @@ -133,7 +133,7 @@ public final class WidgetSettingsPremiumGuildSubscription extends AppFragment { } private final void showContent(SettingsPremiumGuildViewModel.ViewState.Loaded loaded) { - AppViewFlipper appViewFlipper = getBinding().f2004c; + AppViewFlipper appViewFlipper = getBinding().f2005c; m.checkNotNullExpressionValue(appViewFlipper, "binding.settingsBoostFlipper"); appViewFlipper.setDisplayedChild(2); boolean z2 = !loaded.getPremiumGuildSubscriptionItems().isEmpty(); @@ -202,13 +202,13 @@ public final class WidgetSettingsPremiumGuildSubscription extends AppFragment { } private final void showFailureUI() { - AppViewFlipper appViewFlipper = getBinding().f2004c; + AppViewFlipper appViewFlipper = getBinding().f2005c; m.checkNotNullExpressionValue(appViewFlipper, "binding.settingsBoostFlipper"); appViewFlipper.setDisplayedChild(1); } private final void showLoadingUI() { - AppViewFlipper appViewFlipper = getBinding().f2004c; + AppViewFlipper appViewFlipper = getBinding().f2005c; m.checkNotNullExpressionValue(appViewFlipper, "binding.settingsBoostFlipper"); appViewFlipper.setDisplayedChild(0); } diff --git a/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java b/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java index e2d3567233..fb6249ceb0 100644 --- a/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java +++ b/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java @@ -176,23 +176,23 @@ public final class WidgetEditProfileBannerSheet extends AppBottomSheet { private final void launchColorPicker(@ColorInt int i) { ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.h = i; - kVar.f2463s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); + kVar.f2464s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); kVar.i = false; kVar.j = false; kVar.f = 0; kVar.a = R.string.user_settings_banner_color_title; kVar.r = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorHeaderPrimary); FontUtils fontUtils = FontUtils.INSTANCE; - kVar.f2464x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); + kVar.f2465x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); kVar.l = true; kVar.e = R.string.color_picker_use_default; kVar.p = ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); kVar.d = R.string.select; kVar.w = ColorCompat.getColor(getContext(), (int) R.color.white); - kVar.f2465y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); + kVar.f2466y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); kVar.t = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorTextMuted); kVar.u = R.drawable.drawable_cpv_edit_text_background; - kVar.f2466z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); + kVar.f2467z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); ColorPickerDialog a = kVar.a(); a.j = new WidgetEditProfileBannerSheet$launchColorPicker$1(this); AppBottomSheet.hideKeyboard$default(this, null, 1, null); diff --git a/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java b/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java index 3e27fb1004..e4da281d87 100644 --- a/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java +++ b/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java @@ -270,7 +270,7 @@ public final class WidgetSettingsUserProfile extends AppFragment { } private final void setCurrentBioFromEditor() { - TextInputEditText textInputEditText = getBinding().f2025c; + TextInputEditText textInputEditText = getBinding().f2026c; m.checkNotNullExpressionValue(textInputEditText, "binding.bioEditorTextInputField"); getViewModel().updateBio(String.valueOf(textInputEditText.getText())); getViewModel().updateIsEditingBio(false); @@ -319,7 +319,7 @@ public final class WidgetSettingsUserProfile extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); SharedPreferences.Editor edit = SharedPreferencesProvider.INSTANCE.get().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean(USER_PROFILE_SETTINGS_VIEWED_CACHE_KEY, true); edit.apply(); setActionBarTitle(R.string.user_settings_user_profile); @@ -327,7 +327,7 @@ public final class WidgetSettingsUserProfile extends AppFragment { AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); getBinding().h.setOnClickListener(new WidgetSettingsUserProfile$onViewBound$2(this, view)); ((TouchInterceptingCoordinatorLayout) view).setOnInterceptTouchEvent(new WidgetSettingsUserProfile$onViewBound$3(this)); - getBinding().f2025c.setRawInputType(1); + getBinding().f2026c.setRawInputType(1); getBinding().e.setOnClickListener(new WidgetSettingsUserProfile$onViewBound$4(this)); getBinding().i.setOnAvatarRepresentativeColorUpdated(new WidgetSettingsUserProfile$onViewBound$5(this)); getBinding().i.setOnBadgeClick(new WidgetSettingsUserProfile$onViewBound$6(this)); diff --git a/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications.java b/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications.java index 4a1676c693..0dfc496d58 100644 --- a/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications.java +++ b/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications.java @@ -98,7 +98,9 @@ public final class StageChannelNotifications { if (z2 == null) { z2 = channel.m(); } - return color.setContentTitle(z2).setSmallIcon(R.drawable.ic_channel_stage_24dp_white).setContentIntent(VoiceEngineNotificationBuilder.getCallScreenNavigationIntent$default(VoiceEngineNotificationBuilder.INSTANCE, context, channel.h(), null, null, 6, null)); + NotificationCompat.Builder contentIntent = color.setContentTitle(z2).setSmallIcon(R.drawable.ic_channel_stage_24dp_white).setContentIntent(VoiceEngineNotificationBuilder.getCallScreenNavigationIntent$default(VoiceEngineNotificationBuilder.INSTANCE, context, channel.h(), null, null, 6, null)); + m.checkNotNullExpressionValue(contentIntent, "NotificationCompat.Build…gationIntent(channel.id))"); + return contentIntent; } public final void onInviteToSpeakRescinded() { @@ -111,7 +113,9 @@ public final class StageChannelNotifications { if (d.a && (channel = this.channelsStore.getChannel(j)) != null) { Application application = ApplicationProvider.INSTANCE.get(); VoiceEngineForegroundService.Companion companion = VoiceEngineForegroundService.Companion; - a.G(w0.i, j0.b, null, new StageChannelNotifications$onInvitedToSpeak$1(channel, createChannelNotificationBuilder(application, channel).setContentText(application.getString(R.string.stage_speak_invite_header)).addAction(0, application.getString(R.string.stage_speak_invite_accept), companion.stageInviteAckPendingIntent(application, j, true)).addAction(0, application.getString(R.string.stage_speak_invite_decline), companion.stageInviteAckPendingIntent(application, j, false)), application, null), 2, null); + NotificationCompat.Builder addAction = createChannelNotificationBuilder(application, channel).setContentText(application.getString(R.string.stage_speak_invite_header)).addAction(0, application.getString(R.string.stage_speak_invite_accept), companion.stageInviteAckPendingIntent(application, j, true)).addAction(0, application.getString(R.string.stage_speak_invite_decline), companion.stageInviteAckPendingIntent(application, j, false)); + m.checkNotNullExpressionValue(addAction, "createChannelNotificatio…_decline), declineIntent)"); + a.G(w0.i, j0.b, null, new StageChannelNotifications$onInvitedToSpeak$1(channel, addAction, application, null), 2, null); } } diff --git a/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscovery$onViewBound$1$$special$$inlined$doOnNextLayout$1.java b/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscovery$onViewBound$1$$special$$inlined$doOnNextLayout$1.java index 65a177a6c7..09c0daa2c2 100644 --- a/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscovery$onViewBound$1$$special$$inlined$doOnNextLayout$1.java +++ b/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscovery$onViewBound$1$$special$$inlined$doOnNextLayout$1.java @@ -16,7 +16,7 @@ public final class WidgetDiscovery$onViewBound$1$$special$$inlined$doOnNextLayou @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); WidgetDiscoveryViewModel.ViewState.Loaded access$getLastLoadedViewState$p = WidgetDiscovery.access$getLastLoadedViewState$p(this.this$0.this$0); if (access$getLastLoadedViewState$p != null) { diff --git a/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java b/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java index d598a4f8bf..c9c45b1dfc 100644 --- a/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java +++ b/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java @@ -36,7 +36,7 @@ public final class WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1 } public final Boolean call(RtcConnection.Metadata metadata) { - Long l = metadata != null ? metadata.f2164c : null; + Long l = metadata != null ? metadata.f2165c : null; return Boolean.valueOf(l != null && l.longValue() == this.this$0.this$0.$channelId); } } diff --git a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java index 2219182889..a7d44da169 100644 --- a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java +++ b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java @@ -106,7 +106,7 @@ public final class WidgetStageSettings$configureStageUI$5 extends o implements F hook.a.add(new ForegroundColorSpan(ColorCompat.getThemedColor(this.this$0.this$0.getContext(), (int) R.attr.colorTextLink))); AnonymousClass2 r0 = new AnonymousClass2(this); m.checkNotNullParameter(r0, "onClick"); - hook.f2093c = new Hook.a(null, r0); + hook.f2094c = new Hook.a(null, r0); } } diff --git a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java index ceb008819e..a32a9cf2bb 100644 --- a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java +++ b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java @@ -115,7 +115,7 @@ public final class WidgetStageSettings extends AppFragment { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2189c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2190c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; @@ -195,11 +195,11 @@ public final class WidgetStageSettings extends AppFragment { } else if (!z3) { checkedSetting2.e(new WidgetStageSettings$configureStageUI$$inlined$apply$lambda$2(this, stage, z3)); } - LinkifiedTextView linkifiedTextView2 = getBinding().f2041c; + LinkifiedTextView linkifiedTextView2 = getBinding().f2042c; m.checkNotNullExpressionValue(linkifiedTextView2, "binding.stageStartHelpText"); linkifiedTextView2.setVisibility(z2 ? 0 : 8); if (z2) { - LinkifiedTextView linkifiedTextView3 = getBinding().f2041c; + LinkifiedTextView linkifiedTextView3 = getBinding().f2042c; m.checkNotNullExpressionValue(linkifiedTextView3, "binding.stageStartHelpText"); linkifiedTextView3.setText(b.e(this, stage.getHasOtherStageChannels() ? R.string.start_stage_modal_set_topic_change_channel : R.string.start_stage_modal_set_topic_help_text, new Object[]{stage.getChannel().m()}, new WidgetStageSettings$configureStageUI$5(this, stage))); } diff --git a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java index 40911fa45e..6a214e0e3e 100644 --- a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java +++ b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java @@ -698,7 +698,7 @@ public final class WidgetStageSettingsViewModel extends AppViewModel WeakReference weakReference2 = TooltipManager.a.a; tooltipManager4 = weakReference2 != null ? weakReference2.get() : tooltipManager4; if (tooltipManager4 == null) { - tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2189c.getValue(), 0, aVar, 4); + tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2190c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager3); } else { tooltipManager3 = tooltipManager4; diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java index 7f364aa93a..faaec1df49 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java @@ -129,7 +129,7 @@ public final class WidgetStageAudienceBlockedBottomSheet extends AppBottomSheet WidgetStageAudienceBlockedBottomSheetBinding binding = getBinding(); m.checkNotNullExpressionValue(binding, "binding"); setPeekHeightBottomView(binding.a); - MaxHeightRecyclerView maxHeightRecyclerView = getBinding().f2032c; + MaxHeightRecyclerView maxHeightRecyclerView = getBinding().f2033c; m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.blockedUsers"); this.adapter = new StageAudienceBlockedBottomSheetAdapter(maxHeightRecyclerView); } diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java index 6e7b9961e7..7323311941 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java @@ -72,7 +72,7 @@ public final class WidgetStageAudienceNoticeBottomSheet extends AppBottomSheet { ImageView imageView = getBinding().b; m.checkNotNullExpressionValue(imageView, "binding.bullet4Icon"); imageView.setVisibility(z2 ? 0 : 8); - TextView textView = getBinding().f2033c; + TextView textView = getBinding().f2034c; m.checkNotNullExpressionValue(textView, "binding.bullet4Label"); if (!z2) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java index c646a81959..440d4de488 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java @@ -84,7 +84,7 @@ public final class WidgetStageModeratorJoinBottomSheet extends AppBottomSheet { public void onViewCreated(View view, Bundle bundle) { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); - getBinding().f2038c.setOnClickListener(new WidgetStageModeratorJoinBottomSheet$onViewCreated$1(this)); + getBinding().f2039c.setOnClickListener(new WidgetStageModeratorJoinBottomSheet$onViewCreated$1(this)); getBinding().b.setOnClickListener(new WidgetStageModeratorJoinBottomSheet$onViewCreated$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java index a29a0a6e93..4171f1c13e 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java @@ -75,7 +75,7 @@ public final class WidgetStagePublicNoticeBottomSheet extends AppBottomSheet { WidgetStagePublicNoticeBottomSheetBinding binding = getBinding(); m.checkNotNullExpressionValue(binding, "binding"); setPeekHeightBottomView(binding.a); - getBinding().f2039c.setOnClickListener(new WidgetStagePublicNoticeBottomSheet$onViewCreated$1(this)); + getBinding().f2040c.setOnClickListener(new WidgetStagePublicNoticeBottomSheet$onViewCreated$1(this)); getBinding().b.setOnClickListener(new WidgetStagePublicNoticeBottomSheet$onViewCreated$2(this)); LinkifiedTextView linkifiedTextView = getBinding().d; m.checkNotNullExpressionValue(linkifiedTextView, "binding.sectionThree"); diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java index c0835c8aeb..d3d0c97875 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java @@ -137,7 +137,7 @@ public final class WidgetStageRaisedHandsBottomSheet extends AppBottomSheet { this.hasReceivedInitialRaisedHandsState = true; switchMaterial.jumpDrawablesToCurrentState(); } - Group group = getBinding().f2040c; + Group group = getBinding().f2041c; m.checkNotNullExpressionValue(group, "binding.raisedHandsEmptyGroup"); group.setVisibility(loaded.isEmpty() ? 0 : 8); MaterialTextView materialTextView = getBinding().b; diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java index 5bed99d41d..3fd0b9ca2a 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java @@ -91,7 +91,7 @@ public final class WidgetStageStartEventBottomSheet extends AppBottomSheet { private final void configureUI(WidgetStageStartEventBottomSheetViewModel.ViewState viewState) { if (viewState instanceof WidgetStageStartEventBottomSheetViewModel.ViewState.Loaded) { - MaterialButton materialButton = getBinding().f2042c; + MaterialButton materialButton = getBinding().f2043c; m.checkNotNullExpressionValue(materialButton, "binding.startStageButton"); WidgetStageStartEventBottomSheetViewModel.ViewState.Loaded loaded = (WidgetStageStartEventBottomSheetViewModel.ViewState.Loaded) viewState; boolean z2 = true; @@ -109,7 +109,7 @@ public final class WidgetStageStartEventBottomSheet extends AppBottomSheet { TextView textView2 = getBinding().d; m.checkNotNullExpressionValue(textView2, "binding.subtitle"); textView2.setText(getString(loaded.getStageInstance() == null ? R.string.start_stage_channel_event_modal_subtitle : R.string.edit_stage_subtitle)); - MaterialButton materialButton2 = getBinding().f2042c; + MaterialButton materialButton2 = getBinding().f2043c; m.checkNotNullExpressionValue(materialButton2, "binding.startStageButton"); materialButton2.setText(getString(loaded.getStageInstance() == null ? R.string.start_stage_channel_event_modal_button : R.string.save_changes)); TextView textView3 = getBinding().b; @@ -168,6 +168,6 @@ public final class WidgetStageStartEventBottomSheet extends AppBottomSheet { TextInputEditText textInputEditText = getBinding().f; m.checkNotNullExpressionValue(textInputEditText, "binding.topicInput"); TextWatcherKt.addBindedTextWatcher(textInputEditText, this, new WidgetStageStartEventBottomSheet$onViewCreated$1(this)); - getBinding().f2042c.setOnClickListener(new WidgetStageStartEventBottomSheet$onViewCreated$2(this)); + getBinding().f2043c.setOnClickListener(new WidgetStageStartEventBottomSheet$onViewCreated$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/stage/start/ModeratorStartStageViewModel$Companion$observeStores$1.java b/app/src/main/java/com/discord/widgets/stage/start/ModeratorStartStageViewModel$Companion$observeStores$1.java index 23c55a747d..e02a708a7c 100644 --- a/app/src/main/java/com/discord/widgets/stage/start/ModeratorStartStageViewModel$Companion$observeStores$1.java +++ b/app/src/main/java/com/discord/widgets/stage/start/ModeratorStartStageViewModel$Companion$observeStores$1.java @@ -86,6 +86,6 @@ public final class ModeratorStartStageViewModel$Companion$observeStores$1 } public final Observable call(Channel channel) { - return Observable.i(ObservableExtensionsKt.leadingEdgeThrottle(this.$voiceParticipantsStore.get(channel.h()), 250, TimeUnit.MILLISECONDS), StoreGuildScheduledEvents.observeGuildScheduledEvents$default(this.$guildScheduledEventsStore, channel.f(), false, false, 6, null), this.$permissionsStore.observePermissionsForChannel(channel.h()), new AnonymousClass1(this)); + return Observable.i(ObservableExtensionsKt.leadingEdgeThrottle(this.$voiceParticipantsStore.get(channel.h()), 250, TimeUnit.MILLISECONDS), StoreGuildScheduledEvents.observeGuildScheduledEvents$default(this.$guildScheduledEventsStore, channel.f(), false, 2, null), this.$permissionsStore.observePermissionsForChannel(channel.h()), new AnonymousClass1(this)); } } diff --git a/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java b/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java index d5fe50ba33..3f4801b7ff 100644 --- a/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java +++ b/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java @@ -71,7 +71,7 @@ public final class StartStageServerSelectionAdapter extends MGRecyclerAdapterSim @Override // com.discord.widgets.stage.start.StartStageServerSelectionAdapter.ListItemViewHolder public View getDivider() { - ImageView imageView = this.binding.f2045c; + ImageView imageView = this.binding.f2046c; m.checkNotNullExpressionValue(imageView, "binding.startStageServerSelectionBulletItemDivider"); return imageView; } @@ -154,7 +154,7 @@ public final class StartStageServerSelectionAdapter extends MGRecyclerAdapterSim @Override // com.discord.widgets.stage.start.StartStageServerSelectionAdapter.ListItemViewHolder public View getDivider() { - ImageView imageView = this.binding.f2046c; + ImageView imageView = this.binding.f2047c; m.checkNotNullExpressionValue(imageView, "binding.startStageServerSelectionGuildItemDivider"); return imageView; } diff --git a/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java b/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java index bbd9146803..8e5bd9f58a 100644 --- a/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java +++ b/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java @@ -24,9 +24,7 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.views.calls.CallEventsButtonView; import com.discord.widgets.guildscheduledevent.GuildScheduledEventModelKt; -import com.discord.widgets.guildscheduledevent.NonStageEventsFeatureFlag; import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelect; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventSettings; import com.discord.widgets.guildscheduledevent.WidgetPreviewGuildScheduledEvent; import com.discord.widgets.stage.settings.WidgetStageSettings; import com.discord.widgets.stage.start.ModeratorStartStageItem; @@ -140,11 +138,7 @@ public final class WidgetModeratorStartStage extends AppFragment { if (moderatorStartStageItem instanceof ModeratorStartStageItem.ListItem.StaticOption.StartStage) { WidgetStageSettings.Companion.launch(requireContext(), getChannelId(), false, this.activityLauncher); } else if (moderatorStartStageItem instanceof ModeratorStartStageItem.ListItem.StaticOption.ScheduleEvent) { - if (NonStageEventsFeatureFlag.Companion.getINSTANCE().canCreateNonStageEvents()) { - WidgetGuildScheduledEventLocationSelect.Companion.launch(requireContext(), getGuildId(), Long.valueOf(getChannelId())); - } else { - WidgetGuildScheduledEventSettings.Companion.launch(requireContext(), getGuildId(), Long.valueOf(getChannelId())); - } + WidgetGuildScheduledEventLocationSelect.Companion.launch(requireContext(), getGuildId(), Long.valueOf(getChannelId())); } else if (moderatorStartStageItem instanceof ModeratorStartStageItem.ListItem.Event) { ModeratorStartStageItem.ListItem.Event event = (ModeratorStartStageItem.ListItem.Event) moderatorStartStageItem; WidgetPreviewGuildScheduledEvent.Companion.launch(requireContext(), GuildScheduledEventModelKt.toModel(event.getEvent()), Long.valueOf(event.getEvent().g()), this.activityLauncher); diff --git a/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java b/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java index 1a82e158e8..1823078641 100644 --- a/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java +++ b/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java @@ -116,7 +116,7 @@ public final class WidgetStartStageServerSelection extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - RecyclerView recyclerView = getBinding().f2044c; + RecyclerView recyclerView = getBinding().f2045c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); StartStageServerSelectionAdapter startStageServerSelectionAdapter = new StartStageServerSelectionAdapter(recyclerView); this.adapter = startStageServerSelectionAdapter; diff --git a/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java b/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java index 746f509504..6b2081d1f6 100644 --- a/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java +++ b/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java @@ -124,7 +124,7 @@ public final class WidgetThreadStatus extends AppFragment { @MainThread private final void updateView(WidgetThreadStatusViewModel.ViewState viewState) { - getBinding().f2060c.setIsLoading(viewState.isLoading()); + getBinding().f2061c.setIsLoading(viewState.isLoading()); WidgetThreadStatusViewModel.Status threadStatus = viewState.getThreadStatus(); int i = 8; if (threadStatus instanceof WidgetThreadStatusViewModel.Status.Hide) { @@ -135,7 +135,7 @@ public final class WidgetThreadStatus extends AppFragment { ConstraintLayout constraintLayout2 = getBinding().b; d0.z.d.m.checkNotNullExpressionValue(constraintLayout2, "binding.threadStatus"); constraintLayout2.setVisibility(0); - LoadingButton loadingButton = getBinding().f2060c; + LoadingButton loadingButton = getBinding().f2061c; d0.z.d.m.checkNotNullExpressionValue(loadingButton, "binding.threadStatusButton"); WidgetThreadStatusViewModel.Status.Archived archived = (WidgetThreadStatusViewModel.Status.Archived) threadStatus; if (archived.getCanArchive()) { @@ -145,26 +145,26 @@ public final class WidgetThreadStatus extends AppFragment { LinkifiedTextView linkifiedTextView = getBinding().d; d0.z.d.m.checkNotNullExpressionValue(linkifiedTextView, "binding.threadStatusText"); linkifiedTextView.setText(archived.isLocked() ? getResources().getString(R.string.thread_header_notice_locked) : getResources().getString(R.string.thread_header_notice_archived)); - getBinding().f2060c.setText(getResources().getString(R.string.unarchive)); - LoadingButton loadingButton2 = getBinding().f2060c; + getBinding().f2061c.setText(getResources().getString(R.string.unarchive)); + LoadingButton loadingButton2 = getBinding().f2061c; d0.z.d.m.checkNotNullExpressionValue(loadingButton2, "binding.threadStatusButton"); loadingButton2.setBackgroundTintList(ColorStateList.valueOf(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundAccent))); - getBinding().f2060c.setOnClickListener(new WidgetThreadStatus$updateView$1(this)); + getBinding().f2061c.setOnClickListener(new WidgetThreadStatus$updateView$1(this)); } else if (threadStatus instanceof WidgetThreadStatusViewModel.Status.Unjoined) { ConstraintLayout constraintLayout3 = getBinding().b; d0.z.d.m.checkNotNullExpressionValue(constraintLayout3, "binding.threadStatus"); constraintLayout3.setVisibility(0); - LoadingButton loadingButton3 = getBinding().f2060c; + LoadingButton loadingButton3 = getBinding().f2061c; d0.z.d.m.checkNotNullExpressionValue(loadingButton3, "binding.threadStatusButton"); loadingButton3.setVisibility(0); LinkifiedTextView linkifiedTextView2 = getBinding().d; d0.z.d.m.checkNotNullExpressionValue(linkifiedTextView2, "binding.threadStatusText"); linkifiedTextView2.setText(getResources().getString(R.string.thread_header_notice_join)); - getBinding().f2060c.setText(getResources().getString(R.string.join)); - LoadingButton loadingButton4 = getBinding().f2060c; + getBinding().f2061c.setText(getResources().getString(R.string.join)); + LoadingButton loadingButton4 = getBinding().f2061c; d0.z.d.m.checkNotNullExpressionValue(loadingButton4, "binding.threadStatusButton"); loadingButton4.setBackgroundTintList(ColorStateList.valueOf(ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand_500))); - getBinding().f2060c.setOnClickListener(new WidgetThreadStatus$updateView$2(this)); + getBinding().f2061c.setOnClickListener(new WidgetThreadStatus$updateView$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java b/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java index 9a898692d0..5529b30ffe 100644 --- a/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java +++ b/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java @@ -95,9 +95,9 @@ public final class WidgetStickerSheet extends AppBottomSheet { m.checkNotNullExpressionValue(textView, "binding.stickerSheetStickerName"); textView.setText(component2.h()); if (!viewState.isUserPremiumTier2()) { - getBinding().f2050c.setOnClickListener(new WidgetStickerSheet$configureUI$1(this)); + getBinding().f2051c.setOnClickListener(new WidgetStickerSheet$configureUI$1(this)); } - TextView textView2 = getBinding().f2050c; + TextView textView2 = getBinding().f2051c; m.checkNotNullExpressionValue(textView2, "binding.stickerSheetStickerInfo"); boolean z2 = true; int i = 0; diff --git a/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java b/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java index f9d33d97bd..a00fa6b3cb 100644 --- a/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java +++ b/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java @@ -68,7 +68,7 @@ public final class WidgetUnknownStickerSheet extends AppBottomSheet { Objects.requireNonNull(serializable, "null cannot be cast to non-null type com.discord.api.sticker.StickerPartial"); StickerPartial stickerPartial = (StickerPartial) serializable; getBinding().b.d(stickerPartial, 0); - TextView textView = getBinding().f2064c; + TextView textView = getBinding().f2065c; m.checkNotNullExpressionValue(textView, "binding.unknownStickerSheetStickerName"); textView.setText(stickerPartial.e()); } diff --git a/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java b/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java index 1b61792b06..75a4e1c8eb 100644 --- a/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java +++ b/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java @@ -188,14 +188,14 @@ public final class WidgetTabsHost extends AppFragment { } private final void setPanelWindowInsetsListeners(boolean z2) { - ViewCompat.setOnApplyWindowInsetsListener(getBinding().f2051c, WidgetTabsHost$setPanelWindowInsetsListeners$1.INSTANCE); + ViewCompat.setOnApplyWindowInsetsListener(getBinding().f2052c, WidgetTabsHost$setPanelWindowInsetsListeners$1.INSTANCE); ViewCompat.setOnApplyWindowInsetsListener(getBinding().f, new WidgetTabsHost$setPanelWindowInsetsListeners$2(z2)); FrameLayout frameLayout = getBinding().h; m.checkNotNullExpressionValue(frameLayout, "binding.widgetTabsHostNavHost"); ViewExtensions.setForwardingWindowInsetsListener(frameLayout); ViewCompat.setOnApplyWindowInsetsListener(getBinding().i, new WidgetTabsHost$setPanelWindowInsetsListeners$3(z2)); ViewCompat.setOnApplyWindowInsetsListener(getBinding().b, WidgetTabsHost$setPanelWindowInsetsListeners$4.INSTANCE); - getBinding().f2051c.requestApplyInsets(); + getBinding().f2052c.requestApplyInsets(); } public static /* synthetic */ void setPanelWindowInsetsListeners$default(WidgetTabsHost widgetTabsHost, boolean z2, int i, Object obj) { diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java index 36de374e0e..dead769725 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java @@ -13,7 +13,7 @@ public final class WidgetTosAccept$configureUI$1 implements CompoundButton.OnChe @Override // android.widget.CompoundButton.OnCheckedChangeListener public final void onCheckedChanged(CompoundButton compoundButton, boolean z2) { - MaterialButton materialButton = WidgetTosAccept.access$getBinding$p(this.this$0).f2061c; + MaterialButton materialButton = WidgetTosAccept.access$getBinding$p(this.this$0).f2062c; m.checkNotNullExpressionValue(materialButton, "binding.alertTosAckContinue"); materialButton.setEnabled(z2); } diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java index ef5f4a702b..d70df1b237 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java @@ -64,12 +64,12 @@ public final class WidgetTosAccept extends AppFragment { m.checkNotNullExpressionValue(linkifiedTextView2, "binding.alertTosPrivacyPolicy"); b.n(linkifiedTextView2, R.string.privacy_policy_url, new Object[0], null, 4); getBinding().b.setOnCheckedChangeListener(new WidgetTosAccept$configureUI$1(this)); - MaterialButton materialButton = getBinding().f2061c; + MaterialButton materialButton = getBinding().f2062c; m.checkNotNullExpressionValue(materialButton, "binding.alertTosAckContinue"); CheckBox checkBox = getBinding().b; m.checkNotNullExpressionValue(checkBox, "binding.alertTosAck"); materialButton.setEnabled(checkBox.isChecked()); - getBinding().f2061c.setOnClickListener(new WidgetTosAccept$configureUI$2(this)); + getBinding().f2062c.setOnClickListener(new WidgetTosAccept$configureUI$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.java index b3966d5227..78d434a6fa 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.java @@ -55,7 +55,7 @@ public final class WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - m.checkParameterIsNotNull(view, "view"); + m.checkNotNullParameter(view, "view"); view.removeOnLayoutChangeListener(this); this.$reasonView$inlined.setReason(this.$reason$inlined); this.$reasonView$inlined.setChecked(m.areEqual(this.$reason$inlined, WidgetTosReportViolation.access$getViewModel$p(this.this$0).getReasonSelected())); diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java index 425ac3dba2..e3118ce793 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java @@ -288,7 +288,7 @@ public final class WidgetTosReportViolation extends AppFragment { super.onViewBound(view); setActionBarTitle(R.string.report); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); - TextView textView = getBinding().f2062c; + TextView textView = getBinding().f2063c; m.checkNotNullExpressionValue(textView, "binding.reportHeader"); c.a.k.b.n(textView, R.string.report_message, new Object[]{getArgs().getTarget()}, null, 4); LinkifiedTextView linkifiedTextView = getBinding().g; diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java index fc4e1dfd69..85f1744100 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java @@ -98,7 +98,7 @@ public final class WidgetTosReportViolationReasonView extends RelativeLayout { public final void setReason(ReportReason reportReason) { this.reason = reportReason; - TextView textView = this.binding.f2063c; + TextView textView = this.binding.f2064c; m.checkNotNullExpressionValue(textView, "binding.reportReasonHeader"); String str = null; textView.setText(reportReason != null ? reportReason.b() : null); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java index 8591db05ad..879037a4a8 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java @@ -15,7 +15,7 @@ public final class WidgetUserMentions$WidgetUserMentionFilter$onResume$3 impl public final void call(Boolean bool) { WidgetUserMentions.WidgetUserMentionFilter widgetUserMentionFilter = this.this$0; WidgetUserMentions.Model.MessageLoader.Filters access$getFilters$p = WidgetUserMentions.WidgetUserMentionFilter.access$getFilters$p(widgetUserMentionFilter); - CheckedSetting checkedSetting = WidgetUserMentions.WidgetUserMentionFilter.access$getBinding$p(this.this$0).f2070c; + CheckedSetting checkedSetting = WidgetUserMentions.WidgetUserMentionFilter.access$getBinding$p(this.this$0).f2071c; m.checkNotNullExpressionValue(checkedSetting, "binding.userMentionsFilterIncludeRoles"); WidgetUserMentions.WidgetUserMentionFilter.access$updateFilters(widgetUserMentionFilter, WidgetUserMentions.Model.MessageLoader.Filters.copy$default(access$getFilters$p, 0, false, false, checkedSetting.isChecked(), 7, null)); WidgetUserMentions.WidgetUserMentionFilter.access$delayedDismiss(this.this$0); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java index 70fa7179e7..0064b616bb 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java @@ -1069,14 +1069,14 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect } checkedSetting5.setChecked(filters2.getIncludeEveryone()); getBinding().b.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$2(this)); - CheckedSetting checkedSetting6 = getBinding().f2070c; + CheckedSetting checkedSetting6 = getBinding().f2071c; m.checkNotNullExpressionValue(checkedSetting6, "binding.userMentionsFilterIncludeRoles"); Model.MessageLoader.Filters filters3 = this.filters; if (filters3 == null) { m.throwUninitializedPropertyAccessException("filters"); } checkedSetting6.setChecked(filters3.getIncludeRoles()); - getBinding().f2070c.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$3(this)); + getBinding().f2071c.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$3(this)); } } @@ -1100,7 +1100,7 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect } private final void addThreadSpineItemDecoration(WidgetChatListAdapter widgetChatListAdapter) { - getBinding().f2069c.addItemDecoration(new ThreadSpineItemDecoration(requireContext(), widgetChatListAdapter)); + getBinding().f2070c.addItemDecoration(new ThreadSpineItemDecoration(requireContext(), widgetChatListAdapter)); } private final void configureToolbar(String str) { @@ -1135,7 +1135,7 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect } private final WidgetChatListAdapter createAdapter(Function1 function1) { - RecyclerView recyclerView = getBinding().f2069c; + RecyclerView recyclerView = getBinding().f2070c; m.checkNotNullExpressionValue(recyclerView, "binding.userMentionsList"); FragmentManager parentFragmentManager = getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java index 860e37de39..14f47015e3 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java @@ -456,7 +456,7 @@ public final class WidgetUserMutualFriends extends AppFragment { IconUtils.setIcon$default(simpleDraweeView, mutualFriend.getUser(), R.dimen.avatar_size_standard, null, null, null, 56, null); int i2 = 0; while (i2 <= 3) { - b6 b6Var = i2 != 1 ? i2 != 2 ? i2 != 3 ? i2 != 4 ? this.binding.e : this.binding.e : this.binding.d : this.binding.f2075c : this.binding.b; + b6 b6Var = i2 != 1 ? i2 != 2 ? i2 != 3 ? i2 != 4 ? this.binding.e : this.binding.e : this.binding.d : this.binding.f2076c : this.binding.b; m.checkNotNullExpressionValue(b6Var, "when (i) {\n 1…mutualServer4\n }"); RelativeLayout relativeLayout = b6Var.a; m.checkNotNullExpressionValue(relativeLayout, "item.root"); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java index b247f9b22b..011e63c411 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java @@ -119,7 +119,7 @@ public final class WidgetUserMutualGuilds extends AppFragment { m.checkNotNullParameter(item, "data"); super.onConfigure(i, (int) item); this.binding.a.setOnClickListener(new WidgetUserMutualGuilds$Adapter$ViewHolder$onConfigure$1(this, item)); - SimpleDraweeView simpleDraweeView = this.binding.f2076c; + SimpleDraweeView simpleDraweeView = this.binding.f2077c; Guild guild = item.getGuild(); String str = null; int i2 = 8; diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java index 9eeef3f5a4..77611c1336 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java @@ -22,7 +22,7 @@ public final class WidgetUserPasswordVerify$validationManager$2 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ValidationManager mo1invoke() { - TextInputLayout textInputLayout = WidgetUserPasswordVerify.access$getBinding$p(this.this$0).f2071c; + TextInputLayout textInputLayout = WidgetUserPasswordVerify.access$getBinding$p(this.this$0).f2072c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountPasswordWrap"); return new ValidationManager(new Input.TextInputLayoutInput("password", textInputLayout, BasicTextInputValidator.Companion.createRequiredInputValidator(R.string.password_required), AuthUtils.INSTANCE.createPasswordInputValidator(R.string.password_length_error))); } diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java index cd9b9d4bca..92a9852115 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java @@ -188,7 +188,7 @@ public final class WidgetUserPasswordVerify extends AppFragment { private final void saveInfo() { if (ValidationManager.validate$default(getValidationManager(), false, 1, null)) { AppFragment.hideKeyboard$default(this, null, 1, null); - TextInputLayout textInputLayout = getBinding().f2071c; + TextInputLayout textInputLayout = getBinding().f2072c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountPasswordWrap"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); Serializable serializableExtra = getMostRecentIntent().getSerializableExtra(INTENT_EXTRA_ACTION); @@ -227,10 +227,10 @@ public final class WidgetUserPasswordVerify extends AppFragment { AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().d; - TextInputLayout textInputLayout = getBinding().f2071c; + TextInputLayout textInputLayout = getBinding().f2072c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountPasswordWrap"); statefulViews.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout); - TextInputLayout textInputLayout2 = getBinding().f2071c; + TextInputLayout textInputLayout2 = getBinding().f2072c; m.checkNotNullExpressionValue(textInputLayout2, "binding.editAccountPasswordWrap"); ViewExtensions.setOnImeActionDone$default(textInputLayout2, false, new WidgetUserPasswordVerify$onViewBound$1(this), 1, null); getBinding().d.setOnClickListener(new WidgetUserPasswordVerify$onViewBound$2(this)); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java b/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java index 3039d78ec9..8ed19827f2 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java @@ -211,7 +211,7 @@ public final class WidgetUserSetCustomStatus extends AppFragment { AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); setActionBarTitle(R.string.custom_status); this.expirationRadioManager = new RadioManager(n.listOf((Object[]) new MaterialRadioButton[]{getBinding().g, getBinding().e, getBinding().d, getBinding().f, getBinding().h})); - getBinding().f2077c.setOnClickListener(new WidgetUserSetCustomStatus$onViewBound$1(this)); + getBinding().f2078c.setOnClickListener(new WidgetUserSetCustomStatus$onViewBound$1(this)); getBinding().j.setEndIconOnClickListener(new WidgetUserSetCustomStatus$onViewBound$2(this)); TextInputLayout textInputLayout = getBinding().j; m.checkNotNullExpressionValue(textInputLayout, "binding.setCustomStatusText"); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java b/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java index aaf39ebc8c..874cd2e3a9 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java @@ -139,10 +139,10 @@ public final class WidgetUserStatusSheet extends AppBottomSheet { e4 e4Var2 = getBinding().d; m.checkNotNullExpressionValue(e4Var2, "binding.userStatusUpdateIdle"); e4Var2.a.setOnClickListener(new WidgetUserStatusSheet$onViewCreated$2(this)); - getBinding().f2083c.b.setImageResource(R.drawable.ic_status_dnd_16dp); - getBinding().f2083c.d.setText(R.string.status_dnd); - getBinding().f2083c.f90c.setText(R.string.status_dnd_help); - e4 e4Var3 = getBinding().f2083c; + getBinding().f2084c.b.setImageResource(R.drawable.ic_status_dnd_16dp); + getBinding().f2084c.d.setText(R.string.status_dnd); + getBinding().f2084c.f90c.setText(R.string.status_dnd_help); + e4 e4Var3 = getBinding().f2084c; m.checkNotNullExpressionValue(e4Var3, "binding.userStatusUpdateDnd"); e4Var3.a.setOnClickListener(new WidgetUserStatusSheet$onViewCreated$3(this)); getBinding().e.b.setImageResource(R.drawable.ic_status_invisible_16dp); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheetViewModel.java b/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheetViewModel.java index cb835f3704..0a40462c18 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheetViewModel.java @@ -236,7 +236,7 @@ public final class WidgetUserStatusSheetViewModel extends AppViewModel unicodeEmojisNamesMap = StoreStream.Companion.getEmojis().getUnicodeEmojisNamesMap(); String[] strArr = CUSTOM_EMOJI_PLACEHOLDER_EMOJIS; - c.a aVar = c.b; + c.a aVar = c.j; ModelEmojiUnicode modelEmojiUnicode = unicodeEmojisNamesMap.get(k.random(strArr, aVar)); return modelEmojiUnicode != null ? modelEmojiUnicode : (ModelEmojiUnicode) u.random(unicodeEmojisNamesMap.values(), aVar); } diff --git a/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java b/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java index d1590a7896..dc1112f609 100644 --- a/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java +++ b/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java @@ -75,7 +75,7 @@ public final class WidgetUserAccountVerify extends WidgetUserAccountVerifyBase { RelativeLayout relativeLayout = binding.b; relativeLayout.setVisibility(isEmailAllowed() ? 0 : 8); relativeLayout.setOnClickListener(new WidgetUserAccountVerify$onViewBound$$inlined$with$lambda$1(this)); - RelativeLayout relativeLayout2 = binding.f2066c; + RelativeLayout relativeLayout2 = binding.f2067c; if (!isPhoneAllowed()) { i = 8; } diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java index 3c9e8525eb..cef075093c 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java @@ -36,7 +36,7 @@ public final class WidgetUserEmailUpdate$onViewBound$3 implements View.OnClickLi public final void onClick(View view) { RestAPI api = RestAPI.Companion.getApi(); RestAPIParams.UserInfo.Companion companion = RestAPIParams.UserInfo.Companion; - TextInputLayout textInputLayout = WidgetUserEmailUpdate.access$getBinding$p(this.this$0).f2067c; + TextInputLayout textInputLayout = WidgetUserEmailUpdate.access$getBinding$p(this.this$0).f2068c; m.checkNotNullExpressionValue(textInputLayout, "binding.alertVerifyEmailChangeEmail"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); TextInputLayout textInputLayout2 = WidgetUserEmailUpdate.access$getBinding$p(this.this$0).d; diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java index 7b6e54a567..90b983c3fa 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java @@ -95,7 +95,7 @@ public final class WidgetUserEmailUpdate extends WidgetUserAccountVerifyBase { m.checkNotNullExpressionValue(textInputLayout, "binding.alertVerifyEmailChangePassword"); if (ViewExtensions.getTextOrEmpty(textInputLayout).length() >= 3) { Pattern pattern = Patterns.EMAIL_ADDRESS; - TextInputLayout textInputLayout2 = getBinding().f2067c; + TextInputLayout textInputLayout2 = getBinding().f2068c; m.checkNotNullExpressionValue(textInputLayout2, "binding.alertVerifyEmailChangeEmail"); if (pattern.matcher(ViewExtensions.getTextOrEmpty(textInputLayout2)).matches()) { z2 = true; @@ -126,7 +126,7 @@ public final class WidgetUserEmailUpdate extends WidgetUserAccountVerifyBase { m.checkNotNullParameter(view, "view"); super.onViewBound(view); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); - TextInputLayout textInputLayout = getBinding().f2067c; + TextInputLayout textInputLayout = getBinding().f2068c; m.checkNotNullExpressionValue(textInputLayout, "binding.alertVerifyEmailChangeEmail"); ViewExtensions.addBindedTextWatcher(textInputLayout, this, new WidgetUserEmailUpdate$onViewBound$1(this)); TextInputLayout textInputLayout2 = getBinding().d; diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java index 5ffe71b5fb..4aa5024c71 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java @@ -50,7 +50,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { private final String email; /* renamed from: me reason: collision with root package name */ - private final MeUser f2238me; + private final MeUser f2239me; private final boolean verified; /* compiled from: WidgetUserEmailVerify.kt */ @@ -71,20 +71,20 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public Model(MeUser meUser) { m.checkNotNullParameter(meUser, "me"); - this.f2238me = meUser; + this.f2239me = meUser; this.email = meUser.getEmail(); this.verified = meUser.isVerified(); } public static /* synthetic */ Model copy$default(Model model, MeUser meUser, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2238me; + meUser = model.f2239me; } return model.copy(meUser); } public final MeUser component1() { - return this.f2238me; + return this.f2239me; } public final Model copy(MeUser meUser) { @@ -94,7 +94,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public boolean equals(Object obj) { if (this != obj) { - return (obj instanceof Model) && m.areEqual(this.f2238me, ((Model) obj).f2238me); + return (obj instanceof Model) && m.areEqual(this.f2239me, ((Model) obj).f2239me); } return true; } @@ -104,7 +104,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } public final MeUser getMe() { - return this.f2238me; + return this.f2239me; } public final boolean getVerified() { @@ -112,7 +112,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } public int hashCode() { - MeUser meUser = this.f2238me; + MeUser meUser = this.f2239me; if (meUser != null) { return meUser.hashCode(); } @@ -121,7 +121,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2238me); + P.append(this.f2239me); P.append(")"); return P.toString(); } @@ -151,7 +151,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { WidgetUserEmailUpdate.Companion.launch(requireContext(), getMode(), this.emailUpdateLauncher); } else { getBinding().b.setOnClickListener(new WidgetUserEmailVerify$configureUI$1(this)); - getBinding().f2068c.setOnClickListener(new WidgetUserEmailVerify$configureUI$2(this, model)); + getBinding().f2069c.setOnClickListener(new WidgetUserEmailVerify$configureUI$2(this, model)); } } diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java index fa0f7acf5f..8e8a139150 100644 --- a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java @@ -109,18 +109,18 @@ public final class WidgetUserPhoneManage extends WidgetUserAccountVerifyBase { TextView textView = getBinding().d; m.checkNotNullExpressionValue(textView, "binding.userPhoneAddDescriptionNote"); b.n(textView, R.string.phone_verification_current_phone, new Object[]{meUser.getPhoneNumber()}, null, 4); - TextView textView2 = getBinding().f2072c; + TextView textView2 = getBinding().f2073c; m.checkNotNullExpressionValue(textView2, "binding.removePhone"); textView2.setVisibility(0); } else { getBinding().g.setText(R.string.enter_phone_title); getBinding().d.setText(R.string.enter_phone_description); - TextView textView3 = getBinding().f2072c; + TextView textView3 = getBinding().f2073c; m.checkNotNullExpressionValue(textView3, "binding.removePhone"); textView3.setVisibility(8); } if (meUser.getEmail() == null) { - TextView textView4 = getBinding().f2072c; + TextView textView4 = getBinding().f2073c; m.checkNotNullExpressionValue(textView4, "binding.removePhone"); textView4.setVisibility(8); } @@ -173,7 +173,7 @@ public final class WidgetUserPhoneManage extends WidgetUserAccountVerifyBase { ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservationDeck.connectRx$default(ObservationDeckProvider.get(), new ObservationDeck.UpdateSource[]{phone}, false, null, null, new WidgetUserPhoneManage$onViewBound$1(phone), 14, null), this, null, 2, null), WidgetUserPhoneManage.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetUserPhoneManage$onViewBound$2(this), 62, (Object) null); getBinding().f.a(this, new WidgetUserPhoneManage$onViewBound$3(this)); getBinding().e.setOnClickListener(new WidgetUserPhoneManage$onViewBound$4(this)); - getBinding().f2072c.setOnClickListener(new WidgetUserPhoneManage$onViewBound$5(this)); + getBinding().f2073c.setOnClickListener(new WidgetUserPhoneManage$onViewBound$5(this)); } @Override // com.discord.widgets.user.account.WidgetUserAccountVerifyBase, com.discord.app.AppFragment diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java index 7eda8f4062..2156baca56 100644 --- a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java @@ -96,7 +96,7 @@ public final class WidgetUserPhoneVerify extends WidgetUserAccountVerifyBase { String stringExtra = getMostRecentIntent().getStringExtra(INTENT_EXTRA_PHONE_NUMBER); if (stringExtra != null) { m.checkNotNullExpressionValue(stringExtra, "mostRecentIntent.getStri…A_PHONE_NUMBER) ?: return"); - ObservableExtensionsKt.ui$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().phoneVerificationsVerify(new RestAPIParams.VerificationCode(stringExtra, str)), false, 1, null), getBinding().f2073c, 0, 2, null), this, null, 2, null).k(o.h(new WidgetUserPhoneVerify$handleCodeEntered$1(this), getContext(), new WidgetUserPhoneVerify$handleCodeEntered$2(this))); + ObservableExtensionsKt.ui$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().phoneVerificationsVerify(new RestAPIParams.VerificationCode(stringExtra, str)), false, 1, null), getBinding().f2074c, 0, 2, null), this, null, 2, null).k(o.h(new WidgetUserPhoneVerify$handleCodeEntered$1(this), getContext(), new WidgetUserPhoneVerify$handleCodeEntered$2(this))); } } diff --git a/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java b/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java index 2a49c8b205..7ef200afe4 100644 --- a/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java +++ b/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java @@ -133,7 +133,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { private final Collection> guildMembers; /* renamed from: me reason: collision with root package name */ - private final MeUser f2239me; + private final MeUser f2240me; private final boolean reducedMotionEnabled; private final ModelRichPresence richPresence; private final StreamContext streamContext; @@ -150,7 +150,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { m.checkNotNullParameter(map, "userIdToGuildMemberMap"); m.checkNotNullParameter(collection, "guildMembers"); m.checkNotNullParameter(modelUserProfile, "userProfile"); - this.f2239me = meUser; + this.f2240me = meUser; this.user = user; this.userIdToGuildMemberMap = map; this.guildMembers = collection; @@ -164,11 +164,11 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public static /* synthetic */ StoreState copy$default(StoreState storeState, MeUser meUser, User user, Map map, Collection collection, ModelRichPresence modelRichPresence, StreamContext streamContext, ModelUserProfile modelUserProfile, Experiment experiment, boolean z2, boolean z3, Channel channel, int i, Object obj) { - return storeState.copy((i & 1) != 0 ? storeState.f2239me : meUser, (i & 2) != 0 ? storeState.user : user, (i & 4) != 0 ? storeState.userIdToGuildMemberMap : map, (i & 8) != 0 ? storeState.guildMembers : collection, (i & 16) != 0 ? storeState.richPresence : modelRichPresence, (i & 32) != 0 ? storeState.streamContext : streamContext, (i & 64) != 0 ? storeState.userProfile : modelUserProfile, (i & 128) != 0 ? storeState.winnerBadgeExperiment : experiment, (i & 256) != 0 ? storeState.allowAnimatedEmojis : z2, (i & 512) != 0 ? storeState.reducedMotionEnabled : z3, (i & 1024) != 0 ? storeState.channel : channel); + return storeState.copy((i & 1) != 0 ? storeState.f2240me : meUser, (i & 2) != 0 ? storeState.user : user, (i & 4) != 0 ? storeState.userIdToGuildMemberMap : map, (i & 8) != 0 ? storeState.guildMembers : collection, (i & 16) != 0 ? storeState.richPresence : modelRichPresence, (i & 32) != 0 ? storeState.streamContext : streamContext, (i & 64) != 0 ? storeState.userProfile : modelUserProfile, (i & 128) != 0 ? storeState.winnerBadgeExperiment : experiment, (i & 256) != 0 ? storeState.allowAnimatedEmojis : z2, (i & 512) != 0 ? storeState.reducedMotionEnabled : z3, (i & 1024) != 0 ? storeState.channel : channel); } public final MeUser component1() { - return this.f2239me; + return this.f2240me; } public final boolean component10() { @@ -228,7 +228,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.f2239me, storeState.f2239me) && m.areEqual(this.user, storeState.user) && m.areEqual(this.userIdToGuildMemberMap, storeState.userIdToGuildMemberMap) && m.areEqual(this.guildMembers, storeState.guildMembers) && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.winnerBadgeExperiment, storeState.winnerBadgeExperiment) && this.allowAnimatedEmojis == storeState.allowAnimatedEmojis && this.reducedMotionEnabled == storeState.reducedMotionEnabled && m.areEqual(this.channel, storeState.channel); + return m.areEqual(this.f2240me, storeState.f2240me) && m.areEqual(this.user, storeState.user) && m.areEqual(this.userIdToGuildMemberMap, storeState.userIdToGuildMemberMap) && m.areEqual(this.guildMembers, storeState.guildMembers) && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.winnerBadgeExperiment, storeState.winnerBadgeExperiment) && this.allowAnimatedEmojis == storeState.allowAnimatedEmojis && this.reducedMotionEnabled == storeState.reducedMotionEnabled && m.areEqual(this.channel, storeState.channel); } public final boolean getAllowAnimatedEmojis() { @@ -244,7 +244,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2239me; + return this.f2240me; } public final boolean getReducedMotionEnabled() { @@ -276,7 +276,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public int hashCode() { - MeUser meUser = this.f2239me; + MeUser meUser = this.f2240me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; User user = this.user; @@ -316,7 +316,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { public String toString() { StringBuilder P = a.P("StoreState(me="); - P.append(this.f2239me); + P.append(this.f2240me); P.append(", user="); P.append(this.user); P.append(", userIdToGuildMemberMap="); diff --git a/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java b/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java index a6b84c429a..428fed69d1 100644 --- a/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java +++ b/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java @@ -42,19 +42,19 @@ public final class UserStatusPresenceCustomView extends LinearLayout { public static final class Emoji { /* renamed from: id reason: collision with root package name */ - private final String f2240id; + private final String f2241id; private final boolean isAnimated; private final String name; public Emoji(String str, String str2, boolean z2) { - this.f2240id = str; + this.f2241id = str; this.name = str2; this.isAnimated = z2; } public static /* synthetic */ Emoji copy$default(Emoji emoji, String str, String str2, boolean z2, int i, Object obj) { if ((i & 1) != 0) { - str = emoji.f2240id; + str = emoji.f2241id; } if ((i & 2) != 0) { str2 = emoji.name; @@ -66,7 +66,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { } public final String component1() { - return this.f2240id; + return this.f2241id; } public final String component2() { @@ -89,11 +89,11 @@ public final class UserStatusPresenceCustomView extends LinearLayout { return false; } Emoji emoji = (Emoji) obj; - return m.areEqual(this.f2240id, emoji.f2240id) && m.areEqual(this.name, emoji.name) && this.isAnimated == emoji.isAnimated; + return m.areEqual(this.f2241id, emoji.f2241id) && m.areEqual(this.name, emoji.name) && this.isAnimated == emoji.isAnimated; } public final String getId() { - return this.f2240id; + return this.f2241id; } public final String getName() { @@ -101,7 +101,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { } public int hashCode() { - String str = this.f2240id; + String str = this.f2241id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -125,7 +125,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { public String toString() { StringBuilder P = a.P("Emoji(id="); - P.append(this.f2240id); + P.append(this.f2241id); P.append(", name="); P.append(this.name); P.append(", isAnimated="); diff --git a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java index 14b88c7859..1f021f1d77 100644 --- a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java +++ b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java @@ -66,7 +66,7 @@ public final class WidgetGlobalSearchGuildsModel { private final Guild guild; /* renamed from: id reason: collision with root package name */ - private final long f2241id; + private final long f2242id; private final boolean isSelected; private final boolean isUnread; private final String key; @@ -105,7 +105,7 @@ public final class WidgetGlobalSearchGuildsModel { /* JADX DEBUG: TODO: convert one arg to string using `String.valueOf()`, args: [(wrap: int : 0x001c: INVOKE (r4v1 int) = (r0v0 'this' com.discord.widgets.user.search.WidgetGlobalSearchGuildsModel$Item A[IMMUTABLE_TYPE, THIS]) type: VIRTUAL call: com.discord.widgets.user.search.WidgetGlobalSearchGuildsModel.Item.getType():int), ('-' char), (r2v0 long)] */ public Item(int i, long j, Channel channel, Guild guild, int i2, boolean z2, boolean z3, boolean z4, int i3) { this._type = i; - this.f2241id = j; + this.f2242id = j; this.channel = channel; this.guild = guild; this.mentionCount = i2; @@ -131,11 +131,11 @@ public final class WidgetGlobalSearchGuildsModel { } public static /* synthetic */ Item copy$default(Item item, int i, long j, Channel channel, Guild guild, int i2, boolean z2, boolean z3, boolean z4, int i3, int i4, Object obj) { - return item.copy((i4 & 1) != 0 ? item._type : i, (i4 & 2) != 0 ? item.f2241id : j, (i4 & 4) != 0 ? item.channel : channel, (i4 & 8) != 0 ? item.guild : guild, (i4 & 16) != 0 ? item.mentionCount : i2, (i4 & 32) != 0 ? item.isUnread : z2, (i4 & 64) != 0 ? item.isSelected : z3, (i4 & 128) != 0 ? item.connectedToVoice : z4, (i4 & 256) != 0 ? item.unavailableGuildCount : i3); + return item.copy((i4 & 1) != 0 ? item._type : i, (i4 & 2) != 0 ? item.f2242id : j, (i4 & 4) != 0 ? item.channel : channel, (i4 & 8) != 0 ? item.guild : guild, (i4 & 16) != 0 ? item.mentionCount : i2, (i4 & 32) != 0 ? item.isUnread : z2, (i4 & 64) != 0 ? item.isSelected : z3, (i4 & 128) != 0 ? item.connectedToVoice : z4, (i4 & 256) != 0 ? item.unavailableGuildCount : i3); } public final long component2() { - return this.f2241id; + return this.f2242id; } public final Channel component3() { @@ -178,7 +178,7 @@ public final class WidgetGlobalSearchGuildsModel { return false; } Item item = (Item) obj; - return this._type == item._type && this.f2241id == item.f2241id && m.areEqual(this.channel, item.channel) && m.areEqual(this.guild, item.guild) && this.mentionCount == item.mentionCount && this.isUnread == item.isUnread && this.isSelected == item.isSelected && this.connectedToVoice == item.connectedToVoice && this.unavailableGuildCount == item.unavailableGuildCount; + return this._type == item._type && this.f2242id == item.f2242id && m.areEqual(this.channel, item.channel) && m.areEqual(this.guild, item.guild) && this.mentionCount == item.mentionCount && this.isUnread == item.isUnread && this.isSelected == item.isSelected && this.connectedToVoice == item.connectedToVoice && this.unavailableGuildCount == item.unavailableGuildCount; } public final Channel getChannel() { @@ -194,7 +194,7 @@ public final class WidgetGlobalSearchGuildsModel { } public final long getId() { - return this.f2241id; + return this.f2242id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -216,7 +216,7 @@ public final class WidgetGlobalSearchGuildsModel { } public int hashCode() { - int a = (b.a(this.f2241id) + (this._type * 31)) * 31; + int a = (b.a(this.f2242id) + (this._type * 31)) * 31; Channel channel = this.channel; int i = 0; int hashCode = (a + (channel != null ? channel.hashCode() : 0)) * 31; @@ -261,7 +261,7 @@ public final class WidgetGlobalSearchGuildsModel { StringBuilder P = a.P("Item(_type="); P.append(this._type); P.append(", id="); - P.append(this.f2241id); + P.append(this.f2242id); P.append(", channel="); P.append(this.channel); P.append(", guild="); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java index aa638e0cdc..7e448f093b 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java @@ -18,7 +18,7 @@ public final class WidgetUserSheet$onViewCreated$14 implements View.OnFocusChang if (!z2) { WidgetUserSheetViewModel access$getViewModel$p = WidgetUserSheet.access$getViewModel$p(this.this$0); Context context = this.this$0.getContext(); - TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2081y; + TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2082y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); access$getViewModel$p.saveUserNote(context, ViewExtensions.getTextOrEmpty(textInputLayout)); } diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java index 8d55162160..df274fad31 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java @@ -33,10 +33,10 @@ public final class WidgetUserSheet$onViewCreated$15 extends o implements Functio m.checkNotNullParameter(textView, "it"); WidgetUserSheetViewModel access$getViewModel$p = WidgetUserSheet.access$getViewModel$p(this.this$0); Context context = this.this$0.getContext(); - TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2081y; + TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2082y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); access$getViewModel$p.saveUserNote(context, ViewExtensions.getTextOrEmpty(textInputLayout)); - WidgetUserSheet.access$getBinding$p(this.this$0).f2081y.clearFocus(); + WidgetUserSheet.access$getBinding$p(this.this$0).f2082y.clearFocus(); this.this$0.hideKeyboard(this.$view); } } diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java index 1964ceef7c..8109a2da52 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java @@ -234,7 +234,7 @@ public final class WidgetUserSheet extends AppBottomSheet { private final void configureAboutMe(WidgetUserSheetViewModel.ViewState.Loaded loaded) { List> bioAst = loaded.getBioAst(); - TextView textView = getBinding().f2078c; + TextView textView = getBinding().f2079c; m.checkNotNullExpressionValue(textView, "binding.aboutMeHeader"); boolean z2 = true; int i = 0; @@ -336,7 +336,7 @@ public final class WidgetUserSheet extends AppBottomSheet { private final void configureIncomingFriendRequest(WidgetUserSheetViewModel.ViewState.Loaded loaded) { int i = 0; boolean z2 = ModelUserRelationship.getType(Integer.valueOf(loaded.getUserRelationshipType())) == 3; - TextView textView = getBinding().f2079s; + TextView textView = getBinding().f2080s; m.checkNotNullExpressionValue(textView, "binding.userSheetIncomingFriendRequestHeader"); textView.setVisibility(z2 ? 0 : 8); LinearLayout linearLayout = getBinding().p; @@ -350,32 +350,32 @@ public final class WidgetUserSheet extends AppBottomSheet { } private final void configureNote(WidgetUserSheetViewModel.ViewState.Loaded loaded) { - getBinding().f2080x.setRawInputType(1); + getBinding().f2081x.setRawInputType(1); StoreUserNotes.UserNoteState userNoteFetchState = loaded.getUserNoteFetchState(); if (userNoteFetchState instanceof StoreUserNotes.UserNoteState.Empty) { - TextInputLayout textInputLayout = getBinding().f2081y; + TextInputLayout textInputLayout = getBinding().f2082y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); textInputLayout.setHint(getString(R.string.note_placeholder_mobile)); - TextInputLayout textInputLayout2 = getBinding().f2081y; + TextInputLayout textInputLayout2 = getBinding().f2082y; m.checkNotNullExpressionValue(textInputLayout2, "binding.userSheetNoteTextFieldWrap"); textInputLayout2.setEnabled(true); } else if (userNoteFetchState instanceof StoreUserNotes.UserNoteState.Loading) { - TextInputLayout textInputLayout3 = getBinding().f2081y; + TextInputLayout textInputLayout3 = getBinding().f2082y; m.checkNotNullExpressionValue(textInputLayout3, "binding.userSheetNoteTextFieldWrap"); textInputLayout3.setHint(getString(R.string.loading_note)); - TextInputLayout textInputLayout4 = getBinding().f2081y; + TextInputLayout textInputLayout4 = getBinding().f2082y; m.checkNotNullExpressionValue(textInputLayout4, "binding.userSheetNoteTextFieldWrap"); textInputLayout4.setEnabled(false); } else if (userNoteFetchState instanceof StoreUserNotes.UserNoteState.Loaded) { - TextInputLayout textInputLayout5 = getBinding().f2081y; + TextInputLayout textInputLayout5 = getBinding().f2082y; m.checkNotNullExpressionValue(textInputLayout5, "binding.userSheetNoteTextFieldWrap"); textInputLayout5.setHint(getString(R.string.note_placeholder_mobile)); - TextInputLayout textInputLayout6 = getBinding().f2081y; + TextInputLayout textInputLayout6 = getBinding().f2082y; m.checkNotNullExpressionValue(textInputLayout6, "binding.userSheetNoteTextFieldWrap"); textInputLayout6.setEnabled(true); } if (loaded.getUserNote() != null) { - TextInputLayout textInputLayout7 = getBinding().f2081y; + TextInputLayout textInputLayout7 = getBinding().f2082y; m.checkNotNullExpressionValue(textInputLayout7, "binding.userSheetNoteTextFieldWrap"); ViewExtensions.setTextIfDifferent(textInputLayout7, loaded.getUserNote()); } @@ -416,21 +416,21 @@ public final class WidgetUserSheet extends AppBottomSheet { Button button2 = getBinding().f; m.checkNotNullExpressionValue(button2, "binding.userSheetAddFriendActionButton"); button2.setVisibility(0); - Button button3 = getBinding().f2082z; + Button button3 = getBinding().f2083z; m.checkNotNullExpressionValue(button3, "binding.userSheetPendingFriendRequestActionButton"); button3.setVisibility(8); } else if (userRelationshipType == 3 || userRelationshipType == 4) { Button button4 = getBinding().f; m.checkNotNullExpressionValue(button4, "binding.userSheetAddFriendActionButton"); button4.setVisibility(8); - Button button5 = getBinding().f2082z; + Button button5 = getBinding().f2083z; m.checkNotNullExpressionValue(button5, "binding.userSheetPendingFriendRequestActionButton"); button5.setVisibility(0); } else { Button button6 = getBinding().f; m.checkNotNullExpressionValue(button6, "binding.userSheetAddFriendActionButton"); button6.setVisibility(8); - Button button7 = getBinding().f2082z; + Button button7 = getBinding().f2083z; m.checkNotNullExpressionValue(button7, "binding.userSheetPendingFriendRequestActionButton"); button7.setVisibility(8); } @@ -444,7 +444,7 @@ public final class WidgetUserSheet extends AppBottomSheet { } button8.setVisibility(i); getBinding().f.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$6(this, loaded)); - getBinding().f2082z.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$7(this, userRelationshipType, loaded)); + getBinding().f2083z.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$7(this, userRelationshipType, loaded)); } } @@ -734,10 +734,10 @@ public final class WidgetUserSheet extends AppBottomSheet { if (j > 0 && j2 > 0) { StoreStream.Companion.getGuildSubscriptions().unsubscribeUser(j2, j); } - hideKeyboard(getBinding().f2081y); + hideKeyboard(getBinding().f2082y); WidgetUserSheetViewModel viewModel = getViewModel(); Context context = getContext(); - TextInputLayout textInputLayout = getBinding().f2081y; + TextInputLayout textInputLayout = getBinding().f2082y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); viewModel.saveUserNote(context, ViewExtensions.getTextOrEmpty(textInputLayout)); super.onPause(); @@ -780,14 +780,14 @@ public final class WidgetUserSheet extends AppBottomSheet { getBinding().h.setOnServerDeafen(new WidgetUserSheet$onViewCreated$11(this)); getBinding().h.setOnServerMove(new WidgetUserSheet$onViewCreated$12(this)); getBinding().h.setOnDisconnect(new WidgetUserSheet$onViewCreated$13(this)); - TextInputLayout textInputLayout = getBinding().f2081y; + TextInputLayout textInputLayout = getBinding().f2082y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); ViewExtensions.setOnEditTextFocusChangeListener(textInputLayout, new WidgetUserSheet$onViewCreated$14(this)); - TextInputLayout textInputLayout2 = getBinding().f2081y; + TextInputLayout textInputLayout2 = getBinding().f2082y; m.checkNotNullExpressionValue(textInputLayout2, "binding.userSheetNoteTextFieldWrap"); ViewExtensions.setOnImeActionDone$default(textInputLayout2, false, new WidgetUserSheet$onViewCreated$15(this, view), 1, null); ViewCompat.setAccessibilityDelegate(getBinding().v, new WidgetUserSheet$onViewCreated$16(this)); - for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().j, getBinding().r, getBinding().w, getBinding().m, getBinding().f2079s, getBinding().I})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().j, getBinding().r, getBinding().w, getBinding().m, getBinding().f2080s, getBinding().I})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java index 7e0533cf56..0fd2e7c439 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java @@ -752,7 +752,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { private final boolean inGuildAvatarExperiment; /* renamed from: me reason: collision with root package name */ - private final MeUser f2242me; + private final MeUser f2243me; private final boolean muted; private final Map mySelectedVoiceChannelVoiceStates; private final StageRoles myStageRoles; @@ -772,7 +772,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { private StoreState(User user, MeUser meUser, Channel channel, Map map, Map map2, Map map3, Map map4, boolean z2, boolean z3, boolean z4, float f, ModelRichPresence modelRichPresence, Guild guild, Long l, StreamContext streamContext, ModelUserProfile modelUserProfile, Integer num, StoreUserNotes.UserNoteState userNoteState, Channel channel2, StageRoles stageRoles, StageRequestToSpeakState stageRequestToSpeakState, StageRoles stageRoles2, boolean z5) { this.user = user; - this.f2242me = meUser; + this.f2243me = meUser; this.channel = channel; this.computedMembers = map; this.guildRoles = map2; @@ -802,7 +802,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { /* renamed from: copy-U9gTzXU$default reason: not valid java name */ public static /* synthetic */ StoreState m53copyU9gTzXU$default(StoreState storeState, User user, MeUser meUser, Channel channel, Map map, Map map2, Map map3, Map map4, boolean z2, boolean z3, boolean z4, float f, ModelRichPresence modelRichPresence, Guild guild, Long l, StreamContext streamContext, ModelUserProfile modelUserProfile, Integer num, StoreUserNotes.UserNoteState userNoteState, Channel channel2, StageRoles stageRoles, StageRequestToSpeakState stageRequestToSpeakState, StageRoles stageRoles2, boolean z5, int i, Object obj) { - return storeState.m56copyU9gTzXU((i & 1) != 0 ? storeState.user : user, (i & 2) != 0 ? storeState.f2242me : meUser, (i & 4) != 0 ? storeState.channel : channel, (i & 8) != 0 ? storeState.computedMembers : map, (i & 16) != 0 ? storeState.guildRoles : map2, (i & 32) != 0 ? storeState.mySelectedVoiceChannelVoiceStates : map3, (i & 64) != 0 ? storeState.currentChannelVoiceStates : map4, (i & 128) != 0 ? storeState.muted : z2, (i & 256) != 0 ? storeState.selfMuted : z3, (i & 512) != 0 ? storeState.selfDeafened : z4, (i & 1024) != 0 ? storeState.outputVolume : f, (i & 2048) != 0 ? storeState.richPresence : modelRichPresence, (i & 4096) != 0 ? storeState.guild : guild, (i & 8192) != 0 ? storeState.permissions : l, (i & 16384) != 0 ? storeState.streamContext : streamContext, (i & 32768) != 0 ? storeState.userProfile : modelUserProfile, (i & 65536) != 0 ? storeState.userRelationshipType : num, (i & 131072) != 0 ? storeState.userNoteFetchState : userNoteState, (i & 262144) != 0 ? storeState.stageChannel : channel2, (i & 524288) != 0 ? storeState.userStageRoles : stageRoles, (i & 1048576) != 0 ? storeState.userRequestToSpeakState : stageRequestToSpeakState, (i & 2097152) != 0 ? storeState.myStageRoles : stageRoles2, (i & 4194304) != 0 ? storeState.inGuildAvatarExperiment : z5); + return storeState.m56copyU9gTzXU((i & 1) != 0 ? storeState.user : user, (i & 2) != 0 ? storeState.f2243me : meUser, (i & 4) != 0 ? storeState.channel : channel, (i & 8) != 0 ? storeState.computedMembers : map, (i & 16) != 0 ? storeState.guildRoles : map2, (i & 32) != 0 ? storeState.mySelectedVoiceChannelVoiceStates : map3, (i & 64) != 0 ? storeState.currentChannelVoiceStates : map4, (i & 128) != 0 ? storeState.muted : z2, (i & 256) != 0 ? storeState.selfMuted : z3, (i & 512) != 0 ? storeState.selfDeafened : z4, (i & 1024) != 0 ? storeState.outputVolume : f, (i & 2048) != 0 ? storeState.richPresence : modelRichPresence, (i & 4096) != 0 ? storeState.guild : guild, (i & 8192) != 0 ? storeState.permissions : l, (i & 16384) != 0 ? storeState.streamContext : streamContext, (i & 32768) != 0 ? storeState.userProfile : modelUserProfile, (i & 65536) != 0 ? storeState.userRelationshipType : num, (i & 131072) != 0 ? storeState.userNoteFetchState : userNoteState, (i & 262144) != 0 ? storeState.stageChannel : channel2, (i & 524288) != 0 ? storeState.userStageRoles : stageRoles, (i & 1048576) != 0 ? storeState.userRequestToSpeakState : stageRequestToSpeakState, (i & 2097152) != 0 ? storeState.myStageRoles : stageRoles2, (i & 4194304) != 0 ? storeState.inGuildAvatarExperiment : z5); } public final User component1() { @@ -850,7 +850,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { } public final MeUser component2() { - return this.f2242me; + return this.f2243me; } /* renamed from: component20-twRsX-0 reason: not valid java name */ @@ -921,7 +921,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.user, storeState.user) && m.areEqual(this.f2242me, storeState.f2242me) && m.areEqual(this.channel, storeState.channel) && m.areEqual(this.computedMembers, storeState.computedMembers) && m.areEqual(this.guildRoles, storeState.guildRoles) && m.areEqual(this.mySelectedVoiceChannelVoiceStates, storeState.mySelectedVoiceChannelVoiceStates) && m.areEqual(this.currentChannelVoiceStates, storeState.currentChannelVoiceStates) && this.muted == storeState.muted && this.selfMuted == storeState.selfMuted && this.selfDeafened == storeState.selfDeafened && Float.compare(this.outputVolume, storeState.outputVolume) == 0 && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.guild, storeState.guild) && m.areEqual(this.permissions, storeState.permissions) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.userRelationshipType, storeState.userRelationshipType) && m.areEqual(this.userNoteFetchState, storeState.userNoteFetchState) && m.areEqual(this.stageChannel, storeState.stageChannel) && m.areEqual(this.userStageRoles, storeState.userStageRoles) && m.areEqual(this.userRequestToSpeakState, storeState.userRequestToSpeakState) && m.areEqual(this.myStageRoles, storeState.myStageRoles) && this.inGuildAvatarExperiment == storeState.inGuildAvatarExperiment; + return m.areEqual(this.user, storeState.user) && m.areEqual(this.f2243me, storeState.f2243me) && m.areEqual(this.channel, storeState.channel) && m.areEqual(this.computedMembers, storeState.computedMembers) && m.areEqual(this.guildRoles, storeState.guildRoles) && m.areEqual(this.mySelectedVoiceChannelVoiceStates, storeState.mySelectedVoiceChannelVoiceStates) && m.areEqual(this.currentChannelVoiceStates, storeState.currentChannelVoiceStates) && this.muted == storeState.muted && this.selfMuted == storeState.selfMuted && this.selfDeafened == storeState.selfDeafened && Float.compare(this.outputVolume, storeState.outputVolume) == 0 && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.guild, storeState.guild) && m.areEqual(this.permissions, storeState.permissions) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.userRelationshipType, storeState.userRelationshipType) && m.areEqual(this.userNoteFetchState, storeState.userNoteFetchState) && m.areEqual(this.stageChannel, storeState.stageChannel) && m.areEqual(this.userStageRoles, storeState.userStageRoles) && m.areEqual(this.userRequestToSpeakState, storeState.userRequestToSpeakState) && m.areEqual(this.myStageRoles, storeState.myStageRoles) && this.inGuildAvatarExperiment == storeState.inGuildAvatarExperiment; } public final Channel getChannel() { @@ -949,7 +949,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2242me; + return this.f2243me; } public final boolean getMuted() { @@ -1022,7 +1022,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { User user = this.user; int i = 0; int hashCode = (user != null ? user.hashCode() : 0) * 31; - MeUser meUser = this.f2242me; + MeUser meUser = this.f2243me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; @@ -1095,7 +1095,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { StringBuilder P = a.P("StoreState(user="); P.append(this.user); P.append(", me="); - P.append(this.f2242me); + P.append(this.f2243me); P.append(", channel="); P.append(this.channel); P.append(", computedMembers="); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java index 430ed833e3..6d343b280e 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java @@ -37,14 +37,14 @@ public final class WidgetUserSheetViewModelStoreState { private final Channel channel; /* renamed from: me reason: collision with root package name */ - private final MeUser f2243me; + private final MeUser f2244me; private final Channel selectedVoiceChannel; private final User user; public BootstrapData(User user, MeUser meUser, Channel channel, Channel channel2) { m.checkNotNullParameter(meUser, "me"); this.user = user; - this.f2243me = meUser; + this.f2244me = meUser; this.channel = channel; this.selectedVoiceChannel = channel2; } @@ -54,7 +54,7 @@ public final class WidgetUserSheetViewModelStoreState { user = bootstrapData.user; } if ((i & 2) != 0) { - meUser = bootstrapData.f2243me; + meUser = bootstrapData.f2244me; } if ((i & 4) != 0) { channel = bootstrapData.channel; @@ -70,7 +70,7 @@ public final class WidgetUserSheetViewModelStoreState { } public final MeUser component2() { - return this.f2243me; + return this.f2244me; } public final Channel component3() { @@ -94,7 +94,7 @@ public final class WidgetUserSheetViewModelStoreState { return false; } BootstrapData bootstrapData = (BootstrapData) obj; - return m.areEqual(this.user, bootstrapData.user) && m.areEqual(this.f2243me, bootstrapData.f2243me) && m.areEqual(this.channel, bootstrapData.channel) && m.areEqual(this.selectedVoiceChannel, bootstrapData.selectedVoiceChannel); + return m.areEqual(this.user, bootstrapData.user) && m.areEqual(this.f2244me, bootstrapData.f2244me) && m.areEqual(this.channel, bootstrapData.channel) && m.areEqual(this.selectedVoiceChannel, bootstrapData.selectedVoiceChannel); } public final Channel getChannel() { @@ -102,7 +102,7 @@ public final class WidgetUserSheetViewModelStoreState { } public final MeUser getMe() { - return this.f2243me; + return this.f2244me; } public final Channel getSelectedVoiceChannel() { @@ -117,7 +117,7 @@ public final class WidgetUserSheetViewModelStoreState { User user = this.user; int i = 0; int hashCode = (user != null ? user.hashCode() : 0) * 31; - MeUser meUser = this.f2243me; + MeUser meUser = this.f2244me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; @@ -132,7 +132,7 @@ public final class WidgetUserSheetViewModelStoreState { StringBuilder P = a.P("BootstrapData(user="); P.append(this.user); P.append(", me="); - P.append(this.f2243me); + P.append(this.f2244me); P.append(", channel="); P.append(this.channel); P.append(", selectedVoiceChannel="); diff --git a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java index 4d8ebea90b..f514e294cb 100644 --- a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java +++ b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java @@ -259,7 +259,7 @@ public class WidgetVoiceCallIncoming extends AppFragment { } linearLayout.setVisibility(i); getBinding().d.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$2(this, model)); - getBinding().f2085c.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$3(this, model)); + getBinding().f2086c.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$3(this, model)); getBinding().f.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$4(this, model)); } diff --git a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java index cab204adc0..1c707606a5 100644 --- a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java +++ b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java @@ -240,7 +240,7 @@ public final class WidgetVoiceCallInline extends AppFragment { private final void onViewBindingDestroy(WidgetVoiceCallInlineBinding widgetVoiceCallInlineBinding) { b a = b.C0034b.a(); - MaterialButton materialButton = widgetVoiceCallInlineBinding.f2086c; + MaterialButton materialButton = widgetVoiceCallInlineBinding.f2087c; m.checkNotNullExpressionValue(materialButton, "binding.voiceConnectedPtt"); a.i.remove(Integer.valueOf(materialButton.getId())); a.a(); @@ -254,9 +254,9 @@ public final class WidgetVoiceCallInline extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - getBinding().f2086c.setOnClickListener(WidgetVoiceCallInline$onViewBound$1.INSTANCE); - getBinding().f2086c.setOnTouchListener(new OnPressListener(WidgetVoiceCallInline$onViewBound$2.INSTANCE)); - getBinding().f2086c.addOnLayoutChangeListener(b.C0034b.a()); + getBinding().f2087c.setOnClickListener(WidgetVoiceCallInline$onViewBound$1.INSTANCE); + getBinding().f2087c.setOnTouchListener(new OnPressListener(WidgetVoiceCallInline$onViewBound$2.INSTANCE)); + getBinding().f2087c.addOnLayoutChangeListener(b.C0034b.a()); setWindowInsetsListeners(); } diff --git a/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java b/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java index 04a9c8e8b6..eaacf47c9e 100644 --- a/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java +++ b/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java @@ -103,7 +103,7 @@ public final class AnchoredVoiceControlsView extends FrameLayout { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2189c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2190c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; diff --git a/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java b/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java index b28566aaf2..7c8132c91b 100644 --- a/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java @@ -56,7 +56,7 @@ public final class WidgetScreenShareNfxSheet extends AppBottomSheet { widgetScreenShareNfxSheet.setArguments(bundle); widgetScreenShareNfxSheet.show(fragmentManager, WidgetScreenShareNfxSheet.class.getName()); SharedPreferences.Editor edit = SharedPreferencesProvider.INSTANCE.get().edit(); - m.checkExpressionValueIsNotNull(edit, "editor"); + m.checkNotNullExpressionValue(edit, "editor"); edit.putBoolean("CACHE_KEY_SCREEN_SHARE_NFX_SHEET_SHOWN", true); edit.apply(); } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureEventPrompt$onCreateEventClick$1.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureEventPrompt$onCreateEventClick$1.java index 6f56a5d5d8..9fb11568b8 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureEventPrompt$onCreateEventClick$1.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureEventPrompt$onCreateEventClick$1.java @@ -1,9 +1,7 @@ package com.discord.widgets.voice.fullscreen; import com.discord.models.guild.Guild; -import com.discord.widgets.guildscheduledevent.NonStageEventsFeatureFlag; import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelect; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventSettings; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -23,11 +21,7 @@ public final class WidgetCallFullscreen$configureEventPrompt$onCreateEventClick$ /* renamed from: invoke */ public final void mo1invoke() { if (this.$guild != null) { - if (NonStageEventsFeatureFlag.Companion.getINSTANCE().canCreateNonStageEvents()) { - WidgetGuildScheduledEventLocationSelect.Companion.launch(this.this$0.requireContext(), this.$guild.getId(), Long.valueOf(WidgetCallFullscreen.access$getChannelId(this.this$0))); - } else { - WidgetGuildScheduledEventSettings.Companion.launch(this.this$0.requireContext(), this.$guild.getId(), Long.valueOf(WidgetCallFullscreen.access$getChannelId(this.this$0))); - } + WidgetGuildScheduledEventLocationSelect.Companion.launch(this.this$0.requireContext(), this.$guild.getId(), Long.valueOf(WidgetCallFullscreen.access$getChannelId(this.this$0))); } } } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java index 71ebcc620e..c3b68e27b8 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java @@ -52,21 +52,21 @@ public final class WidgetCallFullscreen$configureMenu$1 implements Actio public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_call_overlay_launcher /* 2131364164 */: + case R.id.menu_call_overlay_launcher /* 2131364163 */: DiscordOverlayService.Companion companion = DiscordOverlayService.Companion; m.checkNotNullExpressionValue(context, "context"); companion.launchForConnect(context); return; - case R.id.menu_call_switch_camera /* 2131364165 */: + case R.id.menu_call_switch_camera /* 2131364164 */: WidgetCallFullscreen.access$getViewModel$p(this.this$0).switchCameraInputPressed(); return; - case R.id.menu_call_video_list /* 2131364166 */: + case R.id.menu_call_video_list /* 2131364165 */: WidgetVoiceBottomSheet.Companion companion2 = WidgetVoiceBottomSheet.Companion; FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); companion2.show(parentFragmentManager, this.$viewState.getCallModel().getChannel().h(), false, WidgetVoiceBottomSheet.FeatureContext.FULLSCREEN_CALL).setOnStreamPreviewClickedListener(new AnonymousClass1(this)); return; - case R.id.menu_call_voice_settings /* 2131364167 */: + case R.id.menu_call_voice_settings /* 2131364166 */: WidgetVoiceSettingsBottomSheet.Companion companion3 = WidgetVoiceSettingsBottomSheet.Companion; Long valueOf = Long.valueOf(this.$viewState.getCallModel().getChannel().h()); FragmentManager parentFragmentManager2 = this.this$0.getParentFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java index ae8183dcdc..db7e4932ab 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java @@ -239,7 +239,7 @@ public final class WidgetCallFullscreen extends AppFragment { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2189c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2190c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java index 4e3ae0f110..1c20b2eb59 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java @@ -1710,7 +1710,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel return participantData; } m.checkNotNullParameter(applicationStreamMetadata, "metadata"); - VideoCallParticipantView.StreamResolution aVar = applicationStreamMetadata.e == Payloads.ResolutionType.Source ? VideoCallParticipantView.StreamResolution.b.a : new VideoCallParticipantView.StreamResolution.a(applicationStreamMetadata.f2165c); + VideoCallParticipantView.StreamResolution aVar = applicationStreamMetadata.e == Payloads.ResolutionType.Source ? VideoCallParticipantView.StreamResolution.b.a : new VideoCallParticipantView.StreamResolution.a(applicationStreamMetadata.f2166c); Integer num = applicationStreamMetadata.d; if (num != null) { streamFps = new VideoCallParticipantView.StreamFps(num.intValue()); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java index 31192e7ecd..7f148109ee 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java @@ -86,7 +86,7 @@ public final class WidgetStartCallSheet extends AppBottomSheet { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); long j = getArgumentsOrDefault().getLong(ARG_VOICE_CHANNEL_ID); - getBinding().f2043c.setOnClickListener(new WidgetStartCallSheet$onViewCreated$1(this, j)); + getBinding().f2044c.setOnClickListener(new WidgetStartCallSheet$onViewCreated$1(this, j)); getBinding().b.setOnClickListener(new WidgetStartCallSheet$onViewCreated$2(this, j)); } } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java index ea71f8c73f..617a399be8 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java @@ -47,7 +47,7 @@ public final class VideoCallGridViewHolder extends RecyclerView.ViewHolder { Objects.requireNonNull(videoCallParticipantView); m.checkNotNullParameter(function2, "onShown"); m.checkNotNullParameter(function22, "onClicked"); - videoCallParticipantView.f2205x = function2; + videoCallParticipantView.f2206x = function2; videoCallParticipantView.w = function22; } } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java index f0658da6e6..87e58870dc 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java @@ -53,7 +53,7 @@ public final class AudienceViewHolder extends StageCallViewHolder { m.checkNotNullParameter(stageCallItem, "data"); super.onConfigure(i, (int) stageCallItem); StageCallItem.AudienceItem audienceItem = (StageCallItem.AudienceItem) stageCallItem; - this.binding.f2034c.setCutoutEnabled(audienceItem.getVoiceUser().isRequestingToSpeak()); + this.binding.f2035c.setCutoutEnabled(audienceItem.getVoiceUser().isRequestingToSpeak()); ImageView imageView = this.binding.e; imageView.setVisibility(audienceItem.getVoiceUser().isRequestingToSpeak() ? 0 : 8); imageView.setActivated(audienceItem.getVoiceUser().isInvitedToSpeak()); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java index 9454ae2ccc..ad6715bb20 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java @@ -129,7 +129,7 @@ public final class DetailsViewHolder extends StageCallViewHolder { ImageView imageView4 = this.binding.b; m.checkNotNullExpressionValue(imageView4, "binding.publicDot"); imageView4.setVisibility(detailsItem.isPublic() ? 0 : 8); - ImageView imageView5 = this.binding.f2035c; + ImageView imageView5 = this.binding.f2036c; m.checkNotNullExpressionValue(imageView5, "binding.publicIcon"); imageView5.setVisibility(detailsItem.isPublic() ? 0 : 8); TextView textView9 = this.binding.d; diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java index 6abdf1e11c..73752ea93d 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java @@ -38,7 +38,7 @@ public final class PrestartDetailsViewHolder extends StageCallViewHolder { m.checkNotNullParameter(stageCallItem, "data"); super.onConfigure(i, (int) stageCallItem); StageCallItem.PreStartDetailsItem preStartDetailsItem = (StageCallItem.PreStartDetailsItem) stageCallItem; - TextView textView = this.binding.f2037c; + TextView textView = this.binding.f2038c; m.checkNotNullExpressionValue(textView, "binding.title"); textView.setText(preStartDetailsItem.getTitle()); TextView textView2 = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/voice/model/CallModel$Companion$get$1.java b/app/src/main/java/com/discord/widgets/voice/model/CallModel$Companion$get$1.java index d1835d3204..373997aa45 100644 --- a/app/src/main/java/com/discord/widgets/voice/model/CallModel$Companion$get$1.java +++ b/app/src/main/java/com/discord/widgets/voice/model/CallModel$Companion$get$1.java @@ -129,6 +129,6 @@ public final class CallModel$Companion$get$1 implements b { public final /* synthetic */ MGRecyclerDataPayload $data; public final /* synthetic */ CallParticipantsAdapter.ViewHolderEvent this$0; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public CallParticipantsAdapter$ViewHolderEvent$onConfigure$2(CallParticipantsAdapter.ViewHolderEvent viewHolderEvent, MGRecyclerDataPayload mGRecyclerDataPayload) { + super(0); this.this$0 = viewHolderEvent; this.$data = mGRecyclerDataPayload; } - @Override // android.view.View.OnClickListener - public final void onClick(View view) { - CallParticipantsAdapter.ViewHolderEvent.access$getAdapter$p(this.this$0).getOnEventClicked().invoke(((CallParticipantsAdapter.ListItem.Event) this.$data).getEvent()); + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + CallParticipantsAdapter.ViewHolderEvent.access$getAdapter$p(this.this$0).getOnStartEventClicked().invoke(((CallParticipantsAdapter.ListItem.Event) this.$data).getEvent()); } } diff --git a/app/src/main/java/com/discord/widgets/voice/sheet/CallParticipantsAdapter.java b/app/src/main/java/com/discord/widgets/voice/sheet/CallParticipantsAdapter.java index 01e017f8f7..16a17e5552 100644 --- a/app/src/main/java/com/discord/widgets/voice/sheet/CallParticipantsAdapter.java +++ b/app/src/main/java/com/discord/widgets/voice/sheet/CallParticipantsAdapter.java @@ -488,8 +488,7 @@ public final class CallParticipantsAdapter extends MGRecyclerAdapterSimple weakReference2 = TooltipManager.a.a; tooltipManager4 = weakReference2 != null ? weakReference2.get() : tooltipManager4; if (tooltipManager4 == null) { - tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2189c.getValue(), 0, aVar, 4); + tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2190c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager3); } else { tooltipManager3 = tooltipManager4; diff --git a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet.java b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet.java index ee5a062edf..ae8b0cc582 100644 --- a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet.java @@ -18,7 +18,6 @@ import com.discord.databinding.WidgetVoiceSettingsBottomSheetBinding; import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; -import com.discord.widgets.guildscheduledevent.NonStageEventsFeatureFlag; import com.discord.widgets.stage.start.StageEventsGuildsFeatureFlag; import com.google.android.material.switchmaterial.SwitchMaterial; import d0.g; @@ -109,15 +108,9 @@ public final class WidgetVoiceSettingsBottomSheet extends AppBottomSheet { return widgetVoiceSettingsBottomSheet.getViewModel(); } - /* JADX WARNING: Removed duplicated region for block: B:22:0x00c9 */ - /* JADX WARNING: Removed duplicated region for block: B:23:0x00cb */ - /* JADX WARNING: Removed duplicated region for block: B:30:0x0106 */ - /* JADX WARNING: Removed duplicated region for block: B:31:0x0108 */ - /* JADX WARNING: Removed duplicated region for block: B:34:0x0146 */ private final void configureUI(ViewState viewState) { - boolean z2; - getBinding().f2090c.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$1(this, viewState)); - TextView textView = getBinding().f2090c; + getBinding().f2091c.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$1(this, viewState)); + TextView textView = getBinding().f2091c; m.checkNotNullExpressionValue(textView, "binding.voiceSettingsInvite"); int i = 8; textView.setVisibility(viewState.getShowInviteItem() ? 0 : 8); @@ -134,41 +127,15 @@ public final class WidgetVoiceSettingsBottomSheet extends AppBottomSheet { getBinding().g.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$3(this)); TextView textView3 = getBinding().b; m.checkNotNullExpressionValue(textView3, "binding.voiceSettingsEvents"); - boolean z3 = true; - if (StageEventsGuildsFeatureFlag.Companion.getINSTANCE().canGuildAccessStageEvents(viewState.getChannel().f())) { - if (AnimatableValueParser.x1(viewState.getChannel())) { - z2 = true; - } else if (AnimatableValueParser.D1(viewState.getChannel())) { - z2 = NonStageEventsFeatureFlag.Companion.getINSTANCE().canCreateNonStageEvents(); - } - textView3.setVisibility(!z2 ? 0 : 8); - getBinding().b.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$4(this, viewState)); - getBinding().i.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$5(this)); - TextView textView4 = getBinding().e; - if (!AnimatableValueParser.x1(viewState.getChannel()) || !viewState.getShowStageNotificationSurfaces()) { - z3 = false; - } - textView4.setVisibility(!z3 ? 0 : 8); - textView4.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$$inlined$apply$lambda$1(this, viewState)); - getBinding().d.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$7(this)); - SwitchMaterial switchMaterial3 = getBinding().d; - m.checkNotNullExpressionValue(switchMaterial3, "binding.voiceSettingsNoiseSuppression"); - switchMaterial3.setChecked(viewState.getNoiseCancellationEnabled()); - TextView textView5 = getBinding().f; - m.checkNotNullExpressionValue(textView5, "binding.voiceSettingsReport"); - if (viewState.getShowReportItem()) { - i = 0; - } - textView5.setVisibility(i); - getBinding().f.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$8(this, viewState)); - } - z2 = false; - textView3.setVisibility(!z2 ? 0 : 8); + boolean z2 = true; + textView3.setVisibility(StageEventsGuildsFeatureFlag.Companion.getINSTANCE().canGuildAccessStageEvents(viewState.getChannel().f()) && AnimatableValueParser.m1(viewState.getChannel()) ? 0 : 8); getBinding().b.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$4(this, viewState)); getBinding().i.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$5(this)); TextView textView4 = getBinding().e; - z3 = false; - textView4.setVisibility(!z3 ? 0 : 8); + if (!AnimatableValueParser.x1(viewState.getChannel()) || !viewState.getShowStageNotificationSurfaces()) { + z2 = false; + } + textView4.setVisibility(z2 ? 0 : 8); textView4.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$$inlined$apply$lambda$1(this, viewState)); getBinding().d.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$7(this)); SwitchMaterial switchMaterial3 = getBinding().d; @@ -177,6 +144,7 @@ public final class WidgetVoiceSettingsBottomSheet extends AppBottomSheet { TextView textView5 = getBinding().f; m.checkNotNullExpressionValue(textView5, "binding.voiceSettingsReport"); if (viewState.getShowReportItem()) { + i = 0; } textView5.setVisibility(i); getBinding().f.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$8(this, viewState)); diff --git a/app/src/main/java/com/esotericsoftware/kryo/Registration.java b/app/src/main/java/com/esotericsoftware/kryo/Registration.java index 536dd594f7..c83cb9b15b 100644 --- a/app/src/main/java/com/esotericsoftware/kryo/Registration.java +++ b/app/src/main/java/com/esotericsoftware/kryo/Registration.java @@ -6,7 +6,7 @@ import h0.b.a.a; public class Registration { /* renamed from: id reason: collision with root package name */ - private final int f2244id; + private final int f2245id; private a instantiator; private Serializer serializer; private final Class type; @@ -17,14 +17,14 @@ public class Registration { } else if (serializer != null) { this.type = cls; this.serializer = serializer; - this.f2244id = i; + this.f2245id = i; } else { throw new IllegalArgumentException("serializer cannot be null."); } } public int getId() { - return this.f2244id; + return this.f2245id; } public a getInstantiator() { @@ -58,7 +58,7 @@ public class Registration { public String toString() { StringBuilder P = c.d.b.a.a.P("["); - P.append(this.f2244id); + P.append(this.f2245id); P.append(", "); P.append(Util.className(this.type)); P.append("]"); diff --git a/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java b/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java index 8f468bda32..bb9c4628ab 100644 --- a/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java +++ b/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java @@ -14,7 +14,7 @@ public class DiskCacheConfig { public final String b; /* renamed from: c reason: collision with root package name */ - public final Supplier f2245c; + public final Supplier f2246c; public final long d; public final long e; public final long f; @@ -41,7 +41,7 @@ public class DiskCacheConfig { public Supplier b; /* renamed from: c reason: collision with root package name */ - public long f2246c = 41943040; + public long f2247c = 41943040; public g d = new c.f.b.b.b(); public final Context e; @@ -66,8 +66,8 @@ public class DiskCacheConfig { this.b = str; Supplier supplier = bVar.b; Objects.requireNonNull(supplier); - this.f2245c = supplier; - this.d = bVar.f2246c; + this.f2246c = supplier; + this.d = bVar.f2247c; this.e = 10485760; this.f = Permission.SPEAK; g gVar = bVar.d; diff --git a/app/src/main/java/com/facebook/common/references/CloseableReference.java b/app/src/main/java/com/facebook/common/references/CloseableReference.java index 7790129b80..b7da8c312c 100644 --- a/app/src/main/java/com/facebook/common/references/CloseableReference.java +++ b/app/src/main/java/com/facebook/common/references/CloseableReference.java @@ -64,7 +64,7 @@ public abstract class CloseableReference implements Cloneable, Closeable { this.n = sharedReference; synchronized (sharedReference) { sharedReference.b(); - sharedReference.f2247c++; + sharedReference.f2248c++; } this.o = cVar; this.p = th; diff --git a/app/src/main/java/com/facebook/common/references/SharedReference.java b/app/src/main/java/com/facebook/common/references/SharedReference.java index 093407319a..2f88050a7b 100644 --- a/app/src/main/java/com/facebook/common/references/SharedReference.java +++ b/app/src/main/java/com/facebook/common/references/SharedReference.java @@ -13,7 +13,7 @@ public class SharedReference { public T b; /* renamed from: c reason: collision with root package name */ - public int f2247c = 1; + public int f2248c = 1; public final f d; public static class NullReferenceException extends RuntimeException { @@ -45,9 +45,9 @@ public class SharedReference { T t; synchronized (this) { b(); - AnimatableValueParser.j(Boolean.valueOf(this.f2247c > 0)); - i = this.f2247c - 1; - this.f2247c = i; + AnimatableValueParser.j(Boolean.valueOf(this.f2248c > 0)); + i = this.f2248c - 1; + this.f2248c = i; } if (i == 0) { synchronized (this) { @@ -76,7 +76,7 @@ public class SharedReference { boolean z3; synchronized (this) { z2 = false; - z3 = this.f2247c > 0; + z3 = this.f2248c > 0; } if (z3) { z2 = true; diff --git a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java index c1dd8e4973..d24da4a693 100644 --- a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java +++ b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java @@ -29,7 +29,7 @@ public abstract class AbstractDraweeController implements DraweeControl public static final Map b = f.of("origin", "memory_bitmap", "origin_sub", "shortcut"); /* renamed from: c reason: collision with root package name */ - public static final Class f2248c = AbstractDraweeController.class; + public static final Class f2249c = AbstractDraweeController.class; public final c d; public final c.f.g.b.a e; public final Executor f; @@ -47,7 +47,7 @@ public abstract class AbstractDraweeController implements DraweeControl public boolean r; /* renamed from: s reason: collision with root package name */ - public String f2249s; + public String f2250s; public DataSource t; public T u; public boolean v; @@ -182,7 +182,7 @@ public abstract class AbstractDraweeController implements DraweeControl this.t = j; B(j, null); if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2248c, "controller %x %s: submitRequest: dataSource: %x", Integer.valueOf(System.identityHashCode(this)), this.m, Integer.valueOf(System.identityHashCode(this.t))); + c.f.d.e.a.j(f2249c, "controller %x %s: submitRequest: dataSource: %x", Integer.valueOf(System.identityHashCode(this)), this.m, Integer.valueOf(System.identityHashCode(this.t))); } this.t.f(new a(this.m, this.t.b()), this.f); c.f.j.r.b.b(); @@ -235,7 +235,7 @@ public abstract class AbstractDraweeController implements DraweeControl public void d() { c.f.j.r.b.b(); if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2248c, "controller %x %s: onAttach: %s", Integer.valueOf(System.identityHashCode(this)), this.m, this.p ? "request already submitted" : "request needs submit"); + c.f.d.e.a.j(f2249c, "controller %x %s: onAttach: %s", Integer.valueOf(System.identityHashCode(this)), this.m, this.p ? "request already submitted" : "request needs submit"); } this.d.a(c.a.ON_ATTACH_CONTROLLER); Objects.requireNonNull(this.k); @@ -250,7 +250,7 @@ public abstract class AbstractDraweeController implements DraweeControl @Override // com.facebook.drawee.interfaces.DraweeController public void e(DraweeHierarchy draweeHierarchy) { if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2248c, "controller %x %s: setHierarchy: %s", Integer.valueOf(System.identityHashCode(this)), this.m, draweeHierarchy); + c.f.d.e.a.j(f2249c, "controller %x %s: setHierarchy: %s", Integer.valueOf(System.identityHashCode(this)), this.m, draweeHierarchy); } this.d.a(draweeHierarchy != null ? c.a.ON_SET_HIERARCHY : c.a.ON_CLEAR_HIERARCHY); if (this.p) { @@ -352,7 +352,7 @@ public abstract class AbstractDraweeController implements DraweeControl } this.l = null; if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2248c, "controller %x %s -> %s: initialize", Integer.valueOf(System.identityHashCode(this)), this.m, str); + c.f.d.e.a.j(f2249c, "controller %x %s -> %s: initialize", Integer.valueOf(System.identityHashCode(this)), this.m, str); } this.m = str; this.n = obj; @@ -371,7 +371,7 @@ public abstract class AbstractDraweeController implements DraweeControl a.AbstractC0062a aVar; boolean h = c.f.d.e.a.h(2); if (h) { - c.f.d.e.a.j(f2248c, "controller %x %s: onTouchEvent %s", Integer.valueOf(System.identityHashCode(this)), this.m, motionEvent); + c.f.d.e.a.j(f2249c, "controller %x %s: onTouchEvent %s", Integer.valueOf(System.identityHashCode(this)), this.m, motionEvent); } c.f.g.g.a aVar2 = this.h; if (aVar2 == null) { @@ -618,8 +618,8 @@ public abstract class AbstractDraweeController implements DraweeControl if (drawable != null) { x(drawable); } - if (this.f2249s != null) { - this.f2249s = null; + if (this.f2250s != null) { + this.f2250s = null; } this.w = null; T t = this.u; diff --git a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java index 2bb1c15597..2ff707d903 100644 --- a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java +++ b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java @@ -19,7 +19,7 @@ public abstract class AbstractDraweeControllerBuilder e; public final Set f; @@ -62,7 +62,7 @@ public abstract class AbstractDraweeControllerBuilder list = aVar.p; @@ -74,7 +74,7 @@ public class GenericDraweeHierarchy implements a { if (fVar.u == 1) { fVar.u = 0; } - b bVar = new b(d.d(fVar, this.f2253c)); + b bVar = new b(d.d(fVar, this.f2254c)); this.d = bVar; bVar.mutate(); m(); @@ -131,7 +131,7 @@ public class GenericDraweeHierarchy implements a { @Override // c.f.g.h.a public void f(Drawable drawable, float f, boolean z2) { - Drawable c2 = d.c(drawable, this.f2253c, this.b); + Drawable c2 = d.c(drawable, this.f2254c, this.b); c2.mutate(); this.f.o(c2); this.e.e(); @@ -145,7 +145,7 @@ public class GenericDraweeHierarchy implements a { } public final Drawable g(Drawable drawable, ScalingUtils$ScaleType scalingUtils$ScaleType) { - return d.e(d.c(drawable, this.f2253c, this.b), scalingUtils$ScaleType, null); + return d.e(d.c(drawable, this.f2254c, this.b), scalingUtils$ScaleType, null); } @Override // com.facebook.drawee.interfaces.DraweeHierarchy @@ -236,7 +236,7 @@ public class GenericDraweeHierarchy implements a { this.e.c(i, null); return; } - k(i).g(d.c(drawable, this.f2253c, this.b)); + k(i).g(d.c(drawable, this.f2254c, this.b)); } public void p(int i) { @@ -273,7 +273,7 @@ public class GenericDraweeHierarchy implements a { } public void s(c cVar) { - this.f2253c = cVar; + this.f2254c = cVar; b bVar = this.d; Drawable drawable = d.a; Drawable drawable2 = bVar.j; @@ -293,7 +293,7 @@ public class GenericDraweeHierarchy implements a { } for (int i = 0; i < this.e.k.length; i++) { c.f.g.e.d k = k(i); - c cVar2 = this.f2253c; + c cVar2 = this.f2254c; Resources resources = this.b; while (true) { Drawable l = k.l(); diff --git a/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java b/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java index 4bf6e55102..8ab2b4830e 100644 --- a/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java +++ b/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java @@ -64,12 +64,12 @@ public class DraweeSpanStringBuilder extends SpannableStringBuilder { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f2254c; + public final int f2255c; public c(c.f.g.i.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f2254c = i; + this.f2255c = i; } @Override // c.f.g.c.c, com.facebook.drawee.controller.ControllerListener @@ -78,11 +78,11 @@ public class DraweeSpanStringBuilder extends SpannableStringBuilder { if (this.b && imageInfo != null && this.a.o.d() != null) { Drawable d = this.a.o.d(); Rect bounds = d.getBounds(); - int i = this.f2254c; + int i = this.f2255c; if (i != -1) { int height = (int) ((((float) i) / ((float) imageInfo.getHeight())) * ((float) imageInfo.getWidth())); - if (bounds.width() != height || bounds.height() != this.f2254c) { - d.setBounds(0, 0, height, this.f2254c); + if (bounds.width() != height || bounds.height() != this.f2255c) { + d.setBounds(0, 0, height, this.f2255c); DraweeSpanStringBuilder draweeSpanStringBuilder = DraweeSpanStringBuilder.this; int i2 = DraweeSpanStringBuilder.i; Objects.requireNonNull(draweeSpanStringBuilder); diff --git a/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java b/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java index 52292f9143..2b0819e64f 100644 --- a/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java +++ b/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java @@ -14,7 +14,7 @@ public class DraweeHolder implements g0 { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public boolean f2255c = true; + public boolean f2256c = true; public DH d; public DraweeController e = null; public final c f; @@ -38,7 +38,7 @@ public class DraweeHolder implements g0 { } public final void b() { - if (!this.b || !this.f2255c) { + if (!this.b || !this.f2256c) { c(); } else { a(); @@ -69,9 +69,9 @@ public class DraweeHolder implements g0 { } public void f(boolean z2) { - if (this.f2255c != z2) { + if (this.f2256c != z2) { this.f.a(z2 ? c.a.ON_DRAWABLE_SHOW : c.a.ON_DRAWABLE_HIDE); - this.f2255c = z2; + this.f2256c = z2; b(); } } @@ -121,7 +121,7 @@ public class DraweeHolder implements g0 { i J2 = AnimatableValueParser.J2(this); J2.b("controllerAttached", this.a); J2.b("holderAttached", this.b); - J2.b("drawableVisible", this.f2255c); + J2.b("drawableVisible", this.f2256c); J2.c("events", this.f.toString()); return J2.toString(); } diff --git a/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java b/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java index 0458742445..b881efa33a 100644 --- a/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java +++ b/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java @@ -20,7 +20,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { public final e b; /* renamed from: c reason: collision with root package name */ - public final m f2256c; + public final m f2257c; public final boolean d; public d e; public c.f.j.a.c.b f; @@ -95,7 +95,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { public AnimatedFactoryV2Impl(PlatformBitmapFactory platformBitmapFactory, e eVar, m mVar, boolean z2) { this.a = platformBitmapFactory; this.b = eVar; - this.f2256c = mVar; + this.f2257c = mVar; this.d = z2; } @@ -112,7 +112,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { if (f.j == null) { f.j = new f(); } - this.h = new c.f.h.a.d.e(bVar2, f.j, cVar, RealtimeSinceBootClock.get(), this.a, this.f2256c, aVar, bVar); + this.h = new c.f.h.a.d.e(bVar2, f.j, cVar, RealtimeSinceBootClock.get(), this.a, this.f2257c, aVar, bVar); } return this.h; } diff --git a/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java b/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java index 9255afbf68..8852dadf58 100644 --- a/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java +++ b/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java @@ -4,7 +4,7 @@ public class MemoryCacheParams { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2257c; + public final int f2258c; public final int d; public final int e; public final long f; @@ -12,7 +12,7 @@ public class MemoryCacheParams { public MemoryCacheParams(int i, int i2, int i3, int i4, int i5, long j) { this.a = i; this.b = i2; - this.f2257c = i3; + this.f2258c = i3; this.d = i4; this.e = i5; this.f = j; diff --git a/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java b/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java index 755b25503a..f0b351701a 100644 --- a/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java +++ b/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java @@ -20,7 +20,7 @@ public abstract class BasePool implements e { public final c b; /* renamed from: c reason: collision with root package name */ - public final y f2258c; + public final y f2259c; @VisibleForTesting public final SparseArray> d; @VisibleForTesting @@ -85,7 +85,7 @@ public abstract class BasePool implements e { Objects.requireNonNull(cVar); this.b = cVar; Objects.requireNonNull(yVar); - this.f2258c = yVar; + this.f2259c = yVar; Objects.requireNonNull(zVar); this.i = zVar; SparseArray> sparseArray = new SparseArray<>(); @@ -101,7 +101,7 @@ public abstract class BasePool implements e { int i2 = sparseIntArray.get(keyAt, 0); SparseArray> sparseArray2 = this.d; int k = k(keyAt); - Objects.requireNonNull(this.f2258c); + Objects.requireNonNull(this.f2259c); sparseArray2.put(keyAt, new f<>(k, valueAt, i2, false)); } this.f = false; @@ -121,7 +121,7 @@ public abstract class BasePool implements e { if (this.j) { return true; } - y yVar = this.f2258c; + y yVar = this.f2259c; int i2 = yVar.a; int i3 = this.g.b; if (i > i2 - i3) { @@ -168,7 +168,7 @@ public abstract class BasePool implements e { h.e++; } } else { - throw new PoolSizeViolationException(this.f2258c.a, this.g.b, this.h.b, k); + throw new PoolSizeViolationException(this.f2259c.a, this.g.b, this.h.b, k); } } else { AnimatableValueParser.B(this.e.add(l)); @@ -200,7 +200,7 @@ public abstract class BasePool implements e { AnimatableValueParser.B(this.e.add(v)); synchronized (this) { if (n()) { - r(this.f2258c.b); + r(this.f2259c.b); } } return v; @@ -250,7 +250,7 @@ public abstract class BasePool implements e { @VisibleForTesting public synchronized boolean n() { boolean z2; - z2 = this.g.b + this.h.b > this.f2258c.b; + z2 = this.g.b + this.h.b > this.f2259c.b; if (z2) { this.i.d(); } @@ -275,7 +275,7 @@ public abstract class BasePool implements e { public f q(int i) { int k = k(i); - Objects.requireNonNull(this.f2258c); + Objects.requireNonNull(this.f2259c); return new f<>(k, Integer.MAX_VALUE, 0, false); } diff --git a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java index 9d6f8c11bd..f145fc2c50 100644 --- a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java @@ -18,12 +18,12 @@ public class NativeJpegTranscoder implements b { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f2259c; + public boolean f2260c; public NativeJpegTranscoder(boolean z2, int i, boolean z3, boolean z4) { this.a = z2; this.b = i; - this.f2259c = z3; + this.f2260c = z3; if (z4) { AnimatableValueParser.g0(); } @@ -114,7 +114,7 @@ public class NativeJpegTranscoder implements b { int c2 = d.c(fVar, eVar2, eVar, this.a); int i = 1; int max = Math.max(1, 8 / c02); - if (this.f2259c) { + if (this.f2260c) { c2 = max; } InputStream e = eVar.e(); diff --git a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java index fcc7c761ad..316ac97128 100644 --- a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java +++ b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java @@ -8,13 +8,13 @@ public class NativeJpegTranscoderFactory implements c.f.j.s.c { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2260c; + public final boolean f2261c; @c public NativeJpegTranscoderFactory(int i, boolean z2, boolean z3) { this.a = i; this.b = z2; - this.f2260c = z3; + this.f2261c = z3; } @Override // c.f.j.s.c @@ -23,6 +23,6 @@ public class NativeJpegTranscoderFactory implements c.f.j.s.c { if (cVar != c.f.i.b.a) { return null; } - return new NativeJpegTranscoder(z2, this.a, this.b, this.f2260c); + return new NativeJpegTranscoder(z2, this.a, this.b, this.f2261c); } } diff --git a/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java b/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java index 946f02513c..d1682ea638 100644 --- a/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java @@ -22,7 +22,7 @@ import java.util.Objects; public class GingerbreadPurgeableDecoder extends DalvikPurgeableDecoder { /* renamed from: c reason: collision with root package name */ - public static Method f2261c; + public static Method f2262c; public final b d = c.f.d.m.c.c(); /* JADX WARNING: Removed duplicated region for block: B:27:0x0059 */ @@ -157,15 +157,15 @@ public class GingerbreadPurgeableDecoder extends DalvikPurgeableDecoder { } public final synchronized Method i() { - if (f2261c == null) { + if (f2262c == null) { try { - f2261c = MemoryFile.class.getDeclaredMethod("getFileDescriptor", new Class[0]); + f2262c = MemoryFile.class.getDeclaredMethod("getFileDescriptor", new Class[0]); } catch (Exception e) { m.a(e); throw new RuntimeException(e); } } - return f2261c; + return f2262c; } public final FileDescriptor j(MemoryFile memoryFile) { diff --git a/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java b/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java index 2897975e8a..2b28b52bd7 100644 --- a/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java @@ -15,18 +15,18 @@ import com.facebook.imagepipeline.nativecode.DalvikPurgeableDecoder; public class KitKatPurgeableDecoder extends DalvikPurgeableDecoder { /* renamed from: c reason: collision with root package name */ - public final n f2262c; + public final n f2263c; @c public KitKatPurgeableDecoder(n nVar) { - this.f2262c = nVar; + this.f2263c = nVar; } @Override // com.facebook.imagepipeline.nativecode.DalvikPurgeableDecoder public Bitmap c(CloseableReference closeableReference, BitmapFactory.Options options) { PooledByteBuffer w = closeableReference.w(); int size = w.size(); - CloseableReference a = this.f2262c.a(size); + CloseableReference a = this.f2263c.a(size); try { byte[] w2 = a.w(); w.i(0, w2, 0, size); @@ -48,7 +48,7 @@ public class KitKatPurgeableDecoder extends DalvikPurgeableDecoder { PooledByteBuffer w = closeableReference.w(); AnimatableValueParser.j(Boolean.valueOf(i <= w.size())); int i2 = i + 2; - CloseableReference a = this.f2262c.a(i2); + CloseableReference a = this.f2263c.a(i2); try { byte[] w2 = a.w(); w.i(0, w2, 0, i); diff --git a/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java b/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java index ce552dcdac..6cb0e187de 100644 --- a/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java +++ b/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java @@ -35,7 +35,7 @@ public class LocalExifThumbnailProducer implements j1 { public final g b; /* renamed from: c reason: collision with root package name */ - public final ContentResolver f2263c; + public final ContentResolver f2264c; @d public class Api24Utils { @@ -78,9 +78,9 @@ public class LocalExifThumbnailProducer implements j1 { int i; Throwable th; int columnIndex; - Uri uri = this.n.f2264c; + Uri uri = this.n.f2265c; LocalExifThumbnailProducer localExifThumbnailProducer = LocalExifThumbnailProducer.this; - ContentResolver contentResolver = localExifThumbnailProducer.f2263c; + ContentResolver contentResolver = localExifThumbnailProducer.f2264c; e eVar = null; Cursor cursor = null; r8 = null; @@ -134,7 +134,7 @@ public class LocalExifThumbnailProducer implements j1 { if (z2) { exifInterface = new ExifInterface(str); } else { - ContentResolver contentResolver2 = localExifThumbnailProducer.f2263c; + ContentResolver contentResolver2 = localExifThumbnailProducer.f2264c; if (c.f.d.l.b.c(uri)) { try { assetFileDescriptor = contentResolver2.openAssetFileDescriptor(uri, "r"); @@ -216,7 +216,7 @@ public class LocalExifThumbnailProducer implements j1 { public LocalExifThumbnailProducer(Executor executor, g gVar, ContentResolver contentResolver) { this.a = executor; this.b = gVar; - this.f2263c = contentResolver; + this.f2264c = contentResolver; } @Override // c.f.j.p.j1 diff --git a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java index e2c9aabc69..c40bd9a42f 100644 --- a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java +++ b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java @@ -18,7 +18,7 @@ public class ImageRequest { public final b b; /* renamed from: c reason: collision with root package name */ - public final Uri f2264c; + public final Uri f2265c; public final int d; public File e; public final boolean f; @@ -36,7 +36,7 @@ public class ImageRequest { public final c.f.j.k.e r; /* renamed from: s reason: collision with root package name */ - public final int f2265s; + public final int f2266s; public static class a implements d { } @@ -70,7 +70,7 @@ public class ImageRequest { public ImageRequest(ImageRequestBuilder imageRequestBuilder) { this.b = imageRequestBuilder.f; Uri uri = imageRequestBuilder.a; - this.f2264c = uri; + this.f2265c = uri; boolean z2 = true; int i = -1; if (uri != null) { @@ -107,7 +107,7 @@ public class ImageRequest { this.f = imageRequestBuilder.g; this.g = imageRequestBuilder.h; this.h = imageRequestBuilder.e; - this.i = imageRequestBuilder.f2266c; + this.i = imageRequestBuilder.f2267c; f fVar = imageRequestBuilder.d; this.j = fVar == null ? f.a : fVar; this.k = imageRequestBuilder.o; @@ -118,12 +118,12 @@ public class ImageRequest { this.p = imageRequestBuilder.m; this.q = imageRequestBuilder.j; this.r = imageRequestBuilder.n; - this.f2265s = imageRequestBuilder.p; + this.f2266s = imageRequestBuilder.p; } public synchronized File a() { if (this.e == null) { - this.e = new File(this.f2264c.getPath()); + this.e = new File(this.f2265c.getPath()); } return this.e; } @@ -133,7 +133,7 @@ public class ImageRequest { return false; } ImageRequest imageRequest = (ImageRequest) obj; - if (this.g != imageRequest.g || this.n != imageRequest.n || this.o != imageRequest.o || !AnimatableValueParser.i0(this.f2264c, imageRequest.f2264c) || !AnimatableValueParser.i0(this.b, imageRequest.b) || !AnimatableValueParser.i0(this.e, imageRequest.e) || !AnimatableValueParser.i0(this.k, imageRequest.k) || !AnimatableValueParser.i0(this.h, imageRequest.h) || !AnimatableValueParser.i0(this.i, imageRequest.i) || !AnimatableValueParser.i0(this.l, imageRequest.l) || !AnimatableValueParser.i0(this.m, imageRequest.m) || !AnimatableValueParser.i0(this.p, imageRequest.p)) { + if (this.g != imageRequest.g || this.n != imageRequest.n || this.o != imageRequest.o || !AnimatableValueParser.i0(this.f2265c, imageRequest.f2265c) || !AnimatableValueParser.i0(this.b, imageRequest.b) || !AnimatableValueParser.i0(this.e, imageRequest.e) || !AnimatableValueParser.i0(this.k, imageRequest.k) || !AnimatableValueParser.i0(this.h, imageRequest.h) || !AnimatableValueParser.i0(this.i, imageRequest.i) || !AnimatableValueParser.i0(this.l, imageRequest.l) || !AnimatableValueParser.i0(this.m, imageRequest.m) || !AnimatableValueParser.i0(this.p, imageRequest.p)) { return false; } CacheKey cacheKey = null; @@ -146,17 +146,17 @@ public class ImageRequest { if (bVar2 != null) { cacheKey = bVar2.getPostprocessorCacheKey(); } - return AnimatableValueParser.i0(postprocessorCacheKey, cacheKey) && this.f2265s == imageRequest.f2265s; + return AnimatableValueParser.i0(postprocessorCacheKey, cacheKey) && this.f2266s == imageRequest.f2266s; } public int hashCode() { c.f.j.q.b bVar = this.q; - return Arrays.hashCode(new Object[]{this.b, this.f2264c, Boolean.valueOf(this.g), this.k, this.l, this.m, Boolean.valueOf(this.n), Boolean.valueOf(this.o), this.h, this.p, this.i, this.j, bVar != null ? bVar.getPostprocessorCacheKey() : null, null, Integer.valueOf(this.f2265s)}); + return Arrays.hashCode(new Object[]{this.b, this.f2265c, Boolean.valueOf(this.g), this.k, this.l, this.m, Boolean.valueOf(this.n), Boolean.valueOf(this.o), this.h, this.p, this.i, this.j, bVar != null ? bVar.getPostprocessorCacheKey() : null, null, Integer.valueOf(this.f2266s)}); } public String toString() { i J2 = AnimatableValueParser.J2(this); - J2.c(NotificationCompat.MessagingStyle.Message.KEY_DATA_URI, this.f2264c); + J2.c(NotificationCompat.MessagingStyle.Message.KEY_DATA_URI, this.f2265c); J2.c("cacheChoice", this.b); J2.c("decodeOptions", this.h); J2.c("postprocessor", this.q); @@ -171,7 +171,7 @@ public class ImageRequest { J2.b("isDiskCacheEnabled", this.n); J2.b("isMemoryCacheEnabled", this.o); J2.c("decodePrefetches", this.p); - J2.a("delayMs", this.f2265s); + J2.a("delayMs", this.f2266s); return J2.toString(); } } diff --git a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java index 9fde02c9d7..d7acfed527 100644 --- a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java +++ b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java @@ -14,7 +14,7 @@ public class ImageRequestBuilder { public ImageRequest.c b = ImageRequest.c.FULL_FETCH; /* renamed from: c reason: collision with root package name */ - public e f2266c = null; + public e f2267c = null; public f d = null; public b e = b.a; public ImageRequest.b f = ImageRequest.b.DEFAULT; diff --git a/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java b/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java index e0bda5ff7d..6e847f6673 100644 --- a/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java +++ b/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java @@ -36,7 +36,7 @@ public class ZoomableDraweeView extends DraweeView imple public final e.a r; /* renamed from: s reason: collision with root package name */ - public final d f2267s; + public final d f2268s; public class a extends c { public a() { @@ -76,7 +76,7 @@ public class ZoomableDraweeView extends DraweeView imple b bVar = new b(); this.r = bVar; d dVar = new d(); - this.f2267s = dVar; + this.f2268s = dVar; c.f.g.f.a aVar = new c.f.g.f.a(context.getResources()); ScalingUtils$ScaleType scalingUtils$ScaleType = ScalingUtils$ScaleType.a; aVar.n = v.l; @@ -235,10 +235,10 @@ public class ZoomableDraweeView extends DraweeView imple public void setTapListener(@Nullable GestureDetector.SimpleOnGestureListener simpleOnGestureListener) { if (simpleOnGestureListener == null) { - this.f2267s.i = new GestureDetector.SimpleOnGestureListener(); + this.f2268s.i = new GestureDetector.SimpleOnGestureListener(); return; } - this.f2267s.i = simpleOnGestureListener; + this.f2268s.i = simpleOnGestureListener; } public void setZoomableController(e eVar) { diff --git a/app/src/main/java/com/facebook/soloader/SoLoader.java b/app/src/main/java/com/facebook/soloader/SoLoader.java index 856457b830..d7dda92866 100644 --- a/app/src/main/java/com/facebook/soloader/SoLoader.java +++ b/app/src/main/java/com/facebook/soloader/SoLoader.java @@ -39,7 +39,7 @@ public class SoLoader { public static k b; /* renamed from: c reason: collision with root package name */ - public static final ReentrantReadWriteLock f2268c = new ReentrantReadWriteLock(); + public static final ReentrantReadWriteLock f2269c = new ReentrantReadWriteLock(); public static l[] d = null; public static volatile int e = 0; public static m[] f; @@ -78,14 +78,14 @@ public class SoLoader { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ String f2269c; + public final /* synthetic */ String f2270c; public final /* synthetic */ Runtime d; public final /* synthetic */ Method e; public a(boolean z2, String str, String str2, Runtime runtime, Method method) { this.a = z2; this.b = str; - this.f2269c = str2; + this.f2270c = str2; this.d = runtime; this.e = method; } @@ -153,7 +153,7 @@ public class SoLoader { Throwable e; Throwable th2; if (this.a) { - String str2 = (i & 4) == 4 ? this.b : this.f2269c; + String str2 = (i & 4) == 4 ? this.b : this.f2270c; String str3 = null; try { synchronized (this.d) { @@ -241,7 +241,7 @@ public class SoLoader { Throwable th; int i3; String message; - ReentrantReadWriteLock reentrantReadWriteLock2 = f2268c; + ReentrantReadWriteLock reentrantReadWriteLock2 = f2269c; reentrantReadWriteLock2.readLock().lock(); try { if (d != null) { @@ -292,7 +292,7 @@ public class SoLoader { } } } catch (Throwable th2) { - f2268c.readLock().unlock(); + f2269c.readLock().unlock(); throw th2; } } @@ -320,7 +320,7 @@ public class SoLoader { U.append(d2.getAbsolutePath()); U.append("\n"); } - f2268c.readLock().unlock(); + f2269c.readLock().unlock(); U.append(" result: "); U.append(i3); String sb = U.toString(); @@ -378,7 +378,7 @@ public class SoLoader { throw new UnsatisfiedLinkError("couldn't find DSO to load: " + str); } } finally { - f2268c.readLock().unlock(); + f2269c.readLock().unlock(); } } @@ -438,7 +438,7 @@ public class SoLoader { boolean z2; String str = "init exiting"; String str2 = "SoLoader"; - f2268c.writeLock().lock(); + f2269c.writeLock().lock(); try { if (d == null) { Log.d("SoLoader", "init start"); @@ -510,7 +510,7 @@ public class SoLoader { } } l[] lVarArr = (l[]) arrayList.toArray(new l[arrayList.size()]); - ReentrantReadWriteLock reentrantReadWriteLock = f2268c; + ReentrantReadWriteLock reentrantReadWriteLock = f2269c; reentrantReadWriteLock.writeLock().lock(); try { if ((k & 2) != 0) { @@ -531,13 +531,13 @@ public class SoLoader { e++; Log.d("SoLoader", "init finish: " + d.length + " SO sources prepared"); } catch (Throwable th) { - f2268c.writeLock().unlock(); + f2269c.writeLock().unlock(); throw th; } } } finally { Log.d(str2, str); - f2268c.writeLock().unlock(); + f2269c.writeLock().unlock(); } } diff --git a/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java b/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java index 54875dc690..a3a680975f 100644 --- a/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java +++ b/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java @@ -13,18 +13,18 @@ public class PersistentCookieJar implements ClearableCookieJar { public CookieCache b; /* renamed from: c reason: collision with root package name */ - public CookiePersistor f2270c; + public CookiePersistor f2271c; public PersistentCookieJar(CookieCache cookieCache, CookiePersistor cookiePersistor) { this.b = cookieCache; - this.f2270c = cookiePersistor; + this.f2271c = cookiePersistor; ((SetCookieCache) cookieCache).addAll(((SharedPrefsCookiePersistor) cookiePersistor).c()); } @Override // f0.p public synchronized void a(w wVar, List list) { this.b.addAll(list); - CookiePersistor cookiePersistor = this.f2270c; + CookiePersistor cookiePersistor = this.f2271c; ArrayList arrayList = new ArrayList(); for (n nVar : list) { if (nVar.m) { @@ -49,7 +49,7 @@ public class PersistentCookieJar implements ClearableCookieJar { arrayList.add(next); } } - this.f2270c.removeAll(arrayList2); + this.f2271c.removeAll(arrayList2); return arrayList; } } diff --git a/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java b/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java index 00ba1fabb1..6c372f8c43 100644 --- a/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java +++ b/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java @@ -30,20 +30,20 @@ public class RealtimeBlurView extends View { public Bitmap r; /* renamed from: s reason: collision with root package name */ - public Canvas f2271s; + public Canvas f2272s; public boolean t; public Paint u; public final Rect v = new Rect(); public final Rect w = new Rect(); /* renamed from: x reason: collision with root package name */ - public View f2272x; + public View f2273x; /* renamed from: y reason: collision with root package name */ - public boolean f2273y; + public boolean f2274y; /* renamed from: z reason: collision with root package name */ - public final ViewTreeObserver.OnPreDrawListener f2274z = new a(); + public final ViewTreeObserver.OnPreDrawListener f2275z = new a(); public class a implements ViewTreeObserver.OnPreDrawListener { public a() { @@ -58,7 +58,7 @@ public class RealtimeBlurView extends View { int[] iArr = new int[2]; RealtimeBlurView realtimeBlurView2 = RealtimeBlurView.this; Bitmap bitmap2 = realtimeBlurView2.r; - View view = realtimeBlurView2.f2272x; + View view = realtimeBlurView2.f2273x; if (view != null && realtimeBlurView2.isShown()) { RealtimeBlurView realtimeBlurView3 = RealtimeBlurView.this; float f = realtimeBlurView3.n; @@ -76,13 +76,13 @@ public class RealtimeBlurView extends View { int max = Math.max(1, (int) (((float) width) / f2)); int max2 = Math.max(1, (int) (((float) height) / f2)); boolean z3 = realtimeBlurView3.p; - if (realtimeBlurView3.f2271s == null || (bitmap = realtimeBlurView3.r) == null || bitmap.getWidth() != max || realtimeBlurView3.r.getHeight() != max2) { + if (realtimeBlurView3.f2272s == null || (bitmap = realtimeBlurView3.r) == null || bitmap.getWidth() != max || realtimeBlurView3.r.getHeight() != max2) { realtimeBlurView3.c(); try { Bitmap createBitmap = Bitmap.createBitmap(max, max2, Bitmap.Config.ARGB_8888); realtimeBlurView3.q = createBitmap; if (createBitmap != null) { - realtimeBlurView3.f2271s = new Canvas(realtimeBlurView3.q); + realtimeBlurView3.f2272s = new Canvas(realtimeBlurView3.q); Bitmap createBitmap2 = Bitmap.createBitmap(max, max2, Bitmap.Config.ARGB_8888); realtimeBlurView3.r = createBitmap2; if (createBitmap2 != null) { @@ -107,17 +107,17 @@ public class RealtimeBlurView extends View { int i2 = (-iArr[1]) + iArr[1]; RealtimeBlurView realtimeBlurView4 = RealtimeBlurView.this; realtimeBlurView4.q.eraseColor(realtimeBlurView4.m & ViewCompat.MEASURED_SIZE_MASK); - int save = RealtimeBlurView.this.f2271s.save(); + int save = RealtimeBlurView.this.f2272s.save(); RealtimeBlurView realtimeBlurView5 = RealtimeBlurView.this; realtimeBlurView5.t = true; RealtimeBlurView.i++; try { - realtimeBlurView5.f2271s.scale((((float) realtimeBlurView5.q.getWidth()) * 1.0f) / ((float) RealtimeBlurView.this.getWidth()), (((float) RealtimeBlurView.this.q.getHeight()) * 1.0f) / ((float) RealtimeBlurView.this.getHeight())); - RealtimeBlurView.this.f2271s.translate((float) (-i), (float) (-i2)); + realtimeBlurView5.f2272s.scale((((float) realtimeBlurView5.q.getWidth()) * 1.0f) / ((float) RealtimeBlurView.this.getWidth()), (((float) RealtimeBlurView.this.q.getHeight()) * 1.0f) / ((float) RealtimeBlurView.this.getHeight())); + RealtimeBlurView.this.f2272s.translate((float) (-i), (float) (-i2)); if (view.getBackground() != null) { - view.getBackground().draw(RealtimeBlurView.this.f2271s); + view.getBackground().draw(RealtimeBlurView.this.f2272s); } - view.draw(RealtimeBlurView.this.f2271s); + view.draw(RealtimeBlurView.this.f2272s); RealtimeBlurView.this.t = false; RealtimeBlurView.a(); realtimeBlurView = RealtimeBlurView.this; @@ -128,13 +128,13 @@ public class RealtimeBlurView extends View { } catch (Throwable th) { RealtimeBlurView.this.t = false; RealtimeBlurView.a(); - RealtimeBlurView.this.f2271s.restoreToCount(save); + RealtimeBlurView.this.f2272s.restoreToCount(save); throw th; } - realtimeBlurView.f2271s.restoreToCount(save); + realtimeBlurView.f2272s.restoreToCount(save); RealtimeBlurView realtimeBlurView6 = RealtimeBlurView.this; realtimeBlurView6.o.a(realtimeBlurView6.q, realtimeBlurView6.r); - if (z4 || RealtimeBlurView.this.f2273y) { + if (z4 || RealtimeBlurView.this.f2274y) { RealtimeBlurView.this.invalidate(); } } @@ -253,28 +253,28 @@ public class RealtimeBlurView extends View { public void onAttachedToWindow() { super.onAttachedToWindow(); View activityDecorView = getActivityDecorView(); - this.f2272x = activityDecorView; + this.f2273x = activityDecorView; boolean z2 = false; if (activityDecorView != null) { - activityDecorView.getViewTreeObserver().addOnPreDrawListener(this.f2274z); - if (this.f2272x.getRootView() != getRootView()) { + activityDecorView.getViewTreeObserver().addOnPreDrawListener(this.f2275z); + if (this.f2273x.getRootView() != getRootView()) { z2 = true; } - this.f2273y = z2; + this.f2274y = z2; if (z2) { - this.f2272x.postInvalidate(); + this.f2273x.postInvalidate(); return; } return; } - this.f2273y = false; + this.f2274y = false; } @Override // android.view.View public void onDetachedFromWindow() { - View view = this.f2272x; + View view = this.f2273x; if (view != null) { - view.getViewTreeObserver().removeOnPreDrawListener(this.f2274z); + view.getViewTreeObserver().removeOnPreDrawListener(this.f2275z); } b(); super.onDetachedFromWindow(); diff --git a/app/src/main/java/com/google/android/exoplayer2/Format.java b/app/src/main/java/com/google/android/exoplayer2/Format.java index a4aef49a89..b555bc9f17 100644 --- a/app/src/main/java/com/google/android/exoplayer2/Format.java +++ b/app/src/main/java/com/google/android/exoplayer2/Format.java @@ -52,7 +52,7 @@ public final class Format implements Parcelable { @Nullable /* renamed from: s reason: collision with root package name */ - public final String f2275s; + public final String f2276s; @Nullable public final String t; public final int u; @@ -61,13 +61,13 @@ public final class Format implements Parcelable { public final DrmInitData w; /* renamed from: x reason: collision with root package name */ - public final long f2276x; + public final long f2277x; /* renamed from: y reason: collision with root package name */ - public final int f2277y; + public final int f2278y; /* renamed from: z reason: collision with root package name */ - public final int f2278z; + public final int f2279z; public class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @@ -96,7 +96,7 @@ public final class Format implements Parcelable { @Nullable /* renamed from: c reason: collision with root package name */ - public String f2279c; + public String f2280c; public int d; public int e; public int f; @@ -120,7 +120,7 @@ public final class Format implements Parcelable { public float r; /* renamed from: s reason: collision with root package name */ - public int f2280s; + public int f2281s; public float t; @Nullable public byte[] u; @@ -129,13 +129,13 @@ public final class Format implements Parcelable { public ColorInfo w; /* renamed from: x reason: collision with root package name */ - public int f2281x; + public int f2282x; /* renamed from: y reason: collision with root package name */ - public int f2282y; + public int f2283y; /* renamed from: z reason: collision with root package name */ - public int f2283z; + public int f2284z; public b() { this.f = -1; @@ -147,39 +147,39 @@ public final class Format implements Parcelable { this.r = -1.0f; this.t = 1.0f; this.v = -1; - this.f2281x = -1; - this.f2282y = -1; - this.f2283z = -1; + this.f2282x = -1; + this.f2283y = -1; + this.f2284z = -1; this.C = -1; } public b(Format format, a aVar) { this.a = format.i; this.b = format.j; - this.f2279c = format.k; + this.f2280c = format.k; this.d = format.l; this.e = format.m; this.f = format.n; this.g = format.o; this.h = format.q; this.i = format.r; - this.j = format.f2275s; + this.j = format.f2276s; this.k = format.t; this.l = format.u; this.m = format.v; this.n = format.w; - this.o = format.f2276x; - this.p = format.f2277y; - this.q = format.f2278z; + this.o = format.f2277x; + this.p = format.f2278y; + this.q = format.f2279z; this.r = format.A; - this.f2280s = format.B; + this.f2281s = format.B; this.t = format.C; this.u = format.D; this.v = format.E; this.w = format.F; - this.f2281x = format.G; - this.f2282y = format.H; - this.f2283z = format.I; + this.f2282x = format.G; + this.f2283y = format.H; + this.f2284z = format.I; this.A = format.J; this.B = format.K; this.C = format.L; @@ -209,7 +209,7 @@ public final class Format implements Parcelable { this.p = readInt2 != -1 ? readInt2 : readInt; this.q = parcel.readString(); this.r = (Metadata) parcel.readParcelable(Metadata.class.getClassLoader()); - this.f2275s = parcel.readString(); + this.f2276s = parcel.readString(); this.t = parcel.readString(); this.u = parcel.readInt(); int readInt3 = parcel.readInt(); @@ -223,9 +223,9 @@ public final class Format implements Parcelable { } DrmInitData drmInitData = (DrmInitData) parcel.readParcelable(DrmInitData.class.getClassLoader()); this.w = drmInitData; - this.f2276x = parcel.readLong(); - this.f2277y = parcel.readInt(); - this.f2278z = parcel.readInt(); + this.f2277x = parcel.readLong(); + this.f2278y = parcel.readInt(); + this.f2279z = parcel.readInt(); this.A = parcel.readFloat(); this.B = parcel.readInt(); this.C = parcel.readFloat(); @@ -246,7 +246,7 @@ public final class Format implements Parcelable { public Format(b bVar, a aVar) { this.i = bVar.a; this.j = bVar.b; - this.k = f0.B(bVar.f2279c); + this.k = f0.B(bVar.f2280c); this.l = bVar.d; this.m = bVar.e; int i = bVar.f; @@ -256,18 +256,18 @@ public final class Format implements Parcelable { this.p = i2 != -1 ? i2 : i; this.q = bVar.h; this.r = bVar.i; - this.f2275s = bVar.j; + this.f2276s = bVar.j; this.t = bVar.k; this.u = bVar.l; List list = bVar.m; this.v = list == null ? Collections.emptyList() : list; DrmInitData drmInitData = bVar.n; this.w = drmInitData; - this.f2276x = bVar.o; - this.f2277y = bVar.p; - this.f2278z = bVar.q; + this.f2277x = bVar.o; + this.f2278y = bVar.p; + this.f2279z = bVar.q; this.A = bVar.r; - int i3 = bVar.f2280s; + int i3 = bVar.f2281s; int i4 = 0; this.B = i3 == -1 ? 0 : i3; float f = bVar.t; @@ -275,9 +275,9 @@ public final class Format implements Parcelable { this.D = bVar.u; this.E = bVar.v; this.F = bVar.w; - this.G = bVar.f2281x; - this.H = bVar.f2282y; - this.I = bVar.f2283z; + this.G = bVar.f2282x; + this.H = bVar.f2283y; + this.I = bVar.f2284z; int i5 = bVar.A; this.J = i5 == -1 ? 0 : i5; int i6 = bVar.B; @@ -323,7 +323,7 @@ public final class Format implements Parcelable { } Format format = (Format) obj; int i2 = this.N; - return (i2 == 0 || (i = format.N) == 0 || i2 == i) && this.l == format.l && this.m == format.m && this.n == format.n && this.o == format.o && this.u == format.u && this.f2276x == format.f2276x && this.f2277y == format.f2277y && this.f2278z == format.f2278z && this.B == format.B && this.E == format.E && this.G == format.G && this.H == format.H && this.I == format.I && this.J == format.J && this.K == format.K && this.L == format.L && Float.compare(this.A, format.A) == 0 && Float.compare(this.C, format.C) == 0 && f0.a(this.M, format.M) && f0.a(this.i, format.i) && f0.a(this.j, format.j) && f0.a(this.q, format.q) && f0.a(this.f2275s, format.f2275s) && f0.a(this.t, format.t) && f0.a(this.k, format.k) && Arrays.equals(this.D, format.D) && f0.a(this.r, format.r) && f0.a(this.F, format.F) && f0.a(this.w, format.w) && b(format); + return (i2 == 0 || (i = format.N) == 0 || i2 == i) && this.l == format.l && this.m == format.m && this.n == format.n && this.o == format.o && this.u == format.u && this.f2277x == format.f2277x && this.f2278y == format.f2278y && this.f2279z == format.f2279z && this.B == format.B && this.E == format.E && this.G == format.G && this.H == format.H && this.I == format.I && this.J == format.J && this.K == format.K && this.L == format.L && Float.compare(this.A, format.A) == 0 && Float.compare(this.C, format.C) == 0 && f0.a(this.M, format.M) && f0.a(this.i, format.i) && f0.a(this.j, format.j) && f0.a(this.q, format.q) && f0.a(this.f2276s, format.f2276s) && f0.a(this.t, format.t) && f0.a(this.k, format.k) && Arrays.equals(this.D, format.D) && f0.a(this.r, format.r) && f0.a(this.F, format.F) && f0.a(this.w, format.w) && b(format); } @Override // java.lang.Object @@ -340,10 +340,10 @@ public final class Format implements Parcelable { int hashCode4 = (hashCode3 + (str4 == null ? 0 : str4.hashCode())) * 31; Metadata metadata = this.r; int hashCode5 = (hashCode4 + (metadata == null ? 0 : metadata.hashCode())) * 31; - String str5 = this.f2275s; + String str5 = this.f2276s; int hashCode6 = (hashCode5 + (str5 == null ? 0 : str5.hashCode())) * 31; String str6 = this.t; - int floatToIntBits = (((((((((((((((Float.floatToIntBits(this.C) + ((((Float.floatToIntBits(this.A) + ((((((((((hashCode6 + (str6 == null ? 0 : str6.hashCode())) * 31) + this.u) * 31) + ((int) this.f2276x)) * 31) + this.f2277y) * 31) + this.f2278z) * 31)) * 31) + this.B) * 31)) * 31) + this.E) * 31) + this.G) * 31) + this.H) * 31) + this.I) * 31) + this.J) * 31) + this.K) * 31) + this.L) * 31; + int floatToIntBits = (((((((((((((((Float.floatToIntBits(this.C) + ((((Float.floatToIntBits(this.A) + ((((((((((hashCode6 + (str6 == null ? 0 : str6.hashCode())) * 31) + this.u) * 31) + ((int) this.f2277x)) * 31) + this.f2278y) * 31) + this.f2279z) * 31)) * 31) + this.B) * 31)) * 31) + this.E) * 31) + this.G) * 31) + this.H) * 31) + this.I) * 31) + this.J) * 31) + this.K) * 31) + this.L) * 31; Class cls = this.M; if (cls != null) { i = cls.hashCode(); @@ -360,7 +360,7 @@ public final class Format implements Parcelable { P.append(", "); P.append(this.j); P.append(", "); - P.append(this.f2275s); + P.append(this.f2276s); P.append(", "); P.append(this.t); P.append(", "); @@ -370,9 +370,9 @@ public final class Format implements Parcelable { P.append(", "); P.append(this.k); P.append(", ["); - P.append(this.f2277y); + P.append(this.f2278y); P.append(", "); - P.append(this.f2278z); + P.append(this.f2279z); P.append(", "); P.append(this.A); P.append("], ["); @@ -393,7 +393,7 @@ public final class Format implements Parcelable { parcel.writeString(this.q); int i2 = 0; parcel.writeParcelable(this.r, 0); - parcel.writeString(this.f2275s); + parcel.writeString(this.f2276s); parcel.writeString(this.t); parcel.writeInt(this.u); int size = this.v.size(); @@ -402,9 +402,9 @@ public final class Format implements Parcelable { parcel.writeByteArray(this.v.get(i3)); } parcel.writeParcelable(this.w, 0); - parcel.writeLong(this.f2276x); - parcel.writeInt(this.f2277y); - parcel.writeInt(this.f2278z); + parcel.writeLong(this.f2277x); + parcel.writeInt(this.f2278y); + parcel.writeInt(this.f2279z); parcel.writeFloat(this.A); parcel.writeInt(this.B); parcel.writeFloat(this.C); diff --git a/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java b/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java index 8398177de6..3fb3eff165 100644 --- a/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java +++ b/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java @@ -17,13 +17,13 @@ public interface AudioProcessor { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2284c; + public final int f2285c; public final int d; public final int e; public a(int i, int i2, int i3) { this.b = i; - this.f2284c = i2; + this.f2285c = i2; this.d = i3; this.e = f0.z(i3) ? f0.s(i3, i2) : -1; } @@ -32,7 +32,7 @@ public interface AudioProcessor { StringBuilder P = c.d.b.a.a.P("AudioFormat[sampleRate="); P.append(this.b); P.append(", channelCount="); - P.append(this.f2284c); + P.append(this.f2285c); P.append(", encoding="); return c.d.b.a.a.y(P, this.d, ']'); } diff --git a/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java b/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java index ebf75f388a..ea5571a00a 100644 --- a/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java +++ b/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java @@ -83,7 +83,7 @@ public final class DefaultAudioSink implements AudioSink { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2285c; + public final boolean f2286c; public final v d; public final e0 e; public final AudioProcessor[] f; @@ -104,7 +104,7 @@ public final class DefaultAudioSink implements AudioSink { @Nullable /* renamed from: s reason: collision with root package name */ - public AudioTrack f2286s; + public AudioTrack f2287s; public n t; @Nullable public e u; @@ -113,13 +113,13 @@ public final class DefaultAudioSink implements AudioSink { @Nullable /* renamed from: x reason: collision with root package name */ - public ByteBuffer f2287x; + public ByteBuffer f2288x; /* renamed from: y reason: collision with root package name */ - public int f2288y; + public int f2289y; /* renamed from: z reason: collision with root package name */ - public long f2289z; + public long f2290z; public static final class InvalidAudioTrackTimestampException extends RuntimeException { } @@ -159,7 +159,7 @@ public final class DefaultAudioSink implements AudioSink { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2290c; + public final int f2291c; public final int d; public final int e; public final int f; @@ -171,7 +171,7 @@ public final class DefaultAudioSink implements AudioSink { int i8; this.a = format; this.b = i; - this.f2290c = i2; + this.f2291c = i2; this.d = i3; this.e = i4; this.f = i5; @@ -228,7 +228,7 @@ public final class DefaultAudioSink implements AudioSink { AudioAttributes d = d(nVar, z2); boolean z3 = true; AudioTrack.Builder sessionId = new AudioTrack.Builder().setAudioAttributes(d).setAudioFormat(y2).setTransferMode(1).setBufferSizeInBytes(this.h).setSessionId(i); - if (this.f2290c != 1) { + if (this.f2291c != 1) { z3 = false; } return sessionId.setOffloadedPlayback(z3).build(); @@ -296,7 +296,7 @@ public final class DefaultAudioSink implements AudioSink { } public boolean f() { - return this.f2290c == 1; + return this.f2291c == 1; } } @@ -305,7 +305,7 @@ public final class DefaultAudioSink implements AudioSink { public final b0 b; /* renamed from: c reason: collision with root package name */ - public final d0 f2291c; + public final d0 f2292c; public d(AudioProcessor... audioProcessorArr) { b0 b0Var = new b0(); @@ -314,14 +314,14 @@ public final class DefaultAudioSink implements AudioSink { this.a = audioProcessorArr2; System.arraycopy(audioProcessorArr, 0, audioProcessorArr2, 0, audioProcessorArr.length); this.b = b0Var; - this.f2291c = d0Var; + this.f2292c = d0Var; audioProcessorArr2[audioProcessorArr.length] = b0Var; audioProcessorArr2[audioProcessorArr.length + 1] = d0Var; } @Override // com.google.android.exoplayer2.audio.DefaultAudioSink.b public d1 a(d1 d1Var) { - d0 d0Var = this.f2291c; + d0 d0Var = this.f2292c; float f = d1Var.b; if (d0Var.f999c != f) { d0Var.f999c = f; @@ -337,7 +337,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // com.google.android.exoplayer2.audio.DefaultAudioSink.b public long b(long j) { - d0 d0Var = this.f2291c; + d0 d0Var = this.f2292c; if (d0Var.o < Permission.VIEW_CHANNEL) { return (long) (((double) d0Var.f999c) * ((double) j)); } @@ -367,13 +367,13 @@ public final class DefaultAudioSink implements AudioSink { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final long f2292c; + public final long f2293c; public final long d; public e(d1 d1Var, boolean z2, long j, long j2, a aVar) { this.a = d1Var; this.b = z2; - this.f2292c = j; + this.f2293c = j; this.d = j2; } } @@ -448,7 +448,7 @@ public final class DefaultAudioSink implements AudioSink { S.append(", "); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; c cVar = defaultAudioSink.r; - S.append(cVar.f2290c == 0 ? defaultAudioSink.f2289z / ((long) cVar.b) : defaultAudioSink.A); + S.append(cVar.f2291c == 0 ? defaultAudioSink.f2290z / ((long) cVar.b) : defaultAudioSink.A); S.append(", "); S.append(DefaultAudioSink.this.D()); Log.w("DefaultAudioSink", S.toString()); @@ -465,7 +465,7 @@ public final class DefaultAudioSink implements AudioSink { S.append(", "); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; c cVar = defaultAudioSink.r; - S.append(cVar.f2290c == 0 ? defaultAudioSink.f2289z / ((long) cVar.b) : defaultAudioSink.A); + S.append(cVar.f2291c == 0 ? defaultAudioSink.f2290z / ((long) cVar.b) : defaultAudioSink.A); S.append(", "); S.append(DefaultAudioSink.this.D()); Log.w("DefaultAudioSink", S.toString()); @@ -484,7 +484,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // android.media.AudioTrack.StreamEventCallback public void onDataRequest(AudioTrack audioTrack, int i) { k1.a aVar; - AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2286s); + AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2287s); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; AudioSink.a aVar2 = defaultAudioSink.p; if (aVar2 != null && defaultAudioSink.S && (aVar = y.this.Z0) != null) { @@ -495,7 +495,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // android.media.AudioTrack.StreamEventCallback public void onTearDown(@NonNull AudioTrack audioTrack) { k1.a aVar; - AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2286s); + AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2287s); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; AudioSink.a aVar2 = defaultAudioSink.p; if (aVar2 != null && defaultAudioSink.S && (aVar = y.this.Z0) != null) { @@ -513,7 +513,7 @@ public final class DefaultAudioSink implements AudioSink { this.a = oVar; this.b = bVar; int i = f0.a; - this.f2285c = i >= 21 && z2; + this.f2286c = i >= 21 && z2; this.k = i >= 23 && z3; this.l = i >= 29 && z4; this.h = new ConditionVariable(true); @@ -659,7 +659,7 @@ public final class DefaultAudioSink implements AudioSink { public final long D() { c cVar = this.r; - return cVar.f2290c == 0 ? this.B / ((long) cVar.d) : this.C; + return cVar.f2291c == 0 ? this.B / ((long) cVar.d) : this.C; } public final void E() throws AudioSink.InitializationException { @@ -670,9 +670,9 @@ public final class DefaultAudioSink implements AudioSink { c cVar = this.r; Objects.requireNonNull(cVar); AudioTrack a2 = cVar.a(this.W, this.t, this.U); - this.f2286s = a2; + this.f2287s = a2; if (G(a2)) { - AudioTrack audioTrack = this.f2286s; + AudioTrack audioTrack = this.f2287s; if (this.m == null) { this.m = new h(); } @@ -680,20 +680,20 @@ public final class DefaultAudioSink implements AudioSink { Handler handler2 = hVar.a; Objects.requireNonNull(handler2); audioTrack.registerStreamEventCallback(new j(handler2), hVar.b); - AudioTrack audioTrack2 = this.f2286s; + AudioTrack audioTrack2 = this.f2287s; Format format = this.r.a; audioTrack2.setOffloadDelayPadding(format.J, format.K); } - this.U = this.f2286s.getAudioSessionId(); + this.U = this.f2287s.getAudioSessionId(); s sVar = this.i; - AudioTrack audioTrack3 = this.f2286s; + AudioTrack audioTrack3 = this.f2287s; c cVar2 = this.r; - sVar.e(audioTrack3, cVar2.f2290c == 2, cVar2.g, cVar2.d, cVar2.h); + sVar.e(audioTrack3, cVar2.f2291c == 2, cVar2.g, cVar2.d, cVar2.h); N(); int i = this.V.a; if (i != 0) { - this.f2286s.attachAuxEffect(i); - this.f2286s.setAuxEffectSendLevel(this.V.b); + this.f2287s.attachAuxEffect(i); + this.f2287s.setAuxEffectSendLevel(this.V.b); } this.F = true; } catch (AudioSink.InitializationException e2) { @@ -709,7 +709,7 @@ public final class DefaultAudioSink implements AudioSink { } public final boolean F() { - return this.f2286s != null; + return this.f2287s != null; } public final void I() { @@ -720,8 +720,8 @@ public final class DefaultAudioSink implements AudioSink { sVar.f1011z = sVar.b(); sVar.f1009x = SystemClock.elapsedRealtime() * 1000; sVar.A = D; - this.f2286s.stop(); - this.f2288y = 0; + this.f2287s.stop(); + this.f2289y = 0; } } @@ -760,7 +760,7 @@ public final class DefaultAudioSink implements AudioSink { } public final void K() { - this.f2289z = 0; + this.f2290z = 0; this.A = 0; this.B = 0; this.C = 0; @@ -776,8 +776,8 @@ public final class DefaultAudioSink implements AudioSink { this.R = false; this.Q = false; this.P = -1; - this.f2287x = null; - this.f2288y = 0; + this.f2288x = null; + this.f2289y = 0; this.e.o = 0; x(); } @@ -798,11 +798,11 @@ public final class DefaultAudioSink implements AudioSink { public final void M(d1 d1Var) { if (F()) { try { - this.f2286s.setPlaybackParams(new PlaybackParams().allowDefaults().setSpeed(d1Var.b).setPitch(d1Var.f791c).setAudioFallbackMode(2)); + this.f2287s.setPlaybackParams(new PlaybackParams().allowDefaults().setSpeed(d1Var.b).setPitch(d1Var.f791c).setAudioFallbackMode(2)); } catch (IllegalArgumentException e2) { p.c("DefaultAudioSink", "Failed to set playback params", e2); } - d1Var = new d1(this.f2286s.getPlaybackParams().getSpeed(), this.f2286s.getPlaybackParams().getPitch()); + d1Var = new d1(this.f2287s.getPlaybackParams().getSpeed(), this.f2287s.getPlaybackParams().getPitch()); s sVar = this.i; sVar.j = d1Var.b; r rVar = sVar.f; @@ -816,10 +816,10 @@ public final class DefaultAudioSink implements AudioSink { public final void N() { if (F()) { if (f0.a >= 21) { - this.f2286s.setVolume(this.H); + this.f2287s.setVolume(this.H); return; } - AudioTrack audioTrack = this.f2286s; + AudioTrack audioTrack = this.f2287s; float f2 = this.H; audioTrack.setStereoVolume(f2, f2); } @@ -829,7 +829,7 @@ public final class DefaultAudioSink implements AudioSink { if (this.W || !"audio/raw".equals(this.r.a.t)) { return false; } - return !(this.f2285c && f0.y(this.r.a.I)); + return !(this.f2286c && f0.y(this.r.a.I)); } /* JADX WARNING: Code restructure failed: missing block: B:44:0x00e2, code lost: @@ -867,7 +867,7 @@ public final class DefaultAudioSink implements AudioSink { s sVar = this.i; int b2 = sVar.e - ((int) (this.B - (sVar.b() * ((long) sVar.d)))); if (b2 > 0) { - i = this.f2286s.write(this.N, this.O, Math.min(remaining2, b2)); + i = this.f2287s.write(this.N, this.O, Math.min(remaining2, b2)); if (i > 0) { this.O += i; byteBuffer.position(byteBuffer.position() + i); @@ -892,7 +892,7 @@ public final class DefaultAudioSink implements AudioSink { throw writeException; } this.o.a = null; - if (G(this.f2286s)) { + if (G(this.f2287s)) { long j2 = this.C; if (j2 > 0) { this.Z = false; @@ -906,7 +906,7 @@ public final class DefaultAudioSink implements AudioSink { } } } - int i3 = this.r.f2290c; + int i3 = this.r.f2291c; if (i3 == 0) { this.B += (long) i; } @@ -926,39 +926,39 @@ public final class DefaultAudioSink implements AudioSink { } else { if (this.W) { AnimatableValueParser.D(j != -9223372036854775807L); - AudioTrack audioTrack = this.f2286s; + AudioTrack audioTrack = this.f2287s; if (i2 >= 26) { i = audioTrack.write(byteBuffer, remaining2, 1, j * 1000); } else { - if (this.f2287x == null) { + if (this.f2288x == null) { ByteBuffer allocate = ByteBuffer.allocate(16); - this.f2287x = allocate; + this.f2288x = allocate; allocate.order(ByteOrder.BIG_ENDIAN); - this.f2287x.putInt(1431633921); + this.f2288x.putInt(1431633921); } - if (this.f2288y == 0) { - this.f2287x.putInt(4, remaining2); - this.f2287x.putLong(8, j * 1000); - this.f2287x.position(0); - this.f2288y = remaining2; + if (this.f2289y == 0) { + this.f2288x.putInt(4, remaining2); + this.f2288x.putLong(8, j * 1000); + this.f2288x.position(0); + this.f2289y = remaining2; } - int remaining3 = this.f2287x.remaining(); + int remaining3 = this.f2288x.remaining(); if (remaining3 > 0) { - int write = audioTrack.write(this.f2287x, remaining3, 1); + int write = audioTrack.write(this.f2288x, remaining3, 1); if (write < 0) { - this.f2288y = 0; + this.f2289y = 0; i = write; } } i = audioTrack.write(byteBuffer, remaining2, 1); if (i < 0) { - this.f2288y = 0; + this.f2289y = 0; } else { - this.f2288y -= i; + this.f2289y -= i; } } } else { - i = this.f2286s.write(byteBuffer, remaining2, 1); + i = this.f2287s.write(byteBuffer, remaining2, 1); } this.X = SystemClock.elapsedRealtime(); if (i < 0) { @@ -1036,16 +1036,16 @@ public final class DefaultAudioSink implements AudioSink { AudioTrack audioTrack = this.i.f1007c; Objects.requireNonNull(audioTrack); if (audioTrack.getPlayState() == 3) { - this.f2286s.pause(); + this.f2287s.pause(); } - if (G(this.f2286s)) { + if (G(this.f2287s)) { h hVar = this.m; Objects.requireNonNull(hVar); - this.f2286s.unregisterStreamEventCallback(hVar.b); + this.f2287s.unregisterStreamEventCallback(hVar.b); hVar.a.removeCallbacksAndMessages(null); } - AudioTrack audioTrack2 = this.f2286s; - this.f2286s = null; + AudioTrack audioTrack2 = this.f2287s; + this.f2287s = null; if (f0.a < 21 && !this.T) { this.U = 0; } @@ -1096,7 +1096,7 @@ public final class DefaultAudioSink implements AudioSink { z2 = true; } if (z2) { - this.f2286s.pause(); + this.f2287s.pause(); } } } @@ -1280,12 +1280,12 @@ public final class DefaultAudioSink implements AudioSink { e eVar = this.v; long j9 = min - eVar.d; if (eVar.a.equals(d1.a)) { - j2 = this.v.f2292c + j9; + j2 = this.v.f2293c + j9; } else if (this.j.isEmpty()) { - j2 = this.b.b(j9) + this.v.f2292c; + j2 = this.b.b(j9) + this.v.f2293c; } else { e first = this.j.getFirst(); - j2 = first.f2292c - f0.p(first.d - min, this.v.a.b); + j2 = first.f2293c - f0.p(first.d - min, this.v.a.b); } return this.r.c(this.b.c()) + j2; } @@ -1338,7 +1338,7 @@ public final class DefaultAudioSink implements AudioSink { r rVar = this.i.f; Objects.requireNonNull(rVar); rVar.a(); - this.f2286s.play(); + this.f2287s.play(); } } @@ -1365,7 +1365,7 @@ public final class DefaultAudioSink implements AudioSink { c cVar = this.q; c cVar2 = this.r; Objects.requireNonNull(cVar); - if (!(cVar2.f2290c == cVar.f2290c && cVar2.g == cVar.g && cVar2.e == cVar.e && cVar2.f == cVar.f && cVar2.d == cVar.d)) { + if (!(cVar2.f2291c == cVar.f2291c && cVar2.g == cVar.g && cVar2.e == cVar.e && cVar2.f == cVar.f && cVar2.d == cVar.d)) { I(); if (g()) { return false; @@ -1374,9 +1374,9 @@ public final class DefaultAudioSink implements AudioSink { } else { this.r = this.q; this.q = null; - if (G(this.f2286s)) { - this.f2286s.setOffloadEndOfStream(); - AudioTrack audioTrack = this.f2286s; + if (G(this.f2287s)) { + this.f2287s.setOffloadEndOfStream(); + AudioTrack audioTrack = this.f2287s; Format format = this.r.a; audioTrack.setOffloadDelayPadding(format.J, format.K); this.Z = true; @@ -1428,7 +1428,7 @@ public final class DefaultAudioSink implements AudioSink { return true; } c cVar3 = this.r; - if (cVar3.f2290c != 0 && this.D == 0) { + if (cVar3.f2291c != 0 && this.D == 0) { int i6 = cVar3.g; switch (i6) { case 5: @@ -1544,7 +1544,7 @@ public final class DefaultAudioSink implements AudioSink { } long j2 = this.G; c cVar4 = this.r; - long j3 = ((((cVar4.f2290c == 0 ? this.f2289z / ((long) cVar4.b) : this.A) - this.e.o) * 1000000) / ((long) cVar4.a.H)) + j2; + long j3 = ((((cVar4.f2291c == 0 ? this.f2290z / ((long) cVar4.b) : this.A) - this.e.o) * 1000000) / ((long) cVar4.a.H)) + j2; if (!this.E && Math.abs(j3 - j) > 200000) { StringBuilder S = c.d.b.a.a.S("Discontinuity detected [expected ", j3, ", got "); S.append(j); @@ -1565,8 +1565,8 @@ public final class DefaultAudioSink implements AudioSink { y.this.X0 = true; } } - if (this.r.f2290c == 0) { - this.f2289z += (long) byteBuffer.remaining(); + if (this.r.f2291c == 0) { + this.f2290z += (long) byteBuffer.remaining(); } else { this.A += (long) (this.D * i); } @@ -1627,7 +1627,7 @@ public final class DefaultAudioSink implements AudioSink { return 0; } int i = format.I; - return (i == 2 || (this.f2285c && i == 4)) ? 2 : 1; + return (i == 2 || (this.f2286c && i == 4)) ? 2 : 1; } else if (this.l && !this.Y && H(format, this.t)) { return 2; } else { @@ -1654,7 +1654,7 @@ public final class DefaultAudioSink implements AudioSink { AnimatableValueParser.k(f0.z(format.I)); int s2 = f0.s(format.I, format.G); int i10 = format.I; - if (!this.f2285c || !f0.y(i10)) { + if (!this.f2286c || !f0.y(i10)) { i9 = 0; } AudioProcessor[] audioProcessorArr2 = i9 != 0 ? this.g : this.f; @@ -1685,10 +1685,10 @@ public final class DefaultAudioSink implements AudioSink { } int i14 = aVar.d; i4 = aVar.b; - i3 = f0.n(aVar.f2284c); + i3 = f0.n(aVar.f2285c); audioProcessorArr = audioProcessorArr2; i2 = i14; - i5 = f0.s(i14, aVar.f2284c); + i5 = f0.s(i14, aVar.f2285c); i6 = s2; i7 = 0; } else { @@ -1741,13 +1741,13 @@ public final class DefaultAudioSink implements AudioSink { if (!this.V.equals(tVar)) { int i = tVar.a; float f2 = tVar.b; - AudioTrack audioTrack = this.f2286s; + AudioTrack audioTrack = this.f2287s; if (audioTrack != null) { if (this.V.a != i) { audioTrack.attachAuxEffect(i); } if (i != 0) { - this.f2286s.setAuxEffectSendLevel(f2); + this.f2287s.setAuxEffectSendLevel(f2); } } this.V = tVar; diff --git a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java index 3a2fc93eb6..76cc41e0f8 100644 --- a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java +++ b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java @@ -55,7 +55,7 @@ public class DefaultDrmSession implements DrmSession { public final x b; /* renamed from: c reason: collision with root package name */ - public final a f2294c; + public final a f2295c; public final b d; public final int e; public final boolean f; @@ -77,7 +77,7 @@ public class DefaultDrmSession implements DrmSession { @Nullable /* renamed from: s reason: collision with root package name */ - public DrmSession.DrmSessionException f2295s; + public DrmSession.DrmSessionException f2296s; @Nullable public byte[] t; public byte[] u; @@ -177,14 +177,14 @@ public class DefaultDrmSession implements DrmSession { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final long f2296c; + public final long f2297c; public final Object d; public int e; public d(long j, boolean z2, long j2, Object obj) { this.a = j; this.b = z2; - this.f2296c = j2; + this.f2297c = j2; this.d = obj; } } @@ -209,12 +209,12 @@ public class DefaultDrmSession implements DrmSession { if (defaultDrmSession.n == 2 || defaultDrmSession.i()) { defaultDrmSession.w = null; if (obj2 instanceof Exception) { - ((DefaultDrmSessionManager.d) defaultDrmSession.f2294c).a((Exception) obj2); + ((DefaultDrmSessionManager.d) defaultDrmSession.f2295c).a((Exception) obj2); return; } try { defaultDrmSession.b.j((byte[]) obj2); - DefaultDrmSessionManager.d dVar = (DefaultDrmSessionManager.d) defaultDrmSession.f2294c; + DefaultDrmSessionManager.d dVar = (DefaultDrmSessionManager.d) defaultDrmSession.f2295c; for (DefaultDrmSession defaultDrmSession2 : DefaultDrmSessionManager.this.n) { if (defaultDrmSession2.l(false)) { defaultDrmSession2.h(true); @@ -222,7 +222,7 @@ public class DefaultDrmSession implements DrmSession { } DefaultDrmSessionManager.this.n.clear(); } catch (Exception e) { - ((DefaultDrmSessionManager.d) defaultDrmSession.f2294c).a(e); + ((DefaultDrmSessionManager.d) defaultDrmSession.f2295c).a(e); } } } else if (i == 1) { @@ -263,7 +263,7 @@ public class DefaultDrmSession implements DrmSession { Objects.requireNonNull(bArr); } this.l = uuid; - this.f2294c = aVar; + this.f2295c = aVar; this.d = bVar; this.b = xVar; this.e = i; @@ -349,7 +349,7 @@ public class DefaultDrmSession implements DrmSession { this.p.quit(); this.p = null; this.r = null; - this.f2295s = null; + this.f2296s = null; this.v = null; this.w = null; byte[] bArr = this.t; @@ -401,8 +401,8 @@ public class DefaultDrmSession implements DrmSession { if (defaultDrmSessionManager2.r == this) { defaultDrmSessionManager2.r = null; } - if (defaultDrmSessionManager2.f2298s == this) { - defaultDrmSessionManager2.f2298s = null; + if (defaultDrmSessionManager2.f2299s == this) { + defaultDrmSessionManager2.f2299s = null; } if (defaultDrmSessionManager2.n.size() > 1 && DefaultDrmSessionManager.this.n.get(0) == this) { DefaultDrmSessionManager.this.n.get(1).n(); @@ -438,7 +438,7 @@ public class DefaultDrmSession implements DrmSession { @Nullable public final DrmSession.DrmSessionException f() { if (this.n == 1) { - return this.f2295s; + return this.f2296s; } return null; } @@ -539,7 +539,7 @@ public class DefaultDrmSession implements DrmSession { } public final void j(Exception exc) { - this.f2295s = new DrmSession.DrmSessionException(exc); + this.f2296s = new DrmSession.DrmSessionException(exc); g(new c.i.a.c.z1.c(exc)); if (this.n != 4) { this.n = 1; @@ -548,7 +548,7 @@ public class DefaultDrmSession implements DrmSession { public final void k(Exception exc) { if (exc instanceof NotProvisionedException) { - ((DefaultDrmSessionManager.d) this.f2294c).b(this); + ((DefaultDrmSessionManager.d) this.f2295c).b(this); } else { j(exc); } @@ -569,7 +569,7 @@ public class DefaultDrmSession implements DrmSession { return true; } catch (NotProvisionedException e3) { if (z2) { - ((DefaultDrmSessionManager.d) this.f2294c).b(this); + ((DefaultDrmSessionManager.d) this.f2295c).b(this); return false; } j(e3); diff --git a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java index 435613c3d1..77afd92a7a 100644 --- a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java +++ b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java @@ -41,7 +41,7 @@ public class DefaultDrmSessionManager implements s { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final x.c f2297c; + public final x.c f2298c; public final b0 d; public final HashMap e; public final boolean f; @@ -62,7 +62,7 @@ public class DefaultDrmSessionManager implements s { @Nullable /* renamed from: s reason: collision with root package name */ - public DefaultDrmSession f2298s; + public DefaultDrmSession f2299s; @Nullable public Looper t; public Handler u; @@ -72,7 +72,7 @@ public class DefaultDrmSessionManager implements s { @Nullable /* renamed from: x reason: collision with root package name */ - public volatile c f2299x; + public volatile c f2300x; public static final class MissingSchemeDataException extends Exception { public MissingSchemeDataException(UUID uuid, a aVar) { @@ -139,7 +139,7 @@ public class DefaultDrmSessionManager implements s { Objects.requireNonNull(uuid); AnimatableValueParser.n(!h0.b.equals(uuid), "Use C.CLEARKEY_UUID instead"); this.b = uuid; - this.f2297c = cVar; + this.f2298c = cVar; this.d = b0Var; this.e = hashMap; this.f = z2; @@ -166,7 +166,7 @@ public class DefaultDrmSessionManager implements s { this.p = i + 1; if (i == 0) { AnimatableValueParser.D(this.q == null); - x a2 = this.f2297c.a(this.b); + x a2 = this.f2298c.a(this.b); this.q = a2; a2.h(new b(null)); } @@ -184,8 +184,8 @@ public class DefaultDrmSessionManager implements s { } else { AnimatableValueParser.D(looper2 == looper); } - if (this.f2299x == null) { - this.f2299x = new c(looper); + if (this.f2300x == null) { + this.f2300x = new c(looper); } DrmInitData drmInitData = format.w; DefaultDrmSession defaultDrmSession = null; @@ -247,12 +247,12 @@ public class DefaultDrmSessionManager implements s { } } } else { - defaultDrmSession = this.f2298s; + defaultDrmSession = this.f2299s; } if (defaultDrmSession == null) { defaultDrmSession = e(list, false, aVar); if (!this.f) { - this.f2298s = defaultDrmSession; + this.f2299s = defaultDrmSession; } this.m.add(defaultDrmSession); } else { diff --git a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java index 472a8d5d37..d8cb9efcc9 100644 --- a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java +++ b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java @@ -101,34 +101,34 @@ public abstract class MediaCodecRenderer extends g0 { public int Z; /* renamed from: a0 reason: collision with root package name */ - public boolean f2300a0; + public boolean f2301a0; /* renamed from: b0 reason: collision with root package name */ - public boolean f2301b0; + public boolean f2302b0; /* renamed from: c0 reason: collision with root package name */ - public boolean f2302c0; + public boolean f2303c0; /* renamed from: d0 reason: collision with root package name */ - public boolean f2303d0; + public boolean f2304d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f2304e0; + public boolean f2305e0; /* renamed from: f0 reason: collision with root package name */ - public boolean f2305f0; + public boolean f2306f0; /* renamed from: g0 reason: collision with root package name */ - public boolean f2306g0; + public boolean f2307g0; /* renamed from: h0 reason: collision with root package name */ - public boolean f2307h0; + public boolean f2308h0; /* renamed from: i0 reason: collision with root package name */ - public boolean f2308i0; + public boolean f2309i0; /* renamed from: j0 reason: collision with root package name */ - public boolean f2309j0; + public boolean f2310j0; @Nullable public q k0; public long l0; @@ -149,15 +149,15 @@ public abstract class MediaCodecRenderer extends g0 { public int w0; /* renamed from: x reason: collision with root package name */ - public final float f2310x; + public final float f2311x; public int x0; /* renamed from: y reason: collision with root package name */ - public final DecoderInputBuffer f2311y = new DecoderInputBuffer(0); + public final DecoderInputBuffer f2312y = new DecoderInputBuffer(0); public boolean y0; /* renamed from: z reason: collision with root package name */ - public final DecoderInputBuffer f2312z = new DecoderInputBuffer(0); + public final DecoderInputBuffer f2313z = new DecoderInputBuffer(0); public boolean z0; public static class DecoderInitializationException extends Exception { @@ -195,7 +195,7 @@ public abstract class MediaCodecRenderer extends g0 { Objects.requireNonNull(tVar); this.v = tVar; this.w = z2; - this.f2310x = f; + this.f2311x = f; p pVar = new p(); this.B = pVar; this.C = new d0<>(); @@ -424,7 +424,7 @@ public abstract class MediaCodecRenderer extends g0 { public final boolean P() throws ExoPlaybackException { if (this.y0) { this.w0 = 1; - if (this.f2301b0 || this.f2303d0) { + if (this.f2302b0 || this.f2304d0) { this.x0 = 3; return false; } @@ -442,7 +442,7 @@ public abstract class MediaCodecRenderer extends g0 { int i; boolean z5; if (!(this.n0 >= 0)) { - if (!this.f2304e0 || !this.z0) { + if (!this.f2305e0 || !this.z0) { i = this.R.d(this.E); } else { try { @@ -460,9 +460,9 @@ public abstract class MediaCodecRenderer extends g0 { this.A0 = true; MediaFormat outputFormat = this.R.getOutputFormat(); if (this.Z != 0 && outputFormat.getInteger("width") == 32 && outputFormat.getInteger("height") == 32) { - this.f2308i0 = true; + this.f2309i0 = true; } else { - if (this.f2306g0) { + if (this.f2307g0) { outputFormat.setInteger("channel-count", 1); } this.T = outputFormat; @@ -470,12 +470,12 @@ public abstract class MediaCodecRenderer extends g0 { } return true; } - if (this.f2309j0 && (this.D0 || this.w0 == 2)) { + if (this.f2310j0 && (this.D0 || this.w0 == 2)) { k0(); } return false; - } else if (this.f2308i0) { - this.f2308i0 = false; + } else if (this.f2309i0) { + this.f2309i0 = false; this.R.releaseOutputBuffer(i, false); return true; } else { @@ -490,7 +490,7 @@ public abstract class MediaCodecRenderer extends g0 { MediaCodec.BufferInfo bufferInfo2 = this.E; byteBuffer.limit(bufferInfo2.offset + bufferInfo2.size); } - if (this.f2305f0) { + if (this.f2306f0) { MediaCodec.BufferInfo bufferInfo3 = this.E; if (bufferInfo3.presentationTimeUs == 0 && (bufferInfo3.flags & 4) != 0) { long j3 = this.B0; @@ -525,7 +525,7 @@ public abstract class MediaCodecRenderer extends g0 { } } } - if (!this.f2304e0 || !this.z0) { + if (!this.f2305e0 || !this.z0) { z3 = true; z2 = false; r rVar = this.R; @@ -578,20 +578,20 @@ public abstract class MediaCodecRenderer extends g0 { if (c2 < 0) { return false; } - this.f2312z.k = this.R.g(c2); - this.f2312z.p(); + this.f2313z.k = this.R.g(c2); + this.f2313z.p(); } if (this.w0 == 1) { - if (!this.f2309j0) { + if (!this.f2310j0) { this.z0 = true; this.R.queueInputBuffer(this.m0, 0, 0, 0, 4); r0(); } this.w0 = 2; return false; - } else if (this.f2307h0) { - this.f2307h0 = false; - ByteBuffer byteBuffer = this.f2312z.k; + } else if (this.f2308h0) { + this.f2308h0 = false; + ByteBuffer byteBuffer = this.f2313z.k; byte[] bArr = t; byteBuffer.put(bArr); this.R.queueInputBuffer(this.m0, 0, bArr.length, 0, 0); @@ -601,13 +601,13 @@ public abstract class MediaCodecRenderer extends g0 { } else { if (this.v0 == 1) { for (int i = 0; i < this.S.v.size(); i++) { - this.f2312z.k.put(this.S.v.get(i)); + this.f2313z.k.put(this.S.v.get(i)); } this.v0 = 2; } - int position = this.f2312z.k.position(); + int position = this.f2313z.k.position(); s0 A = A(); - int I = I(A, this.f2312z, false); + int I = I(A, this.f2313z, false); if (i()) { this.C0 = this.B0; } @@ -616,14 +616,14 @@ public abstract class MediaCodecRenderer extends g0 { } if (I == -5) { if (this.v0 == 2) { - this.f2312z.p(); + this.f2313z.p(); this.v0 = 1; } f0(A); return true; - } else if (this.f2312z.n()) { + } else if (this.f2313z.n()) { if (this.v0 == 2) { - this.f2312z.p(); + this.f2313z.p(); this.v0 = 1; } this.D0 = true; @@ -632,7 +632,7 @@ public abstract class MediaCodecRenderer extends g0 { return false; } try { - if (!this.f2309j0) { + if (!this.f2310j0) { this.z0 = true; this.R.queueInputBuffer(this.m0, 0, 0, 0, 4); r0(); @@ -641,10 +641,10 @@ public abstract class MediaCodecRenderer extends g0 { } catch (MediaCodec.CryptoException e) { throw z(e, this.I, false); } - } else if (this.y0 || this.f2312z.o()) { - boolean t2 = this.f2312z.t(); + } else if (this.y0 || this.f2313z.o()) { + boolean t2 = this.f2313z.t(); if (t2) { - b bVar = this.f2312z.j; + b bVar = this.f2313z.j; Objects.requireNonNull(bVar); if (position != 0) { if (bVar.d == null) { @@ -656,8 +656,8 @@ public abstract class MediaCodecRenderer extends g0 { iArr2[0] = iArr2[0] + position; } } - if (this.f2300a0 && !t2) { - ByteBuffer byteBuffer2 = this.f2312z.k; + if (this.f2301a0 && !t2) { + ByteBuffer byteBuffer2 = this.f2313z.k; byte[] bArr2 = u.a; int position2 = byteBuffer2.position(); int i2 = 0; @@ -686,12 +686,12 @@ public abstract class MediaCodecRenderer extends g0 { } i2 = i4; } - if (this.f2312z.k.position() == 0) { + if (this.f2313z.k.position() == 0) { return true; } - this.f2300a0 = false; + this.f2301a0 = false; } - DecoderInputBuffer decoderInputBuffer = this.f2312z; + DecoderInputBuffer decoderInputBuffer = this.f2313z; long j = decoderInputBuffer.m; q qVar = this.k0; if (qVar != null) { @@ -722,7 +722,7 @@ public abstract class MediaCodecRenderer extends g0 { } } } - if (this.f2312z.m()) { + if (this.f2313z.m()) { this.D.add(Long.valueOf(j)); } if (this.F0) { @@ -730,23 +730,23 @@ public abstract class MediaCodecRenderer extends g0 { this.F0 = false; } if (this.k0 != null) { - this.B0 = Math.max(this.B0, this.f2312z.m); + this.B0 = Math.max(this.B0, this.f2313z.m); } else { this.B0 = Math.max(this.B0, j); } - this.f2312z.s(); - if (this.f2312z.l()) { - Z(this.f2312z); + this.f2313z.s(); + if (this.f2313z.l()) { + Z(this.f2313z); } - j0(this.f2312z); + j0(this.f2313z); if (t2) { try { - this.R.a(this.m0, 0, this.f2312z.j, j, 0); + this.R.a(this.m0, 0, this.f2313z.j, j, 0); } catch (MediaCodec.CryptoException e2) { throw z(e2, this.I, false); } } else { - this.R.queueInputBuffer(this.m0, 0, this.f2312z.k.limit(), j, 0); + this.R.queueInputBuffer(this.m0, 0, this.f2313z.k.limit(), j, 0); } r0(); this.y0 = true; @@ -754,7 +754,7 @@ public abstract class MediaCodecRenderer extends g0 { this.L0.f1018c++; return true; } else { - this.f2312z.p(); + this.f2313z.p(); if (this.v0 == 2) { this.v0 = 1; } @@ -775,7 +775,7 @@ public abstract class MediaCodecRenderer extends g0 { if (this.R == null) { return false; } - if (this.x0 == 3 || this.f2301b0 || ((this.f2302c0 && !this.A0) || (this.f2303d0 && this.z0))) { + if (this.x0 == 3 || this.f2302b0 || ((this.f2303c0 && !this.A0) || (this.f2304d0 && this.z0))) { n0(); return true; } @@ -863,7 +863,7 @@ public abstract class MediaCodecRenderer extends g0 { Objects.requireNonNull(formatArr); f = W(f2, format, formatArr); } - float f3 = f <= this.f2310x ? -1.0f : f; + float f3 = f <= this.f2311x ? -1.0f : f; r rVar = null; try { long elapsedRealtime = SystemClock.elapsedRealtime(); @@ -893,9 +893,9 @@ public abstract class MediaCodecRenderer extends g0 { if (str2.startsWith("SM-T585") || str2.startsWith("SM-A510") || str2.startsWith("SM-A520") || str2.startsWith("SM-J700")) { i = 2; this.Z = i; - this.f2300a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2301b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2302c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2301a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2302b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2303c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 > 23 || !"OMX.google.vorbis.decoder".equals(str)) { if (i2 <= 19) { String str3 = f0.b; @@ -905,16 +905,16 @@ public abstract class MediaCodecRenderer extends g0 { } } z2 = false; - this.f2303d0 = z2; - this.f2304e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2304d0 = z2; + this.f2305e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); if (i2 < 21 && "OMX.SEC.mp3.dec".equals(str) && "samsung".equals(f0.f913c)) { String str4 = f0.b; if (str4.startsWith("baffin") || str4.startsWith("grand") || str4.startsWith("fortuna") || str4.startsWith("gprimelte") || str4.startsWith("j2y18lte") || str4.startsWith("ms01")) { z3 = true; - this.f2305f0 = z3; - this.f2306g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2306f0 = z3; + this.f2307g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2309j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2310j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { this.k0 = new q(); } @@ -926,10 +926,10 @@ public abstract class MediaCodecRenderer extends g0 { } } z3 = false; - this.f2305f0 = z3; - this.f2306g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2306f0 = z3; + this.f2307g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2309j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2310j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -938,14 +938,14 @@ public abstract class MediaCodecRenderer extends g0 { d0(str, elapsedRealtime2, elapsedRealtime2 - elapsedRealtime); } z2 = true; - this.f2303d0 = z2; - this.f2304e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2304d0 = z2; + this.f2305e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2305f0 = z3; - this.f2306g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2306f0 = z3; + this.f2307g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2309j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2310j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -959,20 +959,20 @@ public abstract class MediaCodecRenderer extends g0 { if ("flounder".equals(str6) || "flounder_lte".equals(str6) || "grouper".equals(str6) || "tilapia".equals(str6)) { i = 1; this.Z = i; - this.f2300a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2301b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2302c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2301a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2302b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2303c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 <= 19) { } z2 = false; - this.f2303d0 = z2; - this.f2304e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2304d0 = z2; + this.f2305e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2305f0 = z3; - this.f2306g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2306f0 = z3; + this.f2307g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2309j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2310j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -983,20 +983,20 @@ public abstract class MediaCodecRenderer extends g0 { } i = 0; this.Z = i; - this.f2300a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2301b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2302c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2301a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2302b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2303c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 <= 19) { } z2 = false; - this.f2303d0 = z2; - this.f2304e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2304d0 = z2; + this.f2305e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2305f0 = z3; - this.f2306g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2306f0 = z3; + this.f2307g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2309j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2310j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -1246,10 +1246,10 @@ public abstract class MediaCodecRenderer extends g0 { this.u0 = true; this.v0 = 1; int i3 = this.Z; - if (!(i3 == 2 || (i3 == 1 && format.f2277y == format2.f2277y && format.f2278z == format2.f2278z))) { + if (!(i3 == 2 || (i3 == 1 && format.f2278y == format2.f2278y && format.f2279z == format2.f2279z))) { z4 = false; } - this.f2307h0 = z4; + this.f2308h0 = z4; this.S = format; if (z5) { } @@ -1259,7 +1259,7 @@ public abstract class MediaCodecRenderer extends g0 { if (!z5) { if (this.y0) { this.w0 = 1; - if (this.f2301b0 || this.f2303d0) { + if (this.f2302b0 || this.f2304d0) { this.x0 = 3; z4 = false; } else { @@ -1333,12 +1333,12 @@ public abstract class MediaCodecRenderer extends g0 { public final boolean m0(boolean z2) throws ExoPlaybackException { s0 A = A(); - this.f2311y.p(); - int I = I(A, this.f2311y, z2); + this.f2312y.p(); + int I = I(A, this.f2312y, z2); if (I == -5) { f0(A); return true; - } else if (I != -4 || !this.f2311y.n()) { + } else if (I != -4 || !this.f2312y.n()) { return false; } else { this.D0 = true; @@ -1409,8 +1409,8 @@ public abstract class MediaCodecRenderer extends g0 { this.l0 = -9223372036854775807L; this.z0 = false; this.y0 = false; - this.f2307h0 = false; - this.f2308i0 = false; + this.f2308h0 = false; + this.f2309i0 = false; this.p0 = false; this.q0 = false; this.D.clear(); @@ -1498,14 +1498,14 @@ public abstract class MediaCodecRenderer extends g0 { this.A0 = false; this.V = -1.0f; this.Z = 0; - this.f2300a0 = false; - this.f2301b0 = false; - this.f2302c0 = false; - this.f2303d0 = false; - this.f2304e0 = false; - this.f2305f0 = false; - this.f2306g0 = false; - this.f2309j0 = false; + this.f2301a0 = false; + this.f2302b0 = false; + this.f2303c0 = false; + this.f2304d0 = false; + this.f2305e0 = false; + this.f2306f0 = false; + this.f2307g0 = false; + this.f2310j0 = false; this.u0 = false; this.v0 = 0; this.N = false; @@ -1513,7 +1513,7 @@ public abstract class MediaCodecRenderer extends g0 { public final void r0() { this.m0 = -1; - this.f2312z.k = null; + this.f2313z.k = null; } public final void s0(@Nullable DrmSession drmSession) { @@ -1571,7 +1571,7 @@ public abstract class MediaCodecRenderer extends g0 { if (W == -1.0f) { O(); return false; - } else if (f2 == -1.0f && W <= this.f2310x) { + } else if (f2 == -1.0f && W <= this.f2311x) { return true; } else { Bundle bundle = new Bundle(); diff --git a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java index c8f3e961d5..8f1f8d9a84 100644 --- a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java +++ b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java @@ -28,7 +28,7 @@ public final class MediaCodecUtil { public static final HashMap> b = new HashMap<>(); /* renamed from: c reason: collision with root package name */ - public static int f2313c = -1; + public static int f2314c = -1; public static class DecoderQueryException extends Exception { public DecoderQueryException(Throwable th, a aVar) { @@ -41,12 +41,12 @@ public final class MediaCodecUtil { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2314c; + public final boolean f2315c; public b(String str, boolean z2, boolean z3) { this.a = str; this.b = z2; - this.f2314c = z3; + this.f2315c = z3; } public boolean equals(@Nullable Object obj) { @@ -57,13 +57,13 @@ public final class MediaCodecUtil { return false; } b bVar = (b) obj; - return TextUtils.equals(this.a, bVar.a) && this.b == bVar.b && this.f2314c == bVar.f2314c; + return TextUtils.equals(this.a, bVar.a) && this.b == bVar.b && this.f2315c == bVar.f2315c; } public int hashCode() { int i = 1231; int m = (c.d.b.a.a.m(this.a, 31, 31) + (this.b ? 1231 : 1237)) * 31; - if (!this.f2314c) { + if (!this.f2315c) { i = 1237; } return m + i; @@ -1305,7 +1305,7 @@ public final class MediaCodecUtil { MediaCodecInfo.CodecCapabilities capabilitiesForType = a2.getCapabilitiesForType(b2); boolean b3 = cVar.b("tunneled-playback", b2, capabilitiesForType); boolean c2 = cVar.c("tunneled-playback", b2, capabilitiesForType); - boolean z5 = bVar2.f2314c; + boolean z5 = bVar2.f2315c; if (z5 || !c2) { if (!z5 || b3) { boolean b4 = cVar.b("secure-playback", b2, capabilitiesForType); @@ -1490,7 +1490,7 @@ public final class MediaCodecUtil { public static int i() throws DecoderQueryException { int i; - if (f2313c == -1) { + if (f2314c == -1) { int i2 = 0; s d2 = d("video/avc", false, false); if (d2 != null) { @@ -1545,9 +1545,9 @@ public final class MediaCodecUtil { } i2 = Math.max(i3, f0.a >= 21 ? 345600 : 172800); } - f2313c = i2; + f2314c = i2; } - return f2313c; + return f2314c; } public static void j(List list, f fVar) { diff --git a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java index 72d0e9324f..ace649b026 100644 --- a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java +++ b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java @@ -19,7 +19,7 @@ public final class SpliceInsertCommand extends SpliceCommand { public final long r; /* renamed from: s reason: collision with root package name */ - public final int f2315s; + public final int f2316s; public final int t; public final int u; @@ -42,18 +42,18 @@ public final class SpliceInsertCommand extends SpliceCommand { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f2316c; + public final long f2317c; public b(int i, long j, long j2) { this.a = i; this.b = j; - this.f2316c = j2; + this.f2317c = j2; } public b(int i, long j, long j2, a aVar) { this.a = i; this.b = j; - this.f2316c = j2; + this.f2317c = j2; } } @@ -68,7 +68,7 @@ public final class SpliceInsertCommand extends SpliceCommand { this.p = Collections.unmodifiableList(list); this.q = z6; this.r = j4; - this.f2315s = i; + this.f2316s = i; this.t = i2; this.u = i3; } @@ -90,7 +90,7 @@ public final class SpliceInsertCommand extends SpliceCommand { this.p = Collections.unmodifiableList(arrayList); this.q = parcel.readByte() == 1 ? true : z2; this.r = parcel.readLong(); - this.f2315s = parcel.readInt(); + this.f2316s = parcel.readInt(); this.t = parcel.readInt(); this.u = parcel.readInt(); } @@ -110,11 +110,11 @@ public final class SpliceInsertCommand extends SpliceCommand { b bVar = this.p.get(i2); parcel.writeInt(bVar.a); parcel.writeLong(bVar.b); - parcel.writeLong(bVar.f2316c); + parcel.writeLong(bVar.f2317c); } parcel.writeByte(this.q ? (byte) 1 : 0); parcel.writeLong(this.r); - parcel.writeInt(this.f2315s); + parcel.writeInt(this.f2316s); parcel.writeInt(this.t); parcel.writeInt(this.u); } diff --git a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java index c368247dd3..87b1f99278 100644 --- a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java +++ b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java @@ -43,7 +43,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2317c; + public final boolean f2318c; public final boolean d; public final long e; public final List f; @@ -56,7 +56,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { public c(long j, boolean z2, boolean z3, boolean z4, List list, long j2, boolean z5, long j3, int i, int i2, int i3) { this.a = j; this.b = z2; - this.f2317c = z3; + this.f2318c = z3; this.d = z4; this.f = Collections.unmodifiableList(list); this.e = j2; @@ -71,7 +71,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { this.a = parcel.readLong(); boolean z2 = false; this.b = parcel.readByte() == 1; - this.f2317c = parcel.readByte() == 1; + this.f2318c = parcel.readByte() == 1; this.d = parcel.readByte() == 1; int readInt = parcel.readInt(); ArrayList arrayList = new ArrayList(readInt); @@ -109,7 +109,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { c cVar = this.i.get(i2); parcel.writeLong(cVar.a); parcel.writeByte(cVar.b ? (byte) 1 : 0); - parcel.writeByte(cVar.f2317c ? (byte) 1 : 0); + parcel.writeByte(cVar.f2318c ? (byte) 1 : 0); parcel.writeByte(cVar.d ? (byte) 1 : 0); int size2 = cVar.f.size(); parcel.writeInt(size2); diff --git a/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java b/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java index a12373f2a4..90fe2b3273 100644 --- a/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java +++ b/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java @@ -40,7 +40,7 @@ import org.checkerframework.checker.nullness.qual.EnsuresNonNull; public class DefaultTrackSelector extends i { /* renamed from: c reason: collision with root package name */ - public static final int[] f2318c = new int[0]; + public static final int[] f2319c = new int[0]; public static final p0 d = p0.a(c.i.a.c.f2.c.i); public static final p0 e = p0.a(c.i.a.c.f2.b.i); public final g.b f; @@ -72,20 +72,20 @@ public class DefaultTrackSelector extends i { public final int r; /* renamed from: s reason: collision with root package name */ - public final int f2319s; + public final int f2320s; public final int t; public final int u; public final int v; public final int w; /* renamed from: x reason: collision with root package name */ - public final int f2320x; + public final int f2321x; /* renamed from: y reason: collision with root package name */ - public final boolean f2321y; + public final boolean f2322y; /* renamed from: z reason: collision with root package name */ - public final boolean f2322z; + public final boolean f2323z; public class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @@ -105,14 +105,14 @@ public class DefaultTrackSelector extends i { super(uVar2, i11, uVar4, i14, z10, i15); this.q = i; this.r = i2; - this.f2319s = i3; + this.f2320s = i3; this.t = i4; this.u = i5; this.v = i6; this.w = i7; - this.f2320x = i8; - this.f2321y = z2; - this.f2322z = z3; + this.f2321x = i8; + this.f2322y = z2; + this.f2323z = z3; this.A = z4; this.B = i9; this.C = i10; @@ -138,16 +138,16 @@ public class DefaultTrackSelector extends i { super(parcel); this.q = parcel.readInt(); this.r = parcel.readInt(); - this.f2319s = parcel.readInt(); + this.f2320s = parcel.readInt(); this.t = parcel.readInt(); this.u = parcel.readInt(); this.v = parcel.readInt(); this.w = parcel.readInt(); - this.f2320x = parcel.readInt(); + this.f2321x = parcel.readInt(); int i = f0.a; boolean z2 = true; - this.f2321y = parcel.readInt() != 0; - this.f2322z = parcel.readInt() != 0; + this.f2322y = parcel.readInt() != 0; + this.f2323z = parcel.readInt() != 0; this.A = parcel.readInt() != 0; this.B = parcel.readInt(); this.C = parcel.readInt(); @@ -204,7 +204,7 @@ public class DefaultTrackSelector extends i { return false; } Parameters parameters = (Parameters) obj; - if (super.equals(obj) && this.q == parameters.q && this.r == parameters.r && this.f2319s == parameters.f2319s && this.t == parameters.t && this.u == parameters.u && this.v == parameters.v && this.w == parameters.w && this.f2320x == parameters.f2320x && this.f2321y == parameters.f2321y && this.f2322z == parameters.f2322z && this.A == parameters.A && this.D == parameters.D && this.B == parameters.B && this.C == parameters.C && this.E.equals(parameters.E) && this.F == parameters.F && this.G == parameters.G && this.H == parameters.H && this.I == parameters.I && this.J == parameters.J && this.K == parameters.K && this.L.equals(parameters.L) && this.M == parameters.M && this.N == parameters.N && this.O == parameters.O && this.P == parameters.P && this.Q == parameters.Q) { + if (super.equals(obj) && this.q == parameters.q && this.r == parameters.r && this.f2320s == parameters.f2320s && this.t == parameters.t && this.u == parameters.u && this.v == parameters.v && this.w == parameters.w && this.f2321x == parameters.f2321x && this.f2322y == parameters.f2322y && this.f2323z == parameters.f2323z && this.A == parameters.A && this.D == parameters.D && this.B == parameters.B && this.C == parameters.C && this.E.equals(parameters.E) && this.F == parameters.F && this.G == parameters.G && this.H == parameters.H && this.I == parameters.I && this.J == parameters.J && this.K == parameters.K && this.L.equals(parameters.L) && this.M == parameters.M && this.N == parameters.N && this.O == parameters.O && this.P == parameters.P && this.Q == parameters.Q) { SparseBooleanArray sparseBooleanArray = this.S; SparseBooleanArray sparseBooleanArray2 = parameters.S; int size = sparseBooleanArray.size(); @@ -279,7 +279,7 @@ public class DefaultTrackSelector extends i { @Override // com.google.android.exoplayer2.trackselection.TrackSelectionParameters, java.lang.Object public int hashCode() { int hashCode = this.E.hashCode(); - return ((((((((((this.L.hashCode() + ((((((((((((((hashCode + (((((((((((((((((((((((((((((super.hashCode() * 31) + this.q) * 31) + this.r) * 31) + this.f2319s) * 31) + this.t) * 31) + this.u) * 31) + this.v) * 31) + this.w) * 31) + this.f2320x) * 31) + (this.f2321y ? 1 : 0)) * 31) + (this.f2322z ? 1 : 0)) * 31) + (this.A ? 1 : 0)) * 31) + (this.D ? 1 : 0)) * 31) + this.B) * 31) + this.C) * 31)) * 31) + this.F) * 31) + this.G) * 31) + (this.H ? 1 : 0)) * 31) + (this.I ? 1 : 0)) * 31) + (this.J ? 1 : 0)) * 31) + (this.K ? 1 : 0)) * 31)) * 31) + (this.M ? 1 : 0)) * 31) + (this.N ? 1 : 0)) * 31) + (this.O ? 1 : 0)) * 31) + (this.P ? 1 : 0)) * 31) + (this.Q ? 1 : 0); + return ((((((((((this.L.hashCode() + ((((((((((((((hashCode + (((((((((((((((((((((((((((((super.hashCode() * 31) + this.q) * 31) + this.r) * 31) + this.f2320s) * 31) + this.t) * 31) + this.u) * 31) + this.v) * 31) + this.w) * 31) + this.f2321x) * 31) + (this.f2322y ? 1 : 0)) * 31) + (this.f2323z ? 1 : 0)) * 31) + (this.A ? 1 : 0)) * 31) + (this.D ? 1 : 0)) * 31) + this.B) * 31) + this.C) * 31)) * 31) + this.F) * 31) + this.G) * 31) + (this.H ? 1 : 0)) * 31) + (this.I ? 1 : 0)) * 31) + (this.J ? 1 : 0)) * 31) + (this.K ? 1 : 0)) * 31)) * 31) + (this.M ? 1 : 0)) * 31) + (this.N ? 1 : 0)) * 31) + (this.O ? 1 : 0)) * 31) + (this.P ? 1 : 0)) * 31) + (this.Q ? 1 : 0); } @Override // com.google.android.exoplayer2.trackselection.TrackSelectionParameters, android.os.Parcelable @@ -287,16 +287,16 @@ public class DefaultTrackSelector extends i { super.writeToParcel(parcel, i); parcel.writeInt(this.q); parcel.writeInt(this.r); - parcel.writeInt(this.f2319s); + parcel.writeInt(this.f2320s); parcel.writeInt(this.t); parcel.writeInt(this.u); parcel.writeInt(this.v); parcel.writeInt(this.w); - parcel.writeInt(this.f2320x); - boolean z2 = this.f2321y; + parcel.writeInt(this.f2321x); + boolean z2 = this.f2322y; int i2 = f0.a; parcel.writeInt(z2 ? 1 : 0); - parcel.writeInt(this.f2322z ? 1 : 0); + parcel.writeInt(this.f2323z ? 1 : 0); parcel.writeInt(this.A ? 1 : 0); parcel.writeInt(this.B); parcel.writeInt(this.C); @@ -411,7 +411,7 @@ public class DefaultTrackSelector extends i { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final int f2323s; + public final int f2324s; public final int t; public final int u; public final int v; @@ -445,7 +445,7 @@ public class DefaultTrackSelector extends i { this.o = Integer.bitCount(format.m & parameters.k); this.r = (format.l & 1) != 0; int i7 = format.G; - this.f2323s = i7; + this.f2324s = i7; this.t = format.H; int i8 = format.p; this.u = i8; @@ -500,7 +500,7 @@ public class DefaultTrackSelector extends i { Integer valueOf = Integer.valueOf(this.n); Integer valueOf2 = Integer.valueOf(aVar.n); t0 t0Var = t0.i; - n b2 = c2.b(valueOf, valueOf2, t0Var).a(this.m, aVar.m).a(this.o, aVar.o).c(this.i, aVar.i).b(Integer.valueOf(this.v), Integer.valueOf(aVar.v), t0Var).b(Integer.valueOf(this.u), Integer.valueOf(aVar.u), this.k.M ? DefaultTrackSelector.d.b() : DefaultTrackSelector.e).c(this.r, aVar.r).b(Integer.valueOf(this.p), Integer.valueOf(aVar.p), t0Var).a(this.q, aVar.q).b(Integer.valueOf(this.f2323s), Integer.valueOf(aVar.f2323s), b).b(Integer.valueOf(this.t), Integer.valueOf(aVar.t), b); + n b2 = c2.b(valueOf, valueOf2, t0Var).a(this.m, aVar.m).a(this.o, aVar.o).c(this.i, aVar.i).b(Integer.valueOf(this.v), Integer.valueOf(aVar.v), t0Var).b(Integer.valueOf(this.u), Integer.valueOf(aVar.u), this.k.M ? DefaultTrackSelector.d.b() : DefaultTrackSelector.e).c(this.r, aVar.r).b(Integer.valueOf(this.p), Integer.valueOf(aVar.p), t0Var).a(this.q, aVar.q).b(Integer.valueOf(this.f2324s), Integer.valueOf(aVar.f2324s), b).b(Integer.valueOf(this.t), Integer.valueOf(aVar.t), b); Integer valueOf3 = Integer.valueOf(this.u); Integer valueOf4 = Integer.valueOf(aVar.u); if (!f0.a(this.j, aVar.j)) { @@ -543,7 +543,7 @@ public class DefaultTrackSelector extends i { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2324s; + public boolean f2325s; public final SparseArray> t = new SparseArray<>(); public final SparseBooleanArray u = new SparseBooleanArray(); @@ -617,7 +617,7 @@ public class DefaultTrackSelector extends i { } public Parameters b() { - return new Parameters(this.d, this.e, this.f, this.g, 0, 0, 0, 0, this.h, false, this.i, this.j, this.k, this.l, this.m, this.a, 0, this.n, this.o, this.p, false, false, false, this.q, this.b, this.f2325c, false, 0, false, false, this.r, false, this.f2324s, this.t, this.u); + return new Parameters(this.d, this.e, this.f, this.g, 0, 0, 0, 0, this.h, false, this.i, this.j, this.k, this.l, this.m, this.a, 0, this.n, this.o, this.p, false, false, false, this.q, this.b, this.f2326c, false, 0, false, false, this.r, false, this.f2325s, this.t, this.u); } /* JADX DEBUG: Type inference failed for r2v1. Raw type applied. Possible types: c.i.b.b.u, c.i.b.b.u */ @@ -640,7 +640,7 @@ public class DefaultTrackSelector extends i { this.p = true; this.q = uVar; this.r = true; - this.f2324s = true; + this.f2325s = true; } } @@ -726,7 +726,7 @@ public class DefaultTrackSelector extends i { if (r10 < ((float) r8.w)) goto L_0x005e; */ /* JADX WARNING: Code restructure failed: missing block: B:37:0x005b, code lost: - if (r10 < r8.f2320x) goto L_0x005e; + if (r10 < r8.f2321x) goto L_0x005e; */ /* JADX WARNING: Removed duplicated region for block: B:32:0x004e */ /* JADX WARNING: Removed duplicated region for block: B:36:0x0059 */ @@ -747,12 +747,12 @@ public class DefaultTrackSelector extends i { int i10 = 0; boolean z4 = true; int i11 = -1; - if (z2 && (((i7 = format.f2277y) == -1 || i7 <= parameters.q) && ((i8 = format.f2278z) == -1 || i8 <= parameters.r))) { + if (z2 && (((i7 = format.f2278y) == -1 || i7 <= parameters.q) && ((i8 = format.f2279z) == -1 || i8 <= parameters.r))) { float f2 = format.A; - if ((f2 == -1.0f || f2 <= ((float) parameters.f2319s)) && ((i9 = format.p) == -1 || i9 <= parameters.t)) { + if ((f2 == -1.0f || f2 <= ((float) parameters.f2320s)) && ((i9 = format.p) == -1 || i9 <= parameters.t)) { z3 = true; this.i = z3; - if (z2 && (((i4 = format.f2277y) == -1 || i4 >= parameters.u) && ((i5 = format.f2278z) == -1 || i5 >= parameters.v))) { + if (z2 && (((i4 = format.f2278y) == -1 || i4 >= parameters.u) && ((i5 = format.f2279z) == -1 || i5 >= parameters.v))) { f = format.A; if (f != -1.0f) { } @@ -762,8 +762,8 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2277y; - if (!(i2 == -1 || (i3 = format.f2278z) == -1)) { + i2 = format.f2278y; + if (!(i2 == -1 || (i3 = format.f2279z) == -1)) { i11 = i2 * i3; } this.n = i11; @@ -786,7 +786,7 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2277y; + i2 = format.f2278y; i11 = i2 * i3; this.n = i11; int i12 = Integer.MAX_VALUE; @@ -809,7 +809,7 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2277y; + i2 = format.f2278y; i11 = i2 * i3; this.n = i11; int i12 = Integer.MAX_VALUE; @@ -880,8 +880,8 @@ public class DefaultTrackSelector extends i { break; } Format format = trackGroup.j[i9]; - int i11 = format.f2277y; - if (i11 > 0 && (i4 = format.f2278z) > 0) { + int i11 = format.f2278y; + if (i11 > 0 && (i4 = format.f2279z) > 0) { if (z2) { boolean z4 = i11 > i4; if (i <= i2) { @@ -893,8 +893,8 @@ public class DefaultTrackSelector extends i { int i12 = i11 * i6; int i13 = i4 * i5; Point point = i12 < i13 ? new Point(i5, f0.f(i13, i11)) : new Point(f0.f(i12, i4), i6); - int i14 = format.f2277y; - int i15 = format.f2278z; + int i14 = format.f2278y; + int i15 = format.f2279z; i7 = i14 * i15; if (i14 >= ((int) (((float) point.x) * 0.98f)) && i15 >= ((int) (((float) point.y) * 0.98f)) && i7 < i10) { i10 = i7; @@ -907,8 +907,8 @@ public class DefaultTrackSelector extends i { int i13 = i4 * i5; if (i12 < i13) { } - int i14 = format.f2277y; - int i15 = format.f2278z; + int i14 = format.f2278y; + int i15 = format.f2279z; i7 = i14 * i15; i10 = i7; } @@ -917,8 +917,8 @@ public class DefaultTrackSelector extends i { if (i10 != Integer.MAX_VALUE) { for (int size = arrayList.size() - 1; size >= 0; size--) { Format format2 = trackGroup.j[((Integer) arrayList.get(size)).intValue()]; - int i16 = format2.f2277y; - int i17 = (i16 == -1 || (i3 = format2.f2278z) == -1) ? -1 : i16 * i3; + int i16 = format2.f2278y; + int i17 = (i16 == -1 || (i3 = format2.f2279z) == -1) ? -1 : i16 * i3; if (i17 == -1 || i17 > i10) { arrayList.remove(size); } @@ -940,11 +940,11 @@ public class DefaultTrackSelector extends i { if (str != null && !f0.a(format.t, str)) { return false; } - int i11 = format.f2277y; + int i11 = format.f2278y; if (i11 != -1 && (i7 > i11 || i11 > i3)) { return false; } - int i12 = format.f2278z; + int i12 = format.f2279z; if (i12 != -1 && (i8 > i12 || i12 > i4)) { return false; } diff --git a/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java b/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java index f7147130b7..f7ab1a2306 100644 --- a/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java +++ b/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java @@ -40,7 +40,7 @@ public class TrackSelectionParameters implements Parcelable { public u b; /* renamed from: c reason: collision with root package name */ - public int f2325c = 0; + public int f2326c = 0; /* JADX DEBUG: Type inference failed for r0v1. Raw type applied. Possible types: c.i.b.b.u, c.i.b.b.u */ @Deprecated @@ -55,7 +55,7 @@ public class TrackSelectionParameters implements Parcelable { CaptioningManager captioningManager; int i = f0.a; if (i >= 19 && ((i >= 23 || Looper.myLooper() != null) && (captioningManager = (CaptioningManager) context.getSystemService("captioning")) != null && captioningManager.isEnabled())) { - this.f2325c = 1088; + this.f2326c = 1088; Locale locale = captioningManager.getLocale(); if (locale != null) { this.b = u.t(i >= 21 ? locale.toLanguageTag() : locale.toString()); diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java b/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java index de521b6579..bdd33d847c 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java @@ -68,20 +68,20 @@ public class DefaultTimeBar extends View implements k { @Nullable /* renamed from: s reason: collision with root package name */ - public final Drawable f2326s; + public final Drawable f2327s; public final int t; public final int u; public final int v; public final int w; /* renamed from: x reason: collision with root package name */ - public final int f2327x; + public final int f2328x; /* renamed from: y reason: collision with root package name */ - public final int f2328y; + public final int f2329y; /* renamed from: z reason: collision with root package name */ - public final int f2329z; + public final int f2330z; public DefaultTimeBar(Context context, @Nullable AttributeSet attributeSet) { this(context, attributeSet, 0, attributeSet); @@ -121,7 +121,7 @@ public class DefaultTimeBar extends View implements k { TypedArray obtainStyledAttributes = context.getTheme().obtainStyledAttributes(attributeSet2, R.g.DefaultTimeBar, i, 0); try { Drawable drawable = obtainStyledAttributes.getDrawable(R.g.DefaultTimeBar_scrubber_drawable); - this.f2326s = drawable; + this.f2327s = drawable; if (drawable != null) { int i2 = f0.a; if (i2 >= 23) { @@ -136,9 +136,9 @@ public class DefaultTimeBar extends View implements k { this.u = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_touch_target_height, c3); this.v = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_bar_gravity, 0); this.w = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_ad_marker_width, c4); - this.f2327x = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_enabled_size, c5); - this.f2328y = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_disabled_size, c6); - this.f2329z = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_dragged_size, c7); + this.f2328x = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_enabled_size, c5); + this.f2329y = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_disabled_size, c6); + this.f2330z = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_dragged_size, c7); int i3 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_played_color, -1); int i4 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_scrubber_color, -1); int i5 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_buffered_color, -855638017); @@ -159,26 +159,26 @@ public class DefaultTimeBar extends View implements k { this.u = c3; this.v = 0; this.w = c4; - this.f2327x = c5; - this.f2328y = c6; - this.f2329z = c7; + this.f2328x = c5; + this.f2329y = c6; + this.f2330z = c7; paint.setColor(-1); paint6.setColor(-1); paint2.setColor(-855638017); paint3.setColor(872415231); paint4.setColor(-1291845888); paint5.setColor(872414976); - this.f2326s = null; + this.f2327s = null; } StringBuilder sb = new StringBuilder(); this.C = sb; this.D = new Formatter(sb, Locale.getDefault()); this.E = new b(this); - Drawable drawable2 = this.f2326s; + Drawable drawable2 = this.f2327s; if (drawable2 != null) { this.A = (drawable2.getMinimumWidth() + 1) / 2; } else { - this.A = (Math.max(this.f2328y, Math.max(this.f2327x, this.f2329z)) + 1) / 2; + this.A = (Math.max(this.f2329y, Math.max(this.f2328x, this.f2330z)) + 1) / 2; } this.N = 1.0f; ValueAnimator valueAnimator = new ValueAnimator(); @@ -329,8 +329,8 @@ public class DefaultTimeBar extends View implements k { } public final void i() { - Drawable drawable = this.f2326s; - if (drawable != null && drawable.isStateful() && this.f2326s.setState(getDrawableState())) { + Drawable drawable = this.f2327s; + if (drawable != null && drawable.isStateful() && this.f2327s.setState(getDrawableState())) { invalidate(); } } @@ -348,7 +348,7 @@ public class DefaultTimeBar extends View implements k { @Override // android.view.View public void jumpDrawablesToCurrentState() { super.jumpDrawablesToCurrentState(); - Drawable drawable = this.f2326s; + Drawable drawable = this.f2327s; if (drawable != null) { drawable.jumpToCurrentState(); } @@ -398,14 +398,14 @@ public class DefaultTimeBar extends View implements k { Rect rect5 = this.l; int h = f0.h(rect5.right, rect5.left, this.j.right); int centerY2 = this.l.centerY(); - Drawable drawable = this.f2326s; + Drawable drawable = this.f2327s; if (drawable == null) { - canvas.drawCircle((float) h, (float) centerY2, (float) ((int) ((((float) ((this.O || isFocused()) ? this.f2329z : isEnabled() ? this.f2327x : this.f2328y)) * this.N) / 2.0f)), this.r); + canvas.drawCircle((float) h, (float) centerY2, (float) ((int) ((((float) ((this.O || isFocused()) ? this.f2330z : isEnabled() ? this.f2328x : this.f2329y)) * this.N) / 2.0f)), this.r); } else { int intrinsicWidth = ((int) (((float) drawable.getIntrinsicWidth()) * this.N)) / 2; - int intrinsicHeight = ((int) (((float) this.f2326s.getIntrinsicHeight()) * this.N)) / 2; - this.f2326s.setBounds(h - intrinsicWidth, centerY2 - intrinsicHeight, h + intrinsicWidth, centerY2 + intrinsicHeight); - this.f2326s.draw(canvas); + int intrinsicHeight = ((int) (((float) this.f2327s.getIntrinsicHeight()) * this.N)) / 2; + this.f2327s.setBounds(h - intrinsicWidth, centerY2 - intrinsicHeight, h + intrinsicWidth, centerY2 + intrinsicHeight); + this.f2327s.draw(canvas); } } canvas.restore(); @@ -518,7 +518,7 @@ public class DefaultTimeBar extends View implements k { @Override // android.view.View public void onRtlPropertiesChanged(int i) { - Drawable drawable = this.f2326s; + Drawable drawable = this.f2327s; if (drawable != null) { if (f0.a >= 23 && drawable.setLayoutDirection(i)) { invalidate(); diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java index 7fa318b463..51b1086f12 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java @@ -68,35 +68,35 @@ public class PlayerControlView extends FrameLayout { public boolean W; /* renamed from: a0 reason: collision with root package name */ - public int f2330a0; + public int f2331a0; /* renamed from: b0 reason: collision with root package name */ - public int f2331b0; + public int f2332b0; /* renamed from: c0 reason: collision with root package name */ - public int f2332c0; + public int f2333c0; /* renamed from: d0 reason: collision with root package name */ - public boolean f2333d0; + public boolean f2334d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f2334e0; + public boolean f2335e0; /* renamed from: f0 reason: collision with root package name */ - public boolean f2335f0; + public boolean f2336f0; /* renamed from: g0 reason: collision with root package name */ - public boolean f2336g0; + public boolean f2337g0; /* renamed from: h0 reason: collision with root package name */ - public boolean f2337h0; + public boolean f2338h0; /* renamed from: i0 reason: collision with root package name */ - public long f2338i0; + public long f2339i0; public final b j; /* renamed from: j0 reason: collision with root package name */ - public long[] f2339j0; + public long[] f2340j0; public final CopyOnWriteArrayList k; public boolean[] k0; @Nullable @@ -119,7 +119,7 @@ public class PlayerControlView extends FrameLayout { @Nullable /* renamed from: s reason: collision with root package name */ - public final ImageView f2340s; + public final ImageView f2341s; @Nullable public final View t; @Nullable @@ -130,13 +130,13 @@ public class PlayerControlView extends FrameLayout { public final k w; /* renamed from: x reason: collision with root package name */ - public final StringBuilder f2341x; + public final StringBuilder f2342x; /* renamed from: y reason: collision with root package name */ - public final Formatter f2342y; + public final Formatter f2343y; /* renamed from: z reason: collision with root package name */ - public final r1.b f2343z; + public final r1.b f2344z; public final class b implements g1.a, k.a, View.OnClickListener { public b(a aVar) { @@ -192,7 +192,7 @@ public class PlayerControlView extends FrameLayout { PlayerControlView playerControlView = PlayerControlView.this; TextView textView = playerControlView.v; if (textView != null) { - textView.setText(f0.u(playerControlView.f2341x, playerControlView.f2342y, j)); + textView.setText(f0.u(playerControlView.f2342x, playerControlView.f2343y, j)); } } @@ -247,7 +247,7 @@ public class PlayerControlView extends FrameLayout { playerControlView.W = true; TextView textView = playerControlView.v; if (textView != null) { - textView.setText(f0.u(playerControlView.f2341x, playerControlView.f2342y, j)); + textView.setText(f0.u(playerControlView.f2342x, playerControlView.f2343y, j)); } } @@ -292,7 +292,7 @@ public class PlayerControlView extends FrameLayout { } else if (playerControlView.r == view) { i0 i0Var = playerControlView.Q; int B = g1Var.B(); - int i = PlayerControlView.this.f2332c0; + int i = PlayerControlView.this.f2333c0; int i2 = 1; while (true) { if (i2 > 2) { @@ -315,7 +315,7 @@ public class PlayerControlView extends FrameLayout { } Objects.requireNonNull((j0) i0Var); g1Var.x(B); - } else if (playerControlView.f2340s == view) { + } else if (playerControlView.f2341s == view) { Objects.requireNonNull((j0) playerControlView.Q); g1Var.h(!g1Var.F()); } @@ -402,41 +402,41 @@ public class PlayerControlView extends FrameLayout { super(context, attributeSet, i2); int i3 = R.e.exo_player_control_view; int i4 = 5000; - this.f2330a0 = 5000; - this.f2332c0 = 0; - this.f2331b0 = 200; - this.f2338i0 = -9223372036854775807L; - this.f2333d0 = true; - this.f2334e0 = true; - this.f2335f0 = true; - this.f2336g0 = true; - this.f2337h0 = false; + this.f2331a0 = 5000; + this.f2333c0 = 0; + this.f2332b0 = 200; + this.f2339i0 = -9223372036854775807L; + this.f2334d0 = true; + this.f2335e0 = true; + this.f2336f0 = true; + this.f2337g0 = true; + this.f2338h0 = false; int i5 = 15000; if (attributeSet2 != null) { TypedArray obtainStyledAttributes = context.getTheme().obtainStyledAttributes(attributeSet2, R.g.PlayerControlView, 0, 0); try { i4 = obtainStyledAttributes.getInt(R.g.PlayerControlView_rewind_increment, 5000); i5 = obtainStyledAttributes.getInt(R.g.PlayerControlView_fastforward_increment, 15000); - this.f2330a0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_show_timeout, this.f2330a0); + this.f2331a0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_show_timeout, this.f2331a0); i3 = obtainStyledAttributes.getResourceId(R.g.PlayerControlView_controller_layout_id, i3); - this.f2332c0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_repeat_toggle_modes, this.f2332c0); - this.f2333d0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_rewind_button, this.f2333d0); - this.f2334e0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_fastforward_button, this.f2334e0); - this.f2335f0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_previous_button, this.f2335f0); - this.f2336g0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_next_button, this.f2336g0); - this.f2337h0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_shuffle_button, this.f2337h0); - setTimeBarMinUpdateInterval(obtainStyledAttributes.getInt(R.g.PlayerControlView_time_bar_min_update_interval, this.f2331b0)); + this.f2333c0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_repeat_toggle_modes, this.f2333c0); + this.f2334d0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_rewind_button, this.f2334d0); + this.f2335e0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_fastforward_button, this.f2335e0); + this.f2336f0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_previous_button, this.f2336f0); + this.f2337g0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_next_button, this.f2337g0); + this.f2338h0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_shuffle_button, this.f2338h0); + setTimeBarMinUpdateInterval(obtainStyledAttributes.getInt(R.g.PlayerControlView_time_bar_min_update_interval, this.f2332b0)); } finally { obtainStyledAttributes.recycle(); } } this.k = new CopyOnWriteArrayList<>(); - this.f2343z = new r1.b(); + this.f2344z = new r1.b(); this.A = new r1.c(); StringBuilder sb = new StringBuilder(); - this.f2341x = sb; - this.f2342y = new Formatter(sb, Locale.getDefault()); - this.f2339j0 = new long[0]; + this.f2342x = sb; + this.f2343y = new Formatter(sb, Locale.getDefault()); + this.f2340j0 = new long[0]; this.k0 = new boolean[0]; this.l0 = new long[0]; this.m0 = new boolean[0]; @@ -506,7 +506,7 @@ public class PlayerControlView extends FrameLayout { imageView.setOnClickListener(bVar); } ImageView imageView2 = (ImageView) findViewById(R.c.exo_shuffle); - this.f2340s = imageView2; + this.f2341s = imageView2; if (imageView2 != null) { imageView2.setOnClickListener(bVar); } @@ -596,23 +596,23 @@ public class PlayerControlView extends FrameLayout { } removeCallbacks(this.B); removeCallbacks(this.C); - this.f2338i0 = -9223372036854775807L; + this.f2339i0 = -9223372036854775807L; } } public final void d() { removeCallbacks(this.C); - if (this.f2330a0 > 0) { + if (this.f2331a0 > 0) { long uptimeMillis = SystemClock.uptimeMillis(); - int i2 = this.f2330a0; - this.f2338i0 = uptimeMillis + ((long) i2); + int i2 = this.f2331a0; + this.f2339i0 = uptimeMillis + ((long) i2); if (this.T) { postDelayed(this.C, (long) i2); return; } return; } - this.f2338i0 = -9223372036854775807L; + this.f2339i0 = -9223372036854775807L; } @Override // android.view.View, android.view.ViewGroup @@ -656,15 +656,15 @@ public class PlayerControlView extends FrameLayout { } public int getRepeatToggleModes() { - return this.f2332c0; + return this.f2333c0; } public boolean getShowShuffleButton() { - return this.f2337h0; + return this.f2338h0; } public int getShowTimeoutMs() { - return this.f2330a0; + return this.f2331a0; } public boolean getShowVrButton() { @@ -726,10 +726,10 @@ public class PlayerControlView extends FrameLayout { } z5 = z6; z6 = z7; - j(this.f2335f0, z6, this.l); - j(this.f2333d0, z3, this.q); - j(this.f2334e0, z2, this.p); - j(this.f2336g0, z5, this.m); + j(this.f2336f0, z6, this.l); + j(this.f2334d0, z3, this.q); + j(this.f2335e0, z2, this.p); + j(this.f2337g0, z5, this.m); kVar = this.w; if (kVar == null) { kVar.setEnabled(z4); @@ -742,10 +742,10 @@ public class PlayerControlView extends FrameLayout { z4 = false; z3 = false; z2 = false; - j(this.f2335f0, z6, this.l); - j(this.f2333d0, z3, this.q); - j(this.f2334e0, z2, this.p); - j(this.f2336g0, z5, this.m); + j(this.f2336f0, z6, this.l); + j(this.f2334d0, z3, this.q); + j(this.f2335e0, z2, this.p); + j(this.f2337g0, z5, this.m); kVar = this.w; if (kVar == null) { } @@ -796,7 +796,7 @@ public class PlayerControlView extends FrameLayout { } TextView textView = this.v; if (textView != null && !this.W) { - textView.setText(f0.u(this.f2341x, this.f2342y, j2)); + textView.setText(f0.u(this.f2342x, this.f2343y, j2)); } k kVar = this.w; if (kVar != null) { @@ -817,7 +817,7 @@ public class PlayerControlView extends FrameLayout { if (f > 0.0f) { j3 = (long) (((float) min) / f); } - postDelayed(this.B, f0.i(j3, (long) this.f2331b0, 1000)); + postDelayed(this.B, f0.i(j3, (long) this.f2332b0, 1000)); } else if (u != 4 && u != 1) { postDelayed(this.B, 1000); } @@ -827,7 +827,7 @@ public class PlayerControlView extends FrameLayout { public final void n() { ImageView imageView; if (e() && this.T && (imageView = this.r) != null) { - if (this.f2332c0 == 0) { + if (this.f2333c0 == 0) { j(false, false, imageView); return; } @@ -856,18 +856,18 @@ public class PlayerControlView extends FrameLayout { public final void o() { ImageView imageView; - if (e() && this.T && (imageView = this.f2340s) != null) { + if (e() && this.T && (imageView = this.f2341s) != null) { g1 g1Var = this.P; - if (!this.f2337h0) { + if (!this.f2338h0) { j(false, false, imageView); } else if (g1Var == null) { j(true, false, imageView); - this.f2340s.setImageDrawable(this.K); - this.f2340s.setContentDescription(this.O); + this.f2341s.setImageDrawable(this.K); + this.f2341s.setContentDescription(this.O); } else { j(true, true, imageView); - this.f2340s.setImageDrawable(g1Var.F() ? this.J : this.K); - this.f2340s.setContentDescription(g1Var.F() ? this.N : this.O); + this.f2341s.setImageDrawable(g1Var.F() ? this.J : this.K); + this.f2341s.setContentDescription(g1Var.F() ? this.N : this.O); } } } @@ -876,7 +876,7 @@ public class PlayerControlView extends FrameLayout { public void onAttachedToWindow() { super.onAttachedToWindow(); this.T = true; - long j = this.f2338i0; + long j = this.f2339i0; if (j != -9223372036854775807L) { long uptimeMillis = j - SystemClock.uptimeMillis(); if (uptimeMillis <= 0) { @@ -964,13 +964,13 @@ public class PlayerControlView extends FrameLayout { if (i5 > cVar.p) { break; } - D.f(i5, this.f2343z); - int i6 = this.f2343z.f.f810c; + D.f(i5, this.f2344z); + int i6 = this.f2344z.f.f810c; int i7 = 0; while (i7 < i6) { - long d2 = this.f2343z.d(i7); + long d2 = this.f2344z.d(i7); if (d2 == Long.MIN_VALUE) { - long j4 = this.f2343z.d; + long j4 = this.f2344z.d; if (j4 == j) { i7++; j = -9223372036854775807L; @@ -978,16 +978,16 @@ public class PlayerControlView extends FrameLayout { d2 = j4; } } - long j5 = d2 + this.f2343z.e; + long j5 = d2 + this.f2344z.e; if (j5 >= 0) { - long[] jArr = this.f2339j0; + long[] jArr = this.f2340j0; if (i2 == jArr.length) { int length = jArr.length == 0 ? 1 : jArr.length * 2; - this.f2339j0 = Arrays.copyOf(jArr, length); + this.f2340j0 = Arrays.copyOf(jArr, length); this.k0 = Arrays.copyOf(this.k0, length); } - this.f2339j0[i2] = h0.b(j5 + j3); - this.k0[i2] = !this.f2343z.f.e[i7].b(); + this.f2340j0[i2] = h0.b(j5 + j3); + this.k0[i2] = !this.f2344z.f.e[i7].b(); i2++; i7++; j = -9223372036854775807L; @@ -1010,21 +1010,21 @@ public class PlayerControlView extends FrameLayout { long b2 = h0.b(j2); textView = this.u; if (textView != null) { - textView.setText(f0.u(this.f2341x, this.f2342y, b2)); + textView.setText(f0.u(this.f2342x, this.f2343y, b2)); } kVar = this.w; if (kVar != null) { kVar.setDuration(b2); int length2 = this.l0.length; int i8 = i2 + length2; - long[] jArr2 = this.f2339j0; + long[] jArr2 = this.f2340j0; if (i8 > jArr2.length) { - this.f2339j0 = Arrays.copyOf(jArr2, i8); + this.f2340j0 = Arrays.copyOf(jArr2, i8); this.k0 = Arrays.copyOf(this.k0, i8); } - System.arraycopy(this.l0, 0, this.f2339j0, i2, length2); + System.arraycopy(this.l0, 0, this.f2340j0, i2, length2); System.arraycopy(this.m0, 0, this.k0, i2, length2); - this.w.a(this.f2339j0, this.k0, i8); + this.w.a(this.f2340j0, this.k0, i8); } m(); } @@ -1093,7 +1093,7 @@ public class PlayerControlView extends FrameLayout { } public void setRepeatToggleModes(int i2) { - this.f2332c0 = i2; + this.f2333c0 = i2; g1 g1Var = this.P; if (g1Var != null) { int B = g1Var.B(); @@ -1127,7 +1127,7 @@ public class PlayerControlView extends FrameLayout { } public void setShowFastForwardButton(boolean z2) { - this.f2334e0 = z2; + this.f2335e0 = z2; k(); } @@ -1137,27 +1137,27 @@ public class PlayerControlView extends FrameLayout { } public void setShowNextButton(boolean z2) { - this.f2336g0 = z2; + this.f2337g0 = z2; k(); } public void setShowPreviousButton(boolean z2) { - this.f2335f0 = z2; + this.f2336f0 = z2; k(); } public void setShowRewindButton(boolean z2) { - this.f2333d0 = z2; + this.f2334d0 = z2; k(); } public void setShowShuffleButton(boolean z2) { - this.f2337h0 = z2; + this.f2338h0 = z2; o(); } public void setShowTimeoutMs(int i2) { - this.f2330a0 = i2; + this.f2331a0 = i2; if (e()) { d(); } @@ -1171,7 +1171,7 @@ public class PlayerControlView extends FrameLayout { } public void setTimeBarMinUpdateInterval(int i2) { - this.f2331b0 = f0.h(i2, 16, 1000); + this.f2332b0 = f0.h(i2, 16, 1000); } public void setVrButtonListener(@Nullable View.OnClickListener onClickListener) { diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java index 20579f680e..e4bf0659d3 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java @@ -88,7 +88,7 @@ public class PlayerView extends FrameLayout { @Nullable /* renamed from: s reason: collision with root package name */ - public final FrameLayout f2344s; + public final FrameLayout f2345s; @Nullable public final FrameLayout t; @Nullable @@ -98,14 +98,14 @@ public class PlayerView extends FrameLayout { public PlayerControlView.d w; /* renamed from: x reason: collision with root package name */ - public boolean f2345x; + public boolean f2346x; @Nullable /* renamed from: y reason: collision with root package name */ - public Drawable f2346y; + public Drawable f2347y; /* renamed from: z reason: collision with root package name */ - public int f2347z; + public int f2348z; public final class a implements g1.a, k, v, View.OnLayoutChangeListener, g, PlayerControlView.d { public final r1.b i = new r1.b(); @@ -354,7 +354,7 @@ public class PlayerView extends FrameLayout { this.p = null; this.q = null; this.r = null; - this.f2344s = null; + this.f2345s = null; this.t = null; ImageView imageView = new ImageView(context); if (f0.a >= 23) { @@ -453,13 +453,13 @@ public class PlayerView extends FrameLayout { this.m.setLayoutParams(layoutParams); aspectRatioFrameLayout.addView(this.m, 0); } - this.f2344s = (FrameLayout) findViewById(R.c.exo_ad_overlay); + this.f2345s = (FrameLayout) findViewById(R.c.exo_ad_overlay); this.t = (FrameLayout) findViewById(R.c.exo_overlay); ImageView imageView2 = (ImageView) findViewById(R.c.exo_artwork); this.n = imageView2; - this.f2345x = z3 && imageView2 != null; + this.f2346x = z3 && imageView2 != null; if (i3 != 0) { - this.f2346y = ContextCompat.getDrawable(getContext(), i3); + this.f2347y = ContextCompat.getDrawable(getContext(), i3); } SubtitleView subtitleView = (SubtitleView) findViewById(R.c.exo_subtitles); this.o = subtitleView; @@ -472,7 +472,7 @@ public class PlayerView extends FrameLayout { if (findViewById2 != null) { findViewById2.setVisibility(8); } - this.f2347z = i7; + this.f2348z = i7; TextView textView = (TextView) findViewById(R.c.exo_error_message); this.q = textView; if (textView != null) { @@ -627,7 +627,7 @@ public class PlayerView extends FrameLayout { } public ViewGroup getAdViewGroup() { - FrameLayout frameLayout = this.f2344s; + FrameLayout frameLayout = this.f2345s; AnimatableValueParser.I(frameLayout, "exo_ad_overlay must be present for ad playback"); return frameLayout; } @@ -646,7 +646,7 @@ public class PlayerView extends FrameLayout { @Nullable public Drawable getDefaultArtwork() { - return this.f2346y; + return this.f2347y; } @Nullable @@ -670,7 +670,7 @@ public class PlayerView extends FrameLayout { } public boolean getUseArtwork() { - return this.f2345x; + return this.f2346x; } public boolean getUseController() { @@ -716,7 +716,7 @@ public class PlayerView extends FrameLayout { g1 g1Var = this.u; boolean z2 = true; int i3 = 0; - if (g1Var == null || g1Var.u() != 2 || ((i2 = this.f2347z) != 2 && (i2 != 1 || !this.u.g()))) { + if (g1Var == null || g1Var.u() != 2 || ((i2 = this.f2348z) != 2 && (i2 != 1 || !this.u.g()))) { z2 = false; } View view = this.p; @@ -780,7 +780,7 @@ public class PlayerView extends FrameLayout { } } b(); - if (this.f2345x) { + if (this.f2346x) { AnimatableValueParser.H(this.n); z3 = true; } else { @@ -826,7 +826,7 @@ public class PlayerView extends FrameLayout { return; } } - if (g(this.f2346y)) { + if (g(this.f2347y)) { return; } } @@ -934,8 +934,8 @@ public class PlayerView extends FrameLayout { } public void setDefaultArtwork(@Nullable Drawable drawable) { - if (this.f2346y != drawable) { - this.f2346y = drawable; + if (this.f2347y != drawable) { + this.f2347y = drawable; n(false); } } @@ -1058,8 +1058,8 @@ public class PlayerView extends FrameLayout { } public void setShowBuffering(int i2) { - if (this.f2347z != i2) { - this.f2347z = i2; + if (this.f2348z != i2) { + this.f2348z = i2; k(); } } @@ -1103,8 +1103,8 @@ public class PlayerView extends FrameLayout { public void setUseArtwork(boolean z2) { AnimatableValueParser.D(!z2 || this.n != null); - if (this.f2345x != z2) { - this.f2345x = z2; + if (this.f2346x != z2) { + this.f2346x = z2; n(false); } } diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java b/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java index af01e9876f..36f0e098fb 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java @@ -30,7 +30,7 @@ public class TrackSelectionView extends LinearLayout { public TrackGroupArray r; /* renamed from: s reason: collision with root package name */ - public boolean f2348s; + public boolean f2349s; public class b implements View.OnClickListener { public b(a aVar) { @@ -40,13 +40,13 @@ public class TrackSelectionView extends LinearLayout { public void onClick(View view) { TrackSelectionView trackSelectionView = TrackSelectionView.this; if (view == trackSelectionView.k) { - trackSelectionView.f2348s = true; + trackSelectionView.f2349s = true; trackSelectionView.n.clear(); } else if (view == trackSelectionView.l) { - trackSelectionView.f2348s = false; + trackSelectionView.f2349s = false; trackSelectionView.n.clear(); } else { - trackSelectionView.f2348s = false; + trackSelectionView.f2349s = false; Object tag = view.getTag(); Objects.requireNonNull(tag); trackSelectionView.n.get(((c) tag).a); @@ -96,8 +96,8 @@ public class TrackSelectionView extends LinearLayout { } public final void a() { - this.k.setChecked(this.f2348s); - this.l.setChecked(!this.f2348s && this.n.size() == 0); + this.k.setChecked(this.f2349s); + this.l.setChecked(!this.f2349s && this.n.size() == 0); throw null; } @@ -116,7 +116,7 @@ public class TrackSelectionView extends LinearLayout { } public boolean getIsDisabled() { - return this.f2348s; + return this.f2349s; } public List getOverrides() { diff --git a/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java b/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java index 4fbc5a9795..28c47c9026 100644 --- a/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java +++ b/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java @@ -23,7 +23,7 @@ public final class Loader { public static final c b = new c(3, -9223372036854775807L, null); /* renamed from: c reason: collision with root package name */ - public final ExecutorService f2349c; + public final ExecutorService f2350c; @Nullable public d d; @Nullable @@ -119,7 +119,7 @@ public final class Loader { return; } this.m = null; - loader.f2349c.execute(this); + loader.f2350c.execute(this); } @Override // android.os.Handler @@ -129,7 +129,7 @@ public final class Loader { if (i == 0) { this.m = null; Loader loader = Loader.this; - ExecutorService executorService = loader.f2349c; + ExecutorService executorService = loader.f2350c; d dVar = loader.d; Objects.requireNonNull(dVar); executorService.execute(dVar); @@ -262,7 +262,7 @@ public final class Loader { public Loader(String str) { int i = f0.a; - this.f2349c = Executors.newSingleThreadExecutor(new c.i.a.c.i2.e(str)); + this.f2350c = Executors.newSingleThreadExecutor(new c.i.a.c.i2.e(str)); } public static c a(boolean z2, long j) { diff --git a/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java b/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java index d7d32b61c3..d9366b7358 100644 --- a/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java +++ b/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java @@ -20,7 +20,7 @@ public final class CacheDataSink implements h { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f2350c; + public final int f2351c; @Nullable public l d; public long e; @@ -47,7 +47,7 @@ public final class CacheDataSink implements h { Objects.requireNonNull(cache); this.a = cache; this.b = i == 0 ? RecyclerView.FOREVER_NS : j; - this.f2350c = 20480; + this.f2351c = 20480; } @Override // c.i.a.c.h2.h @@ -113,10 +113,10 @@ public final class CacheDataSink implements h { int i = f0.a; this.f = cache.a(str, lVar.f + this.i, j2); FileOutputStream fileOutputStream = new FileOutputStream(this.f); - if (this.f2350c > 0) { + if (this.f2351c > 0) { y yVar = this.j; if (yVar == null) { - this.j = new y(fileOutputStream, this.f2350c); + this.j = new y(fileOutputStream, this.f2351c); } else { yVar.a(fileOutputStream); } diff --git a/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java b/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java index d2fd6852fe..e62191eae9 100644 --- a/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java +++ b/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java @@ -32,17 +32,17 @@ public class FlexboxLayout extends ViewGroup implements a { public int r; /* renamed from: s reason: collision with root package name */ - public int f2351s; + public int f2352s; public int t; public int[] u; public SparseIntArray v; public c w = new c(this); /* renamed from: x reason: collision with root package name */ - public List f2352x = new ArrayList(); + public List f2353x = new ArrayList(); /* renamed from: y reason: collision with root package name */ - public c.b f2353y = new c.b(); + public c.b f2354y = new c.b(); public static class LayoutParams extends ViewGroup.MarginLayoutParams implements FlexItem { public static final Parcelable.Creator CREATOR = new a(); @@ -298,7 +298,7 @@ public class FlexboxLayout extends ViewGroup implements a { return; } int i5 = bVar.e; - int i6 = this.f2351s; + int i6 = this.f2352s; bVar.e = i5 + i6; bVar.f += i6; } @@ -344,7 +344,7 @@ public class FlexboxLayout extends ViewGroup implements a { } } else if ((this.q & 4) > 0) { int i3 = bVar.e; - int i4 = this.f2351s; + int i4 = this.f2352s; bVar.e = i3 + i4; bVar.f += i4; } @@ -388,12 +388,12 @@ public class FlexboxLayout extends ViewGroup implements a { i3 = this.t; } else { if (p(i, i2)) { - i4 = 0 + this.f2351s; + i4 = 0 + this.f2352s; } if ((this.q & 4) <= 0) { return i4; } - i3 = this.f2351s; + i3 = this.f2352s; } return i4 + i3; } @@ -439,8 +439,8 @@ public class FlexboxLayout extends ViewGroup implements a { } public List getFlexLines() { - ArrayList arrayList = new ArrayList(this.f2352x.size()); - for (b bVar : this.f2352x) { + ArrayList arrayList = new ArrayList(this.f2353x.size()); + for (b bVar : this.f2353x) { if (bVar.a() != 0) { arrayList.add(bVar); } @@ -450,7 +450,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public List getFlexLinesInternal() { - return this.f2352x; + return this.f2353x; } @Override // c.i.a.e.a @@ -465,7 +465,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public int getLargestMainSize() { int i = Integer.MIN_VALUE; - for (b bVar : this.f2352x) { + for (b bVar : this.f2353x) { i = Math.max(i, bVar.e); } return i; @@ -486,15 +486,15 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public int getSumOfCrossSize() { - int size = this.f2352x.size(); + int size = this.f2353x.size(); int i = 0; for (int i2 = 0; i2 < size; i2++) { - b bVar = this.f2352x.get(i2); + b bVar = this.f2353x.get(i2); if (q(i2)) { - i += i() ? this.f2351s : this.t; + i += i() ? this.f2352s : this.t; } if (r(i2)) { - i += i() ? this.f2351s : this.t; + i += i() ? this.f2352s : this.t; } i += bVar.g; } @@ -520,9 +520,9 @@ public class FlexboxLayout extends ViewGroup implements a { public final void k(Canvas canvas, boolean z2, boolean z3) { int paddingLeft = getPaddingLeft(); int max = Math.max(0, (getWidth() - getPaddingRight()) - paddingLeft); - int size = this.f2352x.size(); + int size = this.f2353x.size(); for (int i = 0; i < size; i++) { - b bVar = this.f2352x.get(i); + b bVar = this.f2353x.get(i); for (int i2 = 0; i2 < bVar.h; i2++) { int i3 = bVar.o + i2; View o = o(i3); @@ -537,10 +537,10 @@ public class FlexboxLayout extends ViewGroup implements a { } } if (q(i)) { - m(canvas, paddingLeft, z3 ? bVar.d : bVar.b - this.f2351s, max); + m(canvas, paddingLeft, z3 ? bVar.d : bVar.b - this.f2352s, max); } if (r(i) && (this.q & 4) > 0) { - m(canvas, paddingLeft, z3 ? bVar.b - this.f2351s : bVar.d, max); + m(canvas, paddingLeft, z3 ? bVar.b - this.f2352s : bVar.d, max); } } } @@ -548,19 +548,19 @@ public class FlexboxLayout extends ViewGroup implements a { public final void l(Canvas canvas, boolean z2, boolean z3) { int paddingTop = getPaddingTop(); int max = Math.max(0, (getHeight() - getPaddingBottom()) - paddingTop); - int size = this.f2352x.size(); + int size = this.f2353x.size(); for (int i = 0; i < size; i++) { - b bVar = this.f2352x.get(i); + b bVar = this.f2353x.get(i); for (int i2 = 0; i2 < bVar.h; i2++) { int i3 = bVar.o + i2; View o = o(i3); if (!(o == null || o.getVisibility() == 8)) { LayoutParams layoutParams = (LayoutParams) o.getLayoutParams(); if (p(i3, i2)) { - m(canvas, bVar.a, z3 ? o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin : (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2351s, bVar.g); + m(canvas, bVar.a, z3 ? o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin : (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2352s, bVar.g); } if (i2 == bVar.h - 1 && (this.q & 4) > 0) { - m(canvas, bVar.a, z3 ? (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2351s : o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin, bVar.g); + m(canvas, bVar.a, z3 ? (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2352s : o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin, bVar.g); } } } @@ -576,7 +576,7 @@ public class FlexboxLayout extends ViewGroup implements a { public final void m(Canvas canvas, int i, int i2, int i3) { Drawable drawable = this.o; if (drawable != null) { - drawable.setBounds(i, i2, i3 + i, this.f2351s + i2); + drawable.setBounds(i, i2, i3 + i, this.f2352s + i2); this.o.draw(canvas); } } @@ -706,13 +706,13 @@ public class FlexboxLayout extends ViewGroup implements a { } i3 = this.i; if (i3 != 0 || i3 == 1) { - this.f2352x.clear(); - this.f2353y.a(); - this.w.b(this.f2353y, i, i2, Integer.MAX_VALUE, 0, -1, null); - this.f2352x = this.f2353y.a; + this.f2353x.clear(); + this.f2354y.a(); + this.w.b(this.f2354y, i, i2, Integer.MAX_VALUE, 0, -1, null); + this.f2353x = this.f2354y.a; this.w.h(i, i2, 0); if (this.l == 3) { - for (b bVar : this.f2352x) { + for (b bVar : this.f2353x) { int i5 = Integer.MIN_VALUE; for (int i6 = 0; i6 < bVar.h; i6++) { View o = o(bVar.o + i6); @@ -726,16 +726,16 @@ public class FlexboxLayout extends ViewGroup implements a { } this.w.g(i, i2, getPaddingBottom() + getPaddingTop()); this.w.A(0); - u(this.i, i, i2, this.f2353y.b); + u(this.i, i, i2, this.f2354y.b); } else if (i3 == 2 || i3 == 3) { - this.f2352x.clear(); - this.f2353y.a(); - this.w.b(this.f2353y, i2, i, Integer.MAX_VALUE, 0, -1, null); - this.f2352x = this.f2353y.a; + this.f2353x.clear(); + this.f2354y.a(); + this.w.b(this.f2354y, i2, i, Integer.MAX_VALUE, 0, -1, null); + this.f2353x = this.f2354y.a; this.w.h(i, i2, 0); this.w.g(i, i2, getPaddingRight() + getPaddingLeft()); this.w.A(0); - u(this.i, i, i2, this.f2353y.b); + u(this.i, i, i2, this.f2354y.b); return; } else { StringBuilder P = c.d.b.a.a.P("Invalid value for the flex direction is set: "); @@ -749,16 +749,16 @@ public class FlexboxLayout extends ViewGroup implements a { i3 = this.i; if (i3 != 0) { } - this.f2352x.clear(); - this.f2353y.a(); - this.w.b(this.f2353y, i, i2, Integer.MAX_VALUE, 0, -1, null); - this.f2352x = this.f2353y.a; + this.f2353x.clear(); + this.f2354y.a(); + this.w.b(this.f2354y, i, i2, Integer.MAX_VALUE, 0, -1, null); + this.f2353x = this.f2354y.a; this.w.h(i, i2, 0); if (this.l == 3) { } this.w.g(i, i2, getPaddingBottom() + getPaddingTop()); this.w.A(0); - u(this.i, i, i2, this.f2353y.b); + u(this.i, i, i2, this.f2354y.b); } public final boolean p(int i, int i2) { @@ -781,7 +781,7 @@ public class FlexboxLayout extends ViewGroup implements a { public final boolean q(int i) { boolean z2; - if (i < 0 || i >= this.f2352x.size()) { + if (i < 0 || i >= this.f2353x.size()) { return false; } int i2 = 0; @@ -789,7 +789,7 @@ public class FlexboxLayout extends ViewGroup implements a { if (i2 >= i) { z2 = true; break; - } else if (this.f2352x.get(i2).a() > 0) { + } else if (this.f2353x.get(i2).a() > 0) { z2 = false; break; } else { @@ -800,11 +800,11 @@ public class FlexboxLayout extends ViewGroup implements a { } public final boolean r(int i) { - if (i < 0 || i >= this.f2352x.size()) { + if (i < 0 || i >= this.f2353x.size()) { return false; } - for (int i2 = i + 1; i2 < this.f2352x.size(); i2++) { - if (this.f2352x.get(i2).a() > 0) { + for (int i2 = i + 1; i2 < this.f2353x.size(); i2++) { + if (this.f2353x.get(i2).a() > 0) { return false; } } @@ -828,12 +828,12 @@ public class FlexboxLayout extends ViewGroup implements a { int i9 = i3 - i; int paddingBottom = (i4 - i2) - getPaddingBottom(); int paddingTop = getPaddingTop(); - int size = this.f2352x.size(); + int size = this.f2353x.size(); int i10 = 0; while (i10 < size) { - b bVar = this.f2352x.get(i10); + b bVar = this.f2353x.get(i10); if (q(i10)) { - int i11 = this.f2351s; + int i11 = this.f2352s; paddingBottom -= i11; paddingTop += i11; } @@ -972,9 +972,9 @@ public class FlexboxLayout extends ViewGroup implements a { if (drawable != this.o) { this.o = drawable; if (drawable != null) { - this.f2351s = drawable.getIntrinsicHeight(); + this.f2352s = drawable.getIntrinsicHeight(); } else { - this.f2351s = 0; + this.f2352s = 0; } if (this.o == null && this.p == null) { setWillNotDraw(true); @@ -1011,7 +1011,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public void setFlexLines(List list) { - this.f2352x = list; + this.f2353x = list; } public void setFlexWrap(int i) { @@ -1073,9 +1073,9 @@ public class FlexboxLayout extends ViewGroup implements a { int paddingLeft = getPaddingLeft(); int i9 = i4 - i2; int i10 = (i3 - i) - paddingRight; - int size = this.f2352x.size(); + int size = this.f2353x.size(); for (int i11 = 0; i11 < size; i11++) { - b bVar = this.f2352x.get(i11); + b bVar = this.f2353x.get(i11); if (q(i11)) { int i12 = this.t; paddingLeft += i12; @@ -1123,7 +1123,7 @@ public class FlexboxLayout extends ViewGroup implements a { float f8 = f3 + ((float) ((ViewGroup.MarginLayoutParams) layoutParams2).topMargin); float f9 = f - ((float) ((ViewGroup.MarginLayoutParams) layoutParams2).bottomMargin); if (p(i15, i5)) { - int i16 = this.f2351s; + int i16 = this.f2352s; float f10 = (float) i16; f5 = f8 + f10; i7 = i16; @@ -1133,7 +1133,7 @@ public class FlexboxLayout extends ViewGroup implements a { f4 = f9; i7 = 0; } - int i17 = (i5 != bVar.h + -1 || (this.q & 4) <= 0) ? 0 : this.f2351s; + int i17 = (i5 != bVar.h + -1 || (this.q & 4) <= 0) ? 0 : this.f2352s; if (!z2) { layoutParams = layoutParams2; i6 = i5; diff --git a/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java b/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java index 3c66c90a52..593869ef21 100644 --- a/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java +++ b/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java @@ -37,20 +37,20 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public RecyclerView.Recycler r; /* renamed from: s reason: collision with root package name */ - public RecyclerView.State f2354s; + public RecyclerView.State f2355s; public c t; public b u = new b(null); public OrientationHelper v; public OrientationHelper w; /* renamed from: x reason: collision with root package name */ - public SavedState f2355x; + public SavedState f2356x; /* renamed from: y reason: collision with root package name */ - public int f2356y = -1; + public int f2357y = -1; /* renamed from: z reason: collision with root package name */ - public int f2357z = Integer.MIN_VALUE; + public int f2358z = Integer.MIN_VALUE; public static class LayoutParams extends RecyclerView.LayoutParams implements FlexItem { public static final Parcelable.Creator CREATOR = new a(); @@ -277,7 +277,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public int b; /* renamed from: c reason: collision with root package name */ - public int f2358c; + public int f2359c; public int d = 0; public boolean e; public boolean f; @@ -290,17 +290,17 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements if (!FlexboxLayoutManager.this.i()) { FlexboxLayoutManager flexboxLayoutManager = FlexboxLayoutManager.this; if (flexboxLayoutManager.n) { - bVar.f2358c = bVar.e ? flexboxLayoutManager.v.getEndAfterPadding() : flexboxLayoutManager.getWidth() - FlexboxLayoutManager.this.v.getStartAfterPadding(); + bVar.f2359c = bVar.e ? flexboxLayoutManager.v.getEndAfterPadding() : flexboxLayoutManager.getWidth() - FlexboxLayoutManager.this.v.getStartAfterPadding(); return; } } - bVar.f2358c = bVar.e ? FlexboxLayoutManager.this.v.getEndAfterPadding() : FlexboxLayoutManager.this.v.getStartAfterPadding(); + bVar.f2359c = bVar.e ? FlexboxLayoutManager.this.v.getEndAfterPadding() : FlexboxLayoutManager.this.v.getStartAfterPadding(); } public static void b(b bVar) { bVar.a = -1; bVar.b = -1; - bVar.f2358c = Integer.MIN_VALUE; + bVar.f2359c = Integer.MIN_VALUE; boolean z2 = false; bVar.f = false; bVar.g = false; @@ -341,7 +341,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements P.append(", mFlexLinePosition="); P.append(this.b); P.append(", mCoordinate="); - P.append(this.f2358c); + P.append(this.f2359c); P.append(", mPerpendicularCoordinate="); P.append(this.d); P.append(", mLayoutFromEnd="); @@ -360,7 +360,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public boolean b; /* renamed from: c reason: collision with root package name */ - public int f2359c; + public int f2360c; public int d; public int e; public int f; @@ -376,7 +376,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements StringBuilder P = c.d.b.a.a.P("LayoutState{mAvailable="); P.append(this.a); P.append(", mFlexLinePosition="); - P.append(this.f2359c); + P.append(this.f2360c); P.append(", mPosition="); P.append(this.d); P.append(", mOffset="); @@ -456,21 +456,21 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.t.b = false; } if (i() || !this.n) { - this.t.a = bVar.f2358c - this.v.getStartAfterPadding(); + this.t.a = bVar.f2359c - this.v.getStartAfterPadding(); } else { - this.t.a = (this.E.getWidth() - bVar.f2358c) - this.v.getStartAfterPadding(); + this.t.a = (this.E.getWidth() - bVar.f2359c) - this.v.getStartAfterPadding(); } c cVar = this.t; cVar.d = bVar.a; cVar.h = 1; cVar.i = -1; - cVar.e = bVar.f2358c; + cVar.e = bVar.f2359c; cVar.f = Integer.MIN_VALUE; int i3 = bVar.b; - cVar.f2359c = i3; + cVar.f2360c = i3; if (z2 && i3 > 0 && this.p.size() > (i2 = bVar.b)) { c cVar2 = this.t; - cVar2.f2359c--; + cVar2.f2360c--; cVar2.d -= this.p.get(i2).h; } } @@ -731,7 +731,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // c.i.a.e.a public int getFlexItemCount() { - return this.f2354s.getItemCount(); + return this.f2355s.getItemCount(); } @Override // c.i.a.e.a @@ -857,10 +857,10 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } List list = this.p; int i23 = cVar.d; - if (!(i23 >= 0 && i23 < state.getItemCount() && (i16 = cVar.f2359c) >= 0 && i16 < list.size())) { + if (!(i23 >= 0 && i23 < state.getItemCount() && (i16 = cVar.f2360c) >= 0 && i16 < list.size())) { break; } - c.i.a.e.b bVar = this.p.get(cVar.f2359c); + c.i.a.e.b bVar = this.p.get(cVar.f2360c); cVar.d = bVar.o; if (i()) { int paddingLeft = getPaddingLeft(); @@ -927,7 +927,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements i26 = i12; } i3 = i19; - cVar.f2359c += this.t.i; + cVar.f2360c += this.t.i; i5 = bVar.g; i4 = i21; i2 = i22; @@ -1019,7 +1019,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } i4 = i21; i2 = i22; - cVar.f2359c += this.t.i; + cVar.f2360c += this.t.i; i5 = bVar.g; } i22 = i2 + i5; @@ -1129,7 +1129,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements boolean z4; int i5; this.r = recycler; - this.f2354s = state; + this.f2355s = state; int itemCount = state.getItemCount(); if (itemCount != 0 || !state.isPreLayout()) { int layoutDirection = getLayoutDirection(); @@ -1166,32 +1166,32 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.q.k(itemCount); this.q.i(itemCount); this.t.j = false; - SavedState savedState = this.f2355x; + SavedState savedState = this.f2356x; if (savedState != null) { int i7 = savedState.i; if (i7 >= 0 && i7 < itemCount) { - this.f2356y = i7; + this.f2357y = i7; } } b bVar = this.u; - if (!(bVar.f && this.f2356y == -1 && savedState == null)) { + if (!(bVar.f && this.f2357y == -1 && savedState == null)) { b.b(bVar); b bVar2 = this.u; - SavedState savedState2 = this.f2355x; - if (!state.isPreLayout() && (i5 = this.f2356y) != -1) { + SavedState savedState2 = this.f2356x; + if (!state.isPreLayout() && (i5 = this.f2357y) != -1) { if (i5 < 0 || i5 >= state.getItemCount()) { - this.f2356y = -1; - this.f2357z = Integer.MIN_VALUE; + this.f2357y = -1; + this.f2358z = Integer.MIN_VALUE; } else { - int i8 = this.f2356y; + int i8 = this.f2357y; bVar2.a = i8; bVar2.b = this.q.f1030c[i8]; - SavedState savedState3 = this.f2355x; + SavedState savedState3 = this.f2356x; if (savedState3 != null) { int itemCount2 = state.getItemCount(); int i9 = savedState3.i; if (i9 >= 0 && i9 < itemCount2) { - bVar2.f2358c = this.v.getStartAfterPadding() + savedState2.j; + bVar2.f2359c = this.v.getStartAfterPadding() + savedState2.j; bVar2.g = true; bVar2.b = -1; z3 = true; @@ -1203,14 +1203,14 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements OrientationHelper orientationHelper = flexboxLayoutManager.k == 0 ? flexboxLayoutManager.w : flexboxLayoutManager.v; if (flexboxLayoutManager.i() || !FlexboxLayoutManager.this.n) { if (bVar2.e) { - bVar2.f2358c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedEnd(p); + bVar2.f2359c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedEnd(p); } else { - bVar2.f2358c = orientationHelper.getDecoratedStart(p); + bVar2.f2359c = orientationHelper.getDecoratedStart(p); } } else if (bVar2.e) { - bVar2.f2358c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedStart(p); + bVar2.f2359c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedStart(p); } else { - bVar2.f2358c = orientationHelper.getDecoratedEnd(p); + bVar2.f2359c = orientationHelper.getDecoratedEnd(p); } int position = FlexboxLayoutManager.this.getPosition(p); bVar2.a = position; @@ -1232,7 +1232,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } if (!state.isPreLayout() && supportsPredictiveItemAnimations()) { if (this.v.getDecoratedStart(p) >= this.v.getEndAfterPadding() || this.v.getDecoratedEnd(p) < this.v.getStartAfterPadding()) { - bVar2.f2358c = bVar2.e ? this.v.getEndAfterPadding() : this.v.getStartAfterPadding(); + bVar2.f2359c = bVar2.e ? this.v.getEndAfterPadding() : this.v.getStartAfterPadding(); } } z4 = true; @@ -1250,28 +1250,28 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.u.f = true; } } - if (this.f2357z == Integer.MIN_VALUE) { - View findViewByPosition = findViewByPosition(this.f2356y); + if (this.f2358z == Integer.MIN_VALUE) { + View findViewByPosition = findViewByPosition(this.f2357y); if (findViewByPosition == null) { if (getChildCount() > 0) { - bVar2.e = this.f2356y < getPosition(getChildAt(0)); + bVar2.e = this.f2357y < getPosition(getChildAt(0)); } b.a(bVar2); } else if (this.v.getDecoratedMeasurement(findViewByPosition) > this.v.getTotalSpace()) { b.a(bVar2); } else if (this.v.getDecoratedStart(findViewByPosition) - this.v.getStartAfterPadding() < 0) { - bVar2.f2358c = this.v.getStartAfterPadding(); + bVar2.f2359c = this.v.getStartAfterPadding(); bVar2.e = false; } else if (this.v.getEndAfterPadding() - this.v.getDecoratedEnd(findViewByPosition) < 0) { - bVar2.f2358c = this.v.getEndAfterPadding(); + bVar2.f2359c = this.v.getEndAfterPadding(); bVar2.e = true; } else { - bVar2.f2358c = bVar2.e ? this.v.getTotalSpaceChange() + this.v.getDecoratedEnd(findViewByPosition) : this.v.getDecoratedStart(findViewByPosition); + bVar2.f2359c = bVar2.e ? this.v.getTotalSpaceChange() + this.v.getDecoratedEnd(findViewByPosition) : this.v.getDecoratedStart(findViewByPosition); } } else if (i() || !this.n) { - bVar2.f2358c = this.v.getStartAfterPadding() + this.f2357z; + bVar2.f2359c = this.v.getStartAfterPadding() + this.f2358z; } else { - bVar2.f2358c = this.f2357z - this.v.getEndPadding(); + bVar2.f2359c = this.f2358z - this.v.getEndPadding(); } z3 = true; if (!z3) { @@ -1309,7 +1309,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.A = width; this.B = height; int i14 = this.F; - if (i14 != -1 || (this.f2356y == -1 && !z2)) { + if (i14 != -1 || (this.f2357y == -1 && !z2)) { int min = i14 != -1 ? Math.min(i14, this.u.a) : this.u.a; this.G.a(); if (i()) { @@ -1344,7 +1344,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements b bVar4 = this.u; int i15 = this.q.f1030c[bVar4.a]; bVar4.b = i15; - this.t.f2359c = i15; + this.t.f2360c = i15; } if (this.u.e) { m(recycler, state, this.t); @@ -1373,9 +1373,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void onLayoutCompleted(RecyclerView.State state) { super.onLayoutCompleted(state); - this.f2355x = null; - this.f2356y = -1; - this.f2357z = Integer.MIN_VALUE; + this.f2356x = null; + this.f2357y = -1; + this.f2358z = Integer.MIN_VALUE; this.F = -1; b.b(this.u); this.C.clear(); @@ -1384,14 +1384,14 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof SavedState) { - this.f2355x = (SavedState) parcelable; + this.f2356x = (SavedState) parcelable; requestLayout(); } } @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public Parcelable onSaveInstanceState() { - SavedState savedState = this.f2355x; + SavedState savedState = this.f2356x; if (savedState != null) { return new SavedState(savedState, (a) null); } @@ -1506,9 +1506,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void scrollToPosition(int i2) { - this.f2356y = i2; - this.f2357z = Integer.MIN_VALUE; - SavedState savedState = this.f2355x; + this.f2357y = i2; + this.f2358z = Integer.MIN_VALUE; + SavedState savedState = this.f2356x; if (savedState != null) { savedState.i = -1; } @@ -1566,9 +1566,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar.d = i6; int[] iArr = this.q.f1030c; if (iArr.length <= i6) { - cVar.f2359c = -1; + cVar.f2360c = -1; } else { - cVar.f2359c = iArr[i6]; + cVar.f2360c = iArr[i6]; } if (z3) { cVar.e = this.v.getDecoratedStart(q); @@ -1583,7 +1583,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar.e = this.v.getDecoratedEnd(q); this.t.f = this.v.getDecoratedEnd(q) - this.v.getEndAfterPadding(); } - int i8 = this.t.f2359c; + int i8 = this.t.f2360c; if ((i8 == -1 || i8 > this.p.size() - 1) && this.t.d <= getFlexItemCount()) { int i9 = abs - this.t.f; this.G.a(); @@ -1614,7 +1614,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar3.d = -1; } c cVar4 = this.t; - cVar4.f2359c = i10 > 0 ? i10 - 1 : 0; + cVar4.f2360c = i10 > 0 ? i10 - 1 : 0; if (z3) { cVar4.e = this.v.getDecoratedEnd(o); this.t.f = this.v.getDecoratedEnd(o) - this.v.getEndAfterPadding(); @@ -1790,12 +1790,12 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.F = i2; View childAt = getChildAt(0); if (childAt != null) { - this.f2356y = getPosition(childAt); + this.f2357y = getPosition(childAt); if (i() || !this.n) { - this.f2357z = this.v.getDecoratedStart(childAt) - this.v.getStartAfterPadding(); + this.f2358z = this.v.getDecoratedStart(childAt) - this.v.getStartAfterPadding(); return; } - this.f2357z = this.v.getEndPadding() + this.v.getDecoratedEnd(childAt); + this.f2358z = this.v.getEndPadding() + this.v.getDecoratedEnd(childAt); } } } @@ -1809,20 +1809,20 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.t.b = false; } if (i() || !this.n) { - this.t.a = this.v.getEndAfterPadding() - bVar.f2358c; + this.t.a = this.v.getEndAfterPadding() - bVar.f2359c; } else { - this.t.a = bVar.f2358c - getPaddingRight(); + this.t.a = bVar.f2359c - getPaddingRight(); } c cVar = this.t; cVar.d = bVar.a; cVar.h = 1; cVar.i = 1; - cVar.e = bVar.f2358c; + cVar.e = bVar.f2359c; cVar.f = Integer.MIN_VALUE; - cVar.f2359c = bVar.b; + cVar.f2360c = bVar.b; if (z2 && this.p.size() > 1 && (i2 = bVar.b) >= 0 && i2 < this.p.size() - 1) { c cVar2 = this.t; - cVar2.f2359c++; + cVar2.f2360c++; cVar2.d += this.p.get(bVar.b).h; } } diff --git a/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java b/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java index f6aac5ed96..4bc6ae97f6 100644 --- a/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java +++ b/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java @@ -29,7 +29,7 @@ public class AdvertisingIdClient { public b b; /* renamed from: c reason: collision with root package name */ - public boolean f2360c; + public boolean f2361c; public final Object d = new Object(); @Nullable public a e; @@ -103,7 +103,7 @@ public class AdvertisingIdClient { context = applicationContext; } this.f = context; - this.f2360c = false; + this.f2361c = false; this.h = j; this.g = z3; } @@ -204,13 +204,13 @@ public class AdvertisingIdClient { synchronized (this) { if (this.f != null && this.a != null) { try { - if (this.f2360c) { + if (this.f2361c) { c.i.a.f.e.n.a.b().c(this.f, this.a); } } catch (Throwable th) { Log.i("AdvertisingIdClient", "AdvertisingIdClient unbindService failed.", th); } - this.f2360c = false; + this.f2361c = false; this.b = null; this.a = null; } @@ -221,7 +221,7 @@ public class AdvertisingIdClient { Info info; AnimatableValueParser.x("Calling this from your main thread can lead to deadlock"); synchronized (this) { - if (!this.f2360c) { + if (!this.f2361c) { synchronized (this.d) { a aVar = this.e; if (aVar == null || !aVar.l) { @@ -230,7 +230,7 @@ public class AdvertisingIdClient { } try { f(false); - if (!this.f2360c) { + if (!this.f2361c) { throw new IOException("AdvertisingIdClient cannot reconnect."); } } catch (Exception e) { @@ -269,13 +269,13 @@ public class AdvertisingIdClient { public final void f(boolean z2) throws IOException, IllegalStateException, GooglePlayServicesNotAvailableException, GooglePlayServicesRepairableException { AnimatableValueParser.x("Calling this from your main thread can lead to deadlock"); synchronized (this) { - if (this.f2360c) { + if (this.f2361c) { a(); } c.i.a.f.e.a c2 = c(this.f, this.g); this.a = c2; this.b = d(c2); - this.f2360c = true; + this.f2361c = true; if (z2) { e(); } diff --git a/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java b/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java index a9beab8f96..5957f9c7df 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java +++ b/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java @@ -39,7 +39,7 @@ public class Credential extends AbstractSafeParcelable implements ReflectedParce @Nullable /* renamed from: c reason: collision with root package name */ - public Uri f2361c; + public Uri f2362c; @Nullable public String d; @@ -48,7 +48,7 @@ public class Credential extends AbstractSafeParcelable implements ReflectedParce } public Credential a() { - return new Credential(this.a, this.b, this.f2361c, null, this.d, null, null, null); + return new Credential(this.a, this.b, this.f2362c, null, this.d, null, null, null); } } diff --git a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java index 554fae22a9..98b488e8be 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java +++ b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java @@ -43,7 +43,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle @Nullable /* renamed from: s reason: collision with root package name */ - public String f2362s; + public String f2363s; @Nullable public String t; public Set u = new HashSet(); @@ -59,7 +59,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle this.p = j; this.q = str6; this.r = list; - this.f2362s = str7; + this.f2363s = str7; this.t = str8; } @@ -140,7 +140,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle parcel.writeLong(j); AnimatableValueParser.V2(parcel, 9, this.q, false); AnimatableValueParser.Y2(parcel, 10, this.r, false); - AnimatableValueParser.V2(parcel, 11, this.f2362s, false); + AnimatableValueParser.V2(parcel, 11, this.f2363s, false); AnimatableValueParser.V2(parcel, 12, this.t, false); AnimatableValueParser.e3(parcel, Z2); } diff --git a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java index 6e19fe85df..f3af37f522 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java +++ b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java @@ -43,7 +43,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2363s; + public final boolean f2364s; public final boolean t; @Nullable public String u; @@ -53,10 +53,10 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, @Nullable /* renamed from: x reason: collision with root package name */ - public String f2364x; + public String f2365x; /* renamed from: y reason: collision with root package name */ - public Map f2365y; + public Map f2366y; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public static final class a { @@ -64,7 +64,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f2366c; + public boolean f2367c; public boolean d; @Nullable public String e; @@ -81,14 +81,14 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public a(@NonNull GoogleSignInOptions googleSignInOptions) { this.a = new HashSet(googleSignInOptions.p); - this.b = googleSignInOptions.f2363s; - this.f2366c = googleSignInOptions.t; + this.b = googleSignInOptions.f2364s; + this.f2367c = googleSignInOptions.t; this.d = googleSignInOptions.r; this.e = googleSignInOptions.u; this.f = googleSignInOptions.q; this.g = googleSignInOptions.v; this.h = GoogleSignInOptions.x0(googleSignInOptions.w); - this.i = googleSignInOptions.f2364x; + this.i = googleSignInOptions.f2365x; } public final GoogleSignInOptions a() { @@ -102,7 +102,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, if (this.d && (this.f == null || !this.a.isEmpty())) { this.a.add(GoogleSignInOptions.j); } - return new GoogleSignInOptions(3, new ArrayList(this.a), this.f, this.d, this.b, this.f2366c, this.e, this.g, this.h, this.i); + return new GoogleSignInOptions(3, new ArrayList(this.a), this.f, this.d, this.b, this.f2367c, this.e, this.g, this.h, this.i); } } @@ -139,13 +139,13 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, this.p = arrayList; this.q = account; this.r = z2; - this.f2363s = z3; + this.f2364s = z3; this.t = z4; this.u = str; this.v = str2; this.w = new ArrayList<>(map.values()); - this.f2365y = map; - this.f2364x = str3; + this.f2366y = map; + this.f2365x = str3; } @Nullable @@ -211,7 +211,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, if (TextUtils.isEmpty(googleSignInOptions.u)) { } } - if (this.t == googleSignInOptions.t && this.r == googleSignInOptions.r && this.f2363s == googleSignInOptions.f2363s && TextUtils.equals(this.f2364x, googleSignInOptions.f2364x)) { + if (this.t == googleSignInOptions.t && this.r == googleSignInOptions.r && this.f2364s == googleSignInOptions.f2364s && TextUtils.equals(this.f2365x, googleSignInOptions.f2365x)) { return true; } } @@ -239,8 +239,8 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, Account account = this.q; int hashCode = ((arrayList.hashCode() + 31) * 31) + (account == null ? 0 : account.hashCode()); String str = this.u; - int hashCode2 = (((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + (this.t ? 1 : 0)) * 31) + (this.r ? 1 : 0)) * 31) + (this.f2363s ? 1 : 0); - String str2 = this.f2364x; + int hashCode2 = (((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + (this.t ? 1 : 0)) * 31) + (this.r ? 1 : 0)) * 31) + (this.f2364s ? 1 : 0); + String str2 = this.f2365x; int i4 = hashCode2 * 31; if (str2 != null) { i2 = str2.hashCode(); @@ -263,7 +263,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, boolean z2 = this.r; AnimatableValueParser.c3(parcel, 4, 4); parcel.writeInt(z2 ? 1 : 0); - boolean z3 = this.f2363s; + boolean z3 = this.f2364s; AnimatableValueParser.c3(parcel, 5, 4); parcel.writeInt(z3 ? 1 : 0); boolean z4 = this.t; @@ -272,7 +272,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, AnimatableValueParser.V2(parcel, 7, this.u, false); AnimatableValueParser.V2(parcel, 8, this.v, false); AnimatableValueParser.Y2(parcel, 9, this.w, false); - AnimatableValueParser.V2(parcel, 10, this.f2364x, false); + AnimatableValueParser.V2(parcel, 10, this.f2365x, false); AnimatableValueParser.e3(parcel, Z2); } } diff --git a/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java b/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java index 2b1802c831..2cf30e5d95 100644 --- a/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java +++ b/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java @@ -43,7 +43,7 @@ import com.google.android.gms.tasks.TaskCompletionSource; public class GoogleApiAvailability extends c { /* renamed from: c reason: collision with root package name */ - public static final Object f2367c = new Object(); + public static final Object f2368c = new Object(); public static final GoogleApiAvailability d = new GoogleApiAvailability(); public static final int e = c.a; @@ -211,7 +211,7 @@ public class GoogleApiAvailability extends c { } if (c.i.a.f.e.o.c.R()) { AnimatableValueParser.F(c.i.a.f.e.o.c.R()); - synchronized (f2367c) { + synchronized (f2368c) { } NotificationChannel notificationChannel = notificationManager.getNotificationChannel("com.google.android.gms.availability"); SimpleArrayMap simpleArrayMap = m.a; diff --git a/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java b/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java index 7541ad6f48..8bdbac7854 100644 --- a/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java +++ b/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java @@ -81,7 +81,7 @@ public class GoogleApiActivity extends Activity implements DialogInterface.OnCan finish(); } } else { - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; GoogleApiAvailability.d.f(this, num == null ? 8 : num.intValue(), 2, this); this.j = 1; } diff --git a/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java b/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java index abf23969d5..b5550bce5a 100644 --- a/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java +++ b/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java @@ -28,7 +28,7 @@ public abstract class BasePendingResult extends d { public final Object b; /* renamed from: c reason: collision with root package name */ - public final a f2368c; + public final a f2369c; public final CountDownLatch d; public final ArrayList e; public final AtomicReference f; @@ -88,7 +88,7 @@ public abstract class BasePendingResult extends d { this.e = new ArrayList<>(); this.f = new AtomicReference<>(); this.k = false; - this.f2368c = new a<>(Looper.getMainLooper()); + this.f2369c = new a<>(Looper.getMainLooper()); new WeakReference(null); } @@ -98,7 +98,7 @@ public abstract class BasePendingResult extends d { this.e = new ArrayList<>(); this.f = new AtomicReference<>(); this.k = false; - this.f2368c = new a<>(cVar != null ? cVar.c() : Looper.getMainLooper()); + this.f2369c = new a<>(cVar != null ? cVar.c() : Looper.getMainLooper()); new WeakReference(cVar); } diff --git a/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java b/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java index 55e5f1f587..8d955e6bc2 100644 --- a/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java +++ b/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java @@ -35,7 +35,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { public Feature[] r; /* renamed from: s reason: collision with root package name */ - public boolean f2369s; + public boolean f2370s; public int t; public boolean u; @@ -43,7 +43,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { this.i = 5; this.k = c.a; this.j = i; - this.f2369s = true; + this.f2370s = true; } public GetServiceRequest(int i, int i2, int i3, String str, IBinder iBinder, Scope[] scopeArr, Bundle bundle, Account account, Feature[] featureArr, Feature[] featureArr2, boolean z2, int i4, boolean z3) { @@ -80,7 +80,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { this.o = bundle; this.q = featureArr; this.r = featureArr2; - this.f2369s = z2; + this.f2370s = z2; this.t = i4; this.u = z3; } @@ -104,7 +104,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { AnimatableValueParser.U2(parcel, 8, this.p, i, false); AnimatableValueParser.X2(parcel, 10, this.q, i, false); AnimatableValueParser.X2(parcel, 11, this.r, i, false); - boolean z2 = this.f2369s; + boolean z2 = this.f2370s; AnimatableValueParser.c3(parcel, 12, 4); parcel.writeInt(z2 ? 1 : 0); int i5 = this.t; diff --git a/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java b/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java index e21ab8fa43..f2e8f1948f 100644 --- a/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java +++ b/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java @@ -34,7 +34,7 @@ public final class DynamiteModule { @Nullable /* renamed from: c reason: collision with root package name */ - public static i f2370c = null; + public static i f2371c = null; @Nullable public static String d = null; public static int e = -1; @@ -76,7 +76,7 @@ public final class DynamiteModule { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f2371c = 0; + public int f2372c = 0; } /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ @@ -178,7 +178,7 @@ public final class DynamiteModule { sb.append(":"); sb.append(i3); Log.i("DynamiteModule", sb.toString()); - int i4 = a2.f2371c; + int i4 = a2.f2372c; if (i4 == 0 || ((i4 == -1 && a2.a == 0) || (i4 == 1 && a2.b == 0))) { int i5 = a2.a; int i6 = a2.b; @@ -210,13 +210,13 @@ public final class DynamiteModule { String valueOf = String.valueOf(e3.getMessage()); Log.w("DynamiteModule", valueOf.length() != 0 ? "Failed to load remote module: ".concat(valueOf) : new String("Failed to load remote module: ")); int i7 = a2.a; - if (i7 == 0 || aVar.a(context, str, new c(i7)).f2371c != -1) { + if (i7 == 0 || aVar.a(context, str, new c(i7)).f2372c != -1) { throw new LoadingException("Remote load failed. No local fallback found.", e3, null); } return e(context, str); } } else { - int i8 = a2.f2371c; + int i8 = a2.f2372c; StringBuilder sb3 = new StringBuilder(47); sb3.append("VersionPolicy returned invalid code:"); sb3.append(i8); @@ -416,7 +416,7 @@ public final class DynamiteModule { IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.dynamite.IDynamiteLoaderV2"); iVar = queryLocalInterface instanceof i ? (i) queryLocalInterface : new h(iBinder); } - f2370c = iVar; + f2371c = iVar; } catch (ClassNotFoundException | IllegalAccessException | InstantiationException | NoSuchMethodException | InvocationTargetException e2) { throw new LoadingException("Failed to instantiate dynamite loader", e2, null); } @@ -531,7 +531,7 @@ public final class DynamiteModule { sb.append(i2); Log.i("DynamiteModule", sb.toString()); synchronized (DynamiteModule.class) { - iVar = f2370c; + iVar = f2371c; } if (iVar != null) { b bVar = f.get(); diff --git a/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java b/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java index 453dc69db8..6358fb3cf8 100644 --- a/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java +++ b/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java @@ -22,7 +22,7 @@ public abstract class zzhi extends u3 { public static final boolean b = j7.g; /* renamed from: c reason: collision with root package name */ - public g4 f2372c; + public g4 f2373c; /* compiled from: com.google.android.gms:play-services-measurement-base@@18.0.0 */ public static class a extends zzhi { @@ -215,7 +215,7 @@ public abstract class zzhi extends u3 { l3Var.l(e); } r(e); - q6Var.g(c6Var, this.f2372c); + q6Var.g(c6Var, this.f2373c); } @Override // com.google.android.gms.internal.measurement.zzhi diff --git a/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java b/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java index 5b097d5211..2961999ae3 100644 --- a/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java +++ b/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java @@ -38,7 +38,7 @@ public class AppMeasurement { public final u4 b; /* renamed from: c reason: collision with root package name */ - public final b7 f2373c; + public final b7 f2374c; public final boolean d; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ @@ -155,7 +155,7 @@ public class AppMeasurement { } public AppMeasurement(b7 b7Var) { - this.f2373c = b7Var; + this.f2374c = b7Var; this.b = null; this.d = true; } @@ -163,7 +163,7 @@ public class AppMeasurement { public AppMeasurement(u4 u4Var) { Objects.requireNonNull(u4Var, "null reference"); this.b = u4Var; - this.f2373c = null; + this.f2374c = null; this.d = false; } @@ -194,7 +194,7 @@ public class AppMeasurement { @Keep public void beginAdUnitExposure(@NonNull @Size(min = 1) String str) { if (this.d) { - this.f2373c.g(str); + this.f2374c.g(str); return; } a A = this.b.A(); @@ -205,7 +205,7 @@ public class AppMeasurement { @Keep public void clearConditionalUserProperty(@NonNull @Size(max = 24, min = 1) String str, @Nullable String str2, @Nullable Bundle bundle) { if (this.d) { - this.f2373c.l(str, str2, bundle); + this.f2374c.l(str, str2, bundle); } else { this.b.s().R(str, str2, bundle); } @@ -214,7 +214,7 @@ public class AppMeasurement { @Keep public void endAdUnitExposure(@NonNull @Size(min = 1) String str) { if (this.d) { - this.f2373c.j(str); + this.f2374c.j(str); return; } a A = this.b.A(); @@ -224,13 +224,13 @@ public class AppMeasurement { @Keep public long generateEventId() { - return this.d ? this.f2373c.e() : this.b.t().t0(); + return this.d ? this.f2374c.e() : this.b.t().t0(); } @Nullable @Keep public String getAppInstanceId() { - return this.d ? this.f2373c.c() : this.b.s().g.get(); + return this.d ? this.f2374c.c() : this.b.s().g.get(); } @Keep @@ -239,7 +239,7 @@ public class AppMeasurement { List list; int i = 0; if (this.d) { - list = this.f2373c.i(str, str2); + list = this.f2374c.i(str, str2); } else { c6 s2 = this.b.s(); if (s2.f().y()) { @@ -274,7 +274,7 @@ public class AppMeasurement { @Keep public String getCurrentScreenClass() { if (this.d) { - return this.f2373c.b(); + return this.f2374c.b(); } i7 i7Var = this.b.s().a.w().f1170c; if (i7Var != null) { @@ -287,7 +287,7 @@ public class AppMeasurement { @Keep public String getCurrentScreenName() { if (this.d) { - return this.f2373c.a(); + return this.f2374c.a(); } i7 i7Var = this.b.s().a.w().f1170c; if (i7Var != null) { @@ -299,14 +299,14 @@ public class AppMeasurement { @Nullable @Keep public String getGmpAppId() { - return this.d ? this.f2373c.d() : this.b.s().O(); + return this.d ? this.f2374c.d() : this.b.s().O(); } @Keep @WorkerThread public int getMaxUserProperties(@NonNull @Size(min = 1) String str) { if (this.d) { - return this.f2373c.h(str); + return this.f2374c.h(str); } this.b.s(); AnimatableValueParser.w(str); @@ -317,7 +317,7 @@ public class AppMeasurement { @WorkerThread public Map getUserProperties(@Nullable String str, @Nullable @Size(max = 24, min = 1) String str2, boolean z2) { if (this.d) { - return this.f2373c.k(str, str2, z2); + return this.f2374c.k(str, str2, z2); } c6 s2 = this.b.s(); if (s2.f().y()) { @@ -345,7 +345,7 @@ public class AppMeasurement { @Keep public void logEventInternal(String str, String str2, Bundle bundle) { if (this.d) { - this.f2373c.m(str, str2, bundle); + this.f2374c.m(str, str2, bundle); } else { this.b.s().H(str, str2, bundle); } @@ -355,7 +355,7 @@ public class AppMeasurement { public void setConditionalUserProperty(@NonNull ConditionalUserProperty conditionalUserProperty) { Objects.requireNonNull(conditionalUserProperty, "null reference"); if (this.d) { - this.f2373c.f(conditionalUserProperty.a()); + this.f2374c.f(conditionalUserProperty.a()); return; } c6 s2 = this.b.s(); diff --git a/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java b/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java index b2ec294906..6c6ed319bc 100644 --- a/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java +++ b/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java @@ -27,20 +27,20 @@ public final class zzn extends AbstractSafeParcelable { public final long r; /* renamed from: s reason: collision with root package name */ - public final String f2374s; + public final String f2375s; public final long t; public final long u; public final int v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2375x; + public final boolean f2376x; /* renamed from: y reason: collision with root package name */ - public final boolean f2376y; + public final boolean f2377y; /* renamed from: z reason: collision with root package name */ - public final String f2377z; + public final String f2378z; public zzn(String str, String str2, String str3, long j, String str4, long j2, long j3, String str5, boolean z2, boolean z3, String str6, long j4, long j5, int i, boolean z4, boolean z5, boolean z6, String str7, Boolean bool, long j6, List list, String str8, String str9) { AnimatableValueParser.w(str); @@ -54,14 +54,14 @@ public final class zzn extends AbstractSafeParcelable { this.o = str5; this.p = z2; this.q = z3; - this.f2374s = str6; + this.f2375s = str6; this.t = j4; this.u = j5; this.v = i; this.w = z4; - this.f2375x = z5; - this.f2376y = z6; - this.f2377z = str7; + this.f2376x = z5; + this.f2377y = z6; + this.f2378z = str7; this.A = bool; this.B = j6; this.C = list; @@ -80,14 +80,14 @@ public final class zzn extends AbstractSafeParcelable { this.o = str5; this.p = z2; this.q = z3; - this.f2374s = str6; + this.f2375s = str6; this.t = j4; this.u = j5; this.v = i; this.w = z4; - this.f2375x = z5; - this.f2376y = z6; - this.f2377z = str7; + this.f2376x = z5; + this.f2377y = z6; + this.f2378z = str7; this.A = bool; this.B = j6; this.C = list; @@ -118,7 +118,7 @@ public final class zzn extends AbstractSafeParcelable { long j3 = this.r; AnimatableValueParser.c3(parcel, 11, 8); parcel.writeLong(j3); - AnimatableValueParser.V2(parcel, 12, this.f2374s, false); + AnimatableValueParser.V2(parcel, 12, this.f2375s, false); long j4 = this.t; AnimatableValueParser.c3(parcel, 13, 8); parcel.writeLong(j4); @@ -131,13 +131,13 @@ public final class zzn extends AbstractSafeParcelable { boolean z4 = this.w; AnimatableValueParser.c3(parcel, 16, 4); parcel.writeInt(z4 ? 1 : 0); - boolean z5 = this.f2375x; + boolean z5 = this.f2376x; AnimatableValueParser.c3(parcel, 17, 4); parcel.writeInt(z5 ? 1 : 0); - boolean z6 = this.f2376y; + boolean z6 = this.f2377y; AnimatableValueParser.c3(parcel, 18, 4); parcel.writeInt(z6 ? 1 : 0); - AnimatableValueParser.V2(parcel, 19, this.f2377z, false); + AnimatableValueParser.V2(parcel, 19, this.f2378z, false); Boolean bool = this.A; if (bool != null) { AnimatableValueParser.c3(parcel, 21, 4); diff --git a/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java b/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java index 7029c3f5a3..492dbbdda5 100644 --- a/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java +++ b/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java @@ -20,7 +20,7 @@ public final class zzz extends AbstractSafeParcelable { public long r; /* renamed from: s reason: collision with root package name */ - public zzaq f2378s; + public zzaq f2379s; public zzz(zzz zzz) { this.i = zzz.i; @@ -33,7 +33,7 @@ public final class zzz extends AbstractSafeParcelable { this.p = zzz.p; this.q = zzz.q; this.r = zzz.r; - this.f2378s = zzz.f2378s; + this.f2379s = zzz.f2379s; } public zzz(String str, String str2, zzku zzku, long j, boolean z2, String str3, zzaq zzaq, long j2, zzaq zzaq2, long j3, zzaq zzaq3) { @@ -47,7 +47,7 @@ public final class zzz extends AbstractSafeParcelable { this.p = j2; this.q = zzaq2; this.r = j3; - this.f2378s = zzaq3; + this.f2379s = zzaq3; } @Override // android.os.Parcelable @@ -71,7 +71,7 @@ public final class zzz extends AbstractSafeParcelable { long j3 = this.r; AnimatableValueParser.c3(parcel, 11, 8); parcel.writeLong(j3); - AnimatableValueParser.U2(parcel, 12, this.f2378s, i, false); + AnimatableValueParser.U2(parcel, 12, this.f2379s, i, false); AnimatableValueParser.e3(parcel, Z2); } } diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java b/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java index bd770aad53..c38d2795c1 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java @@ -9,7 +9,7 @@ public final class SubscribeOptions { @Nullable /* renamed from: c reason: collision with root package name */ - public final d f2379c = null; + public final d f2380c = null; public final boolean d = false; static { diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java b/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java index b78e4817e4..d0c7664fdc 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java @@ -41,7 +41,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re @Deprecated /* renamed from: s reason: collision with root package name */ - public final boolean f2380s; + public final boolean f2381s; @Nullable public final a t; @Deprecated @@ -51,10 +51,10 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re public final boolean w; /* renamed from: x reason: collision with root package name */ - public final int f2381x; + public final int f2382x; /* renamed from: y reason: collision with root package name */ - public final int f2382y; + public final int f2383y; public SubscribeRequest(int i, @Nullable IBinder iBinder, Strategy strategy, IBinder iBinder2, MessageFilter messageFilter, @Nullable PendingIntent pendingIntent, int i2, @Nullable String str, @Nullable String str2, @Nullable byte[] bArr, boolean z2, @Nullable IBinder iBinder3, boolean z3, @Nullable ClientAppContext clientAppContext, boolean z4, int i3, int i4) { o0 o0Var; @@ -82,7 +82,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re this.p = str; this.q = str2; this.r = bArr; - this.f2380s = z2; + this.f2381s = z2; if (iBinder3 != null) { IInterface queryLocalInterface3 = iBinder3.queryLocalInterface("com.google.android.gms.nearby.messages.internal.ISubscribeCallback"); aVar = queryLocalInterface3 instanceof a ? (a) queryLocalInterface3 : new c(iBinder3); @@ -91,8 +91,8 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re this.u = z3; this.v = ClientAppContext.v0(clientAppContext, str2, str, z3); this.w = z4; - this.f2381x = i3; - this.f2382y = i4; + this.f2382x = i3; + this.f2383y = i4; } @Override // java.lang.Object @@ -120,8 +120,8 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re boolean z3 = this.w; String str2 = this.p; String str3 = this.q; - boolean z4 = this.f2380s; - int i = this.f2382y; + boolean z4 = this.f2381s; + int i = this.f2383y; StringBuilder O = c.d.b.a.a.O(c.d.b.a.a.b(str3, c.d.b.a.a.b(str2, valueOf7.length() + valueOf6.length() + c.d.b.a.a.b(str, valueOf5.length() + valueOf4.length() + valueOf3.length() + valueOf2.length() + valueOf.length() + 291))), "SubscribeRequest{messageListener=", valueOf, ", strategy=", valueOf2); c.d.b.a.a.o0(O, ", callback=", valueOf3, ", filter=", valueOf4); c.d.b.a.a.o0(O, ", pendingIntent=", valueOf5, ", hint=", str); @@ -162,7 +162,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re AnimatableValueParser.V2(parcel, 8, this.p, false); AnimatableValueParser.V2(parcel, 9, this.q, false); AnimatableValueParser.S2(parcel, 10, this.r, false); - boolean z2 = this.f2380s; + boolean z2 = this.f2381s; AnimatableValueParser.c3(parcel, 11, 4); parcel.writeInt(z2 ? 1 : 0); a aVar = this.t; @@ -177,10 +177,10 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re boolean z4 = this.w; AnimatableValueParser.c3(parcel, 15, 4); parcel.writeInt(z4 ? 1 : 0); - int i4 = this.f2381x; + int i4 = this.f2382x; AnimatableValueParser.c3(parcel, 16, 4); parcel.writeInt(i4); - int i5 = this.f2382y; + int i5 = this.f2383y; AnimatableValueParser.c3(parcel, 17, 4); parcel.writeInt(i5); AnimatableValueParser.e3(parcel, Z2); diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java b/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java index 4f416c7b36..ef205cb317 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java @@ -35,7 +35,7 @@ public final class zzbz extends AbstractSafeParcelable { public final ClientAppContext r; /* renamed from: s reason: collision with root package name */ - public final int f2383s; + public final int f2384s; public zzbz(int i, zzaf zzaf, Strategy strategy, IBinder iBinder, @Nullable String str, @Nullable String str2, boolean z2, @Nullable IBinder iBinder2, boolean z3, @Nullable ClientAppContext clientAppContext, int i2) { r0 r0Var; @@ -60,7 +60,7 @@ public final class zzbz extends AbstractSafeParcelable { this.p = w0Var; this.q = z3; this.r = ClientAppContext.v0(clientAppContext, str2, str, z3); - this.f2383s = i2; + this.f2384s = i2; } @Override // android.os.Parcelable @@ -83,7 +83,7 @@ public final class zzbz extends AbstractSafeParcelable { AnimatableValueParser.c3(parcel, 9, 4); parcel.writeInt(z3 ? 1 : 0); AnimatableValueParser.U2(parcel, 10, this.r, i, false); - int i3 = this.f2383s; + int i3 = this.f2384s; AnimatableValueParser.c3(parcel, 11, 4); parcel.writeInt(i3); AnimatableValueParser.e3(parcel, Z2); diff --git a/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java b/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java index 1d9e25669c..76a0735ada 100644 --- a/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java +++ b/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java @@ -167,13 +167,13 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta public final /* synthetic */ AppBarLayout b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2385c; + public final /* synthetic */ View f2386c; public final /* synthetic */ int d; public b(CoordinatorLayout coordinatorLayout, AppBarLayout appBarLayout, View view, int i) { this.a = coordinatorLayout; this.b = appBarLayout; - this.f2385c = view; + this.f2386c = view; this.d = i; } @@ -181,7 +181,7 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta /* JADX WARN: Multi-variable type inference failed */ @Override // androidx.core.view.accessibility.AccessibilityViewCommand public boolean perform(@NonNull View view, @Nullable AccessibilityViewCommand.CommandArguments commandArguments) { - BaseBehavior.this.onNestedPreScroll(this.a, (CoordinatorLayout) this.b, this.f2385c, 0, this.d, new int[]{0, 0}, 1); + BaseBehavior.this.onNestedPreScroll(this.a, (CoordinatorLayout) this.b, this.f2386c, 0, this.d, new int[]{0, 0}, 1); return true; } } diff --git a/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java b/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java index 4751d42587..7a571bc9c5 100644 --- a/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java +++ b/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java @@ -120,7 +120,7 @@ public class SwipeDismissBehavior extends CoordinatorLayout.Beha } /* JADX WARNING: Code restructure failed: missing block: B:21:0x0054, code lost: - if (java.lang.Math.abs(r8.getLeft() - r7.a) >= java.lang.Math.round(((float) r8.getWidth()) * r7.f2386c.dragDismissThreshold)) goto L_0x002a; + if (java.lang.Math.abs(r8.getLeft() - r7.a) >= java.lang.Math.round(((float) r8.getWidth()) * r7.f2387c.dragDismissThreshold)) goto L_0x002a; */ /* JADX WARNING: Removed duplicated region for block: B:23:0x0059 */ /* JADX WARNING: Removed duplicated region for block: B:28:0x0066 */ diff --git a/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java b/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java index 050f6d3a32..d2b2e3d5e8 100644 --- a/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java +++ b/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java @@ -355,12 +355,12 @@ public class BottomAppBar extends Toolbar implements CoordinatorLayout.AttachedB public final /* synthetic */ ActionMenuView b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f2387c; + public final /* synthetic */ int f2388c; public final /* synthetic */ boolean d; public g(ActionMenuView actionMenuView, int i, boolean z2) { this.b = actionMenuView; - this.f2387c = i; + this.f2388c = i; this.d = z2; } @@ -375,7 +375,7 @@ public class BottomAppBar extends Toolbar implements CoordinatorLayout.AttachedB boolean z2 = BottomAppBar.access$2000(BottomAppBar.this) != 0; BottomAppBar bottomAppBar = BottomAppBar.this; bottomAppBar.replaceMenu(BottomAppBar.access$2000(bottomAppBar)); - BottomAppBar.access$2100(BottomAppBar.this, this.b, this.f2387c, this.d, z2); + BottomAppBar.access$2100(BottomAppBar.this, this.b, this.f2388c, this.d, z2); } } } diff --git a/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java b/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java index 76cdb5c292..7ada719d85 100644 --- a/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java +++ b/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java @@ -18,7 +18,7 @@ import com.google.android.material.internal.ParcelableSparseArray; public class BottomNavigationPresenter implements MenuPresenter { /* renamed from: id reason: collision with root package name */ - private int f2388id; + private int f2389id; private MenuBuilder menu; private BottomNavigationMenuView menuView; private boolean updateSuspended = false; @@ -82,7 +82,7 @@ public class BottomNavigationPresenter implements MenuPresenter { @Override // androidx.appcompat.view.menu.MenuPresenter public int getId() { - return this.f2388id; + return this.f2389id; } @Override // androidx.appcompat.view.menu.MenuPresenter @@ -132,7 +132,7 @@ public class BottomNavigationPresenter implements MenuPresenter { } public void setId(int i) { - this.f2388id = i; + this.f2389id = i; } public void setUpdateSuspended(boolean z2) { diff --git a/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java b/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java index c6c0ea5e48..7085d779a4 100644 --- a/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java +++ b/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java @@ -104,13 +104,13 @@ public class MaterialButtonToggleGroup extends LinearLayout { public CornerSize b; /* renamed from: c reason: collision with root package name */ - public CornerSize f2389c; + public CornerSize f2390c; public CornerSize d; public CornerSize e; public d(CornerSize cornerSize, CornerSize cornerSize2, CornerSize cornerSize3, CornerSize cornerSize4) { this.b = cornerSize; - this.f2389c = cornerSize3; + this.f2390c = cornerSize3; this.d = cornerSize4; this.e = cornerSize2; } @@ -265,7 +265,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { CornerSize cornerSize = d.a; if (ViewUtils.isLayoutRtl(this)) { CornerSize cornerSize2 = d.a; - return new d(cornerSize2, cornerSize2, dVar.f2389c, dVar.d); + return new d(cornerSize2, cornerSize2, dVar.f2390c, dVar.d); } CornerSize cornerSize3 = dVar.b; CornerSize cornerSize4 = dVar.e; @@ -274,7 +274,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { } CornerSize cornerSize6 = dVar.b; CornerSize cornerSize7 = d.a; - return new d(cornerSize6, cornerSize7, dVar.f2389c, cornerSize7); + return new d(cornerSize6, cornerSize7, dVar.f2390c, cornerSize7); } else if (i != i3) { return null; } else { @@ -287,7 +287,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { return new d(cornerSize9, cornerSize10, cornerSize11, cornerSize11); } CornerSize cornerSize12 = d.a; - return new d(cornerSize12, cornerSize12, dVar.f2389c, dVar.d); + return new d(cornerSize12, cornerSize12, dVar.f2390c, dVar.d); } CornerSize cornerSize13 = d.a; return new d(cornerSize13, dVar.e, cornerSize13, dVar.d); @@ -356,7 +356,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { if (dVar == null) { builder.setAllCornerSizes(0.0f); } else { - builder.setTopLeftCornerSize(dVar.b).setBottomLeftCornerSize(dVar.e).setTopRightCornerSize(dVar.f2389c).setBottomRightCornerSize(dVar.d); + builder.setTopLeftCornerSize(dVar.b).setBottomLeftCornerSize(dVar.e).setTopRightCornerSize(dVar.f2390c).setBottomRightCornerSize(dVar.d); } } diff --git a/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java b/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java index 39f2236481..b913db424d 100644 --- a/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java +++ b/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java @@ -19,7 +19,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { public final CalendarConstraints b; /* renamed from: c reason: collision with root package name */ - public final DateSelector f2392c; + public final DateSelector f2393c; public final MaterialCalendar.l d; public final int e; @@ -51,7 +51,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { this.a = context; this.e = dayHeight + dayHeight2; this.b = calendarConstraints; - this.f2392c = dateSelector; + this.f2393c = dateSelector; this.d = lVar; setHasStableIds(true); } else { @@ -86,7 +86,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { viewHolder2.monthTitle.setText(m.l(viewHolder2.itemView.getContext())); MaterialCalendarGridView materialCalendarGridView = (MaterialCalendarGridView) viewHolder2.monthGrid.findViewById(R.id.month_grid); if (materialCalendarGridView.getAdapter() == null || !m.equals(materialCalendarGridView.getAdapter().j)) { - g gVar = new g(m, this.f2392c, this.b); + g gVar = new g(m, this.f2393c, this.b); materialCalendarGridView.setNumColumns(m.l); materialCalendarGridView.setAdapter((ListAdapter) gVar); } else { diff --git a/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java b/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java index 2d21d06d43..f568e68ccf 100644 --- a/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java +++ b/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java @@ -278,11 +278,11 @@ public class ExtendedFloatingActionButton extends MaterialButton implements Coor public final /* synthetic */ c.i.a.g.e.j b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ OnChangedCallback f2393c; + public final /* synthetic */ OnChangedCallback f2394c; public c(ExtendedFloatingActionButton extendedFloatingActionButton, c.i.a.g.e.j jVar, OnChangedCallback onChangedCallback) { this.b = jVar; - this.f2393c = onChangedCallback; + this.f2394c = onChangedCallback; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener @@ -295,7 +295,7 @@ public class ExtendedFloatingActionButton extends MaterialButton implements Coor public void onAnimationEnd(Animator animator) { this.b.e(); if (!this.a) { - this.b.g(this.f2393c); + this.b.g(this.f2394c); } } diff --git a/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java b/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java index cd20f9472c..ad8eeb0147 100644 --- a/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java +++ b/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java @@ -43,7 +43,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public ColorStateList iconTintList; /* renamed from: id reason: collision with root package name */ - private int f2394id; + private int f2395id; public boolean isBehindStatusBar = true; public Drawable itemBackground; public int itemHorizontalPadding; @@ -95,15 +95,15 @@ public class NavigationMenuPresenter implements MenuPresenter { public MenuItemImpl b; /* renamed from: c reason: collision with root package name */ - public boolean f2395c; + public boolean f2396c; public c() { a(); } public final void a() { - if (!this.f2395c) { - this.f2395c = true; + if (!this.f2396c) { + this.f2396c = true; this.a.clear(); this.a.add(new d()); int i = -1; @@ -186,7 +186,7 @@ public class NavigationMenuPresenter implements MenuPresenter { i2++; z2 = false; } - this.f2395c = false; + this.f2396c = false; } } @@ -418,7 +418,7 @@ public class NavigationMenuPresenter implements MenuPresenter { @Override // androidx.appcompat.view.menu.MenuPresenter public int getId() { - return this.f2394id; + return this.f2395id; } @Nullable @@ -510,7 +510,7 @@ public class NavigationMenuPresenter implements MenuPresenter { Objects.requireNonNull(cVar); int i2 = bundle2.getInt("android:menu:checked", 0); if (i2 != 0) { - cVar.f2395c = true; + cVar.f2396c = true; int size = cVar.a.size(); int i3 = 0; while (true) { @@ -524,7 +524,7 @@ public class NavigationMenuPresenter implements MenuPresenter { } i3++; } - cVar.f2395c = false; + cVar.f2396c = false; cVar.a(); } SparseArray sparseParcelableArray2 = bundle2.getSparseParcelableArray("android:menu:action_views"); @@ -617,7 +617,7 @@ public class NavigationMenuPresenter implements MenuPresenter { } public void setId(int i2) { - this.f2394id = i2; + this.f2395id = i2; } public void setItemBackground(@Nullable Drawable drawable) { @@ -675,7 +675,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public void setUpdateSuspended(boolean z2) { c cVar = this.adapter; if (cVar != null) { - cVar.f2395c = z2; + cVar.f2396c = z2; } } diff --git a/app/src/main/java/com/google/android/material/internal/ViewUtils.java b/app/src/main/java/com/google/android/material/internal/ViewUtils.java index 93f8bab3bb..9d56266094 100644 --- a/app/src/main/java/com/google/android/material/internal/ViewUtils.java +++ b/app/src/main/java/com/google/android/material/internal/ViewUtils.java @@ -67,13 +67,13 @@ public class ViewUtils { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2396c; + public final /* synthetic */ boolean f2397c; public final /* synthetic */ OnApplyWindowInsetsListener d; public b(boolean z2, boolean z3, boolean z4, OnApplyWindowInsetsListener onApplyWindowInsetsListener) { this.a = z2; this.b = z3; - this.f2396c = z4; + this.f2397c = z4; this.d = onApplyWindowInsetsListener; } @@ -91,7 +91,7 @@ public class ViewUtils { relativePadding.start = windowInsetsCompat.getSystemWindowInsetLeft() + relativePadding.start; } } - if (this.f2396c) { + if (this.f2397c) { if (isLayoutRtl) { relativePadding.start = windowInsetsCompat.getSystemWindowInsetRight() + relativePadding.start; } else { diff --git a/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java b/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java index d46a2f9ccf..27229b0dd0 100644 --- a/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java +++ b/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java @@ -118,7 +118,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @Nullable /* renamed from: c reason: collision with root package name */ - public ColorFilter f2398c; + public ColorFilter f2399c; @Nullable public ColorStateList d = null; @Nullable @@ -142,7 +142,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable public int r = 0; /* renamed from: s reason: collision with root package name */ - public int f2399s = 0; + public int f2400s = 0; public int t = 0; public boolean u = false; public Paint.Style v = Paint.Style.FILL_AND_STROKE; @@ -151,14 +151,14 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable this.a = cVar.a; this.b = cVar.b; this.l = cVar.l; - this.f2398c = cVar.f2398c; + this.f2399c = cVar.f2399c; this.d = cVar.d; this.e = cVar.e; this.h = cVar.h; this.g = cVar.g; this.m = cVar.m; this.j = cVar.j; - this.f2399s = cVar.f2399s; + this.f2400s = cVar.f2400s; this.q = cVar.q; this.u = cVar.u; this.k = cVar.k; @@ -322,7 +322,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable if (this.containsIncompatibleShadowOp.cardinality() > 0) { Log.w(TAG, "Compatibility shadow requested but can't be drawn for all operations in this shape."); } - if (this.drawableState.f2399s != 0) { + if (this.drawableState.f2400s != 0) { canvas.drawPath(this.path, this.shadowRenderer.getShadowPaint()); } for (int i = 0; i < 4; i++) { @@ -464,7 +464,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable private void updateZ() { float z2 = getZ(); this.drawableState.r = (int) Math.ceil((double) (0.75f * z2)); - this.drawableState.f2399s = (int) Math.ceil((double) (z2 * 0.25f)); + this.drawableState.f2400s = (int) Math.ceil((double) (z2 * 0.25f)); updateTintFilter(); invalidateSelfIgnoreShape(); } @@ -612,12 +612,12 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable public int getShadowOffsetX() { c cVar = this.drawableState; - return (int) (Math.sin(Math.toRadians((double) cVar.t)) * ((double) cVar.f2399s)); + return (int) (Math.sin(Math.toRadians((double) cVar.t)) * ((double) cVar.f2400s)); } public int getShadowOffsetY() { c cVar = this.drawableState; - return (int) (Math.cos(Math.toRadians((double) cVar.t)) * ((double) cVar.f2399s)); + return (int) (Math.cos(Math.toRadians((double) cVar.t)) * ((double) cVar.f2400s)); } public int getShadowRadius() { @@ -626,7 +626,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public int getShadowVerticalOffset() { - return this.drawableState.f2399s; + return this.drawableState.f2400s; } @Override // com.google.android.material.shape.Shapeable @@ -770,7 +770,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @Override // android.graphics.drawable.Drawable public void setColorFilter(@Nullable ColorFilter colorFilter) { - this.drawableState.f2398c = colorFilter; + this.drawableState.f2399c = colorFilter; invalidateSelfIgnoreShape(); } @@ -887,8 +887,8 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public void setShadowVerticalOffset(int i) { c cVar = this.drawableState; - if (cVar.f2399s != i) { - cVar.f2399s = i; + if (cVar.f2400s != i) { + cVar.f2400s = i; invalidateSelfIgnoreShape(); } } diff --git a/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java b/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java index 50038d03ae..4807ed0f4e 100644 --- a/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java +++ b/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java @@ -42,7 +42,7 @@ public class ShapeAppearancePathProvider { @NonNull /* renamed from: c reason: collision with root package name */ - public final RectF f2400c; + public final RectF f2401c; @Nullable public final PathListener d; public final float e; @@ -51,7 +51,7 @@ public class ShapeAppearancePathProvider { this.d = pathListener; this.a = shapeAppearanceModel; this.e = f; - this.f2400c = rectF; + this.f2401c = rectF; this.b = path; } } @@ -100,7 +100,7 @@ public class ShapeAppearancePathProvider { float f = fArr[0]; float[] fArr2 = this.scratch2; float max = Math.max(((float) Math.hypot((double) (f - fArr2[0]), (double) (fArr[1] - fArr2[1]))) - 0.001f, 0.0f); - float edgeCenterForIndex = getEdgeCenterForIndex(bVar.f2400c, i); + float edgeCenterForIndex = getEdgeCenterForIndex(bVar.f2401c, i); this.shapePath.reset(0.0f, 0.0f); EdgeTreatment edgeTreatmentForIndex = getEdgeTreatmentForIndex(i, bVar.a); edgeTreatmentForIndex.getEdgePath(max, edgeCenterForIndex, bVar.e, this.shapePath); @@ -181,10 +181,10 @@ public class ShapeAppearancePathProvider { } private void setCornerPathAndTransform(@NonNull b bVar, int i) { - getCornerTreatmentForIndex(i, bVar.a).getCornerPath(this.cornerPaths[i], 90.0f, bVar.e, bVar.f2400c, getCornerSizeForIndex(i, bVar.a)); + getCornerTreatmentForIndex(i, bVar.a).getCornerPath(this.cornerPaths[i], 90.0f, bVar.e, bVar.f2401c, getCornerSizeForIndex(i, bVar.a)); float angleOfEdge = angleOfEdge(i); this.cornerTransforms[i].reset(); - getCoordinatesOfCorner(i, bVar.f2400c, this.pointF); + getCoordinatesOfCorner(i, bVar.f2401c, this.pointF); Matrix matrix = this.cornerTransforms[i]; PointF pointF = this.pointF; matrix.setTranslate(pointF.x, pointF.y); diff --git a/app/src/main/java/com/google/android/material/shape/ShapePath.java b/app/src/main/java/com/google/android/material/shape/ShapePath.java index f5fdb2edae..77a33ca001 100644 --- a/app/src/main/java/com/google/android/material/shape/ShapePath.java +++ b/app/src/main/java/com/google/android/material/shape/ShapePath.java @@ -220,26 +220,26 @@ public class ShapePath { public static class PathLineOperation extends PathOperation { /* renamed from: x reason: collision with root package name */ - private float f2401x; + private float f2402x; /* renamed from: y reason: collision with root package name */ - private float f2402y; + private float f2403y; public static /* synthetic */ float access$000(PathLineOperation pathLineOperation) { - return pathLineOperation.f2401x; + return pathLineOperation.f2402x; } public static /* synthetic */ float access$002(PathLineOperation pathLineOperation, float f) { - pathLineOperation.f2401x = f; + pathLineOperation.f2402x = f; return f; } public static /* synthetic */ float access$100(PathLineOperation pathLineOperation) { - return pathLineOperation.f2402y; + return pathLineOperation.f2403y; } public static /* synthetic */ float access$102(PathLineOperation pathLineOperation, float f) { - pathLineOperation.f2402y = f; + pathLineOperation.f2403y = f; return f; } @@ -248,7 +248,7 @@ public class ShapePath { Matrix matrix2 = this.matrix; matrix.invert(matrix2); path.transform(matrix2); - path.lineTo(this.f2401x, this.f2402y); + path.lineTo(this.f2402x, this.f2403y); path.transform(matrix); } } @@ -331,17 +331,17 @@ public class ShapePath { public final /* synthetic */ List b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Matrix f2403c; + public final /* synthetic */ Matrix f2404c; public a(ShapePath shapePath, List list, Matrix matrix) { this.b = list; - this.f2403c = matrix; + this.f2404c = matrix; } @Override // com.google.android.material.shape.ShapePath.d public void a(Matrix matrix, ShadowRenderer shadowRenderer, int i, Canvas canvas) { for (d dVar : this.b) { - dVar.a(this.f2403c, shadowRenderer, i, canvas); + dVar.a(this.f2404c, shadowRenderer, i, canvas); } } } @@ -363,26 +363,26 @@ public class ShapePath { public final PathLineOperation b; /* renamed from: c reason: collision with root package name */ - public final float f2404c; + public final float f2405c; public final float d; public c(PathLineOperation pathLineOperation, float f, float f2) { this.b = pathLineOperation; - this.f2404c = f; + this.f2405c = f; this.d = f2; } @Override // com.google.android.material.shape.ShapePath.d public void a(Matrix matrix, @NonNull ShadowRenderer shadowRenderer, int i, @NonNull Canvas canvas) { - RectF rectF = new RectF(0.0f, 0.0f, (float) Math.hypot((double) (PathLineOperation.access$100(this.b) - this.d), (double) (PathLineOperation.access$000(this.b) - this.f2404c)), 0.0f); + RectF rectF = new RectF(0.0f, 0.0f, (float) Math.hypot((double) (PathLineOperation.access$100(this.b) - this.d), (double) (PathLineOperation.access$000(this.b) - this.f2405c)), 0.0f); Matrix matrix2 = new Matrix(matrix); - matrix2.preTranslate(this.f2404c, this.d); + matrix2.preTranslate(this.f2405c, this.d); matrix2.preRotate(b()); shadowRenderer.drawEdgeShadow(canvas, matrix2, rectF, i); } public float b() { - return (float) Math.toDegrees(Math.atan((double) ((PathLineOperation.access$100(this.b) - this.d) / (PathLineOperation.access$000(this.b) - this.f2404c)))); + return (float) Math.toDegrees(Math.atan((double) ((PathLineOperation.access$100(this.b) - this.d) / (PathLineOperation.access$000(this.b) - this.f2405c)))); } } diff --git a/app/src/main/java/com/google/android/material/tabs/TabLayout.java b/app/src/main/java/com/google/android/material/tabs/TabLayout.java index 25d90dd868..85b4d7e7ab 100644 --- a/app/src/main/java/com/google/android/material/tabs/TabLayout.java +++ b/app/src/main/java/com/google/android/material/tabs/TabLayout.java @@ -183,7 +183,7 @@ public class TabLayout extends HorizontalScrollView { private Drawable icon; /* renamed from: id reason: collision with root package name */ - private int f2407id = -1; + private int f2408id = -1; @LabelVisibility private int labelVisibilityMode = 1; @Nullable @@ -197,7 +197,7 @@ public class TabLayout extends HorizontalScrollView { public TabView view; public static /* synthetic */ int access$000(Tab tab) { - return tab.f2407id; + return tab.f2408id; } public static /* synthetic */ int access$1100(Tab tab) { @@ -237,7 +237,7 @@ public class TabLayout extends HorizontalScrollView { } public int getId() { - return this.f2407id; + return this.f2408id; } @NonNull @@ -281,7 +281,7 @@ public class TabLayout extends HorizontalScrollView { this.view = null; this.tag = null; this.icon = null; - this.f2407id = -1; + this.f2408id = -1; this.text = null; this.contentDesc = null; this.position = -1; @@ -350,7 +350,7 @@ public class TabLayout extends HorizontalScrollView { @NonNull public Tab setId(int i) { - this.f2407id = i; + this.f2408id = i; TabView tabView = this.view; if (tabView != null) { tabView.setId(i); diff --git a/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java b/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java index 8008fe6953..4e47c435da 100644 --- a/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java +++ b/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java @@ -69,7 +69,7 @@ public final class TabLayoutMediator { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f2409c = 0; + public int f2410c = 0; public b(TabLayout tabLayout) { this.a = new WeakReference<>(tabLayout); @@ -77,15 +77,15 @@ public final class TabLayoutMediator { @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageScrollStateChanged(int i) { - this.b = this.f2409c; - this.f2409c = i; + this.b = this.f2410c; + this.f2410c = i; } @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageScrolled(int i, float f, int i2) { TabLayout tabLayout = this.a.get(); if (tabLayout != null) { - int i3 = this.f2409c; + int i3 = this.f2410c; boolean z2 = false; boolean z3 = i3 != 2 || this.b == 1; if (!(i3 == 2 && this.b == 0)) { @@ -99,7 +99,7 @@ public final class TabLayoutMediator { public void onPageSelected(int i) { TabLayout tabLayout = this.a.get(); if (tabLayout != null && tabLayout.getSelectedTabPosition() != i && i < tabLayout.getTabCount()) { - int i2 = this.f2409c; + int i2 = this.f2410c; tabLayout.selectTab(tabLayout.getTabAt(i), i2 == 0 || (i2 == 2 && this.b == 0)); } } diff --git a/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java b/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java index ffbbcf075e..9735af429d 100644 --- a/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java +++ b/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java @@ -38,7 +38,7 @@ public class ClockFaceView extends e implements ClockHandView.OnRotateListener { public final float[] r = {0.0f, 0.9f, 1.0f}; /* renamed from: s reason: collision with root package name */ - public final int f2410s; + public final int f2411s; public String[] t; public float u; public final ColorStateList v; @@ -54,7 +54,7 @@ public class ClockFaceView extends e implements ClockHandView.OnRotateListener { LayoutInflater.from(context).inflate(R.layout.material_clockface_view, (ViewGroup) this, true); ClockHandView clockHandView = (ClockHandView) findViewById(R.id.material_clock_hand); this.l = clockHandView; - this.f2410s = resources.getDimensionPixelSize(R.dimen.material_clock_hand_padding); + this.f2411s = resources.getDimensionPixelSize(R.dimen.material_clock_hand_padding); int colorForState = colorStateList.getColorForState(new int[]{16842913}, colorStateList.getDefaultColor()); this.q = new int[]{colorForState, colorForState, colorStateList.getDefaultColor()}; clockHandView.p.add(this); diff --git a/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java b/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java index 57fd3a2da9..9b10cefc2f 100644 --- a/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java +++ b/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java @@ -35,7 +35,7 @@ public class ClockHandView extends View { public final float r; /* renamed from: s reason: collision with root package name */ - public final Paint f2411s; + public final Paint f2412s; public final RectF t; @Px public final int u; @@ -43,13 +43,13 @@ public class ClockHandView extends View { public boolean w; /* renamed from: x reason: collision with root package name */ - public OnActionUpListener f2412x; + public OnActionUpListener f2413x; /* renamed from: y reason: collision with root package name */ - public double f2413y; + public double f2414y; /* renamed from: z reason: collision with root package name */ - public int f2414z; + public int f2415z; public interface OnActionUpListener { void onActionUp(@FloatRange(from = 0.0d, to = 360.0d) float f, boolean z2); @@ -87,10 +87,10 @@ public class ClockHandView extends View { super(context, attributeSet, r0); int i2 = R.attr.materialClockStyle; Paint paint = new Paint(); - this.f2411s = paint; + this.f2412s = paint; this.t = new RectF(); TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, R.styleable.ClockHandView, i2, R.style.Widget_MaterialComponents_TimePicker_Clock); - this.f2414z = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_materialCircleRadius, 0); + this.f2415z = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_materialCircleRadius, 0); this.q = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_selectorSize, 0); Resources resources = getResources(); this.u = resources.getDimensionPixelSize(R.dimen.material_clock_hand_stroke_width); @@ -139,9 +139,9 @@ public class ClockHandView extends View { public final void c(@FloatRange(from = 0.0d, to = 360.0d) float f, boolean z2) { float f2 = f % 360.0f; this.v = f2; - this.f2413y = Math.toRadians((double) (f2 - 90.0f)); - float cos = (((float) this.f2414z) * ((float) Math.cos(this.f2413y))) + ((float) (getWidth() / 2)); - float sin = (((float) this.f2414z) * ((float) Math.sin(this.f2413y))) + ((float) (getHeight() / 2)); + this.f2414y = Math.toRadians((double) (f2 - 90.0f)); + float cos = (((float) this.f2415z) * ((float) Math.cos(this.f2414y))) + ((float) (getWidth() / 2)); + float sin = (((float) this.f2415z) * ((float) Math.sin(this.f2414y))) + ((float) (getHeight() / 2)); RectF rectF = this.t; int i2 = this.q; rectF.set(cos - ((float) i2), sin - ((float) i2), cos + ((float) i2), sin + ((float) i2)); @@ -158,14 +158,14 @@ public class ClockHandView extends View { int width = getWidth() / 2; float f = (float) width; float f2 = (float) height; - this.f2411s.setStrokeWidth(0.0f); - canvas.drawCircle((((float) this.f2414z) * ((float) Math.cos(this.f2413y))) + f, (((float) this.f2414z) * ((float) Math.sin(this.f2413y))) + f2, (float) this.q, this.f2411s); - double sin = Math.sin(this.f2413y); - double cos = Math.cos(this.f2413y); - double d = (double) ((float) (this.f2414z - this.q)); - this.f2411s.setStrokeWidth((float) this.u); - canvas.drawLine(f, f2, (float) (width + ((int) (cos * d))), (float) (height + ((int) (d * sin))), this.f2411s); - canvas.drawCircle(f, f2, this.r, this.f2411s); + this.f2412s.setStrokeWidth(0.0f); + canvas.drawCircle((((float) this.f2415z) * ((float) Math.cos(this.f2414y))) + f, (((float) this.f2415z) * ((float) Math.sin(this.f2414y))) + f2, (float) this.q, this.f2412s); + double sin = Math.sin(this.f2414y); + double cos = Math.cos(this.f2414y); + double d = (double) ((float) (this.f2415z - this.q)); + this.f2412s.setStrokeWidth((float) this.u); + canvas.drawLine(f, f2, (float) (width + ((int) (cos * d))), (float) (height + ((int) (d * sin))), this.f2412s); + canvas.drawCircle(f, f2, this.r, this.f2412s); } @Override // android.view.View @@ -218,7 +218,7 @@ public class ClockHandView extends View { } boolean z8 = z5 | z6; this.w = z8; - if (z8 && z4 && (onActionUpListener = this.f2412x) != null) { + if (z8 && z4 && (onActionUpListener = this.f2413x) != null) { onActionUpListener.onActionUp((float) a(x2, y2), this.n); } return true; diff --git a/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java b/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java index 4db95555ec..6cdf2fcf5f 100644 --- a/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java +++ b/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java @@ -61,20 +61,20 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation public final /* synthetic */ View b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2415c; + public final /* synthetic */ View f2416c; public a(FabTransformationBehavior fabTransformationBehavior, boolean z2, View view, View view2) { this.a = z2; this.b = view; - this.f2415c = view2; + this.f2416c = view2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { if (!this.a) { this.b.setVisibility(4); - this.f2415c.setAlpha(1.0f); - this.f2415c.setVisibility(0); + this.f2416c.setAlpha(1.0f); + this.f2416c.setVisibility(0); } } @@ -82,8 +82,8 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation public void onAnimationStart(Animator animator) { if (this.a) { this.b.setVisibility(0); - this.f2415c.setAlpha(0.0f); - this.f2415c.setVisibility(4); + this.f2416c.setAlpha(0.0f); + this.f2416c.setVisibility(4); } } } diff --git a/app/src/main/java/com/google/android/material/transition/FadeProvider.java b/app/src/main/java/com/google/android/material/transition/FadeProvider.java index 6071702fa0..8ab04c35ba 100644 --- a/app/src/main/java/com/google/android/material/transition/FadeProvider.java +++ b/app/src/main/java/com/google/android/material/transition/FadeProvider.java @@ -17,21 +17,21 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2416c; + public final /* synthetic */ float f2417c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2416c = f2; + this.f2417c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2416c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2417c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java b/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java index fd40cefd76..0b1bccb3fb 100644 --- a/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java +++ b/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java @@ -17,21 +17,21 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2417c; + public final /* synthetic */ float f2418c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2417c = f2; + this.f2418c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2417c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2418c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java b/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java index 2b5faf134c..bd8809c96a 100644 --- a/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java +++ b/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java @@ -180,13 +180,13 @@ public final class MaterialContainerTransform extends Transition { public final /* synthetic */ d b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2418c; + public final /* synthetic */ View f2419c; public final /* synthetic */ View d; public b(View view, d dVar, View view2, View view3) { this.a = view; this.b = dVar; - this.f2418c = view2; + this.f2419c = view2; this.d = view3; } @@ -194,7 +194,7 @@ public final class MaterialContainerTransform extends Transition { public void onTransitionEnd(@NonNull Transition transition) { MaterialContainerTransform.this.removeListener(this); if (!MaterialContainerTransform.access$300(MaterialContainerTransform.this)) { - this.f2418c.setAlpha(1.0f); + this.f2419c.setAlpha(1.0f); this.d.setAlpha(1.0f); ViewUtils.getOverlay(this.a).remove(this.b); } @@ -203,7 +203,7 @@ public final class MaterialContainerTransform extends Transition { @Override // androidx.transition.Transition.TransitionListener public void onTransitionStart(@NonNull Transition transition) { ViewUtils.getOverlay(this.a).add(this.b); - this.f2418c.setAlpha(0.0f); + this.f2419c.setAlpha(0.0f); this.d.setAlpha(0.0f); } } @@ -216,14 +216,14 @@ public final class MaterialContainerTransform extends Transition { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressThresholds f2419c; + public final ProgressThresholds f2420c; @NonNull public final ProgressThresholds d; public c(ProgressThresholds progressThresholds, ProgressThresholds progressThresholds2, ProgressThresholds progressThresholds3, ProgressThresholds progressThresholds4, a aVar) { this.a = progressThresholds; this.b = progressThresholds2; - this.f2419c = progressThresholds3; + this.f2420c = progressThresholds3; this.d = progressThresholds4; } } @@ -245,7 +245,7 @@ public final class MaterialContainerTransform extends Transition { public final RectF b; /* renamed from: c reason: collision with root package name */ - public final ShapeAppearanceModel f2420c; + public final ShapeAppearanceModel f2421c; public final float d; public final View e; public final RectF f; @@ -263,20 +263,20 @@ public final class MaterialContainerTransform extends Transition { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final float f2421s; + public final float f2422s; public final float t; public final boolean u; public final MaterialShapeDrawable v; public final RectF w; /* renamed from: x reason: collision with root package name */ - public final RectF f2422x; + public final RectF f2423x; /* renamed from: y reason: collision with root package name */ - public final RectF f2423y; + public final RectF f2424y; /* renamed from: z reason: collision with root package name */ - public final RectF f2424z; + public final RectF f2425z; public class a implements k.a { public a() { @@ -317,7 +317,7 @@ public final class MaterialContainerTransform extends Transition { this.F = new Path(); this.a = view; this.b = rectF; - this.f2420c = shapeAppearanceModel; + this.f2421c = shapeAppearanceModel; this.d = f; this.e = view2; this.f = rectF2; @@ -331,7 +331,7 @@ public final class MaterialContainerTransform extends Transition { this.D = z4; DisplayMetrics displayMetrics = new DisplayMetrics(); ((WindowManager) view.getContext().getSystemService("window")).getDefaultDisplay().getMetrics(displayMetrics); - this.f2421s = (float) displayMetrics.widthPixels; + this.f2422s = (float) displayMetrics.widthPixels; this.t = (float) displayMetrics.heightPixels; paint.setColor(i); paint2.setColor(i2); @@ -342,10 +342,10 @@ public final class MaterialContainerTransform extends Transition { materialShapeDrawable.setShadowColor(-7829368); RectF rectF3 = new RectF(rectF); this.w = rectF3; - this.f2422x = new RectF(rectF3); + this.f2423x = new RectF(rectF3); RectF rectF4 = new RectF(rectF3); - this.f2423y = rectF4; - this.f2424z = new RectF(rectF4); + this.f2424y = rectF4; + this.f2425z = new RectF(rectF4); PointF c2 = c(rectF); PointF c3 = c(rectF2); PathMeasure pathMeasure = new PathMeasure(pathMotion.getPath(c2.x, c2.y, c3.x, c3.y), false); @@ -368,7 +368,7 @@ public final class MaterialContainerTransform extends Transition { public final void a(Canvas canvas) { d(canvas, this.k); Rect bounds = getBounds(); - RectF rectF = this.f2423y; + RectF rectF = this.f2424y; k.h(canvas, bounds, rectF.left, rectF.top, this.H.b, this.G.b, new b()); } @@ -441,16 +441,16 @@ public final class MaterialContainerTransform extends Transition { this.E.setColor(-65281); canvas.drawPath(path, this.E); } - RectF rectF3 = this.f2422x; + RectF rectF3 = this.f2423x; this.E.setColor(InputDeviceCompat.SOURCE_ANY); canvas.drawRect(rectF3, this.E); RectF rectF4 = this.w; this.E.setColor(-16711936); canvas.drawRect(rectF4, this.E); - RectF rectF5 = this.f2424z; + RectF rectF5 = this.f2425z; this.E.setColor(-16711681); canvas.drawRect(rectF5, this.E); - RectF rectF6 = this.f2423y; + RectF rectF6 = this.f2424y; this.E.setColor(-16776961); canvas.drawRect(rectF6, this.E); } @@ -487,28 +487,28 @@ public final class MaterialContainerTransform extends Transition { RectF rectF = this.w; float f8 = a2.f1272c / 2.0f; rectF.set(f4 - f8, f5, f8 + f4, a2.d + f5); - RectF rectF2 = this.f2423y; + RectF rectF2 = this.f2424y; f fVar = this.H; float f9 = fVar.e / 2.0f; rectF2.set(f4 - f9, f5, f9 + f4, fVar.f + f5); - this.f2422x.set(this.w); - this.f2424z.set(this.f2423y); - float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2419c)))).floatValue(); - float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2419c)))).floatValue(); + this.f2423x.set(this.w); + this.f2425z.set(this.f2424y); + float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2420c)))).floatValue(); + float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2420c)))).floatValue(); boolean b2 = this.C.b(this.H); - RectF rectF3 = b2 ? this.f2422x : this.f2424z; + RectF rectF3 = b2 ? this.f2423x : this.f2425z; float e = k.e(0.0f, 1.0f, floatValue, floatValue2, f); if (!b2) { e = 1.0f - e; } this.C.c(rectF3, e, this.H); - this.I = new RectF(Math.min(this.f2422x.left, this.f2424z.left), Math.min(this.f2422x.top, this.f2424z.top), Math.max(this.f2422x.right, this.f2424z.right), Math.max(this.f2422x.bottom, this.f2424z.bottom)); + this.I = new RectF(Math.min(this.f2423x.left, this.f2425z.left), Math.min(this.f2423x.top, this.f2425z.top), Math.max(this.f2423x.right, this.f2425z.right), Math.max(this.f2423x.bottom, this.f2425z.bottom)); g gVar = this.n; - ShapeAppearanceModel shapeAppearanceModel = this.f2420c; + ShapeAppearanceModel shapeAppearanceModel = this.f2421c; ShapeAppearanceModel shapeAppearanceModel2 = this.g; RectF rectF4 = this.w; - RectF rectF5 = this.f2422x; - RectF rectF6 = this.f2424z; + RectF rectF5 = this.f2423x; + RectF rectF6 = this.f2425z; ProgressThresholds progressThresholds = this.A.d; Objects.requireNonNull(gVar); float start = progressThresholds.getStart(); @@ -532,7 +532,7 @@ public final class MaterialContainerTransform extends Transition { } this.J = k.d(this.d, this.h, f); RectF rectF8 = this.I; - float f10 = this.f2421s; + float f10 = this.f2422s; RectF rectF9 = this.I; float f11 = this.t; float f12 = this.J; @@ -651,7 +651,7 @@ public final class MaterialContainerTransform extends Transition { if (!z2) { cVar = cVar2; } - return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2419c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); + return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2420c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); } @StyleRes diff --git a/app/src/main/java/com/google/android/material/transition/ScaleProvider.java b/app/src/main/java/com/google/android/material/transition/ScaleProvider.java index 4722d9a95d..441765d03e 100644 --- a/app/src/main/java/com/google/android/material/transition/ScaleProvider.java +++ b/app/src/main/java/com/google/android/material/transition/ScaleProvider.java @@ -21,18 +21,18 @@ public final class ScaleProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2425c; + public final /* synthetic */ float f2426c; public a(View view, float f, float f2) { this.a = view; this.b = f; - this.f2425c = f2; + this.f2426c = f2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { this.a.setScaleX(this.b); - this.a.setScaleY(this.f2425c); + this.a.setScaleY(this.f2426c); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java b/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java index 12ccdd88a0..08e892c71f 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java @@ -19,21 +19,21 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2426c; + public final /* synthetic */ float f2427c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2426c = f2; + this.f2427c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2426c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2427c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java b/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java index 336b3135e7..92b1ae4031 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java @@ -19,21 +19,21 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2427c; + public final /* synthetic */ float f2428c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2427c = f2; + this.f2428c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2427c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2428c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java b/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java index a386de71b5..70f17f33bc 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java +++ b/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java @@ -182,13 +182,13 @@ public final class MaterialContainerTransform extends Transition { public final /* synthetic */ d b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2428c; + public final /* synthetic */ View f2429c; public final /* synthetic */ View d; public b(View view, d dVar, View view2, View view3) { this.a = view; this.b = dVar; - this.f2428c = view2; + this.f2429c = view2; this.d = view3; } @@ -196,7 +196,7 @@ public final class MaterialContainerTransform extends Transition { public void onTransitionEnd(@NonNull Transition transition) { MaterialContainerTransform.this.removeListener(this); if (!MaterialContainerTransform.access$300(MaterialContainerTransform.this)) { - this.f2428c.setAlpha(1.0f); + this.f2429c.setAlpha(1.0f); this.d.setAlpha(1.0f); ViewUtils.getOverlay(this.a).remove(this.b); } @@ -205,7 +205,7 @@ public final class MaterialContainerTransform extends Transition { @Override // c.i.a.g.l.l.i, android.transition.Transition.TransitionListener public void onTransitionStart(@NonNull Transition transition) { ViewUtils.getOverlay(this.a).add(this.b); - this.f2428c.setAlpha(0.0f); + this.f2429c.setAlpha(0.0f); this.d.setAlpha(0.0f); } } @@ -218,14 +218,14 @@ public final class MaterialContainerTransform extends Transition { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressThresholds f2429c; + public final ProgressThresholds f2430c; @NonNull public final ProgressThresholds d; public c(ProgressThresholds progressThresholds, ProgressThresholds progressThresholds2, ProgressThresholds progressThresholds3, ProgressThresholds progressThresholds4, a aVar) { this.a = progressThresholds; this.b = progressThresholds2; - this.f2429c = progressThresholds3; + this.f2430c = progressThresholds3; this.d = progressThresholds4; } } @@ -247,7 +247,7 @@ public final class MaterialContainerTransform extends Transition { public final RectF b; /* renamed from: c reason: collision with root package name */ - public final ShapeAppearanceModel f2430c; + public final ShapeAppearanceModel f2431c; public final float d; public final View e; public final RectF f; @@ -265,20 +265,20 @@ public final class MaterialContainerTransform extends Transition { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final float f2431s; + public final float f2432s; public final float t; public final boolean u; public final MaterialShapeDrawable v; public final RectF w; /* renamed from: x reason: collision with root package name */ - public final RectF f2432x; + public final RectF f2433x; /* renamed from: y reason: collision with root package name */ - public final RectF f2433y; + public final RectF f2434y; /* renamed from: z reason: collision with root package name */ - public final RectF f2434z; + public final RectF f2435z; public class a implements k.a { public a() { @@ -319,7 +319,7 @@ public final class MaterialContainerTransform extends Transition { this.F = new Path(); this.a = view; this.b = rectF; - this.f2430c = shapeAppearanceModel; + this.f2431c = shapeAppearanceModel; this.d = f; this.e = view2; this.f = rectF2; @@ -333,7 +333,7 @@ public final class MaterialContainerTransform extends Transition { this.D = z4; DisplayMetrics displayMetrics = new DisplayMetrics(); ((WindowManager) view.getContext().getSystemService("window")).getDefaultDisplay().getMetrics(displayMetrics); - this.f2431s = (float) displayMetrics.widthPixels; + this.f2432s = (float) displayMetrics.widthPixels; this.t = (float) displayMetrics.heightPixels; paint.setColor(i); paint2.setColor(i2); @@ -344,10 +344,10 @@ public final class MaterialContainerTransform extends Transition { materialShapeDrawable.setShadowColor(-7829368); RectF rectF3 = new RectF(rectF); this.w = rectF3; - this.f2432x = new RectF(rectF3); + this.f2433x = new RectF(rectF3); RectF rectF4 = new RectF(rectF3); - this.f2433y = rectF4; - this.f2434z = new RectF(rectF4); + this.f2434y = rectF4; + this.f2435z = new RectF(rectF4); PointF c2 = c(rectF); PointF c3 = c(rectF2); PathMeasure pathMeasure = new PathMeasure(pathMotion.getPath(c2.x, c2.y, c3.x, c3.y), false); @@ -370,7 +370,7 @@ public final class MaterialContainerTransform extends Transition { public final void a(Canvas canvas) { d(canvas, this.k); Rect bounds = getBounds(); - RectF rectF = this.f2433y; + RectF rectF = this.f2434y; k.h(canvas, bounds, rectF.left, rectF.top, this.H.b, this.G.b, new b()); } @@ -443,16 +443,16 @@ public final class MaterialContainerTransform extends Transition { this.E.setColor(-65281); canvas.drawPath(path, this.E); } - RectF rectF3 = this.f2432x; + RectF rectF3 = this.f2433x; this.E.setColor(InputDeviceCompat.SOURCE_ANY); canvas.drawRect(rectF3, this.E); RectF rectF4 = this.w; this.E.setColor(-16711936); canvas.drawRect(rectF4, this.E); - RectF rectF5 = this.f2434z; + RectF rectF5 = this.f2435z; this.E.setColor(-16711681); canvas.drawRect(rectF5, this.E); - RectF rectF6 = this.f2433y; + RectF rectF6 = this.f2434y; this.E.setColor(-16776961); canvas.drawRect(rectF6, this.E); } @@ -489,28 +489,28 @@ public final class MaterialContainerTransform extends Transition { RectF rectF = this.w; float f8 = a2.f1276c / 2.0f; rectF.set(f4 - f8, f5, f8 + f4, a2.d + f5); - RectF rectF2 = this.f2433y; + RectF rectF2 = this.f2434y; f fVar = this.H; float f9 = fVar.e / 2.0f; rectF2.set(f4 - f9, f5, f9 + f4, fVar.f + f5); - this.f2432x.set(this.w); - this.f2434z.set(this.f2433y); - float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2429c)))).floatValue(); - float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2429c)))).floatValue(); + this.f2433x.set(this.w); + this.f2435z.set(this.f2434y); + float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2430c)))).floatValue(); + float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2430c)))).floatValue(); boolean b2 = this.C.b(this.H); - RectF rectF3 = b2 ? this.f2432x : this.f2434z; + RectF rectF3 = b2 ? this.f2433x : this.f2435z; float e = k.e(0.0f, 1.0f, floatValue, floatValue2, f); if (!b2) { e = 1.0f - e; } this.C.c(rectF3, e, this.H); - this.I = new RectF(Math.min(this.f2432x.left, this.f2434z.left), Math.min(this.f2432x.top, this.f2434z.top), Math.max(this.f2432x.right, this.f2434z.right), Math.max(this.f2432x.bottom, this.f2434z.bottom)); + this.I = new RectF(Math.min(this.f2433x.left, this.f2435z.left), Math.min(this.f2433x.top, this.f2435z.top), Math.max(this.f2433x.right, this.f2435z.right), Math.max(this.f2433x.bottom, this.f2435z.bottom)); g gVar = this.n; - ShapeAppearanceModel shapeAppearanceModel = this.f2430c; + ShapeAppearanceModel shapeAppearanceModel = this.f2431c; ShapeAppearanceModel shapeAppearanceModel2 = this.g; RectF rectF4 = this.w; - RectF rectF5 = this.f2432x; - RectF rectF6 = this.f2434z; + RectF rectF5 = this.f2433x; + RectF rectF6 = this.f2435z; ProgressThresholds progressThresholds = this.A.d; Objects.requireNonNull(gVar); float start = progressThresholds.getStart(); @@ -534,7 +534,7 @@ public final class MaterialContainerTransform extends Transition { } this.J = k.d(this.d, this.h, f); RectF rectF8 = this.I; - float f10 = this.f2431s; + float f10 = this.f2432s; RectF rectF9 = this.I; float f11 = this.t; float f12 = this.J; @@ -653,7 +653,7 @@ public final class MaterialContainerTransform extends Transition { if (!z2) { cVar = cVar2; } - return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2429c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); + return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2430c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); } @StyleRes diff --git a/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java b/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java index 867fa3af7b..0e0f843f11 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java @@ -23,18 +23,18 @@ public final class ScaleProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2435c; + public final /* synthetic */ float f2436c; public a(View view, float f, float f2) { this.a = view; this.b = f; - this.f2435c = f2; + this.f2436c = f2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { this.a.setScaleX(this.b); - this.a.setScaleY(this.f2435c); + this.a.setScaleY(this.f2436c); } } diff --git a/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java b/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java index 23c7149fa9..bcf56d0d48 100644 --- a/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java +++ b/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java @@ -46,7 +46,7 @@ public class FirebaseInstanceId { public static w b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f2436c = Pattern.compile("\\AA[\\w-]{38}\\z"); + public static final Pattern f2437c = Pattern.compile("\\AA[\\w-]{38}\\z"); public static ScheduledExecutorService d; public final Executor e; public final c f; @@ -106,7 +106,7 @@ public class FirebaseInstanceId { cVar.a(); AnimatableValueParser.p(cVar.f.b.contains(":"), "Please set your Application ID. A valid Firebase App ID is required to communicate with Firebase server APIs: It identifies your application with Firebase.Please refer to https://firebase.google.com/support/privacy/init-options."); cVar.a(); - AnimatableValueParser.p(f2436c.matcher(cVar.f.a).matches(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); + AnimatableValueParser.p(f2437c.matcher(cVar.f.a).matches(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); } @NonNull diff --git a/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java b/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java index d52ca23e44..393885fdd8 100644 --- a/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java +++ b/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java @@ -40,7 +40,7 @@ public class FirebaseMessaging { public final Context b; /* renamed from: c reason: collision with root package name */ - public final c f2437c; + public final c f2438c; public final FirebaseInstanceId d; public final a e; public final Executor f; @@ -53,7 +53,7 @@ public class FirebaseMessaging { @Nullable /* renamed from: c reason: collision with root package name */ - public b f2438c; + public b f2439c; @Nullable public Boolean d; @@ -67,7 +67,7 @@ public class FirebaseMessaging { this.d = c2; if (c2 == null) { j jVar = new j(this); - this.f2438c = jVar; + this.f2439c = jVar; this.a.a(c.i.c.a.class, jVar); } this.b = true; @@ -80,14 +80,14 @@ public class FirebaseMessaging { if (bool != null) { return bool.booleanValue(); } - return FirebaseMessaging.this.f2437c.g(); + return FirebaseMessaging.this.f2438c.g(); } @Nullable public final Boolean c() { ApplicationInfo applicationInfo; Bundle bundle; - c cVar = FirebaseMessaging.this.f2437c; + c cVar = FirebaseMessaging.this.f2438c; cVar.a(); Context context = cVar.d; SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.firebase.messaging", 0); @@ -110,7 +110,7 @@ public class FirebaseMessaging { try { Class.forName("com.google.firebase.iid.FirebaseInstanceIdReceiver"); a = gVar2; - this.f2437c = cVar; + this.f2438c = cVar; this.d = firebaseInstanceId; this.e = new a(dVar); cVar.a(); diff --git a/app/src/main/java/com/google/gson/Gson.java b/app/src/main/java/com/google/gson/Gson.java index 8a3770c80c..5a4e4d6202 100644 --- a/app/src/main/java/com/google/gson/Gson.java +++ b/app/src/main/java/com/google/gson/Gson.java @@ -46,7 +46,7 @@ public final class Gson { public final ThreadLocal, FutureTypeAdapter>> b; /* renamed from: c reason: collision with root package name */ - public final Map, TypeAdapter> f2439c; + public final Map, TypeAdapter> f2440c; public final g d; public final JsonAdapterAnnotationTypeAdapterFactory e; public final List f; @@ -227,7 +227,7 @@ public final class Gson { public Gson(Excluder excluder, d dVar, Map> map, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, boolean z8, n nVar, String str, int i, int i2, List list, List list2, List list3) { this.b = new ThreadLocal<>(); - this.f2439c = new ConcurrentHashMap(); + this.f2440c = new ConcurrentHashMap(); this.g = map; this.d = new g(map); this.h = z2; @@ -251,13 +251,13 @@ public final class Gson { arrayList.add(new TypeAdapters.AnonymousClass33(Long.TYPE, Long.class, r3)); arrayList.add(new TypeAdapters.AnonymousClass33(Double.TYPE, Double.class, z8 ? TypeAdapters.v : new AnonymousClass1(this))); arrayList.add(new TypeAdapters.AnonymousClass33(Float.TYPE, Float.class, z8 ? TypeAdapters.u : new AnonymousClass2(this))); - arrayList.add(TypeAdapters.f2448x); + arrayList.add(TypeAdapters.f2449x); arrayList.add(TypeAdapters.o); arrayList.add(TypeAdapters.q); arrayList.add(new TypeAdapters.AnonymousClass32(AtomicLong.class, new AnonymousClass4(r3).nullSafe())); arrayList.add(new TypeAdapters.AnonymousClass32(AtomicLongArray.class, new AnonymousClass5(r3).nullSafe())); - arrayList.add(TypeAdapters.f2447s); - arrayList.add(TypeAdapters.f2450z); + arrayList.add(TypeAdapters.f2448s); + arrayList.add(TypeAdapters.f2451z); arrayList.add(TypeAdapters.F); arrayList.add(TypeAdapters.H); arrayList.add(new TypeAdapters.AnonymousClass32(BigDecimal.class, TypeAdapters.B)); @@ -362,7 +362,7 @@ public final class Gson { } public TypeAdapter h(TypeToken typeToken) { - TypeAdapter typeAdapter = (TypeAdapter) this.f2439c.get(typeToken == null ? a : typeToken); + TypeAdapter typeAdapter = (TypeAdapter) this.f2440c.get(typeToken == null ? a : typeToken); if (typeAdapter != null) { return typeAdapter; } @@ -385,7 +385,7 @@ public final class Gson { if (create != null) { if (futureTypeAdapter2.a == null) { futureTypeAdapter2.a = create; - this.f2439c.put(typeToken, create); + this.f2440c.put(typeToken, create); return create; } throw new AssertionError(); @@ -437,7 +437,7 @@ public final class Gson { jsonWriter.n = " "; jsonWriter.o = ": "; } - jsonWriter.f2454s = this.h; + jsonWriter.f2455s = this.h; return jsonWriter; } @@ -468,13 +468,13 @@ public final class Gson { jsonWriter.p = true; boolean z3 = jsonWriter.q; jsonWriter.q = this.j; - boolean z4 = jsonWriter.f2454s; - jsonWriter.f2454s = this.h; + boolean z4 = jsonWriter.f2455s; + jsonWriter.f2455s = this.h; try { TypeAdapters.X.write(jsonWriter, jsonElement); jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2454s = z4; + jsonWriter.f2455s = z4; } catch (IOException e) { throw new JsonIOException(e); } catch (AssertionError e2) { @@ -484,7 +484,7 @@ public final class Gson { } catch (Throwable th) { jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2454s = z4; + jsonWriter.f2455s = z4; throw th; } } @@ -495,13 +495,13 @@ public final class Gson { jsonWriter.p = true; boolean z3 = jsonWriter.q; jsonWriter.q = this.j; - boolean z4 = jsonWriter.f2454s; - jsonWriter.f2454s = this.h; + boolean z4 = jsonWriter.f2455s; + jsonWriter.f2455s = this.h; try { h.write(jsonWriter, obj); jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2454s = z4; + jsonWriter.f2455s = z4; } catch (IOException e) { throw new JsonIOException(e); } catch (AssertionError e2) { @@ -511,7 +511,7 @@ public final class Gson { } catch (Throwable th) { jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2454s = z4; + jsonWriter.f2455s = z4; throw th; } } diff --git a/app/src/main/java/com/google/gson/internal/Excluder.java b/app/src/main/java/com/google/gson/internal/Excluder.java index 5e4dc10293..dfc68542af 100644 --- a/app/src/main/java/com/google/gson/internal/Excluder.java +++ b/app/src/main/java/com/google/gson/internal/Excluder.java @@ -26,13 +26,13 @@ public final class Excluder implements o, Cloneable { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2440c; + public final /* synthetic */ boolean f2441c; public final /* synthetic */ Gson d; public final /* synthetic */ TypeToken e; public AnonymousClass1(boolean z2, boolean z3, Gson gson, TypeToken typeToken) { this.b = z2; - this.f2440c = z3; + this.f2441c = z3; this.d = gson; this.e = typeToken; } @@ -54,7 +54,7 @@ public final class Excluder implements o, Cloneable { @Override // com.google.gson.TypeAdapter public void write(JsonWriter jsonWriter, T t) throws IOException { - if (this.f2440c) { + if (this.f2441c) { jsonWriter.s(); return; } diff --git a/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java index 5e55712ee2..f7821cfa36 100644 --- a/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java @@ -18,7 +18,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { public final Class b; /* renamed from: c reason: collision with root package name */ - public final TypeAdapter f2441c; + public final TypeAdapter f2442c; /* renamed from: com.google.gson.internal.bind.ArrayTypeAdapter$1 reason: invalid class name */ public class AnonymousClass1 implements o { @@ -35,7 +35,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { } public ArrayTypeAdapter(Gson gson, TypeAdapter typeAdapter, Class cls) { - this.f2441c = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, cls); + this.f2442c = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, cls); this.b = cls; } @@ -48,7 +48,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { ArrayList arrayList = new ArrayList(); jsonReader.a(); while (jsonReader.r()) { - arrayList.add(this.f2441c.read(jsonReader)); + arrayList.add(this.f2442c.read(jsonReader)); } jsonReader.e(); int size = arrayList.size(); @@ -70,7 +70,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { jsonWriter.b(); int length = Array.getLength(obj); for (int i = 0; i < length; i++) { - this.f2441c.write(jsonWriter, Array.get(obj, i)); + this.f2442c.write(jsonWriter, Array.get(obj, i)); } jsonWriter.e(); } diff --git a/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java b/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java index 60879eabdb..29884bbcfb 100644 --- a/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java +++ b/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java @@ -33,12 +33,12 @@ public final class MapTypeAdapterFactory implements o { public final TypeAdapter b; /* renamed from: c reason: collision with root package name */ - public final r> f2442c; + public final r> f2443c; public Adapter(Gson gson, Type type, TypeAdapter typeAdapter, Type type2, TypeAdapter typeAdapter2, r> rVar) { this.a = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, type); this.b = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter2, type2); - this.f2442c = rVar; + this.f2443c = rVar; } @Override // com.google.gson.TypeAdapter @@ -48,7 +48,7 @@ public final class MapTypeAdapterFactory implements o { jsonReader.H(); return null; } - Map map = (Map) this.f2442c.a(); + Map map = (Map) this.f2443c.a(); if (N == JsonToken.BEGIN_ARRAY) { jsonReader.a(); while (jsonReader.r()) { diff --git a/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java b/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java index 75b845a61c..6fcef06d97 100644 --- a/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java +++ b/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java @@ -51,7 +51,7 @@ public final class ReflectiveTypeAdapterFactory implements o { while (jsonReader.r()) { a aVar = this.b.get(jsonReader.C()); if (aVar != null) { - if (aVar.f2443c) { + if (aVar.f2444c) { aVar.a(jsonReader, a); } } @@ -92,12 +92,12 @@ public final class ReflectiveTypeAdapterFactory implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2443c; + public final boolean f2444c; public a(String str, boolean z2, boolean z3) { this.a = str; this.b = z2; - this.f2443c = z3; + this.f2444c = z3; } public abstract void a(JsonReader jsonReader, Object obj) throws IOException, IllegalAccessException; diff --git a/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java index 20229a5d46..60028baf08 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java @@ -20,7 +20,7 @@ public final class TreeTypeAdapter extends TypeAdapter { public final i b; /* renamed from: c reason: collision with root package name */ - public final Gson f2444c; + public final Gson f2445c; public final TypeToken d; public final o e; public final TreeTypeAdapter.b f = new b(this, null); @@ -62,7 +62,7 @@ public final class TreeTypeAdapter extends TypeAdapter { public TreeTypeAdapter(m mVar, i iVar, Gson gson, TypeToken typeToken, o oVar) { this.a = mVar; this.b = iVar; - this.f2444c = gson; + this.f2445c = gson; this.d = typeToken; this.e = oVar; } @@ -72,7 +72,7 @@ public final class TreeTypeAdapter extends TypeAdapter { if (this.b == null) { TypeAdapter typeAdapter = this.g; if (typeAdapter == null) { - typeAdapter = this.f2444c.j(this.e, this.d); + typeAdapter = this.f2445c.j(this.e, this.d); this.g = typeAdapter; } return typeAdapter.read(jsonReader); @@ -91,7 +91,7 @@ public final class TreeTypeAdapter extends TypeAdapter { if (mVar == null) { TypeAdapter typeAdapter = this.g; if (typeAdapter == null) { - typeAdapter = this.f2444c.j(this.e, this.d); + typeAdapter = this.f2445c.j(this.e, this.d); this.g = typeAdapter; } typeAdapter.write(jsonWriter, t); diff --git a/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java b/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java index db0ff61643..be1855ed27 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java +++ b/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java @@ -14,12 +14,12 @@ public final class TypeAdapterRuntimeTypeWrapper extends TypeAdapter { public final TypeAdapter b; /* renamed from: c reason: collision with root package name */ - public final Type f2445c; + public final Type f2446c; public TypeAdapterRuntimeTypeWrapper(Gson gson, TypeAdapter typeAdapter, Type type) { this.a = gson; this.b = typeAdapter; - this.f2445c = type; + this.f2446c = type; } @Override // com.google.gson.TypeAdapter @@ -30,11 +30,11 @@ public final class TypeAdapterRuntimeTypeWrapper extends TypeAdapter { @Override // com.google.gson.TypeAdapter public void write(JsonWriter jsonWriter, T t) throws IOException { TypeAdapter typeAdapter = this.b; - Type type = this.f2445c; + Type type = this.f2446c; if (t != null && (type == Object.class || (type instanceof TypeVariable) || (type instanceof Class))) { type = t.getClass(); } - if (type != this.f2445c) { + if (type != this.f2446c) { typeAdapter = this.a.h(TypeToken.get(type)); if (typeAdapter instanceof ReflectiveTypeAdapterFactory.Adapter) { TypeAdapter typeAdapter2 = this.b; diff --git a/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java b/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java index e55622d90c..8dce0322be 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java +++ b/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java @@ -75,7 +75,7 @@ public final class TypeAdapters { public static final o b; /* renamed from: c reason: collision with root package name */ - public static final TypeAdapter f2446c; + public static final TypeAdapter f2447c; public static final o d; public static final TypeAdapter e; public static final TypeAdapter f = new AnonymousClass4(); @@ -93,20 +93,20 @@ public final class TypeAdapters { public static final TypeAdapter r; /* renamed from: s reason: collision with root package name */ - public static final o f2447s; + public static final o f2448s; public static final TypeAdapter t = new AnonymousClass11(); public static final TypeAdapter u = new AnonymousClass12(); public static final TypeAdapter v = new AnonymousClass13(); public static final TypeAdapter w; /* renamed from: x reason: collision with root package name */ - public static final o f2448x; + public static final o f2449x; /* renamed from: y reason: collision with root package name */ - public static final TypeAdapter f2449y; + public static final TypeAdapter f2450y; /* renamed from: z reason: collision with root package name */ - public static final o f2450z; + public static final o f2451z; /* renamed from: com.google.gson.internal.bind.TypeAdapters$1 reason: invalid class name */ public class AnonymousClass1 extends TypeAdapter { @@ -1142,7 +1142,7 @@ public final class TypeAdapters { a = nullSafe; b = new AnonymousClass32(Class.class, nullSafe); TypeAdapter nullSafe2 = new AnonymousClass2().nullSafe(); - f2446c = nullSafe2; + f2447c = nullSafe2; d = new AnonymousClass32(BitSet.class, nullSafe2); AnonymousClass3 r0 = new AnonymousClass3(); e = r0; @@ -1164,13 +1164,13 @@ public final class TypeAdapters { q = new AnonymousClass32(AtomicBoolean.class, nullSafe4); TypeAdapter nullSafe5 = new AnonymousClass10().nullSafe(); r = nullSafe5; - f2447s = new AnonymousClass32(AtomicIntegerArray.class, nullSafe5); + f2448s = new AnonymousClass32(AtomicIntegerArray.class, nullSafe5); AnonymousClass14 r05 = new AnonymousClass14(); w = r05; - f2448x = new AnonymousClass32(Number.class, r05); + f2449x = new AnonymousClass32(Number.class, r05); AnonymousClass15 r06 = new AnonymousClass15(); - f2449y = r06; - f2450z = new AnonymousClass33(Character.TYPE, Character.class, r06); + f2450y = r06; + f2451z = new AnonymousClass33(Character.TYPE, Character.class, r06); AnonymousClass16 r07 = new AnonymousClass16(); A = r07; D = new AnonymousClass32(String.class, r07); diff --git a/app/src/main/java/com/google/gson/stream/JsonReader.java b/app/src/main/java/com/google/gson/stream/JsonReader.java index ce73d1e012..c5bd7c08a0 100644 --- a/app/src/main/java/com/google/gson/stream/JsonReader.java +++ b/app/src/main/java/com/google/gson/stream/JsonReader.java @@ -20,14 +20,14 @@ public class JsonReader implements Closeable { public long r; /* renamed from: s reason: collision with root package name */ - public int f2451s; + public int f2452s; public String t; public int[] u; public int v; public String[] w; /* renamed from: x reason: collision with root package name */ - public int[] f2452x; + public int[] f2453x; public class a extends p { } @@ -43,7 +43,7 @@ public class JsonReader implements Closeable { this.v = 0 + 1; iArr[0] = 6; this.w = new String[32]; - this.f2452x = new int[32]; + this.f2453x = new int[32]; Objects.requireNonNull(reader, "in == null"); this.j = reader; } @@ -55,14 +55,14 @@ public class JsonReader implements Closeable { } if (i2 == 15) { this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return this.r; } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2451s); - this.m += this.f2451s; + this.t = new String(this.l, this.m, this.f2452s); + this.m += this.f2452s; } else if (i2 == 8 || i2 == 9 || i2 == 10) { if (i2 == 10) { this.t = M(); @@ -72,7 +72,7 @@ public class JsonReader implements Closeable { try { long parseLong = Long.parseLong(this.t); this.q = 0; - int[] iArr2 = this.f2452x; + int[] iArr2 = this.f2453x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return parseLong; @@ -90,7 +90,7 @@ public class JsonReader implements Closeable { if (((double) j) == parseDouble) { this.t = null; this.q = 0; - int[] iArr3 = this.f2452x; + int[] iArr3 = this.f2453x; int i5 = this.v - 1; iArr3[i5] = iArr3[i5] + 1; return j; @@ -219,7 +219,7 @@ public class JsonReader implements Closeable { } if (i2 == 7) { this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return; @@ -301,8 +301,8 @@ public class JsonReader implements Closeable { } else if (i2 == 15) { str = Long.toString(this.r); } else if (i2 == 16) { - str = new String(this.l, this.m, this.f2451s); - this.m += this.f2451s; + str = new String(this.l, this.m, this.f2452s); + this.m += this.f2452s; } else { StringBuilder P = c.d.b.a.a.P("Expected a string but was "); P.append(N()); @@ -310,7 +310,7 @@ public class JsonReader implements Closeable { throw new IllegalStateException(P.toString()); } this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return str; @@ -418,7 +418,7 @@ public class JsonReader implements Closeable { if (i3 == iArr.length) { int i4 = i3 * 2; this.u = Arrays.copyOf(iArr, i4); - this.f2452x = Arrays.copyOf(this.f2452x, i4); + this.f2453x = Arrays.copyOf(this.f2453x, i4); this.w = (String[]) Arrays.copyOf(this.w, i4); } int[] iArr2 = this.u; @@ -608,7 +608,7 @@ public class JsonReader implements Closeable { this.q = 0; } else { if (i4 == 16) { - this.m += this.f2451s; + this.m += this.f2452s; } this.q = 0; } @@ -618,7 +618,7 @@ public class JsonReader implements Closeable { i3++; this.q = 0; } while (i3 != 0); - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i6 = this.v; int i7 = i6 - 1; iArr[i7] = iArr[i7] + 1; @@ -638,7 +638,7 @@ public class JsonReader implements Closeable { } if (i2 == 3) { Q(1); - this.f2452x[this.v - 1] = 0; + this.f2453x[this.v - 1] = 0; this.q = 0; return; } @@ -722,7 +722,7 @@ public class JsonReader implements Closeable { if (r13 != 7) goto L_0x018a; */ /* JADX WARNING: Code restructure failed: missing block: B:161:0x0231, code lost: - r19.f2451s = r9; + r19.f2452s = r9; r6 = 16; r19.q = 16; */ @@ -1019,7 +1019,7 @@ public class JsonReader implements Closeable { if (i2 == 4) { int i3 = this.v - 1; this.v = i3; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i4 = i3 - 1; iArr[i4] = iArr[i4] + 1; this.q = 0; @@ -1040,7 +1040,7 @@ public class JsonReader implements Closeable { int i3 = this.v - 1; this.v = i3; this.w[i3] = null; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i4 = i3 - 1; iArr[i4] = iArr[i4] + 1; this.q = 0; @@ -1059,7 +1059,7 @@ public class JsonReader implements Closeable { int i4 = this.u[i3]; if (i4 == 1 || i4 == 2) { N.append('['); - N.append(this.f2452x[i3]); + N.append(this.f2453x[i3]); N.append(']'); } else if (i4 == 3 || i4 == 4 || i4 == 5) { N.append('.'); @@ -1162,13 +1162,13 @@ public class JsonReader implements Closeable { } if (i2 == 5) { this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return true; } else if (i2 == 6) { this.q = 0; - int[] iArr2 = this.f2452x; + int[] iArr2 = this.f2453x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return false; @@ -1187,14 +1187,14 @@ public class JsonReader implements Closeable { } if (i2 == 15) { this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return (double) this.r; } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2451s); - this.m += this.f2451s; + this.t = new String(this.l, this.m, this.f2452s); + this.m += this.f2452s; } else if (i2 == 8 || i2 == 9) { this.t = I(i2 == 8 ? '\'' : '\"'); } else if (i2 == 10) { @@ -1210,7 +1210,7 @@ public class JsonReader implements Closeable { if (this.k || (!Double.isNaN(parseDouble) && !Double.isInfinite(parseDouble))) { this.t = null; this.q = 0; - int[] iArr2 = this.f2452x; + int[] iArr2 = this.f2453x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return parseDouble; @@ -1228,7 +1228,7 @@ public class JsonReader implements Closeable { int i3 = (int) j; if (j == ((long) i3)) { this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i4 = this.v - 1; iArr[i4] = iArr[i4] + 1; return i3; @@ -1239,8 +1239,8 @@ public class JsonReader implements Closeable { throw new NumberFormatException(P.toString()); } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2451s); - this.m += this.f2451s; + this.t = new String(this.l, this.m, this.f2452s); + this.m += this.f2452s; } else if (i2 == 8 || i2 == 9 || i2 == 10) { if (i2 == 10) { this.t = M(); @@ -1250,7 +1250,7 @@ public class JsonReader implements Closeable { try { int parseInt = Integer.parseInt(this.t); this.q = 0; - int[] iArr2 = this.f2452x; + int[] iArr2 = this.f2453x; int i5 = this.v - 1; iArr2[i5] = iArr2[i5] + 1; return parseInt; @@ -1268,7 +1268,7 @@ public class JsonReader implements Closeable { if (((double) i6) == parseDouble) { this.t = null; this.q = 0; - int[] iArr3 = this.f2452x; + int[] iArr3 = this.f2453x; int i7 = this.v - 1; iArr3[i7] = iArr3[i7] + 1; return i6; diff --git a/app/src/main/java/com/google/gson/stream/JsonWriter.java b/app/src/main/java/com/google/gson/stream/JsonWriter.java index 31e8ff9763..a82a41c4f0 100644 --- a/app/src/main/java/com/google/gson/stream/JsonWriter.java +++ b/app/src/main/java/com/google/gson/stream/JsonWriter.java @@ -20,7 +20,7 @@ public class JsonWriter implements Closeable, Flushable { public String r; /* renamed from: s reason: collision with root package name */ - public boolean f2454s; + public boolean f2455s; static { for (int i2 = 0; i2 <= 31; i2++) { @@ -46,7 +46,7 @@ public class JsonWriter implements Closeable, Flushable { public JsonWriter(Writer writer) { w(6); this.o = ":"; - this.f2454s = true; + this.f2455s = true; Objects.requireNonNull(writer, "out == null"); this.k = writer; } @@ -224,7 +224,7 @@ public class JsonWriter implements Closeable, Flushable { public JsonWriter s() throws IOException { if (this.r != null) { - if (this.f2454s) { + if (this.f2455s) { K(); } else { this.r = null; diff --git a/app/src/main/java/com/google/zxing/Result.java b/app/src/main/java/com/google/zxing/Result.java index 84b84ecb25..be8c7fbc73 100644 --- a/app/src/main/java/com/google/zxing/Result.java +++ b/app/src/main/java/com/google/zxing/Result.java @@ -10,14 +10,14 @@ public final class Result { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public k[] f2455c; + public k[] f2456c; public final a d; public Map e = null; public Result(String str, byte[] bArr, int i, k[] kVarArr, a aVar, long j) { this.a = str; this.b = bArr; - this.f2455c = kVarArr; + this.f2456c = kVarArr; this.d = aVar; } @@ -25,7 +25,7 @@ public final class Result { System.currentTimeMillis(); this.a = str; this.b = bArr; - this.f2455c = kVarArr; + this.f2456c = kVarArr; this.d = aVar; } diff --git a/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java b/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java index 841cdc7893..e07c9f1457 100644 --- a/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java +++ b/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java @@ -21,7 +21,7 @@ public class HCaptchaConfig implements Serializable { public boolean b; /* renamed from: c reason: collision with root package name */ - public Boolean f2456c; + public Boolean f2457c; public String d; public boolean e; public String f; @@ -40,7 +40,7 @@ public class HCaptchaConfig implements Serializable { StringBuilder P = c.d.b.a.a.P("HCaptchaConfig.HCaptchaConfigBuilder(siteKey="); P.append(this.a); P.append(", sentry$value="); - P.append(this.f2456c); + P.append(this.f2457c); P.append(", rqdata="); P.append(this.d); P.append(", apiEndpoint$value="); @@ -319,7 +319,7 @@ public class HCaptchaConfig implements Serializable { String str = this.siteKey; Objects.requireNonNull(str, "siteKey is marked non-null but is null"); aVar.a = str; - aVar.f2456c = this.sentry; + aVar.f2457c = this.sentry; aVar.b = true; aVar.d = this.rqdata; aVar.f = this.apiEndpoint; diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java index cbac7b3602..f3513ae83d 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java @@ -38,7 +38,7 @@ public class ColorPanelView extends View { public int r = -9539986; /* renamed from: s reason: collision with root package name */ - public int f2457s = ViewCompat.MEASURED_STATE_MASK; + public int f2458s = ViewCompat.MEASURED_STATE_MASK; public int t; public ColorPanelView(Context context, AttributeSet attributeSet) { @@ -92,10 +92,10 @@ public class ColorPanelView extends View { i2 = context.getResources().getDisplayMetrics().widthPixels - i2; } StringBuilder sb = new StringBuilder("#"); - if (Color.alpha(this.f2457s) != 255) { - sb.append(Integer.toHexString(this.f2457s).toUpperCase(Locale.ENGLISH)); + if (Color.alpha(this.f2458s) != 255) { + sb.append(Integer.toHexString(this.f2458s).toUpperCase(Locale.ENGLISH)); } else { - sb.append(String.format("%06X", Integer.valueOf(16777215 & this.f2457s)).toUpperCase(Locale.ENGLISH)); + sb.append(String.format("%06X", Integer.valueOf(16777215 & this.f2458s)).toUpperCase(Locale.ENGLISH)); } Toast makeText = Toast.makeText(context, sb.toString(), 0); if (i < rect.height()) { @@ -111,7 +111,7 @@ public class ColorPanelView extends View { } public int getColor() { - return this.f2457s; + return this.f2458s; } public int getShape() { @@ -121,7 +121,7 @@ public class ColorPanelView extends View { @Override // android.view.View public void onDraw(Canvas canvas) { this.j.setColor(this.r); - this.k.setColor(this.f2457s); + this.k.setColor(this.f2458s); int i = this.t; if (i == 0) { Drawable drawable = this.i; @@ -131,7 +131,7 @@ public class ColorPanelView extends View { canvas.drawRect(this.o, this.k); } else if (i == 1) { int measuredWidth = getMeasuredWidth() / 2; - if (Color.alpha(this.f2457s) < 255) { + if (Color.alpha(this.f2458s) < 255) { canvas.drawCircle((float) (getMeasuredWidth() / 2), (float) (getMeasuredHeight() / 2), (float) (measuredWidth + 0), this.l); } if (this.q) { @@ -160,7 +160,7 @@ public class ColorPanelView extends View { public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof Bundle) { Bundle bundle = (Bundle) parcelable; - this.f2457s = bundle.getInt(ModelAuditLogEntry.CHANGE_KEY_COLOR); + this.f2458s = bundle.getInt(ModelAuditLogEntry.CHANGE_KEY_COLOR); parcelable = bundle.getParcelable("instanceState"); } super.onRestoreInstanceState(parcelable); @@ -170,7 +170,7 @@ public class ColorPanelView extends View { public Parcelable onSaveInstanceState() { Bundle bundle = new Bundle(); bundle.putParcelable("instanceState", super.onSaveInstanceState()); - bundle.putInt(ModelAuditLogEntry.CHANGE_KEY_COLOR, this.f2457s); + bundle.putInt(ModelAuditLogEntry.CHANGE_KEY_COLOR, this.f2458s); return bundle; } @@ -203,7 +203,7 @@ public class ColorPanelView extends View { } public void setColor(int i) { - this.f2457s = i; + this.f2458s = i; invalidate(); } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java index 0de3277660..e51df903c0 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java @@ -68,20 +68,20 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public int r; /* renamed from: s reason: collision with root package name */ - public c.k.a.a.b f2458s; + public c.k.a.a.b f2459s; public LinearLayout t; public SeekBar u; public TextView v; public ColorPickerView w; /* renamed from: x reason: collision with root package name */ - public ColorPanelView f2459x; + public ColorPanelView f2460x; /* renamed from: y reason: collision with root package name */ - public EditText f2460y; + public EditText f2461y; /* renamed from: z reason: collision with root package name */ - public EditText f2461z; + public EditText f2462z; public class a implements View.OnLongClickListener { public final /* synthetic */ ColorPanelView i; @@ -103,13 +103,13 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnTouchListener public boolean onTouch(View view, MotionEvent motionEvent) { - EditText editText = ColorPickerDialog.this.f2461z; + EditText editText = ColorPickerDialog.this.f2462z; if (view == editText || !editText.hasFocus()) { return false; } - ColorPickerDialog.this.f2461z.clearFocus(); - ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).hideSoftInputFromWindow(ColorPickerDialog.this.f2461z.getWindowToken(), 0); - ColorPickerDialog.this.f2461z.clearFocus(); + ColorPickerDialog.this.f2462z.clearFocus(); + ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).hideSoftInputFromWindow(ColorPickerDialog.this.f2462z.getWindowToken(), 0); + ColorPickerDialog.this.f2462z.clearFocus(); return true; } } @@ -187,7 +187,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnClickListener public void onClick(View view) { - int color = ColorPickerDialog.this.f2459x.getColor(); + int color = ColorPickerDialog.this.f2460x.getColor(); ColorPickerDialog colorPickerDialog = ColorPickerDialog.this; int i = colorPickerDialog.n; if (color == i) { @@ -204,7 +204,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnFocusChangeListener public void onFocusChange(View view, boolean z2) { if (z2) { - ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).showSoftInput(ColorPickerDialog.this.f2461z, 1); + ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).showSoftInput(ColorPickerDialog.this.f2462z, 1); } } } @@ -240,7 +240,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public void onClick(View view) { if (!(view.getTag() instanceof Boolean) || !((Boolean) view.getTag()).booleanValue()) { ColorPickerDialog.this.n = this.i.getColor(); - c.k.a.a.b bVar = ColorPickerDialog.this.f2458s; + c.k.a.a.b bVar = ColorPickerDialog.this.f2459s; bVar.k = -1; bVar.notifyDataSetChanged(); for (int i = 0; i < ColorPickerDialog.this.t.getChildCount(); i++) { @@ -271,7 +271,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @StringRes /* renamed from: c reason: collision with root package name */ - public int f2462c = R.e.cpv_custom; + public int f2463c = R.e.cpv_custom; @StringRes public int d = R.e.cpv_select; @StringRes @@ -297,7 +297,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @ColorInt /* renamed from: s reason: collision with root package name */ - public int f2463s = 0; + public int f2464s = 0; @ColorInt public int t = 0; @DrawableRes @@ -309,15 +309,15 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @FontRes /* renamed from: x reason: collision with root package name */ - public int f2464x = 0; + public int f2465x = 0; @FontRes /* renamed from: y reason: collision with root package name */ - public int f2465y = 0; + public int f2466y = 0; @FontRes /* renamed from: z reason: collision with root package name */ - public int f2466z = 0; + public int f2467z = 0; public ColorPickerDialog a() { ColorPickerDialog colorPickerDialog = new ColorPickerDialog(); @@ -334,21 +334,21 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView bundle.putBoolean("showColorShades", this.m); bundle.putInt("colorShape", this.n); bundle.putInt("presetsButtonText", this.b); - bundle.putInt("customButtonText", this.f2462c); + bundle.putInt("customButtonText", this.f2463c); bundle.putInt("customButtonColor", this.o); bundle.putInt("customButtonTextColor", this.v); bundle.putInt("selectedButtonText", this.d); bundle.putInt("selectedButtonColor", this.p); bundle.putInt("selectedButtonTextColor", this.w); bundle.putInt("resetButtonText", this.e); - bundle.putInt("buttonFont", this.f2465y); + bundle.putInt("buttonFont", this.f2466y); bundle.putInt("titleTextColor", this.r); - bundle.putInt("titleFont", this.f2464x); + bundle.putInt("titleFont", this.f2465x); bundle.putInt("dividerColor", this.q); - bundle.putInt("backgroundColor", this.f2463s); + bundle.putInt("backgroundColor", this.f2464s); bundle.putInt("inputTextColor", this.t); bundle.putInt("inputBackground", this.u); - bundle.putInt("inputFont", this.f2466z); + bundle.putInt("inputFont", this.f2467z); colorPickerDialog.setArguments(bundle); return colorPickerDialog; } @@ -381,7 +381,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView int parseInt; int parseInt2; int parseInt3; - if (this.f2461z.isFocused()) { + if (this.f2462z.isFocused()) { String obj = editable.toString(); if (obj.startsWith("#")) { obj = obj.substring(1); @@ -500,26 +500,26 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public View i() { View inflate = View.inflate(getActivity(), R.d.cpv_dialog_color_picker, null); this.w = (ColorPickerView) inflate.findViewById(R.c.cpv_color_picker_view); - this.f2459x = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_new); - this.f2461z = (EditText) inflate.findViewById(R.c.cpv_hex); - this.f2460y = (EditText) inflate.findViewById(R.c.cpv_hex_prefix); + this.f2460x = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_new); + this.f2462z = (EditText) inflate.findViewById(R.c.cpv_hex); + this.f2461y = (EditText) inflate.findViewById(R.c.cpv_hex_prefix); this.A = inflate.findViewById(R.c.cpv_hex_container); this.w.setAlphaSliderVisible(this.F); this.w.b(this.n, true); - this.f2459x.setColor(this.n); + this.f2460x.setColor(this.n); l(this.n); if (!this.F) { - this.f2461z.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)}); + this.f2462z.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)}); } - this.f2459x.setOnClickListener(new f()); + this.f2460x.setOnClickListener(new f()); inflate.setOnTouchListener(this.J); this.w.setOnColorChangedListener(this); - this.f2461z.addTextChangedListener(this); - this.f2461z.setOnFocusChangeListener(new g()); + this.f2462z.addTextChangedListener(this); + this.f2462z.setOnFocusChangeListener(new g()); int i2 = getArguments().getInt("inputTextColor", 0); if (i2 != 0) { - this.f2461z.setTextColor(i2); - this.f2460y.setTextColor(i2); + this.f2462z.setTextColor(i2); + this.f2461y.setTextColor(i2); } int i3 = getArguments().getInt("inputBackground", 0); if (i3 != 0) { @@ -527,8 +527,8 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView } int i4 = getArguments().getInt("inputFont", 0); if (i4 != 0) { - this.f2461z.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); - this.f2460y.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); + this.f2462z.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); + this.f2461y.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); } return inflate; } @@ -621,7 +621,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView } } c.k.a.a.b bVar = new c.k.a.a.b(hVar, iArr5, i8, this.r); - this.f2458s = bVar; + this.f2459s = bVar; gridView.setAdapter((ListAdapter) bVar); if (this.F) { int alpha2 = 255 - Color.alpha(this.n); @@ -638,15 +638,15 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public void k(int i2) { this.n = i2; - ColorPanelView colorPanelView = this.f2459x; + ColorPanelView colorPanelView = this.f2460x; if (colorPanelView != null) { colorPanelView.setColor(i2); } - if (!this.H && this.f2461z != null) { + if (!this.H && this.f2462z != null) { l(i2); - if (this.f2461z.hasFocus()) { - ((InputMethodManager) getActivity().getSystemService("input_method")).hideSoftInputFromWindow(this.f2461z.getWindowToken(), 0); - this.f2461z.clearFocus(); + if (this.f2462z.hasFocus()) { + ((InputMethodManager) getActivity().getSystemService("input_method")).hideSoftInputFromWindow(this.f2462z.getWindowToken(), 0); + this.f2462z.clearFocus(); } } this.H = false; @@ -654,9 +654,9 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public final void l(int i2) { if (this.F) { - this.f2461z.setText(String.format("%08X", Integer.valueOf(i2))); + this.f2462z.setText(String.format("%08X", Integer.valueOf(i2))); } else { - this.f2461z.setText(String.format("%06X", Integer.valueOf(i2 & ViewCompat.MEASURED_SIZE_MASK))); + this.f2462z.setText(String.format("%06X", Integer.valueOf(i2 & ViewCompat.MEASURED_SIZE_MASK))); } } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java index 62202d73ce..e000f2ca46 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java @@ -48,27 +48,27 @@ public class ColorPickerView extends View { public Paint r; /* renamed from: s reason: collision with root package name */ - public Paint f2467s; + public Paint f2468s; public Paint t; public Shader u; public Shader v; public Shader w; /* renamed from: x reason: collision with root package name */ - public b f2468x; + public b f2469x; /* renamed from: y reason: collision with root package name */ - public b f2469y; + public b f2470y; /* renamed from: z reason: collision with root package name */ - public int f2470z = 255; + public int f2471z = 255; public class b { public Canvas a; public Bitmap b; /* renamed from: c reason: collision with root package name */ - public float f2471c; + public float f2472c; public b(ColorPickerView colorPickerView, a aVar) { } @@ -101,17 +101,17 @@ public class ColorPickerView extends View { this.m = c.i.a.f.e.o.c.z(getContext(), 2.0f); this.o = new Paint(); this.p = new Paint(); - this.f2467s = new Paint(); + this.f2468s = new Paint(); this.q = new Paint(); this.r = new Paint(); this.t = new Paint(); this.p.setStyle(Paint.Style.STROKE); this.p.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); this.p.setAntiAlias(true); - this.f2467s.setColor(this.F); - this.f2467s.setStyle(Paint.Style.STROKE); - this.f2467s.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); - this.f2467s.setAntiAlias(true); + this.f2468s.setColor(this.F); + this.f2468s.setStyle(Paint.Style.STROKE); + this.f2468s.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); + this.f2468s.setAntiAlias(true); this.r.setColor(-14935012); this.r.setTextSize((float) c.i.a.f.e.o.c.z(getContext(), 14.0f)); this.r.setAntiAlias(true); @@ -182,7 +182,7 @@ public class ColorPickerView extends View { if (x3 >= i4) { i = x3 > rect4.right ? width2 : x3 - i4; } - this.f2470z = 255 - ((i * 255) / width2); + this.f2471z = 255 - ((i * 255) / width2); } return true; } @@ -192,7 +192,7 @@ public class ColorPickerView extends View { int alpha = Color.alpha(i); float[] fArr = new float[3]; Color.RGBToHSV(Color.red(i), Color.green(i), Color.blue(i), fArr); - this.f2470z = alpha; + this.f2471z = alpha; float f = fArr[0]; this.A = f; float f2 = fArr[1]; @@ -214,7 +214,7 @@ public class ColorPickerView extends View { } public int getColor() { - return Color.HSVToColor(this.f2470z, new float[]{this.A, this.B, this.C}); + return Color.HSVToColor(this.f2471z, new float[]{this.A, this.B, this.C}); } @Override // android.view.View @@ -253,28 +253,28 @@ public class ColorPickerView extends View { float f = (float) rect2.left; this.u = new LinearGradient(f, (float) rect2.top, f, (float) rect2.bottom, -1, (int) ViewCompat.MEASURED_STATE_MASK, Shader.TileMode.CLAMP); } - b bVar = this.f2468x; - if (bVar == null || bVar.f2471c != this.A) { + b bVar = this.f2469x; + if (bVar == null || bVar.f2472c != this.A) { if (bVar == null) { - this.f2468x = new b(this, null); + this.f2469x = new b(this, null); } - b bVar2 = this.f2468x; + b bVar2 = this.f2469x; if (bVar2.b == null) { bVar2.b = Bitmap.createBitmap(rect2.width(), rect2.height(), Bitmap.Config.ARGB_8888); } - b bVar3 = this.f2468x; + b bVar3 = this.f2469x; if (bVar3.a == null) { - bVar3.a = new Canvas(this.f2468x.b); + bVar3.a = new Canvas(this.f2469x.b); } int HSVToColor = Color.HSVToColor(new float[]{this.A, 1.0f, 1.0f}); float f2 = (float) rect2.top; this.v = new LinearGradient((float) rect2.left, f2, (float) rect2.right, f2, -1, HSVToColor, Shader.TileMode.CLAMP); this.o.setShader(new ComposeShader(this.u, this.v, PorterDuff.Mode.MULTIPLY)); - b bVar4 = this.f2468x; - bVar4.a.drawRect(0.0f, 0.0f, (float) bVar4.b.getWidth(), (float) this.f2468x.b.getHeight(), this.o); - this.f2468x.f2471c = this.A; + b bVar4 = this.f2469x; + bVar4.a.drawRect(0.0f, 0.0f, (float) bVar4.b.getWidth(), (float) this.f2469x.b.getHeight(), this.o); + this.f2469x.f2472c = this.A; } - canvas.drawBitmap(this.f2468x.b, (Rect) null, rect2, (Paint) null); + canvas.drawBitmap(this.f2469x.b, (Rect) null, rect2, (Paint) null); float f3 = this.B; float f4 = this.C; Rect rect4 = this.I; @@ -288,11 +288,11 @@ public class ColorPickerView extends View { Rect rect5 = this.J; this.t.setColor(this.G); canvas.drawRect((float) (rect5.left - 1), (float) (rect5.top - 1), (float) (rect5.right + 1), (float) (rect5.bottom + 1), this.t); - if (this.f2469y == null) { + if (this.f2470y == null) { b bVar5 = new b(this, null); - this.f2469y = bVar5; + this.f2470y = bVar5; bVar5.b = Bitmap.createBitmap(rect5.width(), rect5.height(), Bitmap.Config.ARGB_8888); - this.f2469y.a = new Canvas(this.f2469y.b); + this.f2470y.a = new Canvas(this.f2470y.b); int height = (int) (((float) rect5.height()) + 0.5f); int[] iArr = new int[height]; float f5 = 360.0f; @@ -304,12 +304,12 @@ public class ColorPickerView extends View { paint.setStrokeWidth(0.0f); for (int i2 = 0; i2 < height; i2++) { paint.setColor(iArr[i2]); - b bVar6 = this.f2469y; + b bVar6 = this.f2470y; float f6 = (float) i2; bVar6.a.drawLine(0.0f, f6, (float) bVar6.b.getWidth(), f6, paint); } } - canvas.drawBitmap(this.f2469y.b, (Rect) null, rect5, (Paint) null); + canvas.drawBitmap(this.f2470y.b, (Rect) null, rect5, (Paint) null); float f7 = this.A; Rect rect6 = this.J; float height2 = (float) rect6.height(); @@ -325,7 +325,7 @@ public class ColorPickerView extends View { int i6 = this.n / 2; rectF.top = (float) (i5 - i6); rectF.bottom = (float) (i6 + i5); - canvas.drawRoundRect(rectF, 2.0f, 2.0f, this.f2467s); + canvas.drawRoundRect(rectF, 2.0f, 2.0f, this.f2468s); if (!(!this.D || (rect = this.K) == null || this.M == null)) { this.t.setColor(this.G); canvas.drawRect((float) (rect.left - 1), (float) (rect.top - 1), (float) (rect.right + 1), (float) (rect.bottom + 1), this.t); @@ -342,7 +342,7 @@ public class ColorPickerView extends View { if (str != null && !str.equals("")) { canvas.drawText(this.E, (float) rect.centerX(), (float) (c.i.a.f.e.o.c.z(getContext(), 4.0f) + rect.centerY()), this.r); } - int i7 = this.f2470z; + int i7 = this.f2471z; Rect rect7 = this.K; float width = (float) rect7.width(); Point point3 = new Point(); @@ -357,7 +357,7 @@ public class ColorPickerView extends View { int i11 = this.m; rectF2.top = (float) (i10 - i11); rectF2.bottom = (float) (rect.bottom + i11); - canvas.drawRoundRect(rectF2, 2.0f, 2.0f, this.f2467s); + canvas.drawRoundRect(rectF2, 2.0f, 2.0f, this.f2468s); } } } @@ -427,7 +427,7 @@ public class ColorPickerView extends View { public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof Bundle) { Bundle bundle = (Bundle) parcelable; - this.f2470z = bundle.getInt(Key.ALPHA); + this.f2471z = bundle.getInt(Key.ALPHA); this.A = bundle.getFloat("hue"); this.B = bundle.getFloat("sat"); this.C = bundle.getFloat("val"); @@ -442,7 +442,7 @@ public class ColorPickerView extends View { public Parcelable onSaveInstanceState() { Bundle bundle = new Bundle(); bundle.putParcelable("instanceState", super.onSaveInstanceState()); - bundle.putInt(Key.ALPHA, this.f2470z); + bundle.putInt(Key.ALPHA, this.f2471z); bundle.putFloat("hue", this.A); bundle.putFloat("sat", this.B); bundle.putFloat("val", this.C); @@ -463,8 +463,8 @@ public class ColorPickerView extends View { this.u = null; this.v = null; this.w = null; - this.f2468x = null; - this.f2469y = null; + this.f2469x = null; + this.f2470y = null; Rect rect2 = this.H; int i5 = rect2.left + 1; int i6 = rect2.top + 1; @@ -506,7 +506,7 @@ public class ColorPickerView extends View { } c cVar = this.N; if (cVar != null) { - ((ColorPickerDialog) cVar).k(Color.HSVToColor(this.f2470z, new float[]{this.A, this.B, this.C})); + ((ColorPickerDialog) cVar).k(Color.HSVToColor(this.f2471z, new float[]{this.A, this.B, this.C})); } invalidate(); return true; @@ -527,8 +527,8 @@ public class ColorPickerView extends View { this.u = null; this.v = null; this.w = null; - this.f2469y = null; - this.f2468x = null; + this.f2470y = null; + this.f2469x = null; requestLayout(); } } @@ -548,7 +548,7 @@ public class ColorPickerView extends View { public void setSliderTrackerColor(int i) { this.F = i; - this.f2467s.setColor(i); + this.f2468s.setColor(i); invalidate(); } } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java index 079a43ac3d..40009967c1 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java @@ -27,7 +27,7 @@ public class ColorPreferenceCompat extends Preference implements f { public int[] r; /* renamed from: s reason: collision with root package name */ - public int f2472s; + public int f2473s; public ColorPreferenceCompat(Context context, AttributeSet attributeSet) { super(context, attributeSet); @@ -42,7 +42,7 @@ public class ColorPreferenceCompat extends Preference implements f { this.p = obtainStyledAttributes.getBoolean(R.f.ColorPreference_cpv_showColorShades, true); this.q = obtainStyledAttributes.getInt(R.f.ColorPreference_cpv_previewSize, 0); int resourceId = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_colorPresets, 0); - this.f2472s = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_dialogTitle, R.e.cpv_default_title); + this.f2473s = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_dialogTitle, R.e.cpv_default_title); if (resourceId != 0) { this.r = getContext().getResources().getIntArray(resourceId); } else { @@ -100,7 +100,7 @@ public class ColorPreferenceCompat extends Preference implements f { int[] iArr = ColorPickerDialog.i; ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.f = this.k; - kVar.a = this.f2472s; + kVar.a = this.f2473s; kVar.n = this.l; kVar.g = this.r; kVar.j = this.m; diff --git a/app/src/main/java/com/linecorp/apng/decoder/Apng.java b/app/src/main/java/com/linecorp/apng/decoder/Apng.java index 63c20dc6d0..d7268d797b 100644 --- a/app/src/main/java/com/linecorp/apng/decoder/Apng.java +++ b/app/src/main/java/com/linecorp/apng/decoder/Apng.java @@ -19,7 +19,7 @@ public final class Apng { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2473c; + public final int f2474c; public final int d; public final int e; public final int f; @@ -150,7 +150,7 @@ public final class Apng { public Apng(int i, int i2, int i3, @IntRange(from = 1, to = 2147483647L) int i4, int[] iArr, @IntRange(from = 0, to = 2147483647L) int i5, @IntRange(from = 0, to = 2147483647L) long j) { m.checkNotNullParameter(iArr, "frameDurations"); - this.f2473c = i; + this.f2474c = i; this.d = i2; this.e = i3; this.f = i4; @@ -167,7 +167,7 @@ public final class Apng { } public static final /* synthetic */ int access$getId$p(Apng apng) { - return apng.f2473c; + return apng.f2474c; } public final Apng copy() { @@ -179,7 +179,7 @@ public final class Apng { m.checkNotNullParameter(rect2, "dst"); m.checkNotNullParameter(paint, "paint"); Trace.beginSection("Apng#draw"); - ApngDecoderJni.draw(this.f2473c, i, this.a); + ApngDecoderJni.draw(this.f2474c, i, this.a); Trace.endSection(); canvas.drawBitmap(this.a, rect, rect2, paint); } @@ -231,6 +231,6 @@ public final class Apng { } public final void recycle() { - ApngDecoderJni.recycle(this.f2473c); + ApngDecoderJni.recycle(this.f2474c); } } diff --git a/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java b/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java index 5a7013f2ae..a15fb7c566 100644 --- a/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java +++ b/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java @@ -79,7 +79,7 @@ public final class AttachmentPreviewAdapter { public List> b = n.emptyList(); /* renamed from: c reason: collision with root package name */ - public final ContentResolver f2475c; + public final ContentResolver f2476c; /* compiled from: FileListAdapter.kt */ public static final class a extends AsyncTask>> { @@ -103,7 +103,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { public final AnimatorSet b; /* renamed from: c reason: collision with root package name */ - public SimpleDraweeView f2476c; + public SimpleDraweeView f2477c; public ImageView d; public TextView e; public TextView f; @@ -171,7 +171,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { this.h = fileListAdapter; View findViewById = view.findViewById(R.e.thumb_iv); m.checkNotNullExpressionValue(findViewById, "itemView.findViewById(R.id.thumb_iv)"); - this.f2476c = (SimpleDraweeView) findViewById; + this.f2477c = (SimpleDraweeView) findViewById; View findViewById2 = view.findViewById(R.e.type_iv); m.checkNotNullExpressionValue(findViewById2, "itemView.findViewById(R.id.type_iv)"); this.d = (ImageView) findViewById2; @@ -189,12 +189,12 @@ public final class FileListAdapter extends RecyclerView.Adapter { Objects.requireNonNull(loadAnimator, "null cannot be cast to non-null type android.animation.AnimatorSet"); AnimatorSet animatorSet = (AnimatorSet) loadAnimator; this.a = animatorSet; - animatorSet.setTarget(this.f2476c); + animatorSet.setTarget(this.f2477c); Animator loadAnimator2 = AnimatorInflater.loadAnimator(view.getContext(), R.a.selection_grow); Objects.requireNonNull(loadAnimator2, "null cannot be cast to non-null type android.animation.AnimatorSet"); AnimatorSet animatorSet2 = (AnimatorSet) loadAnimator2; this.b = animatorSet2; - animatorSet2.setTarget(this.f2476c); + animatorSet2.setTarget(this.f2477c); } /* JADX WARNING: Code restructure failed: missing block: B:25:0x009d, code lost: @@ -217,7 +217,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { */ public final void a(File file) { Bitmap thumbnail; - Cursor query = this.h.f2475c.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, new String[]{"_id", "mini_thumb_magic"}, "_data=?", new String[]{file.getPath()}, null); + Cursor query = this.h.f2476c.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, new String[]{"_id", "mini_thumb_magic"}, "_data=?", new String[]{file.getPath()}, null); if (query == null) { return; } @@ -226,10 +226,10 @@ public final class FileListAdapter extends RecyclerView.Adapter { return; } long j = query.getLong(0); - if (query.getLong(1) == 0 && (thumbnail = MediaStore.Images.Thumbnails.getThumbnail(this.h.f2475c, j, 1, null)) != null) { + if (query.getLong(1) == 0 && (thumbnail = MediaStore.Images.Thumbnails.getThumbnail(this.h.f2476c, j, 1, null)) != null) { thumbnail.recycle(); } - Cursor query2 = this.h.f2475c.query(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, new String[]{"_id"}, "image_id=?", new String[]{String.valueOf(j)}, null); + Cursor query2 = this.h.f2476c.query(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, new String[]{"_id"}, "image_id=?", new String[]{String.valueOf(j)}, null); if (query2 != null) { if (!query2.moveToFirst()) { d0.y.b.closeFinally(query2, null); @@ -237,9 +237,9 @@ public final class FileListAdapter extends RecyclerView.Adapter { return; } String string = query2.getString(0); - SimpleDraweeView simpleDraweeView = this.f2476c; + SimpleDraweeView simpleDraweeView = this.f2477c; d a2 = c.f.g.a.a.b.a(); - a2.n = this.f2476c.getController(); + a2.n = this.f2477c.getController(); d f = a2.f(Uri.withAppendedPath(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, string)); f.l = true; simpleDraweeView.setController(f.a()); @@ -254,10 +254,10 @@ public final class FileListAdapter extends RecyclerView.Adapter { view.setSelected(z2); C0191b bVar = new C0191b(z3); if (z2) { - if (this.f2476c.getScaleX() == 1.0f) { + if (this.f2477c.getScaleX() == 1.0f) { bVar.a(this.a); } - } else if (this.f2476c.getScaleX() != 1.0f) { + } else if (this.f2477c.getScaleX() != 1.0f) { bVar.a(this.b); } } @@ -266,7 +266,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { public FileListAdapter(ContentResolver contentResolver, SelectionCoordinator> selectionCoordinator) { m.checkNotNullParameter(contentResolver, "contentResolver"); m.checkNotNullParameter(selectionCoordinator, "selectionCoordinator"); - this.f2475c = contentResolver; + this.f2476c = contentResolver; Objects.requireNonNull(selectionCoordinator); m.checkNotNullParameter(this, "adapter"); selectionCoordinator.a = this; @@ -314,7 +314,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { bVar2.e.setText((CharSequence) null); bVar2.f.setText((CharSequence) null); } - SimpleDraweeView simpleDraweeView = bVar2.f2476c; + SimpleDraweeView simpleDraweeView = bVar2.f2477c; simpleDraweeView.setImageURI((Uri) null, simpleDraweeView.getContext()); bVar2.d.setVisibility(8); boolean z2 = true; @@ -331,7 +331,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { z2 = false; } if (z2) { - bVar2.f2476c.setImageURI(Uri.fromFile(file), bVar2.f2476c.getContext()); + bVar2.f2477c.setImageURI(Uri.fromFile(file), bVar2.f2477c.getContext()); if (t.startsWith$default(str, "image", false, 2, null)) { ImageView imageView = bVar2.d; imageView.setImageResource(DrawableCompat.getThemedDrawableRes$default(imageView, R.b.ic_flex_input_image, 0, 2, (Object) null)); diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java index 28c1fb8b52..a901a70796 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java @@ -194,7 +194,7 @@ public class CameraFragment extends Fragment { if (cameraView8 == null) { m.throwUninitializedPropertyAccessException("cameraView"); } - cameraView8.f2483x.O0(new l.a()); + cameraView8.f2484x.O0(new l.a()); } } } diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java index d3f1979437..1f96f9a7cb 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java @@ -230,7 +230,7 @@ public class FilesFragment extends Fragment { public void onDestroyView() { SelectionCoordinator, Attachment> selectionCoordinator = this.selectionCoordinator; if (selectionCoordinator != null) { - selectionCoordinator.f2480c.unregister(); + selectionCoordinator.f2481c.unregister(); } super.onDestroyView(); } diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java index c99612f74a..5708dc0fe6 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java @@ -75,7 +75,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { public FlexInputViewModel r; /* renamed from: s reason: collision with root package name */ - public Subscription f2477s; + public Subscription f2478s; public Subscription t; public Subscription u; public final List> v = new ArrayList(); @@ -288,7 +288,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { if (flexInputState2.e) { String str = flexInputState2.a; Objects.requireNonNull(str, "null cannot be cast to non-null type kotlin.CharSequence"); - if ((w.trim(str).toString().length() > 0) || flexInputState2.f2481c.size() > 0) { + if ((w.trim(str).toString().length() > 0) || flexInputState2.f2482c.size() > 0) { z2 = true; ImageView imageView = flexInputFragment.j().p; m.checkNotNullExpressionValue(imageView, "binding.sendBtnImage"); @@ -296,7 +296,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { FrameLayout frameLayout = flexInputFragment.j().o; m.checkNotNullExpressionValue(frameLayout, "binding.sendBtnContainer"); frameLayout.setEnabled(z2); - boolean z4 = !(flexInputState2.a.length() <= 0) || flexInputState2.f2481c.size() > 0; + boolean z4 = !(flexInputState2.a.length() <= 0) || flexInputState2.f2482c.size() > 0; FrameLayout frameLayout2 = flexInputFragment.j().o; m.checkNotNullExpressionValue(frameLayout2, "binding.sendBtnContainer"); frameLayout2.setVisibility(!z4 ? 0 : 8); @@ -309,7 +309,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { LinearLayout linearLayout2 = flexInputFragment.j().n; m.checkNotNullExpressionValue(linearLayout2, "binding.mainInputContainer"); linearLayout2.setLayoutParams(layoutParams2); - if (flexInputState2.f2481c.isEmpty()) { + if (flexInputState2.f2482c.isEmpty()) { AttachmentPreviewAdapter> attachmentPreviewAdapter = flexInputFragment.p; if (attachmentPreviewAdapter == null) { m.throwUninitializedPropertyAccessException("attachmentPreviewAdapter"); @@ -319,7 +319,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { } LinearLayout linearLayout3 = flexInputFragment.j().f257c; m.checkNotNullExpressionValue(linearLayout3, "binding.attachmentPreviewContainer"); - linearLayout3.setVisibility((flexInputState2.f2481c.size() > 0 || !flexInputState2.e) ? 8 : 0); + linearLayout3.setVisibility((flexInputState2.f2482c.size() > 0 || !flexInputState2.e) ? 8 : 0); AppCompatImageButton appCompatImageButton4 = flexInputFragment.j().l; m.checkNotNullExpressionValue(appCompatImageButton4, "binding.galleryBtn"); ViewExtensions.setEnabledAlpha$default(appCompatImageButton4, !flexInputState2.e && flexInputState2.f, 0.0f, 2, null); @@ -376,11 +376,11 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { LinearLayout linearLayout2 = flexInputFragment.j().n; m.checkNotNullExpressionValue(linearLayout2, "binding.mainInputContainer"); linearLayout2.setLayoutParams(layoutParams2); - if (flexInputState2.f2481c.isEmpty()) { + if (flexInputState2.f2482c.isEmpty()) { } LinearLayout linearLayout3 = flexInputFragment.j().f257c; m.checkNotNullExpressionValue(linearLayout3, "binding.attachmentPreviewContainer"); - linearLayout3.setVisibility((flexInputState2.f2481c.size() > 0 || !flexInputState2.e) ? 8 : 0); + linearLayout3.setVisibility((flexInputState2.f2482c.size() > 0 || !flexInputState2.e) ? 8 : 0); AppCompatImageButton appCompatImageButton4 = flexInputFragment.j().l; m.checkNotNullExpressionValue(appCompatImageButton4, "binding.galleryBtn"); ViewExtensions.setEnabledAlpha$default(appCompatImageButton4, !flexInputState2.e && flexInputState2.f, 0.0f, 2, null); @@ -530,7 +530,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { SelectionCoordinator, ?> selectionCoordinator = new SelectionCoordinator<>(null, null, 3); b().registerSelectionCoordinator(selectionCoordinator); selectionCoordinator.c(attachment, 0); - selectionCoordinator.f2480c.unregister(); + selectionCoordinator.f2481c.unregister(); FlexInputViewModel flexInputViewModel = this.r; if (flexInputViewModel != null) { flexInputViewModel.onAttachmentsUpdated(b().getAttachments()); @@ -626,7 +626,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { if (flexInputViewModel != null) { flexInputViewModel.onFlexInputFragmentPause(); } - Subscription subscription = this.f2477s; + Subscription subscription = this.f2478s; if (subscription != null) { subscription.unsubscribe(); } @@ -646,7 +646,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { super.onResume(); FlexInputViewModel flexInputViewModel = this.r; if (flexInputViewModel != null) { - this.f2477s = flexInputViewModel.observeState().r().U(new c.b.a.a.n(new d(this))); + this.f2478s = flexInputViewModel.observeState().r().U(new c.b.a.a.n(new d(this))); FlexInputViewModel flexInputViewModel2 = this.r; if (flexInputViewModel2 != null) { this.t = flexInputViewModel2.observeEvents().U(new c.b.a.a.n(new e(this))); diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java index 65b82ffdc1..734c1dea4c 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java @@ -99,19 +99,19 @@ public class MediaFragment extends Fragment { public final /* synthetic */ i b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ MediaFragment f2478c; + public final /* synthetic */ MediaFragment f2479c; public final /* synthetic */ c.b.a.b d; public b(View view, i iVar, MediaFragment mediaFragment, c.b.a.b bVar) { this.a = view; this.b = iVar; - this.f2478c = mediaFragment; + this.f2479c = mediaFragment; this.d = bVar; } @Override // androidx.swiperefreshlayout.widget.SwipeRefreshLayout.OnRefreshListener public final void onRefresh() { - if (MediaFragment.access$hasPermissions(this.f2478c, MediaFragment.REQUIRED_PERMISSION)) { + if (MediaFragment.access$hasPermissions(this.f2479c, MediaFragment.REQUIRED_PERMISSION)) { i iVar = this.b; Context context = this.a.getContext(); m.checkNotNullExpressionValue(context, "context"); @@ -119,7 +119,7 @@ public class MediaFragment extends Fragment { m.checkNotNullExpressionValue(contentResolver, "context.contentResolver"); iVar.b(contentResolver); } - SwipeRefreshLayout access$getSwipeRefreshLayout$p = MediaFragment.access$getSwipeRefreshLayout$p(this.f2478c); + SwipeRefreshLayout access$getSwipeRefreshLayout$p = MediaFragment.access$getSwipeRefreshLayout$p(this.f2479c); if (access$getSwipeRefreshLayout$p != null) { access$getSwipeRefreshLayout$p.setRefreshing(false); } @@ -219,7 +219,7 @@ public class MediaFragment extends Fragment { public void onDestroyView() { SelectionCoordinator, Media> selectionCoordinator = this.selectionCoordinator; m.checkNotNull(selectionCoordinator); - selectionCoordinator.f2480c.unregister(); + selectionCoordinator.f2481c.unregister(); super.onDestroyView(); } diff --git a/app/src/main/java/com/lytefast/flexinput/model/Attachment.java b/app/src/main/java/com/lytefast/flexinput/model/Attachment.java index 850c60a5fe..7914421b19 100644 --- a/app/src/main/java/com/lytefast/flexinput/model/Attachment.java +++ b/app/src/main/java/com/lytefast/flexinput/model/Attachment.java @@ -24,7 +24,7 @@ public class Attachment implements Parcelable { private final String displayName; /* renamed from: id reason: collision with root package name */ - private final long f2479id; + private final long f2480id; private final Uri uri; /* compiled from: Attachment.kt */ @@ -158,7 +158,7 @@ public class Attachment implements Parcelable { public Attachment(long j, Uri uri, String str, T t) { m.checkNotNullParameter(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); m.checkNotNullParameter(str, "displayName"); - this.f2479id = j; + this.f2480id = j; this.uri = uri; this.displayName = str; this.data = t; @@ -203,7 +203,7 @@ public class Attachment implements Parcelable { return false; } Attachment attachment = (Attachment) obj; - return this.f2479id == attachment.f2479id && m.areEqual(this.uri, attachment.uri); + return this.f2480id == attachment.f2480id && m.areEqual(this.uri, attachment.uri); } public final T getData() { @@ -215,7 +215,7 @@ public class Attachment implements Parcelable { } public final long getId() { - return this.f2479id; + return this.f2480id; } public final Uri getUri() { @@ -224,14 +224,14 @@ public class Attachment implements Parcelable { @Override // java.lang.Object public int hashCode() { - return AnimatableValueParser.W0(Long.valueOf(this.f2479id), this.uri); + return AnimatableValueParser.W0(Long.valueOf(this.f2480id), this.uri); } @Override // android.os.Parcelable @CallSuper public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "dest"); - parcel.writeLong(this.f2479id); + parcel.writeLong(this.f2480id); parcel.writeParcelable(this.uri, i); parcel.writeString(this.displayName); } diff --git a/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java b/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java index b3b39f03f5..6e85b5b52a 100644 --- a/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java +++ b/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java @@ -234,7 +234,7 @@ public class SelectionAggregator> { a aVar = new a(this, selectionCoordinator); Objects.requireNonNull(selectionCoordinator); m.checkNotNullParameter(aVar, ""); - selectionCoordinator.f2480c = aVar; + selectionCoordinator.f2481c = aVar; this.childSelectionCoordinators.add(selectionCoordinator); } diff --git a/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java b/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java index 21b252bf65..d1c6378900 100644 --- a/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java +++ b/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java @@ -15,7 +15,7 @@ public class SelectionCoordinator { public final ArrayMap b; /* renamed from: c reason: collision with root package name */ - public ItemSelectionListener f2480c; + public ItemSelectionListener f2481c; /* compiled from: SelectionCoordinator.kt */ public interface ItemSelectionListener { @@ -88,7 +88,7 @@ public class SelectionCoordinator { m.checkNotNullParameter(arrayMap2, "selectedItemPositionMap"); m.checkNotNullParameter(bVar, "itemSelectionListener"); this.b = arrayMap2; - this.f2480c = bVar; + this.f2481c = bVar; } public final boolean a(T t, int i) { @@ -127,7 +127,7 @@ public class SelectionCoordinator { if (adapter != null) { adapter.notifyItemChanged(i, new a(t, true)); } - this.f2480c.onItemSelected(t); + this.f2481c.onItemSelected(t); } public final boolean d(I i) { @@ -142,7 +142,7 @@ public class SelectionCoordinator { if (adapter != null) { adapter.notifyItemChanged(intValue, new a(i, false)); } - this.f2480c.onItemUnselected(i); + this.f2481c.onItemUnselected(i); return true; } } diff --git a/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java b/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java index a5db541e76..22b50c09d2 100644 --- a/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java +++ b/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java @@ -12,7 +12,7 @@ public final class FlexInputState { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final List> f2481c; + public final List> f2482c; public final Integer d; public final boolean e; public final boolean f; @@ -33,7 +33,7 @@ public final class FlexInputState { m.checkNotNullParameter(list, "attachments"); this.a = str; this.b = z2; - this.f2481c = list; + this.f2482c = list; this.d = num; this.e = z3; this.f = z4; @@ -55,7 +55,7 @@ public final class FlexInputState { public static FlexInputState a(FlexInputState flexInputState, String str, boolean z2, List list, Integer num, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, Long l, Long l2, int i) { String str2 = (i & 1) != 0 ? flexInputState.a : str; boolean z8 = (i & 2) != 0 ? flexInputState.b : z2; - List list2 = (i & 4) != 0 ? flexInputState.f2481c : list; + List list2 = (i & 4) != 0 ? flexInputState.f2482c : list; Integer num2 = (i & 8) != 0 ? flexInputState.d : num; boolean z9 = (i & 16) != 0 ? flexInputState.e : z3; boolean z10 = (i & 32) != 0 ? flexInputState.f : z4; @@ -78,7 +78,7 @@ public final class FlexInputState { return false; } FlexInputState flexInputState = (FlexInputState) obj; - return m.areEqual(this.a, flexInputState.a) && this.b == flexInputState.b && m.areEqual(this.f2481c, flexInputState.f2481c) && m.areEqual(this.d, flexInputState.d) && this.e == flexInputState.e && this.f == flexInputState.f && this.g == flexInputState.g && this.h == flexInputState.h && this.i == flexInputState.i && m.areEqual(this.j, flexInputState.j) && m.areEqual(this.k, flexInputState.k); + return m.areEqual(this.a, flexInputState.a) && this.b == flexInputState.b && m.areEqual(this.f2482c, flexInputState.f2482c) && m.areEqual(this.d, flexInputState.d) && this.e == flexInputState.e && this.f == flexInputState.f && this.g == flexInputState.g && this.h == flexInputState.h && this.i == flexInputState.i && m.areEqual(this.j, flexInputState.j) && m.areEqual(this.k, flexInputState.k); } public int hashCode() { @@ -94,7 +94,7 @@ public final class FlexInputState { int i4 = z2 ? 1 : 0; int i5 = z2 ? 1 : 0; int i6 = (hashCode + i3) * 31; - List> list = this.f2481c; + List> list = this.f2482c; int hashCode2 = (i6 + (list != null ? list.hashCode() : 0)) * 31; Integer num = this.d; int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; @@ -150,7 +150,7 @@ public final class FlexInputState { P.append(", showExpandedButtons="); P.append(this.b); P.append(", attachments="); - P.append(this.f2481c); + P.append(this.f2482c); P.append(", showContentDialogIndex="); P.append(this.d); P.append(", ableToSendMessages="); diff --git a/app/src/main/java/com/otaliastudios/cameraview/CameraView.java b/app/src/main/java/com/otaliastudios/cameraview/CameraView.java index 58aa19cfea..95726836b1 100644 --- a/app/src/main/java/com/otaliastudios/cameraview/CameraView.java +++ b/app/src/main/java/com/otaliastudios/cameraview/CameraView.java @@ -90,7 +90,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public int r; /* renamed from: s reason: collision with root package name */ - public Handler f2482s; + public Handler f2483s; public Executor t; @VisibleForTesting public b u; @@ -98,13 +98,13 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public c.o.a.r.f w; /* renamed from: x reason: collision with root package name */ - public i f2483x; + public i f2484x; /* renamed from: y reason: collision with root package name */ - public c.o.a.x.b f2484y; + public c.o.a.x.b f2485y; /* renamed from: z reason: collision with root package name */ - public MediaActionSound f2485z; + public MediaActionSound f2486z; public class a implements ThreadFactory { public final AtomicInteger i = new AtomicInteger(1); @@ -254,10 +254,10 @@ public class CameraView extends FrameLayout implements LifecycleObserver { CameraView cameraView; boolean z2; if (this.i && (z2 = (cameraView = CameraView.this).k) && z2) { - if (cameraView.f2485z == null) { - cameraView.f2485z = new MediaActionSound(); + if (cameraView.f2486z == null) { + cameraView.f2486z = new MediaActionSound(); } - cameraView.f2485z.play(1); + cameraView.f2486z.play(1); } c.o.a.s.a aVar = CameraView.this.A; if (aVar != null) { @@ -277,7 +277,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void a(CameraException cameraException) { this.b.a(1, "dispatchError", cameraException); - CameraView.this.f2482s.post(new d(cameraException)); + CameraView.this.f2483s.post(new d(cameraException)); } public void b(@NonNull c.o.a.p.b bVar) { @@ -291,22 +291,22 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void c(float f2, @NonNull float[] fArr, @Nullable PointF[] pointFArr) { this.b.a(1, "dispatchOnExposureCorrectionChanged", Float.valueOf(f2)); - CameraView.this.f2482s.post(new RunnableC0194b(f2, fArr, pointFArr)); + CameraView.this.f2483s.post(new RunnableC0194b(f2, fArr, pointFArr)); } public void d(@Nullable c.o.a.q.a aVar, boolean z2, @NonNull PointF pointF) { this.b.a(1, "dispatchOnFocusEnd", aVar, Boolean.valueOf(z2), pointF); - CameraView.this.f2482s.post(new g(z2, aVar, pointF)); + CameraView.this.f2483s.post(new g(z2, aVar, pointF)); } public void e(@Nullable c.o.a.q.a aVar, @NonNull PointF pointF) { this.b.a(1, "dispatchOnFocusStart", aVar, pointF); - CameraView.this.f2482s.post(new f(pointF, aVar)); + CameraView.this.f2483s.post(new f(pointF, aVar)); } public void f(float f2, @Nullable PointF[] pointFArr) { this.b.a(1, "dispatchOnZoomChanged", Float.valueOf(f2)); - CameraView.this.f2482s.post(new a(f2, pointFArr)); + CameraView.this.f2483s.post(new a(f2, pointFArr)); } @NonNull @@ -315,14 +315,14 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void h() { - c.o.a.x.b C = CameraView.this.f2483x.C(c.o.a.n.t.b.VIEW); + c.o.a.x.b C = CameraView.this.f2484x.C(c.o.a.n.t.b.VIEW); if (C == null) { throw new RuntimeException("Preview stream size should not be null here."); - } else if (C.equals(CameraView.this.f2484y)) { + } else if (C.equals(CameraView.this.f2485y)) { this.b.a(1, "onCameraPreviewStreamSizeChanged:", "swallowing because the preview size has not changed.", C); } else { this.b.a(1, "onCameraPreviewStreamSizeChanged: posting a requestLayout call.", "Preview stream size:", C); - CameraView.this.f2482s.post(new e()); + CameraView.this.f2483s.post(new e()); } } } @@ -497,7 +497,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } obtainStyledAttributes.recycle(); this.u = new b(); - this.f2482s = new Handler(Looper.getMainLooper()); + this.f2483s = new Handler(Looper.getMainLooper()); this.E = new e(this.u); this.F = new g(this.u); this.G = new c.o.a.q.f(this.u); @@ -620,13 +620,13 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } else { iVar = new c.o.a.n.d(bVar2); } - this.f2483x = iVar; + this.f2484x = iVar; bVar.a(2, "doInstantiateEngine:", "instantiated. engine:", iVar.getClass().getSimpleName()); - this.f2483x.o0(this.L); + this.f2484x.o0(this.L); } public final boolean c() { - i iVar = this.f2483x; + i iVar = this.f2484x; return iVar.m.f == c.o.a.n.v.e.OFF && !iVar.O(); } @@ -641,7 +641,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { fVar.g = -1; fVar.e = -1; } - this.f2483x.L0(false); + this.f2484x.L0(false); c.o.a.w.a aVar = this.v; if (aVar != null) { aVar.p(); @@ -650,9 +650,9 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public boolean d() { - c.o.a.n.v.e eVar = this.f2483x.m.f; + c.o.a.n.v.e eVar = this.f2484x.m.f; c.o.a.n.v.e eVar2 = c.o.a.n.v.e.ENGINE; - return eVar.f(eVar2) && this.f2483x.m.g.f(eVar2); + return eVar.f(eVar2) && this.f2484x.m.g.f(eVar2); } @OnLifecycleEvent(Lifecycle.Event.ON_DESTROY) @@ -662,9 +662,9 @@ public class CameraView extends FrameLayout implements LifecycleObserver { boolean z2 = this.C.size() > 0; this.C.clear(); if (z2) { - this.f2483x.k0(false); + this.f2484x.k0(false); } - this.f2483x.d(true, 0); + this.f2484x.d(true, 0); c.o.a.w.a aVar = this.v; if (aVar != null) { aVar.o(); @@ -740,29 +740,29 @@ public class CameraView extends FrameLayout implements LifecycleObserver { rectF2.set(Math.max(rectF.left, aVar2.i.left), Math.max(rectF.top, aVar2.i.top), Math.min(rectF.right, aVar2.i.right), Math.min(rectF.bottom, aVar2.i.bottom)); arrayList2.add(new c.o.a.t.a(rectF2, aVar2.j)); } - this.f2483x.I0(aVar, new c.o.a.t.b(arrayList2), pointFArr[0]); + this.f2484x.I0(aVar, new c.o.a.t.b(arrayList2), pointFArr[0]); return; case 2: - this.f2483x.O0(new l.a()); + this.f2484x.O0(new l.a()); return; case 3: - this.f2483x.P0(new l.a()); + this.f2484x.P0(new l.a()); return; case 4: - float N = this.f2483x.N(); + float N = this.f2484x.N(); float a3 = cVar.a(N, 0.0f, 1.0f); if (a3 != N) { - this.f2483x.G0(a3, pointFArr, true); + this.f2484x.G0(a3, pointFArr, true); return; } return; case 5: - float k = this.f2483x.k(); + float k = this.f2484x.k(); float f = cVar2.m; float f2 = cVar2.n; float a4 = cVar.a(k, f, f2); if (a4 != k) { - this.f2483x.d0(a4, new float[]{f, f2}, pointFArr, true); + this.f2484x.d0(a4, new float[]{f, f2}, pointFArr, true); return; } return; @@ -817,25 +817,25 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public c.o.a.m.a getAudio() { - return this.f2483x.f(); + return this.f2484x.f(); } public int getAudioBitRate() { - return this.f2483x.g(); + return this.f2484x.g(); } @NonNull public c.o.a.m.b getAudioCodec() { - return this.f2483x.h(); + return this.f2484x.h(); } public long getAutoFocusResetDelay() { - return this.f2483x.i(); + return this.f2484x.i(); } @Nullable public c.o.a.c getCameraOptions() { - return this.f2483x.j(); + return this.f2484x.j(); } @NonNull @@ -844,12 +844,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public float getExposureCorrection() { - return this.f2483x.k(); + return this.f2484x.k(); } @NonNull public c.o.a.m.e getFacing() { - return this.f2483x.l(); + return this.f2484x.l(); } @NonNull @@ -868,7 +868,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public c.o.a.m.f getFlash() { - return this.f2483x.m(); + return this.f2484x.m(); } public int getFrameProcessingExecutors() { @@ -876,19 +876,19 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public int getFrameProcessingFormat() { - return this.f2483x.n(); + return this.f2484x.n(); } public int getFrameProcessingMaxHeight() { - return this.f2483x.o(); + return this.f2484x.o(); } public int getFrameProcessingMaxWidth() { - return this.f2483x.p(); + return this.f2484x.p(); } public int getFrameProcessingPoolSize() { - return this.f2483x.q(); + return this.f2484x.q(); } @NonNull @@ -902,35 +902,35 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public h getHdr() { - return this.f2483x.r(); + return this.f2484x.r(); } @Nullable public Location getLocation() { - return this.f2483x.s(); + return this.f2484x.s(); } @NonNull public c.o.a.m.i getMode() { - return this.f2483x.t(); + return this.f2484x.t(); } @NonNull public j getPictureFormat() { - return this.f2483x.u(); + return this.f2484x.u(); } public boolean getPictureMetering() { - return this.f2483x.v(); + return this.f2484x.v(); } @Nullable public c.o.a.x.b getPictureSize() { - return this.f2483x.w(c.o.a.n.t.b.OUTPUT); + return this.f2484x.w(c.o.a.n.t.b.OUTPUT); } public boolean getPictureSnapshotMetering() { - return this.f2483x.y(); + return this.f2484x.y(); } public boolean getPlaySounds() { @@ -943,26 +943,26 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public float getPreviewFrameRate() { - return this.f2483x.A(); + return this.f2484x.A(); } public boolean getPreviewFrameRateExact() { - return this.f2483x.B(); + return this.f2484x.B(); } public int getSnapshotMaxHeight() { - return this.f2483x.D(); + return this.f2484x.D(); } public int getSnapshotMaxWidth() { - return this.f2483x.E(); + return this.f2484x.E(); } @Nullable public c.o.a.x.b getSnapshotSize() { c.o.a.x.b bVar = null; if (!(getWidth() == 0 || getHeight() == 0)) { - i iVar = this.f2483x; + i iVar = this.f2484x; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.VIEW; c.o.a.x.b F = iVar.F(bVar2); if (F == null) { @@ -970,7 +970,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } Rect v = c.i.a.f.e.o.c.v(F, c.o.a.x.a.f(getWidth(), getHeight())); bVar = new c.o.a.x.b(v.width(), v.height()); - if (this.f2483x.e().b(bVar2, c.o.a.n.t.b.OUTPUT)) { + if (this.f2484x.e().b(bVar2, c.o.a.n.t.b.OUTPUT)) { return bVar.f(); } } @@ -982,34 +982,34 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public int getVideoBitRate() { - return this.f2483x.G(); + return this.f2484x.G(); } @NonNull public c.o.a.m.l getVideoCodec() { - return this.f2483x.H(); + return this.f2484x.H(); } public int getVideoMaxDuration() { - return this.f2483x.I(); + return this.f2484x.I(); } public long getVideoMaxSize() { - return this.f2483x.J(); + return this.f2484x.J(); } @Nullable public c.o.a.x.b getVideoSize() { - return this.f2483x.K(c.o.a.n.t.b.OUTPUT); + return this.f2484x.K(c.o.a.n.t.b.OUTPUT); } @NonNull public m getWhiteBalance() { - return this.f2483x.M(); + return this.f2484x.M(); } public float getZoom() { - return this.f2483x.N(); + return this.f2484x.N(); } @Override // android.view.View, android.view.ViewGroup @@ -1032,7 +1032,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } this.v = aVar; bVar.a(2, "doInstantiateEngine:", "instantiated. preview:", aVar.getClass().getSimpleName()); - this.f2483x.u0(this.v); + this.f2484x.u0(this.v); c.o.a.o.b bVar2 = this.q; if (bVar2 != null) { setFilter(bVar2); @@ -1043,7 +1043,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @Override // android.view.View, android.view.ViewGroup public void onDetachedFromWindow() { - this.f2484y = null; + this.f2485y = null; super.onDetachedFromWindow(); } @@ -1058,8 +1058,8 @@ public class CameraView extends FrameLayout implements LifecycleObserver { super.onMeasure(View.MeasureSpec.makeMeasureSpec(View.MeasureSpec.getSize(i2), BasicMeasure.EXACTLY), View.MeasureSpec.makeMeasureSpec(View.MeasureSpec.getSize(i3), BasicMeasure.EXACTLY)); return; } - c.o.a.x.b C = this.f2483x.C(c.o.a.n.t.b.VIEW); - this.f2484y = C; + c.o.a.x.b C = this.f2484x.C(c.o.a.n.t.b.VIEW); + this.f2485y = C; if (C == null) { j.a(2, "onMeasure:", "surface is not ready. Calling default behavior."); super.onMeasure(i2, i3); @@ -1069,7 +1069,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { int mode2 = View.MeasureSpec.getMode(i3); int size = View.MeasureSpec.getSize(i2); int size2 = View.MeasureSpec.getSize(i3); - c.o.a.x.b bVar = this.f2484y; + c.o.a.x.b bVar = this.f2485y; float f = (float) bVar.i; float f2 = (float) bVar.j; ViewGroup.LayoutParams layoutParams = getLayoutParams(); @@ -1142,7 +1142,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (!d()) { return true; } - c.o.a.c j2 = this.f2483x.j(); + c.o.a.c j2 = this.f2484x.j(); if (j2 != null) { e eVar = this.E; if (!eVar.a ? false : eVar.c(motionEvent)) { @@ -1181,12 +1181,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { ((DisplayManager) fVar.b.getSystemService("display")).registerDisplayListener(fVar.f, fVar.a); fVar.d.enable(); } - c.o.a.n.t.a e = this.f2483x.e(); + c.o.a.n.t.a e = this.f2484x.e(); int i2 = this.w.g; e.e(i2); e.d = i2; e.d(); - this.f2483x.H0(); + this.f2484x.H0(); } } } @@ -1234,20 +1234,20 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void setAudio(@NonNull c.o.a.m.a aVar) { if (aVar == getAudio() || c()) { - this.f2483x.Z(aVar); + this.f2484x.Z(aVar); } else if (a(aVar)) { - this.f2483x.Z(aVar); + this.f2484x.Z(aVar); } else { close(); } } public void setAudioBitRate(int i2) { - this.f2483x.a0(i2); + this.f2484x.a0(i2); } public void setAudioCodec(@NonNull c.o.a.m.b bVar) { - this.f2483x.b0(bVar); + this.f2484x.b0(bVar); } public void setAutoFocusMarker(@Nullable c.o.a.s.a aVar) { @@ -1265,17 +1265,17 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setAutoFocusResetDelay(long j2) { - this.f2483x.c0(j2); + this.f2484x.c0(j2); } public void setEngine(@NonNull c.o.a.m.d dVar) { if (c()) { this.p = dVar; - i iVar = this.f2483x; + i iVar = this.f2484x; b(); c.o.a.w.a aVar = this.v; if (aVar != null) { - this.f2483x.u0(aVar); + this.f2484x.u0(aVar); } setFacing(iVar.l()); setFlash(iVar.m()); @@ -1301,7 +1301,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { setFrameProcessingMaxHeight(iVar.o()); setFrameProcessingFormat(0); setFrameProcessingPoolSize(iVar.q()); - this.f2483x.k0(!this.C.isEmpty()); + this.f2484x.k0(!this.C.isEmpty()); } } @@ -1320,12 +1320,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (f > f3) { f = f3; } - this.f2483x.d0(f, new float[]{f2, f3}, null, false); + this.f2484x.d0(f, new float[]{f2, f3}, null, false); } } public void setFacing(@NonNull c.o.a.m.e eVar) { - this.f2483x.e0(eVar); + this.f2484x.e0(eVar); } public void setFilter(@NonNull c.o.a.o.b bVar) { @@ -1345,7 +1345,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setFlash(@NonNull c.o.a.m.f fVar) { - this.f2483x.f0(fVar); + this.f2484x.f0(fVar); } public void setFrameProcessingExecutors(int i2) { @@ -1360,19 +1360,19 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setFrameProcessingFormat(int i2) { - this.f2483x.g0(i2); + this.f2484x.g0(i2); } public void setFrameProcessingMaxHeight(int i2) { - this.f2483x.h0(i2); + this.f2484x.h0(i2); } public void setFrameProcessingMaxWidth(int i2) { - this.f2483x.i0(i2); + this.f2484x.i0(i2); } public void setFrameProcessingPoolSize(int i2) { - this.f2483x.j0(i2); + this.f2484x.j0(i2); } public void setGrid(@NonNull c.o.a.m.g gVar) { @@ -1384,7 +1384,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setHdr(@NonNull h hVar) { - this.f2483x.l0(hVar); + this.f2484x.l0(hVar); } public void setLifecycleOwner(@Nullable LifecycleOwner lifecycleOwner) { @@ -1408,32 +1408,32 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setLocation(@Nullable Location location) { - this.f2483x.m0(location); + this.f2484x.m0(location); } public void setMode(@NonNull c.o.a.m.i iVar) { - this.f2483x.n0(iVar); + this.f2484x.n0(iVar); } public void setPictureFormat(@NonNull j jVar) { - this.f2483x.p0(jVar); + this.f2484x.p0(jVar); } public void setPictureMetering(boolean z2) { - this.f2483x.q0(z2); + this.f2484x.q0(z2); } public void setPictureSize(@NonNull c.o.a.x.c cVar) { - this.f2483x.r0(cVar); + this.f2484x.r0(cVar); } public void setPictureSnapshotMetering(boolean z2) { - this.f2483x.s0(z2); + this.f2484x.s0(z2); } public void setPlaySounds(boolean z2) { this.k = z2; - this.f2483x.t0(z2); + this.f2484x.t0(z2); } public void setPreview(@NonNull k kVar) { @@ -1452,15 +1452,15 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setPreviewFrameRate(float f) { - this.f2483x.v0(f); + this.f2484x.v0(f); } public void setPreviewFrameRateExact(boolean z2) { - this.f2483x.w0(z2); + this.f2484x.w0(z2); } public void setPreviewStreamSize(@NonNull c.o.a.x.c cVar) { - this.f2483x.x0(cVar); + this.f2484x.x0(cVar); } public void setRequestPermissions(boolean z2) { @@ -1468,11 +1468,11 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setSnapshotMaxHeight(int i2) { - this.f2483x.y0(i2); + this.f2484x.y0(i2); } public void setSnapshotMaxWidth(int i2) { - this.f2483x.z0(i2); + this.f2484x.z0(i2); } public void setUseDeviceOrientation(boolean z2) { @@ -1480,27 +1480,27 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setVideoBitRate(int i2) { - this.f2483x.A0(i2); + this.f2484x.A0(i2); } public void setVideoCodec(@NonNull c.o.a.m.l lVar) { - this.f2483x.B0(lVar); + this.f2484x.B0(lVar); } public void setVideoMaxDuration(int i2) { - this.f2483x.C0(i2); + this.f2484x.C0(i2); } public void setVideoMaxSize(long j2) { - this.f2483x.D0(j2); + this.f2484x.D0(j2); } public void setVideoSize(@NonNull c.o.a.x.c cVar) { - this.f2483x.E0(cVar); + this.f2484x.E0(cVar); } public void setWhiteBalance(@NonNull m mVar) { - this.f2483x.F0(mVar); + this.f2484x.F0(mVar); } public void setZoom(float f) { @@ -1510,6 +1510,6 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (f > 1.0f) { f = 1.0f; } - this.f2483x.G0(f, null, false); + this.f2484x.G0(f, null, false); } } diff --git a/app/src/main/java/com/yalantis/ucrop/UCropActivity.java b/app/src/main/java/com/yalantis/ucrop/UCropActivity.java index 4f112b228a..d80abcbf46 100644 --- a/app/src/main/java/com/yalantis/ucrop/UCropActivity.java +++ b/app/src/main/java/com/yalantis/ucrop/UCropActivity.java @@ -76,20 +76,20 @@ public class UCropActivity extends AppCompatActivity { public int r; /* renamed from: s reason: collision with root package name */ - public boolean f2487s; + public boolean f2488s; public boolean t = true; public UCropView u; public GestureCropImageView v; public OverlayView w; /* renamed from: x reason: collision with root package name */ - public ViewGroup f2488x; + public ViewGroup f2489x; /* renamed from: y reason: collision with root package name */ - public ViewGroup f2489y; + public ViewGroup f2490y; /* renamed from: z reason: collision with root package name */ - public ViewGroup f2490z; + public ViewGroup f2491z; public class a implements c.a { public a() { @@ -147,14 +147,14 @@ public class UCropActivity extends AppCompatActivity { } public final void c(@IdRes int i2) { - if (this.f2487s) { - ViewGroup viewGroup = this.f2488x; + if (this.f2488s) { + ViewGroup viewGroup = this.f2489x; int i3 = R.d.state_aspect_ratio; viewGroup.setSelected(i2 == i3); - ViewGroup viewGroup2 = this.f2489y; + ViewGroup viewGroup2 = this.f2490y; int i4 = R.d.state_rotate; viewGroup2.setSelected(i2 == i4); - ViewGroup viewGroup3 = this.f2490z; + ViewGroup viewGroup3 = this.f2491z; int i5 = R.d.state_scale; viewGroup3.setSelected(i2 == i5); int i6 = 8; @@ -162,9 +162,9 @@ public class UCropActivity extends AppCompatActivity { this.B.setVisibility(i2 == i4 ? 0 : 8); this.C.setVisibility(i2 == i5 ? 0 : 8); TransitionManager.beginDelayedTransition((ViewGroup) findViewById(R.d.ucrop_photobox), this.H); - this.f2490z.findViewById(R.d.text_view_scale).setVisibility(i2 == i5 ? 0 : 8); - this.f2488x.findViewById(R.d.text_view_crop).setVisibility(i2 == i3 ? 0 : 8); - View findViewById = this.f2489y.findViewById(R.d.text_view_rotate); + this.f2491z.findViewById(R.d.text_view_scale).setVisibility(i2 == i5 ? 0 : 8); + this.f2489x.findViewById(R.d.text_view_crop).setVisibility(i2 == i3 ? 0 : 8); + View findViewById = this.f2490y.findViewById(R.d.text_view_rotate); if (i2 == i4) { i6 = 0; } @@ -197,7 +197,7 @@ public class UCropActivity extends AppCompatActivity { } this.j = stringExtra; this.r = intent.getIntExtra("com.yalantis.ucrop.UcropLogoColor", ContextCompat.getColor(this, R.a.ucrop_color_default_logo)); - this.f2487s = !intent.getBooleanExtra("com.yalantis.ucrop.HideBottomControls", false); + this.f2488s = !intent.getBooleanExtra("com.yalantis.ucrop.HideBottomControls", false); this.o = intent.getIntExtra("com.yalantis.ucrop.UcropRootViewBackgroundColor", ContextCompat.getColor(this, R.a.ucrop_color_crop_background)); int i2 = this.l; Window window = getWindow(); @@ -227,12 +227,12 @@ public class UCropActivity extends AppCompatActivity { ((ImageView) findViewById(R.d.image_view_logo)).setColorFilter(this.r, PorterDuff.Mode.SRC_ATOP); int i3 = R.d.ucrop_frame; findViewById(i3).setBackgroundColor(this.o); - if (!this.f2487s) { + if (!this.f2488s) { ((RelativeLayout.LayoutParams) findViewById(i3).getLayoutParams()).bottomMargin = 0; findViewById(i3).requestLayout(); } ViewGroup viewGroup = null; - if (this.f2487s) { + if (this.f2488s) { ViewGroup viewGroup2 = (ViewGroup) ((ViewGroup) findViewById(R.d.ucrop_photobox)).findViewById(R.d.controls_wrapper); viewGroup2.setVisibility(0); LayoutInflater.from(this).inflate(R.e.ucrop_controls, viewGroup2, true); @@ -240,13 +240,13 @@ public class UCropActivity extends AppCompatActivity { this.H = autoTransition; autoTransition.setDuration(50L); ViewGroup viewGroup3 = (ViewGroup) findViewById(R.d.state_aspect_ratio); - this.f2488x = viewGroup3; + this.f2489x = viewGroup3; viewGroup3.setOnClickListener(this.M); ViewGroup viewGroup4 = (ViewGroup) findViewById(R.d.state_rotate); - this.f2489y = viewGroup4; + this.f2490y = viewGroup4; viewGroup4.setOnClickListener(this.M); ViewGroup viewGroup5 = (ViewGroup) findViewById(R.d.state_scale); - this.f2490z = viewGroup5; + this.f2491z = viewGroup5; viewGroup5.setOnClickListener(this.M); int i4 = R.d.layout_aspect_ratio; this.A = (ViewGroup) findViewById(i4); @@ -340,7 +340,7 @@ public class UCropActivity extends AppCompatActivity { int intExtra2 = intent.getIntExtra("com.yalantis.ucrop.AspectRatioSelectedByDefault", 0); ArrayList parcelableArrayListExtra2 = intent.getParcelableArrayListExtra("com.yalantis.ucrop.AspectRatioOptions"); if (floatExtra > 0.0f && floatExtra2 > 0.0f) { - ViewGroup viewGroup7 = this.f2488x; + ViewGroup viewGroup7 = this.f2489x; if (viewGroup7 != null) { viewGroup7.setVisibility(8); } @@ -369,9 +369,9 @@ public class UCropActivity extends AppCompatActivity { finish(); } } - if (!this.f2487s) { + if (!this.f2488s) { a(0); - } else if (this.f2488x.getVisibility() == 0) { + } else if (this.f2489x.getVisibility() == 0) { c(R.d.state_aspect_ratio); } else { c(R.d.state_scale); diff --git a/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java b/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java index 84e1d40b39..e433a36222 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java @@ -38,20 +38,20 @@ public class OverlayView extends View { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2491s; + public boolean f2492s; public boolean t; public int u; public Path v = new Path(); public Paint w = new Paint(1); /* renamed from: x reason: collision with root package name */ - public Paint f2492x = new Paint(1); + public Paint f2493x = new Paint(1); /* renamed from: y reason: collision with root package name */ - public Paint f2493y = new Paint(1); + public Paint f2494y = new Paint(1); /* renamed from: z reason: collision with root package name */ - public Paint f2494z = new Paint(1); + public Paint f2495z = new Paint(1); public OverlayView(Context context, AttributeSet attributeSet) { super(context, attributeSet, 0); @@ -92,7 +92,7 @@ public class OverlayView extends View { if (this.t) { canvas.drawCircle(this.i.centerX(), this.i.centerY(), Math.min(this.i.width(), this.i.height()) / 2.0f, this.w); } - if (this.f2491s) { + if (this.f2492s) { if (this.q == null && !this.i.isEmpty()) { this.q = new float[((this.o * 4) + (this.n * 4))]; int i = 0; @@ -132,11 +132,11 @@ public class OverlayView extends View { } float[] fArr5 = this.q; if (fArr5 != null) { - canvas.drawLines(fArr5, this.f2492x); + canvas.drawLines(fArr5, this.f2493x); } } if (this.r) { - canvas.drawRect(this.i, this.f2493y); + canvas.drawRect(this.i, this.f2494y); } if (this.A != 0) { canvas.save(); @@ -150,7 +150,7 @@ public class OverlayView extends View { int i11 = this.G; rectF6.inset((float) (-i11), (float) i11); canvas.clipRect(this.j, Region.Op.DIFFERENCE); - canvas.drawRect(this.i, this.f2494z); + canvas.drawRect(this.i, this.f2495z); canvas.restore(); } } @@ -261,15 +261,15 @@ public class OverlayView extends View { } public void setCropFrameColor(@ColorInt int i) { - this.f2493y.setColor(i); + this.f2494y.setColor(i); } public void setCropFrameStrokeWidth(@IntRange(from = 0) int i) { - this.f2493y.setStrokeWidth((float) i); + this.f2494y.setStrokeWidth((float) i); } public void setCropGridColor(@ColorInt int i) { - this.f2492x.setColor(i); + this.f2493x.setColor(i); } public void setCropGridColumnCount(@IntRange(from = 0) int i) { @@ -283,7 +283,7 @@ public class OverlayView extends View { } public void setCropGridStrokeWidth(@IntRange(from = 0) int i) { - this.f2492x.setStrokeWidth((float) i); + this.f2493x.setStrokeWidth((float) i); } public void setDimmedColor(@ColorInt int i) { @@ -309,7 +309,7 @@ public class OverlayView extends View { } public void setShowCropGrid(boolean z2) { - this.f2491s = z2; + this.f2492s = z2; } public void setTargetAspectRatio(float f) { diff --git a/app/src/main/java/com/yalantis/ucrop/view/UCropView.java b/app/src/main/java/com/yalantis/ucrop/view/UCropView.java index c019ad3b89..5588a77692 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/UCropView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/UCropView.java @@ -31,20 +31,20 @@ public class UCropView extends FrameLayout { overlayView.w.setStrokeWidth(1.0f); int dimensionPixelSize = obtainStyledAttributes.getDimensionPixelSize(R.h.ucrop_UCropView_ucrop_frame_stroke_size, overlayView.getResources().getDimensionPixelSize(R.b.ucrop_default_crop_frame_stoke_width)); int color2 = obtainStyledAttributes.getColor(R.h.ucrop_UCropView_ucrop_frame_color, overlayView.getResources().getColor(R.a.ucrop_color_default_crop_frame)); - overlayView.f2493y.setStrokeWidth((float) dimensionPixelSize); - overlayView.f2493y.setColor(color2); - overlayView.f2493y.setStyle(Paint.Style.STROKE); - overlayView.f2494z.setStrokeWidth((float) (dimensionPixelSize * 3)); - overlayView.f2494z.setColor(color2); - overlayView.f2494z.setStyle(Paint.Style.STROKE); + overlayView.f2494y.setStrokeWidth((float) dimensionPixelSize); + overlayView.f2494y.setColor(color2); + overlayView.f2494y.setStyle(Paint.Style.STROKE); + overlayView.f2495z.setStrokeWidth((float) (dimensionPixelSize * 3)); + overlayView.f2495z.setColor(color2); + overlayView.f2495z.setStyle(Paint.Style.STROKE); overlayView.r = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_frame, true); int dimensionPixelSize2 = obtainStyledAttributes.getDimensionPixelSize(R.h.ucrop_UCropView_ucrop_grid_stroke_size, overlayView.getResources().getDimensionPixelSize(R.b.ucrop_default_crop_grid_stoke_width)); int color3 = obtainStyledAttributes.getColor(R.h.ucrop_UCropView_ucrop_grid_color, overlayView.getResources().getColor(R.a.ucrop_color_default_crop_grid)); - overlayView.f2492x.setStrokeWidth((float) dimensionPixelSize2); - overlayView.f2492x.setColor(color3); + overlayView.f2493x.setStrokeWidth((float) dimensionPixelSize2); + overlayView.f2493x.setColor(color3); overlayView.n = obtainStyledAttributes.getInt(R.h.ucrop_UCropView_ucrop_grid_row_count, 2); overlayView.o = obtainStyledAttributes.getInt(R.h.ucrop_UCropView_ucrop_grid_column_count, 2); - overlayView.f2491s = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_grid, true); + overlayView.f2492s = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_grid, true); GestureCropImageView gestureCropImageView = this.i; Objects.requireNonNull(gestureCropImageView); float abs = Math.abs(obtainStyledAttributes.getFloat(R.h.ucrop_UCropView_ucrop_aspect_ratio_x, 0.0f)); diff --git a/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java b/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java index ec9d9e6903..5f240e2b86 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java @@ -23,7 +23,7 @@ public class HorizontalProgressWheelView extends View { public float r; /* renamed from: s reason: collision with root package name */ - public int f2495s = ContextCompat.getColor(getContext(), R.a.ucrop_color_widget_rotate_mid_line); + public int f2496s = ContextCompat.getColor(getContext(), R.a.ucrop_color_widget_rotate_mid_line); public interface a { void a(); @@ -42,7 +42,7 @@ public class HorizontalProgressWheelView extends View { this.l.setColor(getResources().getColor(R.a.ucrop_color_progress_wheel_line)); Paint paint2 = new Paint(this.l); this.m = paint2; - paint2.setColor(this.f2495s); + paint2.setColor(this.f2496s); this.m.setStrokeCap(Paint.Cap.ROUND); this.m.setStrokeWidth((float) getContext().getResources().getDimensionPixelSize(R.b.ucrop_width_middle_wheel_progress_line)); } @@ -109,7 +109,7 @@ public class HorizontalProgressWheelView extends View { } public void setMiddleLineColor(@ColorInt int i) { - this.f2495s = i; + this.f2496s = i; this.m.setColor(i); invalidate(); } diff --git a/app/src/main/java/d0/c0/b.java b/app/src/main/java/d0/c0/b.java index 16def18913..5e3d29bedf 100644 --- a/app/src/main/java/d0/c0/b.java +++ b/app/src/main/java/d0/c0/b.java @@ -4,9 +4,7 @@ import d0.z.d.m; import java.util.Random; /* compiled from: PlatformRandom.kt */ public final class b extends a { - - /* renamed from: c reason: collision with root package name */ - public final a f2496c = new a(); + public final a k = new a(); /* compiled from: PlatformRandom.kt */ public static final class a extends ThreadLocal { @@ -19,7 +17,7 @@ public final class b extends a { @Override // d0.c0.a public Random getImpl() { - Random random = this.f2496c.get(); + Random random = this.k.get(); m.checkNotNullExpressionValue(random, "implStorage.get()"); return random; } diff --git a/app/src/main/java/d0/c0/c.java b/app/src/main/java/d0/c0/c.java index 15554054ca..e9aee52c04 100644 --- a/app/src/main/java/d0/c0/c.java +++ b/app/src/main/java/d0/c0/c.java @@ -2,17 +2,37 @@ package d0.c0; import d0.x.b; import d0.z.d.m; +import java.io.Serializable; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: Random.kt */ public abstract class c { - public static final c a = b.a.defaultPlatformRandom(); - public static final a b = new a(null); + public static final c i = b.a.defaultPlatformRandom(); + public static final a j = new a(null); /* compiled from: Random.kt */ - public static final class a extends c { + public static final class a extends c implements Serializable { + + /* compiled from: Random.kt */ + /* renamed from: d0.c0.c$a$a reason: collision with other inner class name */ + public static final class C0195a implements Serializable { + public static final C0195a i = new C0195a(); + private static final long serialVersionUID = 0; + + private final Object readResolve() { + return c.j; + } + } + + public a() { + } + public a(DefaultConstructorMarker defaultConstructorMarker) { } + private final Object writeReplace() { + return C0195a.i; + } + @Override // d0.c0.c public int nextBits(int i) { return c.access$getDefaultRandom$cp().nextBits(i); @@ -57,13 +77,13 @@ public abstract class c { } public static final /* synthetic */ c access$getDefaultRandom$cp() { - return a; + return i; } - public abstract int nextBits(int i); + public abstract int nextBits(int i2); - public byte[] nextBytes(int i) { - return nextBytes(new byte[i]); + public byte[] nextBytes(int i2) { + return nextBytes(new byte[i2]); } public byte[] nextBytes(byte[] bArr) { @@ -73,39 +93,39 @@ public abstract class c { /* JADX WARNING: Removed duplicated region for block: B:10:0x001a */ /* JADX WARNING: Removed duplicated region for block: B:22:0x0070 */ - public byte[] nextBytes(byte[] bArr, int i, int i2) { + public byte[] nextBytes(byte[] bArr, int i2, int i3) { boolean z2; m.checkNotNullParameter(bArr, "array"); int length = bArr.length; boolean z3 = true; - if (i >= 0 && length >= i) { + if (i2 >= 0 && length >= i2) { int length2 = bArr.length; - if (i2 >= 0 && length2 >= i2) { + if (i3 >= 0 && length2 >= i3) { z2 = true; if (!z2) { - if (i > i2) { + if (i2 > i3) { z3 = false; } if (z3) { - int i3 = (i2 - i) / 4; - for (int i4 = 0; i4 < i3; i4++) { + int i4 = (i3 - i2) / 4; + for (int i5 = 0; i5 < i4; i5++) { int nextInt = nextInt(); - bArr[i] = (byte) nextInt; - bArr[i + 1] = (byte) (nextInt >>> 8); - bArr[i + 2] = (byte) (nextInt >>> 16); - bArr[i + 3] = (byte) (nextInt >>> 24); - i += 4; + bArr[i2] = (byte) nextInt; + bArr[i2 + 1] = (byte) (nextInt >>> 8); + bArr[i2 + 2] = (byte) (nextInt >>> 16); + bArr[i2 + 3] = (byte) (nextInt >>> 24); + i2 += 4; } - int i5 = i2 - i; - int nextBits = nextBits(i5 * 8); - for (int i6 = 0; i6 < i5; i6++) { - bArr[i + i6] = (byte) (nextBits >>> (i6 * 8)); + int i6 = i3 - i2; + int nextBits = nextBits(i6 * 8); + for (int i7 = 0; i7 < i6; i7++) { + bArr[i2 + i7] = (byte) (nextBits >>> (i7 * 8)); } return bArr; } - throw new IllegalArgumentException(c.d.b.a.a.p("fromIndex (", i, ") must be not greater than toIndex (", i2, ").").toString()); + throw new IllegalArgumentException(c.d.b.a.a.p("fromIndex (", i2, ") must be not greater than toIndex (", i3, ").").toString()); } - throw new IllegalArgumentException(c.d.b.a.a.y(c.d.b.a.a.R("fromIndex (", i, ") or toIndex (", i2, ") are out of range: 0.."), bArr.length, '.').toString()); + throw new IllegalArgumentException(c.d.b.a.a.y(c.d.b.a.a.R("fromIndex (", i2, ") or toIndex (", i3, ") are out of range: 0.."), bArr.length, '.').toString()); } } z2 = false; @@ -115,31 +135,31 @@ public abstract class c { public abstract int nextInt(); - public int nextInt(int i) { - return nextInt(0, i); + public int nextInt(int i2) { + return nextInt(0, i2); } - public int nextInt(int i, int i2) { - int i3; - int nextInt; + public int nextInt(int i2, int i3) { int i4; - d.checkRangeBounds(i, i2); - int i5 = i2 - i; - if (i5 > 0 || i5 == Integer.MIN_VALUE) { - if (((-i5) & i5) == i5) { - i3 = nextBits(d.fastLog2(i5)); + int nextInt; + int i5; + d.checkRangeBounds(i2, i3); + int i6 = i3 - i2; + if (i6 > 0 || i6 == Integer.MIN_VALUE) { + if (((-i6) & i6) == i6) { + i4 = nextBits(d.fastLog2(i6)); } else { do { nextInt = nextInt() >>> 1; - i4 = nextInt % i5; - } while ((i5 - 1) + (nextInt - i4) < 0); - i3 = i4; + i5 = nextInt % i6; + } while ((i6 - 1) + (nextInt - i5) < 0); + i4 = i5; } - return i + i3; + return i2 + i4; } while (true) { int nextInt2 = nextInt(); - if (i <= nextInt2 && i2 > nextInt2) { + if (i2 <= nextInt2 && i3 > nextInt2) { return nextInt2; } } diff --git a/app/src/main/java/d0/c0/e.java b/app/src/main/java/d0/c0/e.java index 92050a223a..aa0e70fab4 100644 --- a/app/src/main/java/d0/c0/e.java +++ b/app/src/main/java/d0/c0/e.java @@ -1,26 +1,45 @@ package d0.c0; -/* compiled from: XorWowRandom.kt */ -public final class e extends c { - /* renamed from: c reason: collision with root package name */ - public int f2497c; - public int d; - public int e; - public int f; - public int g; - public int h; +import java.io.Serializable; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: XorWowRandom.kt */ +public final class e extends c implements Serializable { + @Deprecated + private static final long serialVersionUID = 0; + private int addend; + private int v; + private int w; + + /* renamed from: x reason: collision with root package name */ + private int f2497x; + + /* renamed from: y reason: collision with root package name */ + private int f2498y; + + /* renamed from: z reason: collision with root package name */ + private int f2499z; + + /* compiled from: XorWowRandom.kt */ + public static final class a { + public a(DefaultConstructorMarker defaultConstructorMarker) { + } + } + + static { + new a(null); + } public e(int i, int i2) { this(i, i2, 0, 0, ~i, (i << 10) ^ (i2 >>> 4)); } public e(int i, int i2, int i3, int i4, int i5, int i6) { - this.f2497c = i; - this.d = i2; - this.e = i3; - this.f = i4; - this.g = i5; - this.h = i6; + this.f2497x = i; + this.f2498y = i2; + this.f2499z = i3; + this.w = i4; + this.v = i5; + this.addend = i6; int i7 = i | i2 | i3 | i4 | i5; if (i7 != 0) { for (int i8 = 0; i8 < 64; i8++) { @@ -38,17 +57,17 @@ public final class e extends c { @Override // d0.c0.c public int nextInt() { - int i = this.f2497c; + int i = this.f2497x; int i2 = i ^ (i >>> 2); - this.f2497c = this.d; - this.d = this.e; - this.e = this.f; - int i3 = this.g; - this.f = i3; + this.f2497x = this.f2498y; + this.f2498y = this.f2499z; + this.f2499z = this.w; + int i3 = this.v; + this.w = i3; int i4 = ((i2 ^ (i2 << 1)) ^ i3) ^ (i3 << 4); - this.g = i4; - int i5 = this.h + 362437; - this.h = i5; + this.v = i4; + int i5 = this.addend + 362437; + this.addend = i5; return i4 + i5; } } diff --git a/app/src/main/java/d0/d0/a.java b/app/src/main/java/d0/d0/a.java index b13490d502..5736e215db 100644 --- a/app/src/main/java/d0/d0/a.java +++ b/app/src/main/java/d0/d0/a.java @@ -7,7 +7,7 @@ public interface a> { /* compiled from: Range.kt */ /* renamed from: d0.d0.a$a reason: collision with other inner class name */ - public static final class C0195a { + public static final class C0196a { public static > boolean contains(a aVar, T t) { m.checkNotNullParameter(t, "value"); return t.compareTo(aVar.getStart()) >= 0 && t.compareTo(aVar.getEndInclusive()) <= 0; diff --git a/app/src/main/java/d0/e0/i.java b/app/src/main/java/d0/e0/i.java index ac2a7529a4..8281f6b69e 100644 --- a/app/src/main/java/d0/e0/i.java +++ b/app/src/main/java/d0/e0/i.java @@ -10,7 +10,7 @@ public final class i { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final j f2498c; + public final j f2500c; public final KType d; /* compiled from: KTypeProjection.kt */ @@ -40,7 +40,7 @@ public final class i { public i(j jVar, KType kType) { String str; - this.f2498c = jVar; + this.f2500c = jVar; this.d = kType; if (!((jVar == null) != (kType == null) ? false : true)) { if (jVar == null) { @@ -53,7 +53,7 @@ public final class i { } public final j component1() { - return this.f2498c; + return this.f2500c; } public final KType component2() { @@ -68,7 +68,7 @@ public final class i { return false; } i iVar = (i) obj; - return m.areEqual(this.f2498c, iVar.f2498c) && m.areEqual(this.d, iVar.d); + return m.areEqual(this.f2500c, iVar.f2500c) && m.areEqual(this.d, iVar.d); } public final KType getType() { @@ -76,11 +76,11 @@ public final class i { } public final j getVariance() { - return this.f2498c; + return this.f2500c; } public int hashCode() { - j jVar = this.f2498c; + j jVar = this.f2500c; int i = 0; int hashCode = (jVar != null ? jVar.hashCode() : 0) * 31; KType kType = this.d; @@ -91,7 +91,7 @@ public final class i { } public String toString() { - j jVar = this.f2498c; + j jVar = this.f2500c; if (jVar == null) { return "*"; } diff --git a/app/src/main/java/d0/e0/p/d/d.java b/app/src/main/java/d0/e0/p/d/d.java index 75a7c25e9f..feb499d0b2 100644 --- a/app/src/main/java/d0/e0/p/d/d.java +++ b/app/src/main/java/d0/e0/p/d/d.java @@ -21,7 +21,7 @@ public abstract class d { /* compiled from: Comparisons.kt */ /* renamed from: d0.e0.p.d.d$a$a reason: collision with other inner class name */ - public static final class C0196a implements Comparator { + public static final class C0197a implements Comparator { @Override // java.util.Comparator public final int compare(T t, T t2) { T t3 = t; @@ -56,7 +56,7 @@ public abstract class d { this.b = cls; Method[] declaredMethods = cls.getDeclaredMethods(); m.checkNotNullExpressionValue(declaredMethods, "jClass.declaredMethods"); - this.a = k.sortedWith(declaredMethods, new C0196a()); + this.a = k.sortedWith(declaredMethods, new C0197a()); } @Override // d0.e0.p.d.d @@ -129,12 +129,12 @@ public abstract class d { /* compiled from: RuntimeTypeMapper.kt */ /* renamed from: d0.e0.p.d.d$d reason: collision with other inner class name */ - public static final class C0197d extends d { + public static final class C0198d extends d { public final String a; public final e.b b; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0197d(e.b bVar) { + public C0198d(e.b bVar) { super(null); m.checkNotNullParameter(bVar, "signature"); this.b = bVar; diff --git a/app/src/main/java/d0/e0/p/d/e.java b/app/src/main/java/d0/e0/p/d/e.java index db4385cd57..c693f4cf15 100644 --- a/app/src/main/java/d0/e0/p/d/e.java +++ b/app/src/main/java/d0/e0/p/d/e.java @@ -83,7 +83,7 @@ public abstract class e { public final n0 b; /* renamed from: c reason: collision with root package name */ - public final n f2499c; + public final n f2501c; public final a.d d; public final d0.e0.p.d.m0.f.z.c e; public final g f; @@ -99,7 +99,7 @@ public abstract class e { m.checkNotNullParameter(cVar, "nameResolver"); m.checkNotNullParameter(gVar, "typeTable"); this.b = n0Var; - this.f2499c = nVar; + this.f2501c = nVar; this.d = dVar; this.e = cVar; this.f = gVar; @@ -170,7 +170,7 @@ public abstract class e { } public final n getProto() { - return this.f2499c; + return this.f2501c; } public final a.d getSignature() { diff --git a/app/src/main/java/d0/e0/p/d/f.java b/app/src/main/java/d0/e0/p/d/f.java index 0fcd4ffb90..bda8575ec7 100644 --- a/app/src/main/java/d0/e0/p/d/f.java +++ b/app/src/main/java/d0/e0/p/d/f.java @@ -71,11 +71,11 @@ public abstract class f implements KCallable, z { /* compiled from: KCallableImpl.kt */ /* renamed from: d0.e0.p.d.f$b$b reason: collision with other inner class name */ - public static final class C0198b extends o implements Function0 { + public static final class C0199b extends o implements Function0 { public final /* synthetic */ q0 $instanceReceiver; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0198b(q0 q0Var) { + public C0199b(q0 q0Var) { super(0); this.$instanceReceiver = q0Var; } @@ -141,7 +141,7 @@ public abstract class f implements KCallable, z { if (!this.this$0.isBound()) { q0 instanceReceiverParameter = j0.getInstanceReceiverParameter(descriptor); if (instanceReceiverParameter != null) { - arrayList.add(new o(this.this$0, 0, f.a.INSTANCE, new C0198b(instanceReceiverParameter))); + arrayList.add(new o(this.this$0, 0, f.a.INSTANCE, new C0199b(instanceReceiverParameter))); i = 1; } else { i = 0; diff --git a/app/src/main/java/d0/e0/p/d/f0.java b/app/src/main/java/d0/e0/p/d/f0.java index 1d0ec242ec..27dc669d2c 100644 --- a/app/src/main/java/d0/e0/p/d/f0.java +++ b/app/src/main/java/d0/e0/p/d/f0.java @@ -177,7 +177,7 @@ public final class f0 { } d0.e0.p.d.m0.c.m containingDeclaration = xVar.getContainingDeclaration(); m.checkNotNullExpressionValue(containingDeclaration, "possiblySubstitutedFunction.containingDeclaration"); - return d0.e0.p.d.m0.k.g.isInlineClass(containingDeclaration) ? new d.e(jvmConstructorSignature) : new d.C0197d(jvmConstructorSignature); + return d0.e0.p.d.m0.k.g.isInlineClass(containingDeclaration) ? new d.e(jvmConstructorSignature) : new d.C0198d(jvmConstructorSignature); } l lVar = null; if (original instanceof f) { diff --git a/app/src/main/java/d0/e0/p/d/h.java b/app/src/main/java/d0/e0/p/d/h.java index 1a0b9c3172..c4fe03b68b 100644 --- a/app/src/main/java/d0/e0/p/d/h.java +++ b/app/src/main/java/d0/e0/p/d/h.java @@ -60,11 +60,11 @@ public final class h extends i implements d0.e0.c, z { /* compiled from: KClassImpl.kt */ /* renamed from: d0.e0.p.d.h$a$a reason: collision with other inner class name */ - public static final class C0199a extends d0.z.d.o implements Function0>> { + public static final class C0200a extends d0.z.d.o implements Function0>> { public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0199a(a aVar) { + public C0200a(a aVar) { super(0); this.this$0 = aVar; } @@ -193,11 +193,11 @@ public final class h extends i implements d0.e0.c, z { /* compiled from: KClassImpl.kt */ /* renamed from: d0.e0.p.d.h$a$h reason: collision with other inner class name */ - public static final class C0200h extends d0.z.d.o implements Function0>> { + public static final class C0201h extends d0.z.d.o implements Function0>> { public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0200h(a aVar) { + public C0201h(a aVar) { super(0); this.this$0 = aVar; } @@ -415,12 +415,12 @@ public final class h extends i implements d0.e0.c, z { /* compiled from: KClassImpl.kt */ /* renamed from: d0.e0.p.d.h$a$q$a reason: collision with other inner class name */ - public static final class C0201a extends d0.z.d.o implements Function0 { + public static final class C0202a extends d0.z.d.o implements Function0 { public final /* synthetic */ d0.e0.p.d.m0.n.c0 $kotlinType; public final /* synthetic */ q this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0201a(d0.e0.p.d.m0.n.c0 c0Var, q qVar) { + public C0202a(d0.e0.p.d.m0.n.c0 c0Var, q qVar) { super(0); this.$kotlinType = c0Var; this.this$0 = qVar; @@ -497,7 +497,7 @@ public final class h extends i implements d0.e0.c, z { ArrayList arrayList = new ArrayList(supertypes.size()); for (T t : supertypes) { d0.z.d.m.checkNotNullExpressionValue(t, "kotlinType"); - arrayList.add(new x(t, new C0201a(t, this))); + arrayList.add(new x(t, new C0202a(t, this))); } if (!d0.e0.p.d.m0.b.h.isSpecialClassWithNoSupertypes(this.this$0.getDescriptor())) { boolean z3 = false; @@ -574,13 +574,13 @@ public final class h extends i implements d0.e0.c, z { c0.lazySoft(new q(this)); this.i = c0.lazySoft(new o(this)); this.j = c0.lazySoft(new g(this)); - this.k = c0.lazySoft(new C0200h(this)); + this.k = c0.lazySoft(new C0201h(this)); this.l = c0.lazySoft(new j(this)); this.m = c0.lazySoft(new k(this)); this.n = c0.lazySoft(new b(this)); this.o = c0.lazySoft(new c(this)); c0.lazySoft(new f(this)); - c0.lazySoft(new C0199a(this)); + c0.lazySoft(new C0200a(this)); } public static final String access$calculateLocalClassName(a aVar, Class cls) { @@ -709,7 +709,7 @@ public final class h extends i implements d0.e0.c, z { d0.e0.p.d.m0.e.b.b0.a classHeader; Objects.requireNonNull(hVar); f create = f.a.create(hVar.getJClass()); - a.EnumC0235a kind = (create == null || (classHeader = create.getClassHeader()) == null) ? null : classHeader.getKind(); + a.EnumC0236a kind = (create == null || (classHeader = create.getClassHeader()) == null) ? null : classHeader.getKind(); if (kind != null) { int ordinal = kind.ordinal(); if (ordinal == 0) { diff --git a/app/src/main/java/d0/e0/p/d/i.java b/app/src/main/java/d0/e0/p/d/i.java index 47913da29a..4332132499 100644 --- a/app/src/main/java/d0/e0/p/d/i.java +++ b/app/src/main/java/d0/e0/p/d/i.java @@ -102,7 +102,7 @@ public abstract class i implements d0.z.d.e { public final CharSequence invoke(x xVar) { m.checkNotNullParameter(xVar, "descriptor"); - return d0.e0.p.d.m0.j.c.f2696c.render(xVar) + " | " + f0.b.mapSignature(xVar).asString(); + return d0.e0.p.d.m0.j.c.f2698c.render(xVar) + " | " + f0.b.mapSignature(xVar).asString(); } } @@ -116,7 +116,7 @@ public abstract class i implements d0.z.d.e { public final CharSequence invoke(n0 n0Var) { m.checkNotNullParameter(n0Var, "descriptor"); - return d0.e0.p.d.m0.j.c.f2696c.render(n0Var) + " | " + f0.b.mapPropertySignature(n0Var).asString(); + return d0.e0.p.d.m0.j.c.f2698c.render(n0Var) + " | " + f0.b.mapPropertySignature(n0Var).asString(); } } diff --git a/app/src/main/java/d0/e0/p/d/j.java b/app/src/main/java/d0/e0/p/d/j.java index 30f91c2355..37d13ab91d 100644 --- a/app/src/main/java/d0/e0/p/d/j.java +++ b/app/src/main/java/d0/e0/p/d/j.java @@ -37,7 +37,7 @@ public final class j extends f implements i, KFunction, public final String r; /* renamed from: s reason: collision with root package name */ - public final Object f2501s; + public final Object f2503s; /* compiled from: KFunctionImpl.kt */ public static final class a extends o implements Function0> { @@ -55,9 +55,9 @@ public final class j extends f implements i, KFunction, public final d mo1invoke() { Object obj; d dVar; - a.EnumC0202a aVar = a.EnumC0202a.POSITIONAL_CALL; + a.EnumC0203a aVar = a.EnumC0203a.POSITIONAL_CALL; d mapSignature = f0.b.mapSignature(this.this$0.getDescriptor()); - if (mapSignature instanceof d.C0197d) { + if (mapSignature instanceof d.C0198d) { if (this.this$0.b()) { Class jClass = this.this$0.getContainer().getJClass(); List parameters = this.this$0.getParameters(); @@ -69,7 +69,7 @@ public final class j extends f implements i, KFunction, } return new d0.e0.p.d.l0.a(jClass, arrayList, aVar, a.b.KOTLIN, null, 16, null); } - obj = this.this$0.getContainer().findConstructorBySignature(((d.C0197d) mapSignature).getConstructorDesc()); + obj = this.this$0.getContainer().findConstructorBySignature(((d.C0198d) mapSignature).getConstructorDesc()); } else if (mapSignature instanceof d.e) { d.e eVar = (d.e) mapSignature; obj = this.this$0.getContainer().findMethodBySignature(eVar.getMethodName(), eVar.getMethodDesc()); @@ -123,7 +123,7 @@ public final class j extends f implements i, KFunction, public final d0.e0.p.d.l0.d mo1invoke() { Object obj; d0.e0.p.d.l0.d dVar; - a.EnumC0202a aVar = a.EnumC0202a.CALL_BY_NAME; + a.EnumC0203a aVar = a.EnumC0203a.CALL_BY_NAME; d mapSignature = f0.b.mapSignature(this.this$0.getDescriptor()); if (mapSignature instanceof d.e) { i container = this.this$0.getContainer(); @@ -133,7 +133,7 @@ public final class j extends f implements i, KFunction, Member member = this.this$0.getCaller().getMember(); m.checkNotNull(member); obj = container.findDefaultMethod(methodName, methodDesc, !Modifier.isStatic(member.getModifiers())); - } else if (mapSignature instanceof d.C0197d) { + } else if (mapSignature instanceof d.C0198d) { if (this.this$0.b()) { Class jClass = this.this$0.getContainer().getJClass(); List parameters = this.this$0.getParameters(); @@ -145,7 +145,7 @@ public final class j extends f implements i, KFunction, } return new d0.e0.p.d.l0.a(jClass, arrayList, aVar, a.b.KOTLIN, null, 16, null); } - obj = this.this$0.getContainer().findDefaultConstructor(((d.C0197d) mapSignature).getConstructorDesc()); + obj = this.this$0.getContainer().findDefaultConstructor(((d.C0198d) mapSignature).getConstructorDesc()); } else if (mapSignature instanceof d.a) { List methods = ((d.a) mapSignature).getMethods(); Class jClass2 = this.this$0.getContainer().getJClass(); @@ -211,7 +211,7 @@ public final class j extends f implements i, KFunction, public j(i iVar, String str, String str2, x xVar, Object obj) { this.q = iVar; this.r = str2; - this.f2501s = obj; + this.f2503s = obj; this.n = c0.lazySoft(xVar, new c(this, str)); this.o = c0.lazy(new a(this)); this.p = c0.lazy(new b(this)); @@ -227,7 +227,7 @@ public final class j extends f implements i, KFunction, public static final d0.e0.p.d.l0.e access$createConstructorCaller(j jVar, Constructor constructor, x xVar) { Objects.requireNonNull(jVar); - return d0.e0.p.d.m0.k.y.a.shouldHideConstructorDueToInlineClassTypeValueParameters(xVar) ? jVar.isBound() ? new e.a(constructor, jVar.getBoundReceiver()) : new e.b(constructor) : jVar.isBound() ? new e.c(constructor, jVar.getBoundReceiver()) : new e.C0204e(constructor); + return d0.e0.p.d.m0.k.y.a.shouldHideConstructorDueToInlineClassTypeValueParameters(xVar) ? jVar.isBound() ? new e.a(constructor, jVar.getBoundReceiver()) : new e.b(constructor) : jVar.isBound() ? new e.c(constructor, jVar.getBoundReceiver()) : new e.C0205e(constructor); } public static final e.h access$createInstanceMethodCaller(j jVar, Method method) { @@ -235,7 +235,7 @@ public final class j extends f implements i, KFunction, } public static final e.h access$createJvmStaticInObjectCaller(j jVar, Method method) { - return jVar.isBound() ? new e.h.b(method) : new e.h.C0207e(method); + return jVar.isBound() ? new e.h.b(method) : new e.h.C0208e(method); } public static final e.h access$createStaticMethodCaller(j jVar, Method method) { @@ -248,7 +248,7 @@ public final class j extends f implements i, KFunction, public boolean equals(Object obj) { j asKFunctionImpl = j0.asKFunctionImpl(obj); - return asKFunctionImpl != null && m.areEqual(getContainer(), asKFunctionImpl.getContainer()) && m.areEqual(getName(), asKFunctionImpl.getName()) && m.areEqual(this.r, asKFunctionImpl.r) && m.areEqual(this.f2501s, asKFunctionImpl.f2501s); + return asKFunctionImpl != null && m.areEqual(getContainer(), asKFunctionImpl.getContainer()) && m.areEqual(getName(), asKFunctionImpl.getName()) && m.areEqual(this.r, asKFunctionImpl.r) && m.areEqual(this.f2503s, asKFunctionImpl.f2503s); } @Override // d0.z.d.i @@ -257,7 +257,7 @@ public final class j extends f implements i, KFunction, } public final Object getBoundReceiver() { - return h.coerceToExpectedReceiverType(this.f2501s, getDescriptor()); + return h.coerceToExpectedReceiverType(this.f2503s, getDescriptor()); } @Override // d0.e0.p.d.f @@ -380,7 +380,7 @@ public final class j extends f implements i, KFunction, @Override // d0.e0.p.d.f public boolean isBound() { - return !m.areEqual(this.f2501s, d0.z.d.d.NO_RECEIVER); + return !m.areEqual(this.f2503s, d0.z.d.d.NO_RECEIVER); } @Override // kotlin.reflect.KFunction diff --git a/app/src/main/java/d0/e0/p/d/j0.java b/app/src/main/java/d0/e0/p/d/j0.java index 6372aa5dab..59f45e7020 100644 --- a/app/src/main/java/d0/e0/p/d/j0.java +++ b/app/src/main/java/d0/e0/p/d/j0.java @@ -196,8 +196,8 @@ public final class j0 { return null; } else if (gVar instanceof r) { r.b value3 = ((r) gVar).getValue(); - if (value3 instanceof r.b.C0268b) { - r.b.C0268b bVar = (r.b.C0268b) value3; + if (value3 instanceof r.b.C0269b) { + r.b.C0269b bVar = (r.b.C0269b) value3; return a(classLoader, bVar.getClassId(), bVar.getArrayDimensions()); } else if (value3 instanceof r.b.a) { h declarationDescriptor = ((r.b.a) value3).getType().getConstructor().getDeclarationDescriptor(); @@ -355,7 +355,7 @@ public final class j0 { if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.e)) { return KVisibility.PUBLIC; } - if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.f2594c)) { + if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.f2596c)) { return KVisibility.PROTECTED; } if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.d)) { diff --git a/app/src/main/java/d0/e0/p/d/l0/a.java b/app/src/main/java/d0/e0/p/d/l0/a.java index cddeb5acd7..0726c141fd 100644 --- a/app/src/main/java/d0/e0/p/d/l0/a.java +++ b/app/src/main/java/d0/e0/p/d/l0/a.java @@ -17,15 +17,15 @@ public final class a implements d { public final List> b; /* renamed from: c reason: collision with root package name */ - public final List f2502c; + public final List f2504c; public final Class d; public final List e; - public final EnumC0202a f; + public final EnumC0203a f; public final List g; /* compiled from: AnnotationConstructorCaller.kt */ /* renamed from: d0.e0.p.d.l0.a$a reason: collision with other inner class name */ - public enum EnumC0202a { + public enum EnumC0203a { CALL_BY_NAME, POSITIONAL_CALL } @@ -36,7 +36,7 @@ public final class a implements d { KOTLIN } - public a(Class cls, List list, EnumC0202a aVar, b bVar, List list2) { + public a(Class cls, List list, EnumC0203a aVar, b bVar, List list2) { m.checkNotNullParameter(cls, "jClass"); m.checkNotNullParameter(list, "parameterNames"); m.checkNotNullParameter(aVar, "callMode"); @@ -68,14 +68,14 @@ public final class a implements d { for (Method method3 : list4) { arrayList3.add(method3.getDefaultValue()); } - this.f2502c = arrayList3; - if (this.f == EnumC0202a.POSITIONAL_CALL && bVar == b.JAVA && (!u.minus(this.e, "value").isEmpty())) { + this.f2504c = arrayList3; + if (this.f == EnumC0203a.POSITIONAL_CALL && bVar == b.JAVA && (!u.minus(this.e, "value").isEmpty())) { throw new UnsupportedOperationException("Positional call of a Java annotation constructor is allowed only if there are no parameters or one parameter named \"value\". This restriction exists because Java annotations (in contrast to Kotlin)do not impose any order on their arguments. Use KCallable#callBy instead."); } } /* JADX WARNING: Illegal instructions before constructor call */ - public /* synthetic */ a(Class cls, List list, EnumC0202a aVar, b bVar, List list2, int i, DefaultConstructorMarker defaultConstructorMarker) { + public /* synthetic */ a(Class cls, List list, EnumC0203a aVar, b bVar, List list2, int i, DefaultConstructorMarker defaultConstructorMarker) { this(cls, list, aVar, bVar, list2); if ((i & 16) != 0) { list2 = new ArrayList(o.collectionSizeOrDefault(list, 10)); @@ -97,7 +97,7 @@ public final class a implements d { while (i < length) { Object obj = objArr[i]; int i3 = i2 + 1; - Object access$transformKotlinToJvm = (obj == null && this.f == EnumC0202a.CALL_BY_NAME) ? this.f2502c.get(i2) : b.access$transformKotlinToJvm(obj, this.b.get(i2)); + Object access$transformKotlinToJvm = (obj == null && this.f == EnumC0203a.CALL_BY_NAME) ? this.f2504c.get(i2) : b.access$transformKotlinToJvm(obj, this.b.get(i2)); if (access$transformKotlinToJvm != null) { arrayList.add(access$transformKotlinToJvm); i++; diff --git a/app/src/main/java/d0/e0/p/d/l0/b.java b/app/src/main/java/d0/e0/p/d/l0/b.java index b339bdc75e..448fc5307e 100644 --- a/app/src/main/java/d0/e0/p/d/l0/b.java +++ b/app/src/main/java/d0/e0/p/d/l0/b.java @@ -122,11 +122,11 @@ public final class b { /* compiled from: AnnotationConstructorCaller.kt */ /* renamed from: d0.e0.p.d.l0.b$b reason: collision with other inner class name */ - public static final class C0203b extends o implements Function0 { + public static final class C0204b extends o implements Function0 { public final /* synthetic */ Map $values; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0203b(Map map) { + public C0204b(Map map) { super(0); this.$values = map; } @@ -152,14 +152,14 @@ public final class b { public final /* synthetic */ Lazy b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Lazy f2503c; + public final /* synthetic */ Lazy f2505c; public final /* synthetic */ a d; public final /* synthetic */ Map e; public c(Class cls, Lazy lazy, KProperty kProperty, Lazy lazy2, KProperty kProperty2, a aVar, Map map) { this.a = cls; this.b = lazy; - this.f2503c = lazy2; + this.f2505c = lazy2; this.d = aVar; this.e = map; } @@ -176,7 +176,7 @@ public final class b { return this.a; } } else if (name.equals("hashCode")) { - return this.f2503c.getValue(); + return this.f2505c.getValue(); } } else if (name.equals("toString")) { return this.b.getValue(); @@ -302,7 +302,7 @@ public final class b { m.checkNotNullParameter(map, "values"); m.checkNotNullParameter(list, "methods"); a aVar = new a(cls, list, map); - Lazy lazy = g.lazy(new C0203b(map)); + Lazy lazy = g.lazy(new C0204b(map)); T t = (T) Proxy.newProxyInstance(cls.getClassLoader(), new Class[]{cls}, new c(cls, g.lazy(new d(cls, map)), null, lazy, null, aVar, map)); Objects.requireNonNull(t, "null cannot be cast to non-null type T"); return t; diff --git a/app/src/main/java/d0/e0/p/d/l0/e.java b/app/src/main/java/d0/e0/p/d/l0/e.java index ecc057a041..522f1aed09 100644 --- a/app/src/main/java/d0/e0/p/d/l0/e.java +++ b/app/src/main/java/d0/e0/p/d/l0/e.java @@ -23,7 +23,7 @@ public abstract class e implements d { public final List b; /* renamed from: c reason: collision with root package name */ - public final M f2504c; + public final M f2506c; public final Type d; public final Class e; @@ -125,9 +125,9 @@ public abstract class e implements d { /* compiled from: CallerImpl.kt */ /* renamed from: d0.e0.p.d.l0.e$e reason: collision with other inner class name */ - public static final class C0204e extends e> { + public static final class C0205e extends e> { /* JADX WARNING: Illegal instructions before constructor call */ - public C0204e(Constructor constructor) { + public C0205e(Constructor constructor) { super(constructor, r3, r4, r5, null); m.checkNotNullParameter(constructor, "constructor"); Class declaringClass = constructor.getDeclaringClass(); @@ -206,9 +206,9 @@ public abstract class e implements d { /* compiled from: CallerImpl.kt */ /* renamed from: d0.e0.p.d.l0.e$f$e reason: collision with other inner class name */ - public static final class C0205e extends f { + public static final class C0206e extends f { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0205e(Field field) { + public C0206e(Field field) { super(field, false, null); m.checkNotNullParameter(field, "field"); } @@ -297,9 +297,9 @@ public abstract class e implements d { /* compiled from: CallerImpl.kt */ /* renamed from: d0.e0.p.d.l0.e$g$e reason: collision with other inner class name */ - public static final class C0206e extends g { + public static final class C0207e extends g { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0206e(Field field, boolean z2) { + public C0207e(Field field, boolean z2) { super(field, z2, false, null); m.checkNotNullParameter(field, "field"); } @@ -430,9 +430,9 @@ public abstract class e implements d { /* compiled from: CallerImpl.kt */ /* renamed from: d0.e0.p.d.l0.e$h$e reason: collision with other inner class name */ - public static final class C0207e extends h { + public static final class C0208e extends h { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0207e(Method method) { + public C0208e(Method method) { super(method, true, (Type[]) null, 4); m.checkNotNullParameter(method, "method"); } @@ -507,7 +507,7 @@ public abstract class e implements d { */ public e(Member member, Type type, Class cls, Type[] typeArr, DefaultConstructorMarker defaultConstructorMarker) { List list; - this.f2504c = member; + this.f2506c = member; this.d = type; this.e = cls; if (cls != null) { @@ -521,7 +521,7 @@ public abstract class e implements d { } public final void a(Object obj) { - if (obj == null || !this.f2504c.getDeclaringClass().isInstance(obj)) { + if (obj == null || !this.f2506c.getDeclaringClass().isInstance(obj)) { throw new IllegalArgumentException("An object member requires the object instance passed as the first argument."); } } @@ -537,7 +537,7 @@ public abstract class e implements d { @Override // d0.e0.p.d.l0.d public final M getMember() { - return this.f2504c; + return this.f2506c; } @Override // d0.e0.p.d.l0.d diff --git a/app/src/main/java/d0/e0/p/d/l0/g.java b/app/src/main/java/d0/e0/p/d/l0/g.java index 174e8ecde9..c9b6c2cc77 100644 --- a/app/src/main/java/d0/e0/p/d/l0/g.java +++ b/app/src/main/java/d0/e0/p/d/l0/g.java @@ -25,7 +25,7 @@ public final class g implements d { public final d b; /* renamed from: c reason: collision with root package name */ - public final boolean f2505c; + public final boolean f2507c; /* compiled from: InlineClassAwareCaller.kt */ public static final class a { @@ -33,14 +33,14 @@ public final class g implements d { public final Method[] b; /* renamed from: c reason: collision with root package name */ - public final Method f2506c; + public final Method f2508c; public a(IntRange intRange, Method[] methodArr, Method method) { m.checkNotNullParameter(intRange, "argumentRange"); m.checkNotNullParameter(methodArr, "unbox"); this.a = intRange; this.b = methodArr; - this.f2506c = method; + this.f2508c = method; } public final IntRange component1() { @@ -52,7 +52,7 @@ public final class g implements d { } public final Method component3() { - return this.f2506c; + return this.f2508c; } } @@ -67,7 +67,7 @@ public final class g implements d { m.checkNotNullParameter(bVar, "descriptor"); m.checkNotNullParameter(dVar, "caller"); this.b = dVar; - this.f2505c = z2; + this.f2507c = z2; c0 returnType = bVar.getReturnType(); m.checkNotNull(returnType); m.checkNotNullExpressionValue(returnType, "descriptor.returnType!!"); @@ -137,7 +137,7 @@ public final class g implements d { P.append(getParameterTypes()); P.append(")\n"); P.append("Default: "); - P.append(this.f2505c); + P.append(this.f2507c); throw new a0(P.toString()); } } diff --git a/app/src/main/java/d0/e0/p/d/l0/i.java b/app/src/main/java/d0/e0/p/d/l0/i.java index e93023e818..12d312cd0d 100644 --- a/app/src/main/java/d0/e0/p/d/l0/i.java +++ b/app/src/main/java/d0/e0/p/d/l0/i.java @@ -17,7 +17,7 @@ public abstract class i implements d { public final Method b; /* renamed from: c reason: collision with root package name */ - public final List f2507c; + public final List f2509c; /* compiled from: InternalUnderlyingValOfInlineClass.kt */ public static final class a extends i implements c { @@ -68,7 +68,7 @@ public abstract class i implements d { public i(Method method, List list, DefaultConstructorMarker defaultConstructorMarker) { this.b = method; - this.f2507c = list; + this.f2509c = list; Class returnType = method.getReturnType(); m.checkNotNullExpressionValue(returnType, "unboxMethod.returnType"); this.a = returnType; @@ -86,7 +86,7 @@ public abstract class i implements d { @Override // d0.e0.p.d.l0.d public final List getParameterTypes() { - return this.f2507c; + return this.f2509c; } @Override // d0.e0.p.d.l0.d diff --git a/app/src/main/java/d0/e0/p/d/m0/a.java b/app/src/main/java/d0/e0/p/d/m0/a.java index e918b2f318..844ff1ece1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/a.java @@ -12,7 +12,7 @@ public final class a { public static final Set b; static { - List listOf = n.listOf((Object[]) new b[]{a0.a, a0.h, a0.i, a0.f2599c, a0.d, a0.f}); + List listOf = n.listOf((Object[]) new b[]{a0.a, a0.h, a0.i, a0.f2601c, a0.d, a0.f}); LinkedHashSet linkedHashSet = new LinkedHashSet(); for (b bVar : listOf) { linkedHashSet.add(d0.e0.p.d.m0.g.a.topLevel(bVar)); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/a.java b/app/src/main/java/d0/e0/p/d/m0/b/a.java index 34d024750c..dbff2dab86 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/a.java @@ -14,20 +14,20 @@ import kotlin.Lazy; import kotlin.jvm.functions.Function0; /* compiled from: BuiltInsLoader.kt */ public interface a { - public static final C0208a a = C0208a.a; + public static final C0209a a = C0209a.a; /* compiled from: BuiltInsLoader.kt */ /* renamed from: d0.e0.p.d.m0.b.a$a reason: collision with other inner class name */ - public static final class C0208a { - public static final /* synthetic */ C0208a a = new C0208a(); - public static final Lazy b = g.lazy(i.PUBLICATION, C0209a.i); + public static final class C0209a { + public static final /* synthetic */ C0209a a = new C0209a(); + public static final Lazy b = g.lazy(i.PUBLICATION, C0210a.i); /* compiled from: BuiltInsLoader.kt */ /* renamed from: d0.e0.p.d.m0.b.a$a$a reason: collision with other inner class name */ - public static final class C0209a extends o implements Function0 { - public static final C0209a i = new C0209a(); + public static final class C0210a extends o implements Function0 { + public static final C0210a i = new C0210a(); - public C0209a() { + public C0210a() { super(0); } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/g.java b/app/src/main/java/d0/e0/p/d/m0/b/g.java index b75e96c504..6e2ede8205 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/g.java @@ -49,7 +49,7 @@ public final class g { public static final e extractParameterNameFromFunctionTypeArgument(c0 c0Var) { String str; m.checkNotNullParameter(c0Var, ""); - c findAnnotation = c0Var.getAnnotations().findAnnotation(k.a.f2525y); + c findAnnotation = c0Var.getAnnotations().findAnnotation(k.a.f2527y); if (findAnnotation == null) { return null; } @@ -89,7 +89,7 @@ public final class g { eVar = null; } if (eVar != null) { - b bVar = k.a.f2525y; + b bVar = k.a.f2527y; e identifier = e.identifier(ModelAuditLogEntry.CHANGE_KEY_NAME); String asString = eVar.asString(); m.checkNotNullExpressionValue(asString, "name.asString()"); @@ -122,7 +122,7 @@ public final class g { public static final c0 getReceiverTypeFromFunctionType(c0 c0Var) { m.checkNotNullParameter(c0Var, ""); isBuiltinFunctionalType(c0Var); - if (c0Var.getAnnotations().findAnnotation(k.a.f2524x) != null) { + if (c0Var.getAnnotations().findAnnotation(k.a.f2526x) != null) { return ((w0) u.first((List) c0Var.getArguments())).getType(); } return null; @@ -148,7 +148,7 @@ public final class g { if (!isBuiltinFunctionalType(c0Var)) { return false; } - return c0Var.getAnnotations().findAnnotation(k.a.f2524x) != null; + return c0Var.getAnnotations().findAnnotation(k.a.f2526x) != null; } public static final boolean isBuiltinFunctionalClassDescriptor(d0.e0.p.d.m0.c.m mVar) { @@ -178,7 +178,7 @@ public final class g { public static final d0.e0.p.d.m0.c.g1.g withExtensionFunctionAnnotation(d0.e0.p.d.m0.c.g1.g gVar, h hVar) { m.checkNotNullParameter(gVar, ""); m.checkNotNullParameter(hVar, "builtIns"); - b bVar = k.a.f2524x; + b bVar = k.a.f2526x; return gVar.hasAnnotation(bVar) ? gVar : d0.e0.p.d.m0.c.g1.g.f.create(u.plus(gVar, new j(hVar, bVar, h0.emptyMap()))); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/h.java b/app/src/main/java/d0/e0/p/d/m0/b/h.java index d0cae2d51a..3a9f72ab40 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/h.java @@ -40,7 +40,7 @@ public abstract class h { public y b; /* renamed from: c reason: collision with root package name */ - public final j f2508c; + public final j f2510c; public final d0.e0.p.d.m0.m.h d; public final o e; @@ -131,12 +131,12 @@ public abstract class h { public final Map b; /* renamed from: c reason: collision with root package name */ - public final Map f2509c; + public final Map f2511c; public e(Map map, Map map2, Map map3, a aVar) { this.a = map; this.b = map2; - this.f2509c = map3; + this.f2511c = map3; } } @@ -144,7 +144,7 @@ public abstract class h { if (oVar != null) { this.e = oVar; oVar.createLazyValue(new a()); - this.f2508c = oVar.createLazyValue(new b()); + this.f2510c = oVar.createLazyValue(new b()); this.d = oVar.createMemoizedFunction(new c()); return; } @@ -1386,7 +1386,7 @@ public abstract class h { public static boolean isNothingOrNullableNothing(c0 c0Var) { if (c0Var != null) { - return i(c0Var, k.a.f2514c); + return i(c0Var, k.a.f2516c); } a(137); throw null; @@ -1444,7 +1444,7 @@ public abstract class h { public static boolean isSpecialClassWithNoSupertypes(d0.e0.p.d.m0.c.e eVar) { if (eVar != null) { - return c(eVar, k.a.b) || c(eVar, k.a.f2514c); + return c(eVar, k.a.b) || c(eVar, k.a.f2516c); } a(106); throw null; @@ -1469,7 +1469,7 @@ public abstract class h { public static boolean isUByteArray(c0 c0Var) { if (c0Var != null) { - return j(c0Var, k.a.f2521i0.toUnsafe()); + return j(c0Var, k.a.f2523i0.toUnsafe()); } a(127); throw null; @@ -1493,7 +1493,7 @@ public abstract class h { public static boolean isUShortArray(c0 c0Var) { if (c0Var != null) { - return j(c0Var, k.a.f2522j0.toUnsafe()); + return j(c0Var, k.a.f2524j0.toUnsafe()); } a(128); throw null; @@ -1562,7 +1562,7 @@ public abstract class h { } public d0.e0.p.d.m0.c.h1.a e() { - return a.C0215a.a; + return a.C0216a.a; } public final d0.e0.p.d.m0.c.e f(String str) { @@ -1614,7 +1614,7 @@ public abstract class h { throw null; } else if (!isArray(c0Var)) { c0 makeNotNullable = e1.makeNotNullable(c0Var); - d0.e0.p.d.m0.n.j0 j0Var2 = this.f2508c.mo1invoke().f2509c.get(makeNotNullable); + d0.e0.p.d.m0.n.j0 j0Var2 = this.f2510c.mo1invoke().f2511c.get(makeNotNullable); if (j0Var2 != null) { return j0Var2; } @@ -1861,7 +1861,7 @@ public abstract class h { public d0.e0.p.d.m0.n.j0 getPrimitiveArrayKotlinType(i iVar) { if (iVar != null) { - d0.e0.p.d.m0.n.j0 j0Var = this.f2508c.mo1invoke().a.get(iVar); + d0.e0.p.d.m0.n.j0 j0Var = this.f2510c.mo1invoke().a.get(iVar); if (j0Var != null) { return j0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/j.java b/app/src/main/java/d0/e0/p/d/m0/b/j.java index b6609860a2..9cfacbe5e6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/j.java @@ -29,7 +29,7 @@ public final class j { public static final /* synthetic */ KProperty[] b; /* renamed from: c reason: collision with root package name */ - public final d0 f2510c; + public final d0 f2512c; public final Lazy d; public final a e = new a(1); @@ -102,7 +102,7 @@ public final class j { public j(d0.e0.p.d.m0.c.c0 c0Var, d0 d0Var) { m.checkNotNullParameter(c0Var, "module"); m.checkNotNullParameter(d0Var, "notFoundClasses"); - this.f2510c = d0Var; + this.f2512c = d0Var; this.d = d0.g.lazy(d0.i.PUBLICATION, new c(c0Var)); new a(1); new a(1); @@ -119,7 +119,7 @@ public final class j { m.checkNotNullExpressionValue(identifier, "identifier(className)"); h contributedClassifier = ((i) jVar.d.getValue()).getContributedClassifier(identifier, d.FROM_REFLECTION); e eVar = contributedClassifier instanceof e ? (e) contributedClassifier : null; - return eVar == null ? jVar.f2510c.getClass(new d0.e0.p.d.m0.g.a(k.i, identifier), d0.t.m.listOf(Integer.valueOf(i))) : eVar; + return eVar == null ? jVar.f2512c.getClass(new d0.e0.p.d.m0.g.a(k.i, identifier), d0.t.m.listOf(Integer.valueOf(i))) : eVar; } public final e getKClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/k.java b/app/src/main/java/d0/e0/p/d/m0/b/k.java index 25d7019728..ed16ae8605 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/k.java @@ -18,7 +18,7 @@ public final class k { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2511c; + public static final e f2513c; public static final b d; public static final b e; public static final b f; @@ -64,45 +64,45 @@ public final class k { public static final a a; /* renamed from: a0 reason: collision with root package name */ - public static final b f2512a0; + public static final b f2514a0; public static final c b; /* renamed from: b0 reason: collision with root package name */ - public static final b f2513b0; + public static final b f2515b0; /* renamed from: c reason: collision with root package name */ - public static final c f2514c; + public static final c f2516c; /* renamed from: c0 reason: collision with root package name */ - public static final b f2515c0; + public static final b f2517c0; public static final c d; /* renamed from: d0 reason: collision with root package name */ - public static final b f2516d0; + public static final b f2518d0; public static final c e; /* renamed from: e0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2517e0; + public static final d0.e0.p.d.m0.g.a f2519e0; public static final c f; /* renamed from: f0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2518f0; + public static final d0.e0.p.d.m0.g.a f2520f0; public static final c g; /* renamed from: g0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2519g0; + public static final d0.e0.p.d.m0.g.a f2521g0; public static final c h; /* renamed from: h0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2520h0; + public static final d0.e0.p.d.m0.g.a f2522h0; public static final c i; /* renamed from: i0 reason: collision with root package name */ - public static final b f2521i0; + public static final b f2523i0; public static final c j; /* renamed from: j0 reason: collision with root package name */ - public static final b f2522j0; + public static final b f2524j0; public static final c k; public static final b k0; public static final c l; @@ -119,20 +119,20 @@ public final class k { public static final c r; /* renamed from: s reason: collision with root package name */ - public static final b f2523s; + public static final b f2525s; public static final b t; public static final b u; public static final b v; public static final b w; /* renamed from: x reason: collision with root package name */ - public static final b f2524x; + public static final b f2526x; /* renamed from: y reason: collision with root package name */ - public static final b f2525y; + public static final b f2527y; /* renamed from: z reason: collision with root package name */ - public static final b f2526z; + public static final b f2528z; static { a aVar = new a(); @@ -142,7 +142,7 @@ public final class k { b = unsafe; c unsafe2 = aVar.c("Nothing").toUnsafe(); m.checkNotNullExpressionValue(unsafe2, "fqName(simpleName).toUnsafe()"); - f2514c = unsafe2; + f2516c = unsafe2; c unsafe3 = aVar.c("Cloneable").toUnsafe(); m.checkNotNullExpressionValue(unsafe3, "fqName(simpleName).toUnsafe()"); d = unsafe3; @@ -190,7 +190,7 @@ public final class k { m.checkNotNullExpressionValue(unsafe17, "fqName(simpleName).toUnsafe()"); r = unsafe17; m.checkNotNullExpressionValue(aVar.c("Function").toUnsafe(), "fqName(simpleName).toUnsafe()"); - f2523s = aVar.c("Throwable"); + f2525s = aVar.c("Throwable"); t = aVar.c("Comparable"); b bVar = k.o; m.checkNotNullExpressionValue(bVar.child(e.identifier("IntRange")).toUnsafe(), "RANGES_PACKAGE_FQ_NAME.child(Name.identifier(simpleName)).toUnsafe()"); @@ -199,9 +199,9 @@ public final class k { aVar.c("DeprecatedSinceKotlin"); v = aVar.c("DeprecationLevel"); w = aVar.c("ReplaceWith"); - f2524x = aVar.c("ExtensionFunctionType"); - f2525y = aVar.c("ParameterName"); - f2526z = aVar.c("Annotation"); + f2526x = aVar.c("ExtensionFunctionType"); + f2527y = aVar.c("ParameterName"); + f2528z = aVar.c("Annotation"); A = aVar.a("Target"); B = aVar.a("AnnotationTarget"); C = aVar.a("AnnotationRetention"); @@ -248,27 +248,27 @@ public final class k { Z = aVar3; reflect("KDeclarationContainer"); b c2 = aVar2.c("UByte"); - f2512a0 = c2; + f2514a0 = c2; b c3 = aVar2.c("UShort"); - f2513b0 = c3; + f2515b0 = c3; b c4 = aVar2.c("UInt"); - f2515c0 = c4; + f2517c0 = c4; b c5 = aVar2.c("ULong"); - f2516d0 = c5; + f2518d0 = c5; d0.e0.p.d.m0.g.a aVar4 = d0.e0.p.d.m0.g.a.topLevel(c2); m.checkNotNullExpressionValue(aVar4, "topLevel(uByteFqName)"); - f2517e0 = aVar4; + f2519e0 = aVar4; d0.e0.p.d.m0.g.a aVar5 = d0.e0.p.d.m0.g.a.topLevel(c3); m.checkNotNullExpressionValue(aVar5, "topLevel(uShortFqName)"); - f2518f0 = aVar5; + f2520f0 = aVar5; d0.e0.p.d.m0.g.a aVar6 = d0.e0.p.d.m0.g.a.topLevel(c4); m.checkNotNullExpressionValue(aVar6, "topLevel(uIntFqName)"); - f2519g0 = aVar6; + f2521g0 = aVar6; d0.e0.p.d.m0.g.a aVar7 = d0.e0.p.d.m0.g.a.topLevel(c5); m.checkNotNullExpressionValue(aVar7, "topLevel(uLongFqName)"); - f2520h0 = aVar7; - f2521i0 = aVar2.c("UByteArray"); - f2522j0 = aVar2.c("UShortArray"); + f2522h0 = aVar7; + f2523i0 = aVar2.c("UByteArray"); + f2524j0 = aVar2.c("UShortArray"); k0 = aVar2.c("UIntArray"); l0 = aVar2.c("ULongArray"); i.values(); @@ -351,7 +351,7 @@ public final class k { b = identifier; e identifier2 = e.identifier("valueOf"); m.checkNotNullExpressionValue(identifier2, "identifier(\"valueOf\")"); - f2511c = identifier2; + f2513c = identifier2; b bVar = new b("kotlin.coroutines"); d = bVar; b child = bVar.child(e.identifier("experimental")); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/o.java b/app/src/main/java/d0/e0/p/d/m0/b/o.java index 7a3c9241c6..d93f2bb44f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/o.java @@ -20,7 +20,7 @@ public final class o { public static final Set b; /* renamed from: c reason: collision with root package name */ - public static final HashMap f2527c = new HashMap<>(); + public static final HashMap f2529c = new HashMap<>(); public static final HashMap d = new HashMap<>(); public static final Set e; @@ -49,7 +49,7 @@ public final class o { while (i < 4) { n nVar = values4[i]; i++; - f2527c.put(nVar.getArrayClassId(), nVar.getClassId()); + f2529c.put(nVar.getArrayClassId(), nVar.getClassId()); d.put(nVar.getClassId(), nVar.getArrayClassId()); } } @@ -65,7 +65,7 @@ public final class o { public final a getUnsignedClassIdByArrayClassId(a aVar) { m.checkNotNullParameter(aVar, "arrayClassId"); - return f2527c.get(aVar); + return f2529c.get(aVar); } public final boolean isShortNameOfUnsignedArray(e eVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/p/a.java b/app/src/main/java/d0/e0/p/d/m0/b/p/a.java index 1317675488..cf447bfade 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/p/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/p/a.java @@ -41,7 +41,7 @@ public final class a implements b { } d0.e0.p.d.m0.g.b packageFqName = aVar.getPackageFqName(); m.checkNotNullExpressionValue(packageFqName, "classId.packageFqName"); - c.a.C0211a parseClassName = c.i.parseClassName(asString, packageFqName); + c.a.C0212a parseClassName = c.i.parseClassName(asString, packageFqName); if (parseClassName == null) { return null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/p/b.java b/app/src/main/java/d0/e0/p/d/m0/b/p/b.java index f92cf97a8d..e4368549ff 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/p/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/p/b.java @@ -39,8 +39,8 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { public final c r; /* renamed from: s reason: collision with root package name */ - public final int f2528s; - public final C0210b t = new C0210b(this); + public final int f2530s; + public final C0211b t = new C0211b(this); public final d u; public final List v; @@ -52,34 +52,34 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { /* compiled from: FunctionClassDescriptor.kt */ /* renamed from: d0.e0.p.d.m0.b.p.b$b reason: collision with other inner class name */ - public final class C0210b extends d0.e0.p.d.m0.n.b { + public final class C0211b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ b f2529c; + public final /* synthetic */ b f2531c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0210b(b bVar) { + public C0211b(b bVar) { super(b.access$getStorageManager$p(bVar)); m.checkNotNullParameter(bVar, "this$0"); - this.f2529c = bVar; + this.f2531c = bVar; } @Override // d0.e0.p.d.m0.n.g public Collection a() { List list; - int ordinal = this.f2529c.getFunctionKind().ordinal(); + int ordinal = this.f2531c.getFunctionKind().ordinal(); if (ordinal == 0) { list = d0.t.m.listOf(b.access$getFunctionClassId$cp()); } else if (ordinal == 1) { list = d0.t.m.listOf(b.access$getFunctionClassId$cp()); } else if (ordinal == 2) { - list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.l, c.Function.numberedClassName(this.f2529c.getArity()))}); + list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.l, c.Function.numberedClassName(this.f2531c.getArity()))}); } else if (ordinal == 3) { - list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.d, c.SuspendFunction.numberedClassName(this.f2529c.getArity()))}); + list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.d, c.SuspendFunction.numberedClassName(this.f2531c.getArity()))}); } else { throw new NoWhenBranchMatchedException(); } - d0.e0.p.d.m0.c.c0 containingDeclaration = b.access$getContainingDeclaration$p(this.f2529c).getContainingDeclaration(); + d0.e0.p.d.m0.c.c0 containingDeclaration = b.access$getContainingDeclaration$p(this.f2531c).getContainingDeclaration(); ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(list, 10)); for (d0.e0.p.d.m0.g.a aVar : list) { d0.e0.p.d.m0.c.e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(containingDeclaration, aVar); @@ -105,12 +105,12 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { @Override // d0.e0.p.d.m0.n.b, d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public b getDeclarationDescriptor() { - return this.f2529c; + return this.f2531c; } @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return b.access$getParameters$p(this.f2529c); + return b.access$getParameters$p(this.f2531c); } @Override // d0.e0.p.d.m0.n.u0 @@ -136,7 +136,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { this.p = oVar; this.q = e0Var; this.r = cVar; - this.f2528s = i; + this.f2530s = i; this.u = new d(oVar, this); ArrayList arrayList = new ArrayList(); IntRange intRange = new IntRange(1, i); @@ -180,7 +180,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { } public final int getArity() { - return this.f2528s; + return this.f2530s; } @Override // d0.e0.p.d.m0.c.e diff --git a/app/src/main/java/d0/e0/p/d/m0/b/p/c.java b/app/src/main/java/d0/e0/p/d/m0/b/p/c.java index 8691370810..7f58af963a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/p/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/p/c.java @@ -24,11 +24,11 @@ public enum c { /* compiled from: FunctionClassKind.kt */ /* renamed from: d0.e0.p.d.m0.b.p.c$a$a reason: collision with other inner class name */ - public static final class C0211a { + public static final class C0212a { public final c a; public final int b; - public C0211a(c cVar, int i) { + public C0212a(c cVar, int i) { m.checkNotNullParameter(cVar, "kind"); this.a = cVar; this.b = i; @@ -46,10 +46,10 @@ public enum c { if (this == obj) { return true; } - if (!(obj instanceof C0211a)) { + if (!(obj instanceof C0212a)) { return false; } - C0211a aVar = (C0211a) obj; + C0212a aVar = (C0212a) obj; return this.a == aVar.a && this.b == aVar.b; } @@ -88,14 +88,14 @@ public enum c { public final c getFunctionalClassKind(String str, b bVar) { m.checkNotNullParameter(str, "className"); m.checkNotNullParameter(bVar, "packageFqName"); - C0211a parseClassName = parseClassName(str, bVar); + C0212a parseClassName = parseClassName(str, bVar); if (parseClassName == null) { return null; } return parseClassName.getKind(); } - public final C0211a parseClassName(String str, b bVar) { + public final C0212a parseClassName(String str, b bVar) { Integer num; m.checkNotNullParameter(str, "className"); m.checkNotNullParameter(bVar, "packageFqName"); @@ -127,7 +127,7 @@ public enum c { if (num == null) { return null; } - return new C0211a(byClassNamePrefix, num.intValue()); + return new C0212a(byClassNamePrefix, num.intValue()); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/p/d.java b/app/src/main/java/d0/e0/p/d/m0/b/p/d.java index 776c862804..80a605a882 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/p/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/p/d.java @@ -17,7 +17,7 @@ public final class d extends e { @Override // d0.e0.p.d.m0.k.a0.e public List a() { - int ordinal = ((b) this.f2708c).getFunctionKind().ordinal(); - return ordinal != 0 ? ordinal != 1 ? n.emptyList() : d0.t.m.listOf(e.L.create((b) this.f2708c, true)) : d0.t.m.listOf(e.L.create((b) this.f2708c, false)); + int ordinal = ((b) this.f2710c).getFunctionKind().ordinal(); + return ordinal != 0 ? ordinal != 1 ? n.emptyList() : d0.t.m.listOf(e.L.create((b) this.f2710c, true)) : d0.t.m.listOf(e.L.create((b) this.f2710c, false)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/a.java b/app/src/main/java/d0/e0/p/d/m0/b/q/a.java index 93cea51a52..4ec991b036 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/a.java @@ -17,13 +17,13 @@ import java.util.List; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: CloneableClassScope.kt */ public final class a extends e { - public static final C0212a e = new C0212a(null); + public static final C0213a e = new C0213a(null); public static final d0.e0.p.d.m0.g.e f; /* compiled from: CloneableClassScope.kt */ /* renamed from: d0.e0.p.d.m0.b.q.a$a reason: collision with other inner class name */ - public static final class C0212a { - public C0212a(DefaultConstructorMarker defaultConstructorMarker) { + public static final class C0213a { + public C0213a(DefaultConstructorMarker defaultConstructorMarker) { } public final d0.e0.p.d.m0.g.e getCLONE_NAME() { @@ -50,8 +50,8 @@ public final class a extends e { @Override // d0.e0.p.d.m0.k.a0.e public List a() { - g0 create = g0.create(this.f2708c, g.f.getEMPTY(), e.getCLONE_NAME(), b.a.DECLARATION, u0.a); - create.initialize((q0) null, this.f2708c.getThisAsReceiverParameter(), n.emptyList(), n.emptyList(), (c0) d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2708c).getAnyType(), z.OPEN, t.f2594c); + g0 create = g0.create(this.f2710c, g.f.getEMPTY(), e.getCLONE_NAME(), b.a.DECLARATION, u0.a); + create.initialize((q0) null, this.f2710c.getThisAsReceiverParameter(), n.emptyList(), n.emptyList(), (c0) d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2710c).getAnyType(), z.OPEN, t.f2596c); return d0.t.m.listOf(create); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/c.java b/app/src/main/java/d0/e0/p/d/m0/b/q/c.java index b3de2745e3..17fb893d65 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/c.java @@ -25,7 +25,7 @@ public final class c { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f2530c; + public static final String f2532c; public static final String d; public static final String e; public static final d0.e0.p.d.m0.g.a f; @@ -43,7 +43,7 @@ public final class c { public final d0.e0.p.d.m0.g.a b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.g.a f2531c; + public final d0.e0.p.d.m0.g.a f2533c; public a(d0.e0.p.d.m0.g.a aVar, d0.e0.p.d.m0.g.a aVar2, d0.e0.p.d.m0.g.a aVar3) { m.checkNotNullParameter(aVar, "javaClass"); @@ -51,7 +51,7 @@ public final class c { m.checkNotNullParameter(aVar3, "kotlinMutable"); this.a = aVar; this.b = aVar2; - this.f2531c = aVar3; + this.f2533c = aVar3; } public final d0.e0.p.d.m0.g.a component1() { @@ -63,7 +63,7 @@ public final class c { } public final d0.e0.p.d.m0.g.a component3() { - return this.f2531c; + return this.f2533c; } public boolean equals(Object obj) { @@ -74,7 +74,7 @@ public final class c { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2531c, aVar.f2531c); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2533c, aVar.f2533c); } public final d0.e0.p.d.m0.g.a getJavaClass() { @@ -83,7 +83,7 @@ public final class c { public int hashCode() { int hashCode = this.b.hashCode(); - return this.f2531c.hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); + return this.f2533c.hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); } public String toString() { @@ -92,7 +92,7 @@ public final class c { P.append(", kotlinReadOnly="); P.append(this.b); P.append(", kotlinMutable="); - P.append(this.f2531c); + P.append(this.f2533c); P.append(')'); return P.toString(); } @@ -112,7 +112,7 @@ public final class c { sb2.append(cVar3.getPackageFqName().toString()); sb2.append('.'); sb2.append(cVar3.getClassNamePrefix()); - f2530c = sb2.toString(); + f2532c = sb2.toString(); StringBuilder sb3 = new StringBuilder(); d0.e0.p.d.m0.b.p.c cVar4 = d0.e0.p.d.m0.b.p.c.SuspendFunction; sb3.append(cVar4.getPackageFqName().toString()); @@ -199,12 +199,12 @@ public final class c { cVar.d(Object.class, k.a.b); cVar.d(String.class, k.a.g); cVar.d(CharSequence.class, k.a.f); - cVar.c(Throwable.class, k.a.f2523s); + cVar.c(Throwable.class, k.a.f2525s); cVar.d(Cloneable.class, k.a.d); cVar.d(Number.class, k.a.q); cVar.c(Comparable.class, k.a.t); cVar.d(Enum.class, k.a.r); - cVar.c(Annotation.class, k.a.f2526z); + cVar.c(Annotation.class, k.a.f2528z); for (a aVar17 : listOf) { c cVar6 = a; Objects.requireNonNull(cVar6); @@ -265,7 +265,7 @@ public final class c { m.checkNotNullExpressionValue(aVar22, "topLevel(FqName(\"kotlin.jvm.functions.Function$i\"))"); k kVar2 = k.a; cVar9.a(aVar22, k.getFunctionClassId(i4)); - cVar9.b(new b(m.stringPlus(f2530c, Integer.valueOf(i4))), h); + cVar9.b(new b(m.stringPlus(f2532c, Integer.valueOf(i4))), h); if (i5 >= 23) { break; } @@ -277,7 +277,7 @@ public final class c { c cVar11 = a; cVar11.b(new b(m.stringPlus(cVar10.getPackageFqName().toString() + '.' + cVar10.getClassNamePrefix(), Integer.valueOf(i2))), h); if (i6 >= 22) { - b safe = k.a.f2514c.toSafe(); + b safe = k.a.f2516c.toSafe(); m.checkNotNullExpressionValue(safe, "nothing.toSafe()"); cVar11.b(safe, cVar11.e(Void.class)); return; @@ -373,7 +373,7 @@ public final class c { public final d0.e0.p.d.m0.g.a mapKotlinToJava(d0.e0.p.d.m0.g.c cVar) { m.checkNotNullParameter(cVar, "kotlinFqName"); - return f(cVar, b) ? f : f(cVar, d) ? f : f(cVar, f2530c) ? h : f(cVar, e) ? h : j.get(cVar); + return f(cVar, b) ? f : f(cVar, d) ? f : f(cVar, f2532c) ? h : f(cVar, e) ? h : j.get(cVar); } public final b mutableToReadOnly(d0.e0.p.d.m0.g.c cVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/e.java b/app/src/main/java/d0/e0/p/d/m0/b/q/e.java index ef4bb12663..daa5072d96 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/e.java @@ -30,7 +30,7 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(e.class), "cloneable", "getCloneable()Lorg/jetbrains/kotlin/descriptors/impl/ClassDescriptorImpl;"))}; /* renamed from: c reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.b f2532c = k.l; + public static final d0.e0.p.d.m0.g.b f2534c = k.l; public static final d0.e0.p.d.m0.g.e d; public static final d0.e0.p.d.m0.g.a e; public final c0 f; @@ -128,7 +128,7 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { } public static final /* synthetic */ d0.e0.p.d.m0.g.b access$getKOTLIN_FQ_NAME$cp() { - return f2532c; + return f2534c; } public static final /* synthetic */ c0 access$getModuleDescriptor$p(e eVar) { @@ -147,13 +147,13 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { @Override // d0.e0.p.d.m0.c.h1.b public Collection getAllContributedClassesIfPossible(d0.e0.p.d.m0.g.b bVar) { d0.z.d.m.checkNotNullParameter(bVar, "packageFqName"); - return d0.z.d.m.areEqual(bVar, f2532c) ? m0.setOf((i) n.getValue(this.h, this, b[0])) : n0.emptySet(); + return d0.z.d.m.areEqual(bVar, f2534c) ? m0.setOf((i) n.getValue(this.h, this, b[0])) : n0.emptySet(); } @Override // d0.e0.p.d.m0.c.h1.b public boolean shouldCreateClass(d0.e0.p.d.m0.g.b bVar, d0.e0.p.d.m0.g.e eVar) { d0.z.d.m.checkNotNullParameter(bVar, "packageFqName"); d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); - return d0.z.d.m.areEqual(eVar, d) && d0.z.d.m.areEqual(bVar, f2532c); + return d0.z.d.m.areEqual(eVar, d) && d0.z.d.m.areEqual(bVar, f2534c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/g.java b/app/src/main/java/d0/e0/p/d/m0/b/q/g.java index 7984964b49..c0528ca5b7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/g.java @@ -46,7 +46,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final d f2533c = d.a; + public final d f2535c = d.a; public final j d; public final d0.e0.p.d.m0.n.c0 e; public final j f; @@ -131,7 +131,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { } public static final /* synthetic */ d access$getJ2kClassMapper$p(g gVar) { - return gVar.f2533c; + return gVar.f2535c; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.i0.l.f access$getJavaAnalogue(g gVar, e eVar) { @@ -183,7 +183,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { if (a2 == null) { return d0.t.n.emptyList(); } - e mapJavaToKotlin$default = d.mapJavaToKotlin$default(this.f2533c, d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance(), null, 4, null); + e mapJavaToKotlin$default = d.mapJavaToKotlin$default(this.f2535c, d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance(), null, 4, null); if (mapJavaToKotlin$default == null) { return d0.t.n.emptyList(); } @@ -316,7 +316,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { if (a2 == null) { list = d0.t.n.emptyList(); } else { - Collection mapPlatformClass = this.f2533c.mapPlatformClass(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance()); + Collection mapPlatformClass = this.f2535c.mapPlatformClass(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance()); e eVar3 = (e) u.lastOrNull(mapPlatformClass); if (eVar3 == null) { list = d0.t.n.emptyList(); @@ -327,7 +327,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { arrayList.add(d0.e0.p.d.m0.k.x.a.getFqNameSafe(eVar4)); } d0.e0.p.d.m0.p.j create = bVar.create(arrayList); - boolean isMutable = this.f2533c.isMutable(eVar2); + boolean isMutable = this.f2535c.isMutable(eVar2); i unsubstitutedMemberScope = ((e) ((f.d) this.g).computeIfAbsent(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), new j(a2, eVar3))).getUnsubstitutedMemberScope(); m.checkNotNullExpressionValue(unsubstitutedMemberScope, "fakeJavaClassDescriptor.unsubstitutedMemberScope"); ArrayList arrayList2 = new ArrayList(); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/l.java b/app/src/main/java/d0/e0/p/d/m0/b/q/l.java index 9f05033282..2bf4cbaae4 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/l.java @@ -8,7 +8,7 @@ import d0.e0.p.d.m0.p.b; import d0.z.d.m; import kotlin.jvm.internal.Ref$ObjectRef; /* compiled from: JvmBuiltInsCustomizer.kt */ -public final class l extends b.AbstractC0291b { +public final class l extends b.AbstractC0292b { public final /* synthetic */ String a; public final /* synthetic */ Ref$ObjectRef b; diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/p.java b/app/src/main/java/d0/e0/p/d/m0/b/q/p.java index 34c8bfd016..48e48ea792 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/p.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/p.java @@ -20,7 +20,7 @@ public final class p { public static final Set b; /* renamed from: c reason: collision with root package name */ - public static final Set f2534c; + public static final Set f2536c; public static final Set d; public static final Set e; public static final Set f; @@ -39,7 +39,7 @@ public final class p { m.checkNotNullExpressionValue(asString, "it.wrapperFqName.shortName().asString()"); r.addAll(linkedHashSet, wVar.inJavaLang(asString, dVar.getJavaKeywordName() + "Value()" + dVar.getDesc())); } - f2534c = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) linkedHashSet, (Iterable) wVar.inJavaUtil("List", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar.inJavaLang("String", "codePointAt(I)I", "codePointBefore(I)I", "codePointCount(II)I", "compareToIgnoreCase(Ljava/lang/String;)I", "concat(Ljava/lang/String;)Ljava/lang/String;", "contains(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/StringBuffer;)Z", "endsWith(Ljava/lang/String;)Z", "equalsIgnoreCase(Ljava/lang/String;)Z", "getBytes()[B", "getBytes(II[BI)V", "getBytes(Ljava/lang/String;)[B", "getBytes(Ljava/nio/charset/Charset;)[B", "getChars(II[CI)V", "indexOf(I)I", "indexOf(II)I", "indexOf(Ljava/lang/String;)I", "indexOf(Ljava/lang/String;I)I", "intern()Ljava/lang/String;", "isEmpty()Z", "lastIndexOf(I)I", "lastIndexOf(II)I", "lastIndexOf(Ljava/lang/String;)I", "lastIndexOf(Ljava/lang/String;I)I", "matches(Ljava/lang/String;)Z", "offsetByCodePoints(II)I", "regionMatches(ILjava/lang/String;II)Z", "regionMatches(ZILjava/lang/String;II)Z", "replaceAll(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(CC)Ljava/lang/String;", "replaceFirst(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;", "split(Ljava/lang/String;I)[Ljava/lang/String;", "split(Ljava/lang/String;)[Ljava/lang/String;", "startsWith(Ljava/lang/String;I)Z", "startsWith(Ljava/lang/String;)Z", "substring(II)Ljava/lang/String;", "substring(I)Ljava/lang/String;", "toCharArray()[C", "toLowerCase()Ljava/lang/String;", "toLowerCase(Ljava/util/Locale;)Ljava/lang/String;", "toUpperCase()Ljava/lang/String;", "toUpperCase(Ljava/util/Locale;)Ljava/lang/String;", "trim()Ljava/lang/String;", "isBlank()Z", "lines()Ljava/util/stream/Stream;", "repeat(I)Ljava/lang/String;")), (Iterable) wVar.inJavaLang("Double", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Float", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Enum", "getDeclaringClass()Ljava/lang/Class;", "finalize()V")), (Iterable) wVar.inJavaLang("CharSequence", "isEmpty()Z")); + f2536c = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) linkedHashSet, (Iterable) wVar.inJavaUtil("List", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar.inJavaLang("String", "codePointAt(I)I", "codePointBefore(I)I", "codePointCount(II)I", "compareToIgnoreCase(Ljava/lang/String;)I", "concat(Ljava/lang/String;)Ljava/lang/String;", "contains(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/StringBuffer;)Z", "endsWith(Ljava/lang/String;)Z", "equalsIgnoreCase(Ljava/lang/String;)Z", "getBytes()[B", "getBytes(II[BI)V", "getBytes(Ljava/lang/String;)[B", "getBytes(Ljava/nio/charset/Charset;)[B", "getChars(II[CI)V", "indexOf(I)I", "indexOf(II)I", "indexOf(Ljava/lang/String;)I", "indexOf(Ljava/lang/String;I)I", "intern()Ljava/lang/String;", "isEmpty()Z", "lastIndexOf(I)I", "lastIndexOf(II)I", "lastIndexOf(Ljava/lang/String;)I", "lastIndexOf(Ljava/lang/String;I)I", "matches(Ljava/lang/String;)Z", "offsetByCodePoints(II)I", "regionMatches(ILjava/lang/String;II)Z", "regionMatches(ZILjava/lang/String;II)Z", "replaceAll(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(CC)Ljava/lang/String;", "replaceFirst(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;", "split(Ljava/lang/String;I)[Ljava/lang/String;", "split(Ljava/lang/String;)[Ljava/lang/String;", "startsWith(Ljava/lang/String;I)Z", "startsWith(Ljava/lang/String;)Z", "substring(II)Ljava/lang/String;", "substring(I)Ljava/lang/String;", "toCharArray()[C", "toLowerCase()Ljava/lang/String;", "toLowerCase(Ljava/util/Locale;)Ljava/lang/String;", "toUpperCase()Ljava/lang/String;", "toUpperCase(Ljava/util/Locale;)Ljava/lang/String;", "trim()Ljava/lang/String;", "isBlank()Z", "lines()Ljava/util/stream/Stream;", "repeat(I)Ljava/lang/String;")), (Iterable) wVar.inJavaLang("Double", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Float", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Enum", "getDeclaringClass()Ljava/lang/Class;", "finalize()V")), (Iterable) wVar.inJavaLang("CharSequence", "isEmpty()Z")); w wVar2 = w.a; d = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) wVar2.inJavaLang("CharSequence", "codePoints()Ljava/util/stream/IntStream;", "chars()Ljava/util/stream/IntStream;"), (Iterable) wVar2.inJavaUtil("Iterator", "forEachRemaining(Ljava/util/function/Consumer;)V")), (Iterable) wVar2.inJavaLang("Iterable", "forEach(Ljava/util/function/Consumer;)V", "spliterator()Ljava/util/Spliterator;")), (Iterable) wVar2.inJavaLang("Throwable", "setStackTrace([Ljava/lang/StackTraceElement;)V", "fillInStackTrace()Ljava/lang/Throwable;", "getLocalizedMessage()Ljava/lang/String;", "printStackTrace()V", "printStackTrace(Ljava/io/PrintStream;)V", "printStackTrace(Ljava/io/PrintWriter;)V", "getStackTrace()[Ljava/lang/StackTraceElement;", "initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;", "getSuppressed()[Ljava/lang/Throwable;", "addSuppressed(Ljava/lang/Throwable;)V")), (Iterable) wVar2.inJavaUtil("Collection", "spliterator()Ljava/util/Spliterator;", "parallelStream()Ljava/util/stream/Stream;", "stream()Ljava/util/stream/Stream;", "removeIf(Ljava/util/function/Predicate;)Z")), (Iterable) wVar2.inJavaUtil("List", "replaceAll(Ljava/util/function/UnaryOperator;)V")), (Iterable) wVar2.inJavaUtil("Map", "getOrDefault(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "forEach(Ljava/util/function/BiConsumer;)V", "replaceAll(Ljava/util/function/BiFunction;)V", "merge(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "computeIfPresent(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "replace(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", "replace(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "computeIfAbsent(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", "compute(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;")); e = o0.plus(o0.plus((Set) wVar2.inJavaUtil("Collection", "removeIf(Ljava/util/function/Predicate;)Z"), (Iterable) wVar2.inJavaUtil("List", "replaceAll(Ljava/util/function/UnaryOperator;)V", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar2.inJavaUtil("Map", "computeIfAbsent(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", "computeIfPresent(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "compute(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "merge(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "remove(Ljava/lang/Object;Ljava/lang/Object;)Z", "replaceAll(Ljava/util/function/BiFunction;)V", "replace(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "replace(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z")); @@ -79,7 +79,7 @@ public final class p { } public final Set getHIDDEN_METHOD_SIGNATURES() { - return f2534c; + return f2536c; } public final Set getMUTABLE_METHOD_SIGNATURES() { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/a.java b/app/src/main/java/d0/e0/p/d/m0/c/a.java index 7afd50e63a..ff1849961c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/a.java @@ -8,7 +8,7 @@ public interface a extends n, q, w0 { /* compiled from: CallableDescriptor */ /* renamed from: d0.e0.p.d.m0.c.a$a reason: collision with other inner class name */ - public interface AbstractC0213a { + public interface AbstractC0214a { } q0 getDispatchReceiverParameter(); @@ -24,7 +24,7 @@ public interface a extends n, q, w0 { List getTypeParameters(); - V getUserData(AbstractC0213a aVar); + V getUserData(AbstractC0214a aVar); List getValueParameters(); diff --git a/app/src/main/java/d0/e0/p/d/m0/c/d0.java b/app/src/main/java/d0/e0/p/d/m0/c/d0.java index bb2e823ee5..afe6bb4785 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/d0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/d0.java @@ -30,7 +30,7 @@ public final class d0 { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final h f2535c; + public final h f2537c; public final h d; /* compiled from: NotFoundClasses.kt */ @@ -84,7 +84,7 @@ public final class d0 { public final List r; /* renamed from: s reason: collision with root package name */ - public final i f2536s; + public final i f2538s; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(o oVar, m mVar, e eVar, boolean z2, int i) { @@ -101,7 +101,7 @@ public final class d0 { arrayList.add(k0.createWithDefaultBound(this, g.f.getEMPTY(), false, j1.INVARIANT, e.identifier(m.stringPlus(ExifInterface.GPS_DIRECTION_TRUE, Integer.valueOf(nextInt))), nextInt, oVar)); } this.r = arrayList; - this.f2536s = new i(this, a1.computeConstructorTypeParameters(this), m0.setOf(d0.e0.p.d.m0.k.x.a.getModule(this).getBuiltIns().getAnyType()), oVar); + this.f2538s = new i(this, a1.computeConstructorTypeParameters(this), m0.setOf(d0.e0.p.d.m0.k.x.a.getModule(this).getBuiltIns().getAnyType()), oVar); } @Override // d0.e0.p.d.m0.c.g1.a @@ -146,7 +146,7 @@ public final class d0 { @Override // d0.e0.p.d.m0.c.h public d0.e0.p.d.m0.n.i getTypeConstructor() { - return this.f2536s; + return this.f2538s; } @Override // d0.e0.p.d.m0.c.i1.u @@ -275,7 +275,7 @@ public final class d0 { m.checkNotNullParameter(c0Var, "module"); this.a = oVar; this.b = c0Var; - this.f2535c = oVar.createMemoizedFunction(new d(this)); + this.f2537c = oVar.createMemoizedFunction(new d(this)); this.d = oVar.createMemoizedFunction(new c(this)); } @@ -284,7 +284,7 @@ public final class d0 { } public static final /* synthetic */ h access$getPackageFragments$p(d0 d0Var) { - return d0Var.f2535c; + return d0Var.f2537c; } public static final /* synthetic */ o access$getStorageManager$p(d0 d0Var) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/e1.java b/app/src/main/java/d0/e0/p/d/m0/c/e1.java index 9f4c7b812d..2882ef93df 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/e1.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/e1.java @@ -13,7 +13,7 @@ public final class e1 { public static final class a extends f1 { /* renamed from: c reason: collision with root package name */ - public static final a f2537c = new a(); + public static final a f2539c = new a(); public a() { super("inherited", false); @@ -24,7 +24,7 @@ public final class e1 { public static final class b extends f1 { /* renamed from: c reason: collision with root package name */ - public static final b f2538c = new b(); + public static final b f2540c = new b(); public b() { super("internal", false); @@ -35,7 +35,7 @@ public final class e1 { public static final class c extends f1 { /* renamed from: c reason: collision with root package name */ - public static final c f2539c = new c(); + public static final c f2541c = new c(); public c() { super("invisible_fake", false); @@ -46,7 +46,7 @@ public final class e1 { public static final class d extends f1 { /* renamed from: c reason: collision with root package name */ - public static final d f2540c = new d(); + public static final d f2542c = new d(); public d() { super("local", false); @@ -57,7 +57,7 @@ public final class e1 { public static final class e extends f1 { /* renamed from: c reason: collision with root package name */ - public static final e f2541c = new e(); + public static final e f2543c = new e(); public e() { super("private", false); @@ -68,7 +68,7 @@ public final class e1 { public static final class f extends f1 { /* renamed from: c reason: collision with root package name */ - public static final f f2542c = new f(); + public static final f f2544c = new f(); public f() { super("private_to_this", false); @@ -84,7 +84,7 @@ public final class e1 { public static final class g extends f1 { /* renamed from: c reason: collision with root package name */ - public static final g f2543c = new g(); + public static final g f2545c = new g(); public g() { super("protected", true); @@ -95,7 +95,7 @@ public final class e1 { public static final class h extends f1 { /* renamed from: c reason: collision with root package name */ - public static final h f2544c = new h(); + public static final h f2546c = new h(); public h() { super("public", true); @@ -106,7 +106,7 @@ public final class e1 { public static final class i extends f1 { /* renamed from: c reason: collision with root package name */ - public static final i f2545c = new i(); + public static final i f2547c = new i(); public i() { super(EnvironmentCompat.MEDIA_UNKNOWN, false); @@ -115,11 +115,11 @@ public final class e1 { static { Map createMapBuilder = g0.createMapBuilder(); - createMapBuilder.put(f.f2542c, 0); - createMapBuilder.put(e.f2541c, 0); - createMapBuilder.put(b.f2538c, 1); - createMapBuilder.put(g.f2543c, 1); - createMapBuilder.put(h.f2544c, 2); + createMapBuilder.put(f.f2544c, 0); + createMapBuilder.put(e.f2543c, 0); + createMapBuilder.put(b.f2540c, 1); + createMapBuilder.put(g.f2545c, 1); + createMapBuilder.put(h.f2546c, 2); b = g0.build(createMapBuilder); } @@ -140,6 +140,6 @@ public final class e1 { public final boolean isPrivate(f1 f1Var) { m.checkNotNullParameter(f1Var, "visibility"); - return f1Var == e.f2541c || f1Var == f.f2542c; + return f1Var == e.f2543c || f1Var == f.f2544c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java index af96b9d47b..c09e9d08c8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java @@ -13,7 +13,7 @@ public class d implements c { public final Map> b; /* renamed from: c reason: collision with root package name */ - public final u0 f2546c; + public final u0 f2548c; public d(c0 c0Var, Map> map, u0 u0Var) { if (c0Var == null) { @@ -25,7 +25,7 @@ public class d implements c { } else if (u0Var != null) { this.a = c0Var; this.b = map; - this.f2546c = u0Var; + this.f2548c = u0Var; } else { a(2); throw null; @@ -80,7 +80,7 @@ public class d implements c { @Override // d0.e0.p.d.m0.c.g1.c public u0 getSource() { - u0 u0Var = this.f2546c; + u0 u0Var = this.f2548c; if (u0Var != null) { return u0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java index 5286f151c8..262d11f561 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java @@ -20,7 +20,7 @@ public final class f { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2547c; + public static final e f2549c; public static final e d; public static final e e; @@ -51,7 +51,7 @@ public final class f { b = identifier2; e identifier3 = e.identifier("level"); m.checkNotNullExpressionValue(identifier3, "identifier(\"level\")"); - f2547c = identifier3; + f2549c = identifier3; e identifier4 = e.identifier("expression"); m.checkNotNullExpressionValue(identifier4, "identifier(\"expression\")"); d = identifier4; @@ -67,7 +67,7 @@ public final class f { m.checkNotNullParameter(str3, "level"); j jVar = new j(hVar, k.a.w, h0.mapOf(d0.o.to(d, new w(str2)), d0.o.to(e, new b(n.emptyList(), new a(hVar))))); d0.e0.p.d.m0.g.b bVar = k.a.u; - e eVar = f2547c; + e eVar = f2549c; d0.e0.p.d.m0.g.a aVar = d0.e0.p.d.m0.g.a.topLevel(k.a.v); m.checkNotNullExpressionValue(aVar, "topLevel(StandardNames.FqNames.deprecationLevel)"); e identifier = e.identifier(str3); diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/g.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/g.java index ef863a41cc..3d715324a0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/g.java @@ -11,11 +11,11 @@ public interface g extends Iterable, d0.z.d.g0.a { /* compiled from: Annotations.kt */ public static final class a { public static final /* synthetic */ a a = new a(); - public static final g b = new C0214a(); + public static final g b = new C0215a(); /* compiled from: Annotations.kt */ /* renamed from: d0.e0.p.d.m0.c.g1.g$a$a reason: collision with other inner class name */ - public static final class C0214a implements g { + public static final class C0215a implements g { @Override // d0.e0.p.d.m0.c.g1.g public Void findAnnotation(d0.e0.p.d.m0.g.b bVar) { m.checkNotNullParameter(bVar, "fqName"); diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java index 3ac8a0a5cc..b11bc88747 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java @@ -19,7 +19,7 @@ public final class j implements c { public final b b; /* renamed from: c reason: collision with root package name */ - public final Map> f2548c; + public final Map> f2550c; public final Lazy d = d0.g.lazy(i.PUBLICATION, new a(this)); /* compiled from: BuiltInAnnotationDescriptor.kt */ @@ -47,7 +47,7 @@ public final class j implements c { m.checkNotNullParameter(map, "allValueArguments"); this.a = hVar; this.b = bVar; - this.f2548c = map; + this.f2550c = map; } public static final /* synthetic */ h access$getBuiltIns$p(j jVar) { @@ -56,7 +56,7 @@ public final class j implements c { @Override // d0.e0.p.d.m0.c.g1.c public Map> getAllValueArguments() { - return this.f2548c; + return this.f2550c; } @Override // d0.e0.p.d.m0.c.g1.c diff --git a/app/src/main/java/d0/e0/p/d/m0/c/h1/a.java b/app/src/main/java/d0/e0/p/d/m0/c/h1/a.java index 67eab9044e..7df99ffbd2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/h1/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/h1/a.java @@ -13,8 +13,8 @@ public interface a { /* compiled from: AdditionalClassPartsProvider.kt */ /* renamed from: d0.e0.p.d.m0.c.h1.a$a reason: collision with other inner class name */ - public static final class C0215a implements a { - public static final C0215a a = new C0215a(); + public static final class C0216a implements a { + public static final C0216a a = new C0216a(); @Override // d0.e0.p.d.m0.c.h1.a public Collection getConstructors(e eVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/a.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/a.java index c75a5472b4..f1763c71b2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/a.java @@ -26,12 +26,12 @@ public abstract class a extends u { /* compiled from: AbstractClassDescriptor */ /* renamed from: d0.e0.p.d.m0.c.i1.a$a reason: collision with other inner class name */ - public class C0216a implements Function0 { + public class C0217a implements Function0 { /* compiled from: AbstractClassDescriptor */ /* renamed from: d0.e0.p.d.m0.c.i1.a$a$a reason: collision with other inner class name */ - public class C0217a implements Function1 { - public C0217a() { + public class C0218a implements Function1 { + public C0218a() { } public j0 invoke(g gVar) { @@ -40,14 +40,14 @@ public abstract class a extends u { } } - public C0216a() { + public C0217a() { } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public j0 mo1invoke() { a aVar = a.this; - return e1.makeUnsubstitutedType(aVar, aVar.getUnsubstitutedMemberScope(), new C0217a()); + return e1.makeUnsubstitutedType(aVar, aVar.getUnsubstitutedMemberScope(), new C0218a()); } } @@ -81,7 +81,7 @@ public abstract class a extends u { throw null; } else if (eVar != null) { this.j = eVar; - this.k = oVar.createLazyValue(new C0216a()); + this.k = oVar.createLazyValue(new C0217a()); this.l = oVar.createLazyValue(new b()); this.m = oVar.createLazyValue(new c()); } else { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java index 6a7468cdea..7af6c2dba6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java @@ -29,7 +29,7 @@ public abstract class b0 extends l implements m0 { public final b.a r; /* renamed from: s reason: collision with root package name */ - public u f2553s; + public u f2555s; public x t; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -53,7 +53,7 @@ public abstract class b0 extends l implements m0 { } else if (u0Var != null) { this.t = null; this.o = zVar; - this.f2553s = uVar; + this.f2555s = uVar; this.p = n0Var; this.m = z2; this.n = z3; @@ -271,13 +271,13 @@ public abstract class b0 extends l implements m0 { } @Override // d0.e0.p.d.m0.c.a - public V getUserData(a.AbstractC0213a aVar) { + public V getUserData(a.AbstractC0214a aVar) { return null; } @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - u uVar = this.f2553s; + u uVar = this.f2555s; if (uVar != null) { return uVar; } @@ -362,7 +362,7 @@ public abstract class b0 extends l implements m0 { } public void setVisibility(u uVar) { - this.f2553s = uVar; + this.f2555s = uVar; } /* Return type fixed from 'd0.e0.p.d.m0.c.x' to match base method */ diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java index 998653dbd4..c9282468dd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java @@ -41,20 +41,20 @@ public class c0 extends n0 implements n0 { public Collection r; /* renamed from: s reason: collision with root package name */ - public final n0 f2554s; + public final n0 f2556s; public final b.a t; public final boolean u; public final boolean v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2555x; + public final boolean f2557x; /* renamed from: y reason: collision with root package name */ - public final boolean f2556y; + public final boolean f2558y; /* renamed from: z reason: collision with root package name */ - public final boolean f2557z; + public final boolean f2559z; /* compiled from: PropertyDescriptorImpl */ public class a { @@ -62,7 +62,7 @@ public class c0 extends n0 implements n0 { public z b; /* renamed from: c reason: collision with root package name */ - public u f2558c; + public u f2560c; public n0 d = null; public b.a e; public d0.e0.p.d.m0.n.z0 f; @@ -74,7 +74,7 @@ public class c0 extends n0 implements n0 { public a() { this.a = c0.this.getContainingDeclaration(); this.b = c0.this.getModality(); - this.f2558c = c0.this.getVisibility(); + this.f2560c = c0.this.getVisibility(); this.e = c0.this.getKind(); this.f = d0.e0.p.d.m0.n.z0.a; this.g = true; @@ -213,7 +213,7 @@ public class c0 extends n0 implements n0 { p pVar = null; m mVar = this.a; z zVar = this.b; - u uVar = this.f2558c; + u uVar = this.f2560c; n0 n0Var = this.d; b.a aVar2 = this.e; e eVar = this.i; @@ -368,7 +368,7 @@ public class c0 extends n0 implements n0 { public a setVisibility(u uVar) { if (uVar != null) { - this.f2558c = uVar; + this.f2560c = uVar; return this; } a(8); @@ -401,14 +401,14 @@ public class c0 extends n0 implements n0 { this.r = null; this.p = zVar; this.q = uVar; - this.f2554s = n0Var == null ? this : n0Var; + this.f2556s = n0Var == null ? this : n0Var; this.t = aVar; this.u = z3; this.v = z4; this.w = z5; - this.f2555x = z6; - this.f2556y = z7; - this.f2557z = z8; + this.f2557x = z6; + this.f2558y = z7; + this.f2559z = z8; } else { a(6); throw null; @@ -824,7 +824,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.i1.l, d0.e0.p.d.m0.c.i1.k, d0.e0.p.d.m0.c.m public n0 getOriginal() { - n0 n0Var = this.f2554s; + n0 n0Var = this.f2556s; n0 original = n0Var == this ? this : n0Var.getOriginal(); if (original != null) { return original; @@ -895,7 +895,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.y public boolean isActual() { - return this.f2555x; + return this.f2557x; } @Override // d0.e0.p.d.m0.c.d1 @@ -905,7 +905,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.n0 public boolean isDelegated() { - return this.f2557z; + return this.f2559z; } @Override // d0.e0.p.d.m0.c.y @@ -915,7 +915,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.y public boolean isExternal() { - return this.f2556y; + return this.f2558y; } @Override // d0.e0.p.d.m0.c.d1 diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java index 6424c3890b..282444ad95 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java @@ -73,7 +73,7 @@ public abstract class e extends l implements y0 { /* JADX DEBUG: Type inference failed for r0v2. Raw type applied. Possible types: java.util.List, java.util.List */ @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - List list = ((l) this.a).f2734y; + List list = ((l) this.a).f2736y; if (list != null) { return list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java index 196f7ceabc..f807b421f8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java @@ -80,13 +80,13 @@ public abstract class f extends l implements z0 { public final x0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f f2559c; + public final /* synthetic */ f f2561c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public c(f fVar, o oVar, x0 x0Var) { super(oVar); if (oVar != null) { - this.f2559c = fVar; + this.f2561c = fVar; this.b = x0Var; return; } @@ -158,7 +158,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public Collection a() { - List d = this.f2559c.d(); + List d = this.f2561c.d(); if (d != null) { return d; } @@ -184,7 +184,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public List e(List list) { if (list != null) { - List b = this.f2559c.b(list); + List b = this.f2561c.b(list); if (b != null) { return b; } @@ -198,7 +198,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public void f(c0 c0Var) { if (c0Var != null) { - this.f2559c.c(c0Var); + this.f2561c.c(c0Var); } else { g(6); throw null; @@ -207,7 +207,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.b.h getBuiltIns() { - d0.e0.p.d.m0.b.h builtIns = d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2559c); + d0.e0.p.d.m0.b.h builtIns = d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2561c); if (builtIns != null) { return builtIns; } @@ -217,7 +217,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.c.h getDeclarationDescriptor() { - f fVar = this.f2559c; + f fVar = this.f2561c; if (fVar != null) { return fVar; } @@ -241,7 +241,7 @@ public abstract class f extends l implements z0 { } public String toString() { - return this.f2559c.getName().toString(); + return this.f2561c.getName().toString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/g0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/g0.java index 4ad8be2e3d..663459fffa 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/g0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/g0.java @@ -224,7 +224,7 @@ public class g0 extends q implements t0 { } } - public g0 initialize(q0 q0Var, q0 q0Var2, List list, List list2, c0 c0Var, z zVar, u uVar, Map, ?> map) { + public g0 initialize(q0 q0Var, q0 q0Var2, List list, List list2, c0 c0Var, z zVar, u uVar, Map, ?> map) { if (list == null) { a(14); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java index 4e8f5a5618..df2618cb80 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java @@ -21,13 +21,13 @@ public class h0 extends j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final b f2560c; + public final b f2562c; public h0(c0 c0Var, b bVar) { m.checkNotNullParameter(c0Var, "moduleDescriptor"); m.checkNotNullParameter(bVar, "fqName"); this.b = c0Var; - this.f2560c = bVar; + this.f2562c = bVar; } @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i @@ -42,10 +42,10 @@ public class h0 extends j { if (!dVar.acceptsKinds(d.a.getPACKAGES_MASK())) { return n.emptyList(); } - if (this.f2560c.isRoot() && dVar.getExcludes().contains(c.b.a)) { + if (this.f2562c.isRoot() && dVar.getExcludes().contains(c.b.a)) { return n.emptyList(); } - Collection subPackagesOf = this.b.getSubPackagesOf(this.f2560c, function1); + Collection subPackagesOf = this.b.getSubPackagesOf(this.f2562c, function1); ArrayList arrayList = new ArrayList(subPackagesOf.size()); for (b bVar : subPackagesOf) { e shortName = bVar.shortName(); @@ -55,7 +55,7 @@ public class h0 extends j { j0 j0Var = null; if (!shortName.isSpecial()) { c0 c0Var = this.b; - b child = this.f2560c.child(shortName); + b child = this.f2562c.child(shortName); m.checkNotNullExpressionValue(child, "fqName.child(name)"); j0 j0Var2 = c0Var.getPackage(child); if (!j0Var2.isEmpty()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java index 6dc1587a64..2f459fffe5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java @@ -25,7 +25,7 @@ public class i extends h { public final f r; /* renamed from: s reason: collision with root package name */ - public final u0 f2561s; + public final u0 f2563s; public d0.e0.p.d.m0.k.a0.i t; public Set u; public d v; @@ -54,7 +54,7 @@ public class i extends h { } else if (oVar != null) { this.q = zVar; this.r = fVar; - this.f2561s = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), collection, oVar); + this.f2563s = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), collection, oVar); } else { a(6); throw null; @@ -300,7 +300,7 @@ public class i extends h { @Override // d0.e0.p.d.m0.c.h public u0 getTypeConstructor() { - u0 u0Var = this.f2561s; + u0 u0Var = this.f2563s; if (u0Var != null) { return u0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java index 30a73d2e58..4b5d306848 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java @@ -70,7 +70,7 @@ public abstract class k extends b implements m { public static String toString(m mVar) { if (mVar != null) { try { - String str = c.f2696c.render(mVar) + "[" + mVar.getClass().getSimpleName() + "@" + Integer.toHexString(System.identityHashCode(mVar)) + "]"; + String str = c.f2698c.render(mVar) + "[" + mVar.getClass().getSimpleName() + "@" + Integer.toHexString(System.identityHashCode(mVar)) + "]"; if (str != null) { return str; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java index fdca58ddd4..41e92623a5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java @@ -19,7 +19,7 @@ import kotlin.jvm.functions.Function1; public class k0 extends f { /* renamed from: s reason: collision with root package name */ - public final Function1 f2562s; + public final Function1 f2564s; public final List t; public boolean u; @@ -47,7 +47,7 @@ public class k0 extends f { } else if (oVar != null) { this.t = new ArrayList(1); this.u = false; - this.f2562s = function1; + this.f2564s = function1; } else { a(25); throw null; @@ -253,7 +253,7 @@ public class k0 extends f { @Override // d0.e0.p.d.m0.c.i1.f public void c(c0 c0Var) { if (c0Var != null) { - Function1 function1 = this.f2562s; + Function1 function1 = this.f2564s; if (function1 != null) { function1.invoke(c0Var); return; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java index f982dc38b5..18de4371a9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java @@ -26,7 +26,7 @@ public class l0 extends m0 implements c1 { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final c0 f2563s; + public final c0 f2565s; public final c1 t; /* compiled from: ValueParameterDescriptorImpl.kt */ @@ -112,7 +112,7 @@ public class l0 extends m0 implements c1 { this.p = z2; this.q = z3; this.r = z4; - this.f2563s = c0Var2; + this.f2565s = c0Var2; this.t = c1Var == null ? this : c1Var; } @@ -182,7 +182,7 @@ public class l0 extends m0 implements c1 { @Override // d0.e0.p.d.m0.c.c1 public c0 getVarargElementType() { - return this.f2563s; + return this.f2565s; } @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java index 0146012528..dcd1755309 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java @@ -33,7 +33,7 @@ public class o extends h { public final i r; /* renamed from: s reason: collision with root package name */ - public final j> f2564s; + public final j> f2566s; public final g t; /* compiled from: EnumEntrySyntheticClassDescriptor */ @@ -41,14 +41,14 @@ public class o extends h { public final h> b; /* renamed from: c reason: collision with root package name */ - public final h> f2565c; + public final h> f2567c; public final j> d; public final /* synthetic */ o e; /* compiled from: EnumEntrySyntheticClassDescriptor */ /* renamed from: d0.e0.p.d.m0.c.i1.o$a$a reason: collision with other inner class name */ - public class C0218a implements Function1> { - public C0218a(o oVar) { + public class C0219a implements Function1> { + public C0219a(o oVar) { } public Collection invoke(e eVar) { @@ -89,7 +89,7 @@ public class o extends h { a aVar = a.this; Objects.requireNonNull(aVar); HashSet hashSet = new HashSet(); - for (e eVar : aVar.e.f2564s.mo1invoke()) { + for (e eVar : aVar.e.f2566s.mo1invoke()) { d0.e0.p.d.m0.d.b.d dVar = d0.e0.p.d.m0.d.b.d.FOR_NON_TRACKED_SCOPE; hashSet.addAll(aVar.getContributedFunctions(eVar, dVar)); hashSet.addAll(aVar.getContributedVariables(eVar, dVar)); @@ -150,8 +150,8 @@ public class o extends h { public a(o oVar, d0.e0.p.d.m0.m.o oVar2) { if (oVar2 != null) { this.e = oVar; - this.b = oVar2.createMemoizedFunction(new C0218a(oVar)); - this.f2565c = oVar2.createMemoizedFunction(new b(oVar)); + this.b = oVar2.createMemoizedFunction(new C0219a(oVar)); + this.f2567c = oVar2.createMemoizedFunction(new b(oVar)); this.d = oVar2.createLazyValue(new c(oVar)); return; } @@ -442,7 +442,7 @@ public class o extends h { a(1); throw null; } else if (bVar != null) { - Collection collection = (Collection) ((f.m) this.f2565c).invoke(eVar); + Collection collection = (Collection) ((f.m) this.f2567c).invoke(eVar); if (collection != null) { return collection; } @@ -456,7 +456,7 @@ public class o extends h { @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i public Set getFunctionNames() { - Set invoke = this.e.f2564s.mo1invoke(); + Set invoke = this.e.f2566s.mo1invoke(); if (invoke != null) { return invoke; } @@ -466,7 +466,7 @@ public class o extends h { @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i public Set getVariableNames() { - Set invoke = this.e.f2564s.mo1invoke(); + Set invoke = this.e.f2566s.mo1invoke(); if (invoke != null) { return invoke; } @@ -497,7 +497,7 @@ public class o extends h { this.t = gVar; this.q = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), Collections.singleton(c0Var), oVar); this.r = new a(this, oVar); - this.f2564s = jVar; + this.f2566s = jVar; } else { a(12); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java index 8c2d25b877..71b0996092 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java @@ -40,7 +40,7 @@ public abstract class q extends l implements x { public final x H; public final b.a I; public x J; - public Map, Object> K; + public Map, Object> K; public List m; public List n; public c0 o; @@ -49,20 +49,20 @@ public abstract class q extends l implements x { public z r; /* renamed from: s reason: collision with root package name */ - public u f2566s; + public u f2568s; public boolean t; public boolean u; public boolean v; public boolean w; /* renamed from: x reason: collision with root package name */ - public boolean f2567x; + public boolean f2569x; /* renamed from: y reason: collision with root package name */ - public boolean f2568y; + public boolean f2570y; /* renamed from: z reason: collision with root package name */ - public boolean f2569z; + public boolean f2571z; /* compiled from: FunctionDescriptorImpl */ public class a implements Function0> { @@ -104,7 +104,7 @@ public abstract class q extends l implements x { public m b; /* renamed from: c reason: collision with root package name */ - public z f2570c; + public z f2572c; public u d; public x e; public b.a f; @@ -122,8 +122,8 @@ public abstract class q extends l implements x { public g r; /* renamed from: s reason: collision with root package name */ - public boolean f2571s; - public Map, Object> t; + public boolean f2573s; + public Map, Object> t; public Boolean u; public boolean v; public final /* synthetic */ q w; @@ -158,13 +158,13 @@ public abstract class q extends l implements x { this.p = qVar.isHiddenToOvercomeSignatureClash(); this.q = null; this.r = null; - this.f2571s = qVar.isHiddenForResolutionEverywhereBesideSupercalls(); + this.f2573s = qVar.isHiddenForResolutionEverywhereBesideSupercalls(); this.t = new LinkedHashMap(); this.u = null; this.v = false; this.a = z0Var; this.b = mVar; - this.f2570c = zVar; + this.f2572c = zVar; this.d = uVar; this.f = aVar; this.g = list; @@ -567,7 +567,7 @@ public abstract class q extends l implements x { /* Return type fixed from 'd0.e0.p.d.m0.c.i1.q$c' to match base method */ @Override // d0.e0.p.d.m0.c.x.a public x.a setHiddenForResolutionEverywhereBesideSupercalls() { - this.f2571s = true; + this.f2573s = true; return this; } @@ -598,7 +598,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.x.a public x.a setModality(z zVar) { if (zVar != null) { - this.f2570c = zVar; + this.f2572c = zVar; return this; } a(9); @@ -720,14 +720,14 @@ public abstract class q extends l implements x { a(3); throw null; } else if (u0Var != null) { - this.f2566s = t.i; + this.f2568s = t.i; this.t = false; this.u = false; this.v = false; this.w = false; - this.f2567x = false; - this.f2568y = false; - this.f2569z = false; + this.f2569x = false; + this.f2570y = false; + this.f2571z = false; this.A = false; this.B = false; this.C = false; @@ -1084,25 +1084,25 @@ public abstract class q extends l implements x { if (!zArr[0] && cVar.v) { return this; } - b2.initialize(f0Var, q0Var, arrayList, substitutedValueParameters, substitute, cVar.f2570c, cVar.d); + b2.initialize(f0Var, q0Var, arrayList, substitutedValueParameters, substitute, cVar.f2572c, cVar.d); b2.setOperator(this.t); b2.setInfix(this.u); b2.setExternal(this.v); b2.setInline(this.w); - b2.setTailrec(this.f2567x); + b2.setTailrec(this.f2569x); b2.setSuspend(this.C); - b2.setExpect(this.f2568y); - b2.setActual(this.f2569z); + b2.setExpect(this.f2570y); + b2.setActual(this.f2571z); b2.setHasStableParameterNames(this.D); b2.A = cVar.p; - b2.B = cVar.f2571s; + b2.B = cVar.f2573s; Boolean bool = cVar.u; b2.setHasSynthesizedParameterNames(bool != null ? bool.booleanValue() : this.E); if (!cVar.t.isEmpty() || this.K != null) { - Map, Object> map = cVar.t; - Map, Object> map2 = this.K; + Map, Object> map = cVar.t; + Map, Object> map2 = this.K; if (map2 != null) { - for (Map.Entry, Object> entry : map2.entrySet()) { + for (Map.Entry, Object> entry : map2.entrySet()) { if (!map.containsKey(entry.getKey())) { map.put(entry.getKey(), entry.getValue()); } @@ -1235,8 +1235,8 @@ public abstract class q extends l implements x { } @Override // d0.e0.p.d.m0.c.a - public V getUserData(a.AbstractC0213a aVar) { - Map, Object> map = this.K; + public V getUserData(a.AbstractC0214a aVar) { + Map, Object> map = this.K; if (map == null) { return null; } @@ -1255,7 +1255,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - u uVar = this.f2566s; + u uVar = this.f2568s; if (uVar != null) { return uVar; } @@ -1284,7 +1284,7 @@ public abstract class q extends l implements x { this.n = d0.t.u.toList(list2); this.o = c0Var; this.r = zVar; - this.f2566s = uVar; + this.f2568s = uVar; this.p = q0Var; this.q = q0Var2; for (int i = 0; i < list.size(); i++) { @@ -1308,12 +1308,12 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.y public boolean isActual() { - return this.f2569z; + return this.f2571z; } @Override // d0.e0.p.d.m0.c.y public boolean isExpect() { - return this.f2568y; + return this.f2570y; } @Override // d0.e0.p.d.m0.c.y @@ -1369,7 +1369,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.x public boolean isTailrec() { - return this.f2567x; + return this.f2569x; } @Override // d0.e0.p.d.m0.c.x, d0.e0.p.d.m0.c.t0 @@ -1377,7 +1377,7 @@ public abstract class q extends l implements x { return d(d0.e0.p.d.m0.n.c1.a); } - public void putInUserDataMap(a.AbstractC0213a aVar, Object obj) { + public void putInUserDataMap(a.AbstractC0214a aVar, Object obj) { if (this.K == null) { this.K = new LinkedHashMap(); } @@ -1385,11 +1385,11 @@ public abstract class q extends l implements x { } public void setActual(boolean z2) { - this.f2569z = z2; + this.f2571z = z2; } public void setExpect(boolean z2) { - this.f2568y = z2; + this.f2570y = z2; } public void setExternal(boolean z2) { @@ -1449,12 +1449,12 @@ public abstract class q extends l implements x { } public void setTailrec(boolean z2) { - this.f2567x = z2; + this.f2569x = z2; } public void setVisibility(u uVar) { if (uVar != null) { - this.f2566s = uVar; + this.f2568s = uVar; } else { a(9); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java index 478379f14c..c375b81e04 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java @@ -9,7 +9,7 @@ public final class x implements w { public final Set b; /* renamed from: c reason: collision with root package name */ - public final List f2572c; + public final List f2574c; public x(List list, Set set, List list2, Set set2) { m.checkNotNullParameter(list, "allDependencies"); @@ -18,7 +18,7 @@ public final class x implements w { m.checkNotNullParameter(set2, "allExpectedByDependencies"); this.a = list; this.b = set; - this.f2572c = list2; + this.f2574c = list2; } @Override // d0.e0.p.d.m0.c.i1.w @@ -28,7 +28,7 @@ public final class x implements w { @Override // d0.e0.p.d.m0.c.i1.w public List getDirectExpectedByDependencies() { - return this.f2572c; + return this.f2574c; } @Override // d0.e0.p.d.m0.c.i1.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java index 5626d106e5..4e60fca3b6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java @@ -26,14 +26,14 @@ public class z extends h { public final boolean r; /* renamed from: s reason: collision with root package name */ - public d0.e0.p.d.m0.c.z f2573s; + public d0.e0.p.d.m0.c.z f2575s; public u t; public u0 u; public List v; public final Collection w; /* renamed from: x reason: collision with root package name */ - public final o f2574x; + public final o f2576x; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public z(m mVar, f fVar, boolean z2, boolean z3, e eVar, d0.e0.p.d.m0.c.u0 u0Var, o oVar) { @@ -52,7 +52,7 @@ public class z extends h { throw null; } else if (oVar != null) { this.w = new ArrayList(); - this.f2574x = oVar; + this.f2576x = oVar; this.q = fVar; this.r = z2; } else { @@ -248,7 +248,7 @@ public class z extends h { } public void createTypeConstructor() { - this.u = new i(this, this.v, this.w, this.f2574x); + this.u = new i(this, this.v, this.w, this.f2576x); Iterator it = getConstructors().iterator(); while (it.hasNext()) { ((g) it.next()).setReturnType(getDefaultType()); @@ -302,7 +302,7 @@ public class z extends h { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.y public d0.e0.p.d.m0.c.z getModality() { - d0.e0.p.d.m0.c.z zVar = this.f2573s; + d0.e0.p.d.m0.c.z zVar = this.f2575s; if (zVar != null) { return zVar; } @@ -411,7 +411,7 @@ public class z extends h { public void setModality(d0.e0.p.d.m0.c.z zVar) { if (zVar != null) { - this.f2573s = zVar; + this.f2575s = zVar; } else { a(6); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java index 67f4a65236..b24e473959 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java @@ -7,7 +7,7 @@ import d0.z.d.m; public final class a extends f1 { /* renamed from: c reason: collision with root package name */ - public static final a f2575c = new a(); + public static final a f2577c = new a(); public a() { super("package", false); @@ -29,6 +29,6 @@ public final class a extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2543c; + return e1.g.f2545c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java index 17f68fc79f..60a9364add 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java @@ -7,7 +7,7 @@ import d0.z.d.m; public final class b extends f1 { /* renamed from: c reason: collision with root package name */ - public static final b f2576c = new b(); + public static final b f2578c = new b(); public b() { super("protected_and_package", true); @@ -19,7 +19,7 @@ public final class b extends f1 { if (m.areEqual(this, f1Var)) { return 0; } - if (f1Var == e1.b.f2538c) { + if (f1Var == e1.b.f2540c) { return null; } return Integer.valueOf(e1.a.isPrivate(f1Var) ? 1 : -1); @@ -32,6 +32,6 @@ public final class b extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2543c; + return e1.g.f2545c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java index c15927e303..a9a1f3e97d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java @@ -6,7 +6,7 @@ import d0.e0.p.d.m0.c.f1; public final class c extends f1 { /* renamed from: c reason: collision with root package name */ - public static final c f2577c = new c(); + public static final c f2579c = new c(); public c() { super("protected_static", true); @@ -19,6 +19,6 @@ public final class c extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2543c; + return e1.g.f2545c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java index 7f2784eaf8..ea39c3a78e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java @@ -21,7 +21,7 @@ public final class a { public final g b; /* renamed from: c reason: collision with root package name */ - public final ConcurrentHashMap f2578c = new ConcurrentHashMap<>(); + public final ConcurrentHashMap f2580c = new ConcurrentHashMap<>(); public a(f fVar, g gVar) { m.checkNotNullParameter(fVar, "resolver"); @@ -33,13 +33,13 @@ public final class a { public final i getPackagePartScope(f fVar) { Collection

collection; m.checkNotNullParameter(fVar, "fileClass"); - ConcurrentHashMap concurrentHashMap = this.f2578c; + ConcurrentHashMap concurrentHashMap = this.f2580c; d0.e0.p.d.m0.g.a classId = fVar.getClassId(); i iVar = concurrentHashMap.get(classId); if (iVar == null) { b packageFqName = fVar.getClassId().getPackageFqName(); m.checkNotNullExpressionValue(packageFqName, "fileClass.classId.packageFqName"); - if (fVar.getClassHeader().getKind() == a.EnumC0235a.MULTIFILE_CLASS) { + if (fVar.getClassHeader().getKind() == a.EnumC0236a.MULTIFILE_CLASS) { List multifilePartNames = fVar.getClassHeader().getMultifilePartNames(); collection = new ArrayList(); for (String str : multifilePartNames) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java index 0f99bf44d8..d596b4480a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java @@ -12,7 +12,7 @@ public final class f implements p { public final Class b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.b.b0.a f2579c; + public final d0.e0.p.d.m0.e.b.b0.a f2581c; /* compiled from: ReflectKotlinClass.kt */ public static final class a { @@ -33,7 +33,7 @@ public final class f implements p { public f(Class cls, d0.e0.p.d.m0.e.b.b0.a aVar, DefaultConstructorMarker defaultConstructorMarker) { this.b = cls; - this.f2579c = aVar; + this.f2581c = aVar; } public boolean equals(Object obj) { @@ -42,7 +42,7 @@ public final class f implements p { @Override // d0.e0.p.d.m0.e.b.p public d0.e0.p.d.m0.e.b.b0.a getClassHeader() { - return this.f2579c; + return this.f2581c; } @Override // d0.e0.p.d.m0.e.b.p diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java index 21aa813ece..fa5732a834 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java @@ -23,7 +23,7 @@ public final class k { public final j b; /* renamed from: c reason: collision with root package name */ - public final a f2580c; + public final a f2582c; /* compiled from: RuntimeModuleData.kt */ public static final class a { @@ -61,7 +61,7 @@ public final class k { public k(j jVar, a aVar, DefaultConstructorMarker defaultConstructorMarker) { this.b = jVar; - this.f2580c = aVar; + this.f2582c = aVar; } public final j getDeserialization() { @@ -73,6 +73,6 @@ public final class k { } public final a getPackagePartScopeCache() { - return this.f2580c; + return this.f2582c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/a.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/a.java index 82dbd28626..99599573b5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/a.java @@ -9,15 +9,15 @@ import java.util.Objects; /* compiled from: ReflectJavaMember.kt */ public final class a { public static final a a = new a(); - public static C0219a b; + public static C0220a b; /* compiled from: ReflectJavaMember.kt */ /* renamed from: d0.e0.p.d.m0.c.k1.b.a$a reason: collision with other inner class name */ - public static final class C0219a { + public static final class C0220a { public final Method a; public final Method b; - public C0219a(Method method, Method method2) { + public C0220a(Method method, Method method2) { this.a = method; this.b = method2; } @@ -31,20 +31,20 @@ public final class a { } } - public final C0219a buildCache(Member member) { + public final C0220a buildCache(Member member) { m.checkNotNullParameter(member, "member"); Class cls = member.getClass(); try { - return new C0219a(cls.getMethod("getParameters", new Class[0]), b.getSafeClassLoader(cls).loadClass("java.lang.reflect.Parameter").getMethod("getName", new Class[0])); + return new C0220a(cls.getMethod("getParameters", new Class[0]), b.getSafeClassLoader(cls).loadClass("java.lang.reflect.Parameter").getMethod("getName", new Class[0])); } catch (NoSuchMethodException unused) { - return new C0219a(null, null); + return new C0220a(null, null); } } public final List loadParameterNames(Member member) { Method getName; m.checkNotNullParameter(member, "member"); - C0219a aVar = b; + C0220a aVar = b; if (aVar == null) { aVar = buildCache(member); b = aVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java index 0db0fbf092..53523d1df8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java @@ -45,7 +45,7 @@ public final class b { public static final Map, Class> b; /* renamed from: c reason: collision with root package name */ - public static final Map, Class> f2581c; + public static final Map, Class> f2583c; public static final Map>, Integer> d; /* compiled from: reflectClassUtil.kt */ @@ -68,10 +68,10 @@ public final class b { /* compiled from: reflectClassUtil.kt */ /* renamed from: d0.e0.p.d.m0.c.k1.b.b$b reason: collision with other inner class name */ - public static final class C0220b extends o implements Function1> { - public static final C0220b i = new C0220b(); + public static final class C0221b extends o implements Function1> { + public static final C0221b i = new C0221b(); - public C0220b() { + public C0221b() { super(1); } @@ -101,7 +101,7 @@ public final class b { c cVar2 = (c) it2.next(); arrayList2.add(d0.o.to(d0.z.a.getJavaPrimitiveType(cVar2), d0.z.a.getJavaObjectType(cVar2))); } - f2581c = h0.toMap(arrayList2); + f2583c = h0.toMap(arrayList2); List listOf2 = n.listOf((Object[]) new Class[]{Function0.class, Function1.class, Function2.class, Function3.class, Function4.class, Function5.class, Function6.class, Function7.class, Function8.class, Function9.class, Function10.class, Function11.class, Function12.class, Function13.class, Function14.class, Function15.class, Function16.class, d0.z.c.a.class, d0.z.c.b.class, d0.z.c.c.class, d.class, e.class, f.class}); ArrayList arrayList3 = new ArrayList(d0.t.o.collectionSizeOrDefault(listOf2, 10)); for (Object obj : listOf2) { @@ -164,7 +164,7 @@ public final class b { } ParameterizedType parameterizedType = (ParameterizedType) type; if (parameterizedType.getOwnerType() != null) { - return q.toList(q.flatMap(d0.f0.n.generateSequence(type, a.i), C0220b.i)); + return q.toList(q.flatMap(d0.f0.n.generateSequence(type, a.i), C0221b.i)); } Type[] actualTypeArguments = parameterizedType.getActualTypeArguments(); m.checkNotNullExpressionValue(actualTypeArguments, "actualTypeArguments"); @@ -189,7 +189,7 @@ public final class b { public static final Class getWrapperByPrimitive(Class cls) { m.checkNotNullParameter(cls, ""); - return f2581c.get(cls); + return f2583c.get(cls); } public static final boolean isEnumClassOrSpecializedEnumEntryClass(Class cls) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/c.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/c.java index 7301c61f94..3599ec12c2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/c.java @@ -51,12 +51,12 @@ public final class c extends n implements a { @Override // d0.e0.p.d.m0.e.a.k0.a public boolean isFreshlySupportedTypeUseAnnotation() { - return a.C0229a.isFreshlySupportedTypeUseAnnotation(this); + return a.C0230a.isFreshlySupportedTypeUseAnnotation(this); } @Override // d0.e0.p.d.m0.e.a.k0.a public boolean isIdeExternalAnnotation() { - return a.C0229a.isIdeExternalAnnotation(this); + return a.C0230a.isIdeExternalAnnotation(this); } @Override // d0.e0.p.d.m0.e.a.k0.a diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java index fa6eacca73..61ff892b63 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java @@ -8,17 +8,17 @@ import java.lang.annotation.Annotation; public final class e extends d implements c { /* renamed from: c reason: collision with root package name */ - public final Annotation f2582c; + public final Annotation f2584c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public e(d0.e0.p.d.m0.g.e eVar, Annotation annotation) { super(eVar); m.checkNotNullParameter(annotation, "annotation"); - this.f2582c = annotation; + this.f2584c = annotation; } @Override // d0.e0.p.d.m0.e.a.k0.c public a getAnnotation() { - return new c(this.f2582c); + return new c(this.f2584c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java index 1fa8b1e225..39805b1334 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java @@ -9,18 +9,18 @@ import java.util.List; public final class h extends d implements e { /* renamed from: c reason: collision with root package name */ - public final Object[] f2583c; + public final Object[] f2585c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public h(d0.e0.p.d.m0.g.e eVar, Object[] objArr) { super(eVar); m.checkNotNullParameter(objArr, "values"); - this.f2583c = objArr; + this.f2585c = objArr; } @Override // d0.e0.p.d.m0.e.a.k0.e public List getElements() { - Object[] objArr = this.f2583c; + Object[] objArr = this.f2585c; ArrayList arrayList = new ArrayList(objArr.length); for (Object obj : objArr) { d.a aVar = d.a; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java index 91e23cd4fc..d3c9a07f57 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java @@ -13,7 +13,7 @@ public final class i extends w implements f { public final Type b; /* renamed from: c reason: collision with root package name */ - public final w f2584c; + public final w f2586c; public final Collection d; public i(Type type) { @@ -41,7 +41,7 @@ public final class i extends w implements f { P.append(type); throw new IllegalArgumentException(P.toString()); } - this.f2584c = wVar; + this.f2586c = wVar; this.d = n.emptyList(); } @@ -52,7 +52,7 @@ public final class i extends w implements f { @Override // d0.e0.p.d.m0.e.a.k0.f public w getComponentType() { - return this.f2584c; + return this.f2586c; } @Override // d0.e0.p.d.m0.c.k1.b.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java index a1ec76f5b9..54ec4eddbc 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java @@ -8,17 +8,17 @@ import d0.z.d.m; public final class k extends d implements h { /* renamed from: c reason: collision with root package name */ - public final Class f2585c; + public final Class f2587c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public k(e eVar, Class cls) { super(eVar); m.checkNotNullParameter(cls, "klass"); - this.f2585c = cls; + this.f2587c = cls; } @Override // d0.e0.p.d.m0.e.a.k0.h public x getReferencedType() { - return w.a.create(this.f2585c); + return w.a.create(this.f2587c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java index 0013f4d529..f7e277caba 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java @@ -21,7 +21,7 @@ public final class l extends w implements j { public final Type b; /* renamed from: c reason: collision with root package name */ - public final i f2586c; + public final i f2588c; public l(Type type) { i iVar; @@ -43,7 +43,7 @@ public final class l extends w implements j { P.append(reflectType); throw new IllegalStateException(P.toString()); } - this.f2586c = iVar; + this.f2588c = iVar; } @Override // d0.e0.p.d.m0.c.k1.b.w, d0.e0.p.d.m0.e.a.k0.d @@ -59,7 +59,7 @@ public final class l extends w implements j { @Override // d0.e0.p.d.m0.e.a.k0.j public i getClassifier() { - return this.f2586c; + return this.f2588c; } @Override // d0.e0.p.d.m0.e.a.k0.j diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java index 7575416f07..fe0aac64f9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java @@ -7,23 +7,23 @@ import d0.e0.p.d.m0.g.e; public final class o extends d implements m { /* renamed from: c reason: collision with root package name */ - public final Enum f2587c; + public final Enum f2589c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public o(e eVar, Enum r3) { super(eVar); d0.z.d.m.checkNotNullParameter(r3, "value"); - this.f2587c = r3; + this.f2589c = r3; } @Override // d0.e0.p.d.m0.e.a.k0.m public e getEntryName() { - return e.identifier(this.f2587c.name()); + return e.identifier(this.f2589c.name()); } @Override // d0.e0.p.d.m0.e.a.k0.m public a getEnumClassId() { - Class cls = this.f2587c.getClass(); + Class cls = this.f2589c.getClass(); if (!cls.isEnum()) { cls = cls.getEnclosingClass(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java index 8552c2ff48..fb456eff1c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java @@ -7,17 +7,17 @@ import d0.z.d.m; public final class q extends d implements o { /* renamed from: c reason: collision with root package name */ - public final Object f2588c; + public final Object f2590c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public q(e eVar, Object obj) { super(eVar); m.checkNotNullParameter(obj, "value"); - this.f2588c = obj; + this.f2590c = obj; } @Override // d0.e0.p.d.m0.e.a.k0.o public Object getValue() { - return this.f2588c; + return this.f2590c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java index a105acb55a..6b20d0977e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java @@ -15,7 +15,7 @@ public interface t extends s { public static f1 getVisibility(t tVar) { m.checkNotNullParameter(tVar, "this"); int modifiers = tVar.getModifiers(); - return Modifier.isPublic(modifiers) ? e1.h.f2544c : Modifier.isPrivate(modifiers) ? e1.e.f2541c : Modifier.isProtected(modifiers) ? Modifier.isStatic(modifiers) ? c.f2577c : b.f2576c : d0.e0.p.d.m0.c.j1.a.f2575c; + return Modifier.isPublic(modifiers) ? e1.h.f2546c : Modifier.isPrivate(modifiers) ? e1.e.f2543c : Modifier.isProtected(modifiers) ? Modifier.isStatic(modifiers) ? c.f2579c : b.f2578c : d0.e0.p.d.m0.c.j1.a.f2577c; } public static boolean isAbstract(t tVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java index aafec00d57..02f45bb01c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java @@ -12,7 +12,7 @@ public final class v extends w implements d0.e0.p.d.m0.e.a.k0.v { public final Class b; /* renamed from: c reason: collision with root package name */ - public final Collection f2589c = n.emptyList(); + public final Collection f2591c = n.emptyList(); public v(Class cls) { m.checkNotNullParameter(cls, "reflectType"); @@ -21,7 +21,7 @@ public final class v extends w implements d0.e0.p.d.m0.e.a.k0.v { @Override // d0.e0.p.d.m0.e.a.k0.d public Collection getAnnotations() { - return this.f2589c; + return this.f2591c; } @Override // d0.e0.p.d.m0.c.k1.b.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java index 7ebe62c0a2..d57e198cd3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java @@ -12,7 +12,7 @@ public final class y extends n implements a0 { public final Annotation[] b; /* renamed from: c reason: collision with root package name */ - public final String f2590c; + public final String f2592c; public final boolean d; public y(w wVar, Annotation[] annotationArr, String str, boolean z2) { @@ -20,7 +20,7 @@ public final class y extends n implements a0 { m.checkNotNullParameter(annotationArr, "reflectAnnotations"); this.a = wVar; this.b = annotationArr; - this.f2590c = str; + this.f2592c = str; this.d = z2; } @@ -37,7 +37,7 @@ public final class y extends n implements a0 { @Override // d0.e0.p.d.m0.e.a.k0.a0 public e getName() { - String str = this.f2590c; + String str = this.f2592c; if (str == null) { return null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java index b4fce9ace3..f262cd1dc0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java @@ -14,7 +14,7 @@ public final class z extends w implements b0 { public final WildcardType b; /* renamed from: c reason: collision with root package name */ - public final Collection f2591c = n.emptyList(); + public final Collection f2593c = n.emptyList(); public z(WildcardType wildcardType) { m.checkNotNullParameter(wildcardType, "reflectType"); @@ -23,7 +23,7 @@ public final class z extends w implements b0 { @Override // d0.e0.p.d.m0.e.a.k0.d public Collection getAnnotations() { - return this.f2591c; + return this.f2593c; } @Override // d0.e0.p.d.m0.e.a.k0.b0 diff --git a/app/src/main/java/d0/e0/p/d/m0/c/l0.java b/app/src/main/java/d0/e0/p/d/m0/c/l0.java index aba6b055ca..dd6b415f58 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/l0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/l0.java @@ -9,7 +9,7 @@ public final class l0 { public final List b; /* renamed from: c reason: collision with root package name */ - public final l0 f2592c; + public final l0 f2594c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ @@ -18,7 +18,7 @@ public final class l0 { m.checkNotNullParameter(list, "arguments"); this.a = iVar; this.b = list; - this.f2592c = l0Var; + this.f2594c = l0Var; } public final List getArguments() { @@ -30,6 +30,6 @@ public final class l0 { } public final l0 getOuterType() { - return this.f2592c; + return this.f2594c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/r0.java b/app/src/main/java/d0/e0/p/d/m0/c/r0.java index c10378a8cc..e8dcc1a5cd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/r0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/r0.java @@ -19,7 +19,7 @@ public final class r0 { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(r0.class), "scopeForOwnerModule", "getScopeForOwnerModule()Lorg/jetbrains/kotlin/resolve/scopes/MemberScope;"))}; /* renamed from: c reason: collision with root package name */ - public final e f2593c; + public final e f2595c; public final Function1 d; public final g e; public final j f; @@ -58,7 +58,7 @@ public final class r0 { } public r0(e eVar, o oVar, Function1 function1, g gVar, DefaultConstructorMarker defaultConstructorMarker) { - this.f2593c = eVar; + this.f2595c = eVar; this.d = function1; this.e = gVar; this.f = oVar.createLazyValue(new s0(this)); @@ -74,11 +74,11 @@ public final class r0 { public final T getScope(g gVar) { m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - if (!gVar.isRefinementNeededForModule(d0.e0.p.d.m0.k.x.a.getModule(this.f2593c))) { + if (!gVar.isRefinementNeededForModule(d0.e0.p.d.m0.k.x.a.getModule(this.f2595c))) { return (T) ((i) n.getValue(this.f, this, b[0])); } - u0 typeConstructor = this.f2593c.getTypeConstructor(); + u0 typeConstructor = this.f2595c.getTypeConstructor(); m.checkNotNullExpressionValue(typeConstructor, "classDescriptor.typeConstructor"); - return !gVar.isRefinementNeededForTypeConstructor(typeConstructor) ? (T) ((i) n.getValue(this.f, this, b[0])) : (T) gVar.getOrPutScopeForClass(this.f2593c, new b(this, gVar)); + return !gVar.isRefinementNeededForTypeConstructor(typeConstructor) ? (T) ((i) n.getValue(this.f, this, b[0])) : (T) gVar.getOrPutScopeForClass(this.f2595c, new b(this, gVar)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/t.java b/app/src/main/java/d0/e0/p/d/m0/c/t.java index 66ae8a56b1..56944ff898 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/t.java @@ -16,7 +16,7 @@ public class t { public static final u b; /* renamed from: c reason: collision with root package name */ - public static final u f2594c; + public static final u f2596c; public static final u d; public static final u e; public static final u f; @@ -455,23 +455,23 @@ public class t { } static { - d dVar = new d(e1.e.f2541c); + d dVar = new d(e1.e.f2543c); a = dVar; - e eVar = new e(e1.f.f2542c); + e eVar = new e(e1.f.f2544c); b = eVar; - f fVar = new f(e1.g.f2543c); - f2594c = fVar; - g gVar = new g(e1.b.f2538c); + f fVar = new f(e1.g.f2545c); + f2596c = fVar; + g gVar = new g(e1.b.f2540c); d = gVar; - h hVar = new h(e1.h.f2544c); + h hVar = new h(e1.h.f2546c); e = hVar; - i iVar = new i(e1.d.f2540c); + i iVar = new i(e1.d.f2542c); f = iVar; - j jVar = new j(e1.a.f2537c); + j jVar = new j(e1.a.f2539c); g = jVar; - k kVar = new k(e1.c.f2539c); + k kVar = new k(e1.c.f2541c); h = kVar; - l lVar = new l(e1.i.f2545c); + l lVar = new l(e1.i.f2547c); i = lVar; Collections.unmodifiableSet(n0.setOf((Object[]) new u[]{dVar, eVar, gVar, iVar})); HashMap newHashMapWithExpectedSize = d0.e0.p.d.m0.p.a.newHashMapWithExpectedSize(4); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java index 8356dcd85d..16958af002 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java @@ -12,7 +12,7 @@ public final class a0 { public static final e b = e.identifier("value"); /* renamed from: c reason: collision with root package name */ - public static final b f2599c = new b(Target.class.getCanonicalName()); + public static final b f2601c = new b(Target.class.getCanonicalName()); public static final b d = new b(Retention.class.getCanonicalName()); public static final b e = new b(Deprecated.class.getCanonicalName()); public static final b f = new b(Documented.class.getCanonicalName()); @@ -30,7 +30,7 @@ public final class a0 { public static final b r = new b("kotlin.annotations.jvm.internal.DefaultValue"); /* renamed from: s reason: collision with root package name */ - public static final b f2600s = new b("kotlin.annotations.jvm.internal.DefaultNull"); + public static final b f2602s = new b("kotlin.annotations.jvm.internal.DefaultNull"); static { b bVar = new b("kotlin.Metadata"); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/b.java index 1c007c5b31..00e751e26b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/b.java @@ -17,7 +17,7 @@ public final class b { public static final d0.e0.p.d.m0.g.b b = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifier"); /* renamed from: c reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.b f2601c = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifierDefault"); + public static final d0.e0.p.d.m0.g.b f2603c = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifierDefault"); public static final d0.e0.p.d.m0.g.b d = new d0.e0.p.d.m0.g.b("kotlin.annotations.jvm.UnderMigration"); public static final List e; public static final Map f; @@ -52,7 +52,7 @@ public final class b { } public static final d0.e0.p.d.m0.g.b getTYPE_QUALIFIER_DEFAULT_FQNAME() { - return f2601c; + return f2603c; } public static final d0.e0.p.d.m0.g.b getTYPE_QUALIFIER_FQNAME() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java index e4cb2e5bbf..18dc2bb9f8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java @@ -12,7 +12,7 @@ public final class b0 { public static final b b; /* renamed from: c reason: collision with root package name */ - public static final b f2602c; + public static final b f2604c; public static final List d; public static final b e; public static final b f = new b("javax.annotation.CheckForNull"); @@ -30,7 +30,7 @@ public final class b0 { b bVar2 = new b("org.jspecify.annotations.NullnessUnspecified"); b = bVar2; b bVar3 = new b("org.jspecify.annotations.DefaultNonNull"); - f2602c = bVar3; + f2604c = bVar3; List listOf = n.listOf((Object[]) new b[]{a0.i, new b("androidx.annotation.Nullable"), new b("androidx.annotation.Nullable"), new b("android.annotation.Nullable"), new b("com.android.annotations.Nullable"), new b("org.eclipse.jdt.annotation.Nullable"), new b("org.checkerframework.checker.nullness.qual.Nullable"), new b("javax.annotation.Nullable"), new b("javax.annotation.CheckForNull"), new b("edu.umd.cs.findbugs.annotations.CheckForNull"), new b("edu.umd.cs.findbugs.annotations.Nullable"), new b("edu.umd.cs.findbugs.annotations.PossiblyNull"), new b("io.reactivex.annotations.Nullable")}); d = listOf; b bVar4 = new b("javax.annotation.Nonnull"); @@ -73,7 +73,7 @@ public final class b0 { } public static final b getJSPECIFY_DEFAULT_NOT_NULL() { - return f2602c; + return f2604c; } public static final b getJSPECIFY_NULLABLE() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/c.java b/app/src/main/java/d0/e0/p/d/m0/e/a/c.java index 2058c688e6..f313f63d97 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/c.java @@ -153,7 +153,7 @@ public final class c { return null; } d0.e0.p.d.m0.c.g1.g annotations = annotationClass.getAnnotations(); - d0.e0.p.d.m0.g.b bVar = a0.f2599c; + d0.e0.p.d.m0.g.b bVar = a0.f2601c; m.checkNotNullExpressionValue(bVar, "TARGET_ANNOTATION"); d0.e0.p.d.m0.c.g1.c findAnnotation = annotations.findAnnotation(bVar); if (findAnnotation == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java index f2181e5081..c3e686fc3f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java @@ -23,16 +23,16 @@ import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: SpecialGenericSignatures.kt */ public class e0 { public static final a a = new a(null); - public static final List b; + public static final List b; /* renamed from: c reason: collision with root package name */ - public static final List f2603c; - public static final Map d; + public static final List f2605c; + public static final Map d; public static final Map e; public static final Set f; public static final Set g; - public static final a.C0221a h; - public static final Map i; + public static final a.C0222a h; + public static final Map i; public static final Map j; public static final List k; public static final Map> l; @@ -42,11 +42,11 @@ public class e0 { /* compiled from: SpecialGenericSignatures.kt */ /* renamed from: d0.e0.p.d.m0.e.a.e0$a$a reason: collision with other inner class name */ - public static final class C0221a { + public static final class C0222a { public final e a; public final String b; - public C0221a(e eVar, String str) { + public C0222a(e eVar, String str) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(str, "signature"); this.a = eVar; @@ -57,10 +57,10 @@ public class e0 { if (this == obj) { return true; } - if (!(obj instanceof C0221a)) { + if (!(obj instanceof C0222a)) { return false; } - C0221a aVar = (C0221a) obj; + C0222a aVar = (C0222a) obj; return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b); } @@ -87,12 +87,12 @@ public class e0 { public a(DefaultConstructorMarker defaultConstructorMarker) { } - public static final C0221a access$method(a aVar, String str, String str2, String str3, String str4) { + public static final C0222a access$method(a aVar, String str, String str2, String str3, String str4) { Objects.requireNonNull(aVar); e identifier = e.identifier(str2); m.checkNotNullExpressionValue(identifier, "identifier(name)"); w wVar = w.a; - return new C0221a(identifier, wVar.signature(str, str2 + '(' + str3 + ')' + str4)); + return new C0222a(identifier, wVar.signature(str, str2 + '(' + str3 + ')' + str4)); } public final List getERASED_COLLECTION_PARAMETER_SIGNATURES() { @@ -115,7 +115,7 @@ public class e0 { return e0.access$getORIGINAL_SHORT_NAMES$cp(); } - public final C0221a getREMOVE_AT_NAME_AND_SIGNATURE() { + public final C0222a getREMOVE_AT_NAME_AND_SIGNATURE() { return e0.access$getREMOVE_AT_NAME_AND_SIGNATURE$cp(); } @@ -200,7 +200,7 @@ public class e0 { static { Set of = n0.setOf((Object[]) new String[]{"containsAll", "removeAll", "retainAll"}); - ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(of, 10)); + ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(of, 10)); for (String str : of) { a aVar = a; String desc = d.BOOLEAN.getDesc(); @@ -209,13 +209,13 @@ public class e0 { } b = arrayList; ArrayList arrayList2 = new ArrayList(o.collectionSizeOrDefault(arrayList, 10)); - for (a.C0221a aVar2 : arrayList) { + for (a.C0222a aVar2 : arrayList) { arrayList2.add(aVar2.getSignature()); } - f2603c = arrayList2; - List list = b; + f2605c = arrayList2; + List list = b; ArrayList arrayList3 = new ArrayList(o.collectionSizeOrDefault(list, 10)); - for (a.C0221a aVar3 : list) { + for (a.C0222a aVar3 : list) { arrayList3.add(aVar3.getName().asString()); } w wVar = w.a; @@ -224,7 +224,7 @@ public class e0 { d dVar = d.BOOLEAN; String desc2 = dVar.getDesc(); m.checkNotNullExpressionValue(desc2, "BOOLEAN.desc"); - a.C0221a access$method = a.access$method(aVar4, javaUtil, "contains", "Ljava/lang/Object;", desc2); + a.C0222a access$method = a.access$method(aVar4, javaUtil, "contains", "Ljava/lang/Object;", desc2); c cVar = c.k; String javaUtil2 = wVar.javaUtil("Collection"); String desc3 = dVar.getDesc(); @@ -238,34 +238,34 @@ public class e0 { String javaUtil5 = wVar.javaUtil("Map"); String desc6 = dVar.getDesc(); m.checkNotNullExpressionValue(desc6, "BOOLEAN.desc"); - a.C0221a access$method2 = a.access$method(aVar4, wVar.javaUtil("Map"), "get", "Ljava/lang/Object;", "Ljava/lang/Object;"); + a.C0222a access$method2 = a.access$method(aVar4, wVar.javaUtil("Map"), "get", "Ljava/lang/Object;", "Ljava/lang/Object;"); c cVar2 = c.i; String javaUtil6 = wVar.javaUtil("List"); d dVar2 = d.INT; String desc7 = dVar2.getDesc(); m.checkNotNullExpressionValue(desc7, "INT.desc"); - a.C0221a access$method3 = a.access$method(aVar4, javaUtil6, "indexOf", "Ljava/lang/Object;", desc7); + a.C0222a access$method3 = a.access$method(aVar4, javaUtil6, "indexOf", "Ljava/lang/Object;", desc7); c cVar3 = c.j; String javaUtil7 = wVar.javaUtil("List"); String desc8 = dVar2.getDesc(); m.checkNotNullExpressionValue(desc8, "INT.desc"); - Map mapOf = h0.mapOf(d0.o.to(access$method, cVar), d0.o.to(a.access$method(aVar4, javaUtil2, "remove", "Ljava/lang/Object;", desc3), cVar), d0.o.to(a.access$method(aVar4, javaUtil3, "containsKey", "Ljava/lang/Object;", desc4), cVar), d0.o.to(a.access$method(aVar4, javaUtil4, "containsValue", "Ljava/lang/Object;", desc5), cVar), d0.o.to(a.access$method(aVar4, javaUtil5, "remove", "Ljava/lang/Object;Ljava/lang/Object;", desc6), cVar), d0.o.to(a.access$method(aVar4, wVar.javaUtil("Map"), "getOrDefault", "Ljava/lang/Object;Ljava/lang/Object;", "Ljava/lang/Object;"), c.l), d0.o.to(access$method2, cVar2), d0.o.to(a.access$method(aVar4, wVar.javaUtil("Map"), "remove", "Ljava/lang/Object;", "Ljava/lang/Object;"), cVar2), d0.o.to(access$method3, cVar3), d0.o.to(a.access$method(aVar4, javaUtil7, "lastIndexOf", "Ljava/lang/Object;", desc8), cVar3)); + Map mapOf = h0.mapOf(d0.o.to(access$method, cVar), d0.o.to(a.access$method(aVar4, javaUtil2, "remove", "Ljava/lang/Object;", desc3), cVar), d0.o.to(a.access$method(aVar4, javaUtil3, "containsKey", "Ljava/lang/Object;", desc4), cVar), d0.o.to(a.access$method(aVar4, javaUtil4, "containsValue", "Ljava/lang/Object;", desc5), cVar), d0.o.to(a.access$method(aVar4, javaUtil5, "remove", "Ljava/lang/Object;Ljava/lang/Object;", desc6), cVar), d0.o.to(a.access$method(aVar4, wVar.javaUtil("Map"), "getOrDefault", "Ljava/lang/Object;Ljava/lang/Object;", "Ljava/lang/Object;"), c.l), d0.o.to(access$method2, cVar2), d0.o.to(a.access$method(aVar4, wVar.javaUtil("Map"), "remove", "Ljava/lang/Object;", "Ljava/lang/Object;"), cVar2), d0.o.to(access$method3, cVar3), d0.o.to(a.access$method(aVar4, javaUtil7, "lastIndexOf", "Ljava/lang/Object;", desc8), cVar3)); d = mapOf; LinkedHashMap linkedHashMap = new LinkedHashMap(g0.mapCapacity(mapOf.size())); Iterator it = mapOf.entrySet().iterator(); while (it.hasNext()) { Map.Entry entry = (Map.Entry) it.next(); - linkedHashMap.put(((a.C0221a) entry.getKey()).getSignature(), entry.getValue()); + linkedHashMap.put(((a.C0222a) entry.getKey()).getSignature(), entry.getValue()); } e = linkedHashMap; - Set plus = o0.plus((Set) d.keySet(), (Iterable) b); + Set plus = o0.plus((Set) d.keySet(), (Iterable) b); ArrayList arrayList4 = new ArrayList(o.collectionSizeOrDefault(plus, 10)); - for (a.C0221a aVar5 : plus) { + for (a.C0222a aVar5 : plus) { arrayList4.add(aVar5.getName()); } f = u.toSet(arrayList4); ArrayList arrayList5 = new ArrayList(o.collectionSizeOrDefault(plus, 10)); - for (a.C0221a aVar6 : plus) { + for (a.C0222a aVar6 : plus) { arrayList5.add(aVar6.getSignature()); } g = u.toSet(arrayList5); @@ -298,27 +298,27 @@ public class e0 { m.checkNotNullExpressionValue(desc16, "INT.desc"); String desc17 = d.CHAR.getDesc(); m.checkNotNullExpressionValue(desc17, "CHAR.desc"); - Map mapOf2 = h0.mapOf(d0.o.to(a.access$method(aVar7, javaLang, "toByte", "", desc10), e.identifier("byteValue")), d0.o.to(a.access$method(aVar7, javaLang2, "toShort", "", desc11), e.identifier("shortValue")), d0.o.to(a.access$method(aVar7, javaLang3, "toInt", "", desc12), e.identifier("intValue")), d0.o.to(a.access$method(aVar7, javaLang4, "toLong", "", desc13), e.identifier("longValue")), d0.o.to(a.access$method(aVar7, javaLang5, "toFloat", "", desc14), e.identifier("floatValue")), d0.o.to(a.access$method(aVar7, javaLang6, "toDouble", "", desc15), e.identifier("doubleValue")), d0.o.to(aVar7.getREMOVE_AT_NAME_AND_SIGNATURE(), e.identifier("remove")), d0.o.to(a.access$method(aVar7, javaLang7, "get", desc16, desc17), e.identifier("charAt"))); + Map mapOf2 = h0.mapOf(d0.o.to(a.access$method(aVar7, javaLang, "toByte", "", desc10), e.identifier("byteValue")), d0.o.to(a.access$method(aVar7, javaLang2, "toShort", "", desc11), e.identifier("shortValue")), d0.o.to(a.access$method(aVar7, javaLang3, "toInt", "", desc12), e.identifier("intValue")), d0.o.to(a.access$method(aVar7, javaLang4, "toLong", "", desc13), e.identifier("longValue")), d0.o.to(a.access$method(aVar7, javaLang5, "toFloat", "", desc14), e.identifier("floatValue")), d0.o.to(a.access$method(aVar7, javaLang6, "toDouble", "", desc15), e.identifier("doubleValue")), d0.o.to(aVar7.getREMOVE_AT_NAME_AND_SIGNATURE(), e.identifier("remove")), d0.o.to(a.access$method(aVar7, javaLang7, "get", desc16, desc17), e.identifier("charAt"))); i = mapOf2; LinkedHashMap linkedHashMap2 = new LinkedHashMap(g0.mapCapacity(mapOf2.size())); Iterator it2 = mapOf2.entrySet().iterator(); while (it2.hasNext()) { Map.Entry entry2 = (Map.Entry) it2.next(); - linkedHashMap2.put(((a.C0221a) entry2.getKey()).getSignature(), entry2.getValue()); + linkedHashMap2.put(((a.C0222a) entry2.getKey()).getSignature(), entry2.getValue()); } j = linkedHashMap2; - Set keySet = i.keySet(); + Set keySet = i.keySet(); ArrayList arrayList6 = new ArrayList(o.collectionSizeOrDefault(keySet, 10)); - for (a.C0221a aVar8 : keySet) { + for (a.C0222a aVar8 : keySet) { arrayList6.add(aVar8.getName()); } k = arrayList6; - Set> entrySet = i.entrySet(); + Set> entrySet = i.entrySet(); ArrayList arrayList7 = new ArrayList(o.collectionSizeOrDefault(entrySet, 10)); Iterator it3 = entrySet.iterator(); while (it3.hasNext()) { Map.Entry entry3 = (Map.Entry) it3.next(); - arrayList7.add(new Pair(((a.C0221a) entry3.getKey()).getName(), entry3.getValue())); + arrayList7.add(new Pair(((a.C0222a) entry3.getKey()).getName(), entry3.getValue())); } LinkedHashMap linkedHashMap3 = new LinkedHashMap(); for (Pair pair : arrayList7) { @@ -334,7 +334,7 @@ public class e0 { } public static final /* synthetic */ List access$getERASED_COLLECTION_PARAMETER_SIGNATURES$cp() { - return f2603c; + return f2605c; } public static final /* synthetic */ Set access$getERASED_VALUE_PARAMETERS_SHORT_NAMES$cp() { @@ -353,7 +353,7 @@ public class e0 { return k; } - public static final /* synthetic */ a.C0221a access$getREMOVE_AT_NAME_AND_SIGNATURE$cp() { + public static final /* synthetic */ a.C0222a access$getREMOVE_AT_NAME_AND_SIGNATURE$cp() { return h; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java index f2f962794c..0ed2902cc3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java @@ -18,32 +18,32 @@ public final class a { /* compiled from: DescriptorResolverUtils */ /* renamed from: d0.e0.p.d.m0.e.a.g0.a$a reason: collision with other inner class name */ - public static class C0222a extends i { + public static class C0223a extends i { public final /* synthetic */ p a; public final /* synthetic */ Set b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2604c; + public final /* synthetic */ boolean f2606c; /* compiled from: DescriptorResolverUtils */ /* renamed from: d0.e0.p.d.m0.e.a.g0.a$a$a reason: collision with other inner class name */ - public class C0223a implements Function1 { - public C0223a() { + public class C0224a implements Function1 { + public C0224a() { } public Unit invoke(b bVar) { if (bVar != null) { - C0222a.this.a.reportCannotInferVisibility(bVar); + C0223a.this.a.reportCannotInferVisibility(bVar); return Unit.a; } throw new IllegalArgumentException(String.format("Argument for @NotNull parameter '%s' of %s.%s must not be null", "descriptor", "kotlin/reflect/jvm/internal/impl/load/java/components/DescriptorResolverUtils$1$1", "invoke")); } } - public C0222a(p pVar, Set set, boolean z2) { + public C0223a(p pVar, Set set, boolean z2) { this.a = pVar; this.b = set; - this.f2604c = z2; + this.f2606c = z2; } public static /* synthetic */ void a(int i) { @@ -73,7 +73,7 @@ public final class a { @Override // d0.e0.p.d.m0.k.j public void addFakeOverride(b bVar) { if (bVar != null) { - k.resolveUnknownVisibilityForMember(bVar, new C0223a()); + k.resolveUnknownVisibilityForMember(bVar, new C0224a()); this.b.add(bVar); return; } @@ -100,7 +100,7 @@ public final class a { } else if (collection == null) { a(4); throw null; - } else if (!this.f2604c || bVar.getKind() == b.a.FAKE_OVERRIDE) { + } else if (!this.f2606c || bVar.getKind() == b.a.FAKE_OVERRIDE) { super.setOverriddenDescriptors(bVar, collection); } } @@ -205,7 +205,7 @@ public final class a { throw null; } else if (kVar != null) { LinkedHashSet linkedHashSet = new LinkedHashSet(); - kVar.generateOverridesInFunctionGroup(eVar, collection, collection2, eVar2, new C0222a(pVar, linkedHashSet, z2)); + kVar.generateOverridesInFunctionGroup(eVar, collection, collection2, eVar2, new C0223a(pVar, linkedHashSet, z2)); return linkedHashSet; } else { a(17); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java index a07206438c..f03cc5bd43 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java @@ -24,7 +24,7 @@ public class b implements c, i { public final d0.e0.p.d.m0.g.b b; /* renamed from: c reason: collision with root package name */ - public final u0 f2605c; + public final u0 f2607c; public final j d; public final d0.e0.p.d.m0.e.a.k0.b e; public final boolean f; @@ -61,7 +61,7 @@ public class b implements c, i { source = u0.a; m.checkNotNullExpressionValue(source, "NO_SOURCE"); } - this.f2605c = source; + this.f2607c = source; this.d = gVar.getStorageManager().createLazyValue(new a(gVar, this)); this.e = (aVar == null || (arguments = aVar.getArguments()) == null) ? null : (d0.e0.p.d.m0.e.a.k0.b) u.firstOrNull(arguments); this.f = m.areEqual(aVar != null ? Boolean.valueOf(aVar.isIdeExternalAnnotation()) : bool, Boolean.TRUE); @@ -79,7 +79,7 @@ public class b implements c, i { @Override // d0.e0.p.d.m0.c.g1.c public u0 getSource() { - return this.f2605c; + return this.f2607c; } @Override // d0.e0.p.d.m0.c.g1.c diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java index 2a906ae8b6..6d91a7a2c8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java @@ -17,7 +17,7 @@ public final class c { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2606c; + public static final e f2608c; public static final e d; public static final Map e; public static final Map f; @@ -28,12 +28,12 @@ public final class c { b = identifier; e identifier2 = e.identifier("allowedTargets"); m.checkNotNullExpressionValue(identifier2, "identifier(\"allowedTargets\")"); - f2606c = identifier2; + f2608c = identifier2; e identifier3 = e.identifier("value"); m.checkNotNullExpressionValue(identifier3, "identifier(\"value\")"); d = identifier3; b bVar = k.a.A; - b bVar2 = a0.f2599c; + b bVar2 = a0.f2601c; b bVar3 = k.a.D; b bVar4 = a0.d; b bVar5 = k.a.E; @@ -80,14 +80,14 @@ public final class c { } public final e getTARGET_ANNOTATION_ALLOWED_TARGETS$descriptors_jvm() { - return f2606c; + return f2608c; } public final d0.e0.p.d.m0.c.g1.c mapOrResolveJavaAnnotation(a aVar, g gVar, boolean z2) { m.checkNotNullParameter(aVar, "annotation"); m.checkNotNullParameter(gVar, "c"); d0.e0.p.d.m0.g.a classId = aVar.getClassId(); - if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.f2599c))) { + if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.f2601c))) { return new i(aVar, gVar); } if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.d))) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java index ce968a1cb1..b5d38b0d87 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java @@ -27,7 +27,7 @@ public final class d { public static final Map> b = h0.mapOf(o.to("PACKAGE", EnumSet.noneOf(n.class)), o.to("TYPE", EnumSet.of(n.CLASS, n.FILE)), o.to("ANNOTATION_TYPE", EnumSet.of(n.ANNOTATION_CLASS)), o.to("TYPE_PARAMETER", EnumSet.of(n.TYPE_PARAMETER)), o.to("FIELD", EnumSet.of(n.FIELD)), o.to("LOCAL_VARIABLE", EnumSet.of(n.LOCAL_VARIABLE)), o.to("PARAMETER", EnumSet.of(n.VALUE_PARAMETER)), o.to("CONSTRUCTOR", EnumSet.of(n.CONSTRUCTOR)), o.to("METHOD", EnumSet.of(n.FUNCTION, n.PROPERTY_GETTER, n.PROPERTY_SETTER)), o.to("TYPE_USE", EnumSet.of(n.TYPE))); /* renamed from: c reason: collision with root package name */ - public static final Map f2607c = h0.mapOf(o.to("RUNTIME", m.RUNTIME), o.to("CLASS", m.BINARY), o.to("SOURCE", m.SOURCE)); + public static final Map f2609c = h0.mapOf(o.to("RUNTIME", m.RUNTIME), o.to("CLASS", m.BINARY), o.to("SOURCE", m.SOURCE)); /* compiled from: JavaAnnotationMapper.kt */ public static final class a extends d0.z.d.o implements Function1 { @@ -55,7 +55,7 @@ public final class d { if (mVar == null) { return null; } - Map map = f2607c; + Map map = f2609c; e entryName = mVar.getEntryName(); m mVar2 = map.get(entryName == null ? null : entryName.asString()); if (mVar2 == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java index 6535873fd0..866e60210f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java @@ -87,7 +87,7 @@ public interface j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final List f2608c; + public final List f2610c; public final List d; public final List e; public final boolean f; @@ -105,7 +105,7 @@ public interface j { } else if (list3 != null) { this.a = c0Var; this.b = c0Var2; - this.f2608c = list; + this.f2610c = list; this.d = list2; this.e = list3; this.f = z2; @@ -191,7 +191,7 @@ public interface j { } public List getValueParameters() { - List list = this.f2608c; + List list = this.f2610c; if (list != null) { return list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/b.java index 69b4e18676..a67eadc666 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/b.java @@ -6,5 +6,5 @@ import java.util.List; import kotlin.Pair; /* compiled from: JavaCallableMemberDescriptor */ public interface b extends d0.e0.p.d.m0.c.b { - b enhance(c0 c0Var, List list, c0 c0Var2, Pair, ?> pair); + b enhance(c0 c0Var, List list, c0 c0Var2, Pair, ?> pair); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/c.java b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/c.java index c577e79cd3..269712e010 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/c.java @@ -139,7 +139,7 @@ public class c extends g implements b { } @Override // d0.e0.p.d.m0.e.a.h0.b - public c enhance(c0 c0Var, List list, c0 c0Var2, Pair, ?> pair) { + public c enhance(c0 c0Var, List list, c0 c0Var2, Pair, ?> pair) { q0 q0Var = null; if (list == null) { a(16); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/f.java b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/f.java index 27ebac3187..8a676734a1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/f.java @@ -24,12 +24,12 @@ import java.util.Map; import kotlin.Pair; /* compiled from: JavaMethodDescriptor */ public class f extends g0 implements b { - public static final a.AbstractC0213a L = new a(); + public static final a.AbstractC0214a L = new a(); public b M; public final boolean N; /* compiled from: JavaMethodDescriptor */ - public static class a implements a.AbstractC0213a { + public static class a implements a.AbstractC0214a { } /* compiled from: JavaMethodDescriptor */ @@ -213,7 +213,7 @@ public class f extends g0 implements b { } @Override // d0.e0.p.d.m0.e.a.h0.b - public f enhance(c0 c0Var, List list, c0 c0Var2, Pair, ?> pair) { + public f enhance(c0 c0Var, List list, c0 c0Var2, Pair, ?> pair) { if (list == null) { a(18); throw null; @@ -244,7 +244,7 @@ public class f extends g0 implements b { } @Override // d0.e0.p.d.m0.c.i1.g0 - public g0 initialize(q0 q0Var, q0 q0Var2, List list, List list2, c0 c0Var, z zVar, u uVar, Map, ?> map) { + public g0 initialize(q0 q0Var, q0 q0Var2, List list, List list2, c0 c0Var, z zVar, u uVar, Map, ?> map) { if (list == null) { a(9); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/g.java b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/g.java index ec47d85782..5d3820564b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/g.java @@ -23,10 +23,10 @@ import kotlin.Pair; /* compiled from: JavaPropertyDescriptor */ public class g extends c0 implements b { public final boolean I; - public final Pair, ?> J; + public final Pair, ?> J; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public g(m mVar, d0.e0.p.d.m0.c.g1.g gVar, z zVar, u uVar, boolean z2, e eVar, u0 u0Var, n0 n0Var, b.a aVar, boolean z3, Pair, ?> pair) { + public g(m mVar, d0.e0.p.d.m0.c.g1.g gVar, z zVar, u uVar, boolean z2, e eVar, u0 u0Var, n0 n0Var, b.a aVar, boolean z3, Pair, ?> pair) { super(mVar, n0Var, gVar, zVar, uVar, z2, eVar, aVar, u0Var, false, false, false, false, false, false); if (mVar == null) { a(0); @@ -196,7 +196,7 @@ public class g extends c0 implements b { } @Override // d0.e0.p.d.m0.e.a.h0.b - public b enhance(d0.e0.p.d.m0.n.c0 c0Var, List list, d0.e0.p.d.m0.n.c0 c0Var2, Pair, ?> pair) { + public b enhance(d0.e0.p.d.m0.n.c0 c0Var, List list, d0.e0.p.d.m0.n.c0 c0Var2, Pair, ?> pair) { d0 d0Var; e0 e0Var; if (list == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java index 056fe4228c..31ede8a6f7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java @@ -69,7 +69,7 @@ public final class k { return new j(str); } g annotations2 = c1Var.getAnnotations(); - b bVar2 = a0.f2600s; + b bVar2 = a0.f2602s; m.checkNotNullExpressionValue(bVar2, "DEFAULT_NULL_FQ_NAME"); if (annotations2.hasAnnotation(bVar2)) { return h.a; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i.java index dfb96dac65..f7c1daffa5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i.java @@ -23,7 +23,7 @@ public final class i { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map> f2609c; + public static final Map> f2611c; public static final Set d; public static final Set e; @@ -49,7 +49,7 @@ public final class i { } ((List) obj).add((e) pair.getFirst()); } - f2609c = linkedHashMap; + f2611c = linkedHashMap; Set keySet = b.keySet(); d = keySet; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10)); @@ -65,7 +65,7 @@ public final class i { public final List getPropertyNameCandidatesBySpecialGetterName(e eVar) { m.checkNotNullParameter(eVar, "name1"); - List list = f2609c.get(eVar); + List list = f2611c.get(eVar); return list == null ? n.emptyList() : list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/a.java index 01d5ce7a28..7224c82992 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/a.java @@ -21,12 +21,12 @@ public final class a { /* compiled from: context.kt */ /* renamed from: d0.e0.p.d.m0.e.a.i0.a$a reason: collision with other inner class name */ - public static final class C0224a extends o implements Function0 { + public static final class C0225a extends o implements Function0 { public final /* synthetic */ g $containingDeclaration; public final /* synthetic */ g $this_childForClassOrPackage; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0224a(g gVar, g gVar2) { + public C0225a(g gVar, g gVar2) { super(0); this.$this_childForClassOrPackage = gVar; this.$containingDeclaration = gVar2; @@ -76,7 +76,7 @@ public final class a { public static final g childForClassOrPackage(g gVar, g gVar2, z zVar, int i) { d0.z.d.m.checkNotNullParameter(gVar, ""); d0.z.d.m.checkNotNullParameter(gVar2, "containingDeclaration"); - return a(gVar, gVar2, zVar, i, d0.g.lazy(i.NONE, new C0224a(gVar, gVar2))); + return a(gVar, gVar2, zVar, i, d0.g.lazy(i.NONE, new C0225a(gVar, gVar2))); } public static /* synthetic */ g childForClassOrPackage$default(g gVar, g gVar2, z zVar, int i, int i2, Object obj) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java index e6c844a30b..b2971960fb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java @@ -22,7 +22,7 @@ public final class b { public final s b; /* renamed from: c reason: collision with root package name */ - public final n f2610c; + public final n f2612c; public final f d; public final j e; public final p f; @@ -40,7 +40,7 @@ public final class b { public final l r; /* renamed from: s reason: collision with root package name */ - public final t f2611s; + public final t f2613s; public final c t; public final d0.e0.p.d.m0.n.l1.l u; public final e v; @@ -70,7 +70,7 @@ public final class b { m.checkNotNullParameter(eVar, "javaTypeEnhancementState"); this.a = oVar; this.b = sVar; - this.f2610c = nVar; + this.f2612c = nVar; this.d = fVar; this.e = jVar; this.f = pVar; @@ -86,7 +86,7 @@ public final class b { this.p = jVar2; this.q = cVar2; this.r = lVar; - this.f2611s = tVar; + this.f2613s = tVar; this.t = cVar3; this.u = lVar2; this.v = eVar; @@ -109,7 +109,7 @@ public final class b { } public final t getJavaClassesTracker() { - return this.f2611s; + return this.f2613s; } public final d0.e0.p.d.m0.e.a.g0.f getJavaPropertyInitializerEvaluator() { @@ -125,7 +125,7 @@ public final class b { } public final n getKotlinClassFinder() { - return this.f2610c; + return this.f2612c; } public final d0.e0.p.d.m0.n.l1.l getKotlinTypeChecker() { @@ -178,6 +178,6 @@ public final class b { public final b replace(g gVar) { m.checkNotNullParameter(gVar, "javaResolverCache"); - return new b(this.a, this.b, this.f2610c, this.d, this.e, this.f, gVar, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f2611s, this.t, this.u, this.v); + return new b(this.a, this.b, this.f2612c, this.d, this.e, this.f, gVar, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f2613s, this.t, this.u, this.v); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java index 3a02919e6e..7e4a955e82 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java @@ -12,7 +12,7 @@ public final class g { public final k b; /* renamed from: c reason: collision with root package name */ - public final Lazy f2612c; + public final Lazy f2614c; public final Lazy d; public final d e; @@ -22,7 +22,7 @@ public final class g { m.checkNotNullParameter(lazy, "delegateForDefaultTypeQualifiers"); this.a = bVar; this.b = kVar; - this.f2612c = lazy; + this.f2614c = lazy; this.d = lazy; this.e = new d(this, kVar); } @@ -36,7 +36,7 @@ public final class g { } public final Lazy getDelegateForDefaultTypeQualifiers$descriptors_jvm() { - return this.f2612c; + return this.f2614c; } public final c0 getModule() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java index 0b3505eb57..43cbb9b20c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java @@ -15,7 +15,7 @@ public final class h implements k { public final m b; /* renamed from: c reason: collision with root package name */ - public final int f2613c; + public final int f2615c; public final Map d; public final i e; @@ -46,7 +46,7 @@ public final class h implements k { d0.z.d.m.checkNotNullParameter(zVar, "typeParameterOwner"); this.a = gVar; this.b = mVar; - this.f2613c = i; + this.f2615c = i; this.d = d0.e0.p.d.m0.p.a.mapToIndex(zVar.getTypeParameters()); this.e = gVar.getStorageManager().createMemoizedFunctionWithNullableValues(new a(this)); } @@ -64,7 +64,7 @@ public final class h implements k { } public static final /* synthetic */ int access$getTypeParametersIndexOffset$p(h hVar) { - return hVar.f2613c; + return hVar.f2615c; } @Override // d0.e0.p.d.m0.e.a.i0.k diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java index b88bdb194b..e1e4b6f52a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java @@ -29,18 +29,18 @@ public class a implements b { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2614c; + public final Function1 f2616c; public final Map> d; public final Map e; public final Map f; /* compiled from: DeclaredMemberIndex.kt */ /* renamed from: d0.e0.p.d.m0.e.a.i0.l.a$a reason: collision with other inner class name */ - public static final class C0225a extends o implements Function1 { + public static final class C0226a extends o implements Function1 { public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0225a(a aVar) { + public C0226a(a aVar) { super(1); this.this$0 = aVar; } @@ -65,8 +65,8 @@ public class a implements b { m.checkNotNullParameter(function1, "memberFilter"); this.a = gVar; this.b = function1; - C0225a aVar = new C0225a(this); - this.f2614c = aVar; + C0226a aVar = new C0226a(this); + this.f2616c = aVar; Sequence filter = d0.f0.q.filter(u.asSequence(gVar.getMethods()), aVar); LinkedHashMap linkedHashMap = new LinkedHashMap(); for (Object obj : filter) { @@ -135,7 +135,7 @@ public class a implements b { @Override // d0.e0.p.d.m0.e.a.i0.l.b public Set getMethodNames() { - Sequence filter = d0.f0.q.filter(u.asSequence(this.a.getMethods()), this.f2614c); + Sequence filter = d0.f0.q.filter(u.asSequence(this.a.getMethods()), this.f2616c); LinkedHashSet linkedHashSet = new LinkedHashSet(); for (t tVar : filter) { linkedHashSet.add(tVar.getName()); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java index 0378e1f746..f88061f7e4 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java @@ -31,7 +31,7 @@ public final class d implements i { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(d.class), "kotlinScopes", "getKotlinScopes()[Lorg/jetbrains/kotlin/resolve/scopes/MemberScope;"))}; /* renamed from: c reason: collision with root package name */ - public final g f2615c; + public final g f2617c; public final i d; public final j e; public final j f; @@ -68,14 +68,14 @@ public final class d implements i { m.checkNotNullParameter(gVar, "c"); m.checkNotNullParameter(uVar, "jPackage"); m.checkNotNullParameter(iVar, "packageFragment"); - this.f2615c = gVar; + this.f2617c = gVar; this.d = iVar; this.e = new j(gVar, uVar, iVar); this.f = gVar.getStorageManager().createLazyValue(new a(this)); } public static final /* synthetic */ g access$getC$p(d dVar) { - return dVar.f2615c; + return dVar.f2617c; } public static final /* synthetic */ i access$getPackageFragment$p(d dVar) { @@ -209,6 +209,6 @@ public final class d implements i { public void recordLookup(e eVar, b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2615c.getComponents().getLookupTracker(), bVar, this.d, eVar); + d0.e0.p.d.m0.d.a.record(this.f2617c.getComponents().getLookupTracker(), bVar, this.d, eVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java index 9ea947b6e2..3d6ab669ea 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java @@ -34,7 +34,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { public final g b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.a.k0.a f2616c; + public final d0.e0.p.d.m0.e.a.k0.a f2618c; public final k d; public final j e; public final d0.e0.p.d.m0.e.a.j0.a f; @@ -128,7 +128,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { m.checkNotNullParameter(gVar, "c"); m.checkNotNullParameter(aVar, "javaAnnotation"); this.b = gVar; - this.f2616c = aVar; + this.f2618c = aVar; this.d = gVar.getStorageManager().createNullableLazyValue(new b(this)); this.e = gVar.getStorageManager().createLazyValue(new c(this)); this.f = gVar.getComponents().getSourceElementFactory().source(aVar); @@ -154,7 +154,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { } public static final /* synthetic */ d0.e0.p.d.m0.e.a.k0.a access$getJavaAnnotation$p(e eVar) { - return eVar.f2616c; + return eVar.f2618c; } public static final /* synthetic */ d0.e0.p.d.m0.k.v.g access$resolveAnnotationArgument(e eVar, d0.e0.p.d.m0.e.a.k0.b bVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java index a99d55c29e..0305dbd2f8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java @@ -52,20 +52,20 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { public final d0.e0.p.d.m0.e.a.k0.g r; /* renamed from: s reason: collision with root package name */ - public final e f2617s; + public final e f2619s; public final d0.e0.p.d.m0.e.a.i0.g t; public final d0.e0.p.d.m0.c.f u; public final z v; public final f1 w; /* renamed from: x reason: collision with root package name */ - public final boolean f2618x; + public final boolean f2620x; /* renamed from: y reason: collision with root package name */ - public final b f2619y; + public final b f2621y; /* renamed from: z reason: collision with root package name */ - public final h f2620z; + public final h f2622z; /* compiled from: LazyJavaClassDescriptor.kt */ public static final class a { @@ -77,7 +77,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { public final class b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final j> f2621c; + public final j> f2623c; public final /* synthetic */ f d; /* compiled from: LazyJavaClassDescriptor.kt */ @@ -103,7 +103,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { super(f.access$getC$p(fVar).getStorageManager()); m.checkNotNullParameter(fVar, "this$0"); this.d = fVar; - this.f2621c = f.access$getC$p(fVar).getStorageManager().createLazyValue(new a(fVar)); + this.f2623c = f.access$getC$p(fVar).getStorageManager().createLazyValue(new a(fVar)); } /* JADX WARNING: Code restructure failed: missing block: B:22:0x0073, code lost: @@ -249,7 +249,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return this.f2621c.mo1invoke(); + return this.f2623c.mo1invoke(); } @Override // d0.e0.p.d.m0.n.u0 @@ -325,7 +325,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { m.checkNotNullParameter(gVar2, "jClass"); this.q = gVar; this.r = gVar2; - this.f2617s = eVar; + this.f2619s = eVar; d0.e0.p.d.m0.e.a.i0.g childForClassOrPackage$default = d0.e0.p.d.m0.e.a.i0.a.childForClassOrPackage$default(gVar, this, gVar2, 0, 4, null); this.t = childForClassOrPackage$default; ((g.a) childForClassOrPackage$default.getComponents().getJavaResolverCache()).recordClass(gVar2, this); @@ -338,10 +338,10 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } this.v = zVar; this.w = gVar2.getVisibility(); - this.f2618x = gVar2.getOuterClass() != null && !gVar2.isStatic(); - this.f2619y = new b(this); + this.f2620x = gVar2.getOuterClass() != null && !gVar2.isStatic(); + this.f2621y = new b(this); h hVar = new h(childForClassOrPackage$default, this, gVar2, eVar != null, null, 16, null); - this.f2620z = hVar; + this.f2622z = hVar; this.A = r0.a.create(this, childForClassOrPackage$default.getStorageManager(), childForClassOrPackage$default.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new d(this)); this.B = new d0.e0.p.d.m0.k.a0.g(hVar); this.C = new o(childForClassOrPackage$default, gVar2, this); @@ -355,7 +355,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } public static final /* synthetic */ e access$getAdditionalSupertypeClassDescriptor$p(f fVar) { - return fVar.f2617s; + return fVar.f2619s; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.i0.g access$getC$p(f fVar) { @@ -363,7 +363,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } public static final /* synthetic */ h access$getUnsubstitutedMemberScope$p(f fVar) { - return fVar.f2620z; + return fVar.f2622z; } public final f copy$descriptors_jvm(d0.e0.p.d.m0.e.a.g0.g gVar, e eVar) { @@ -387,7 +387,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.e public List getConstructors() { - return this.f2620z.getConstructors$descriptors_jvm().mo1invoke(); + return this.f2622z.getConstructors$descriptors_jvm().mo1invoke(); } @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.i @@ -434,7 +434,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.h public u0 getTypeConstructor() { - return this.f2619y; + return this.f2621y; } @Override // d0.e0.p.d.m0.c.i1.a, d0.e0.p.d.m0.c.e @@ -500,7 +500,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.i public boolean isInner() { - return this.f2618x; + return this.f2620x; } @Override // d0.e0.p.d.m0.c.e diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java index f2e5c94256..488d607612 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java @@ -59,7 +59,7 @@ public final class h extends k { public final j> r; /* renamed from: s reason: collision with root package name */ - public final j> f2622s; + public final j> f2624s; public final d0.e0.p.d.m0.m.i t; /* compiled from: LazyJavaClassMemberScope.kt */ @@ -252,11 +252,11 @@ public final class h extends k { /* compiled from: LazyJavaClassMemberScope.kt */ /* renamed from: d0.e0.p.d.m0.e.a.i0.l.h$h reason: collision with other inner class name */ - public static final class C0226h extends o implements Function0> { + public static final class C0227h extends o implements Function0> { public final /* synthetic */ h this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0226h(h hVar) { + public C0227h(h hVar) { super(0); this.this$0 = hVar; } @@ -334,8 +334,8 @@ public final class h extends k { this.o = gVar2; this.p = z2; this.q = gVar.getStorageManager().createLazyValue(new e(this, gVar)); - this.r = gVar.getStorageManager().createLazyValue(new C0226h(this)); - this.f2622s = gVar.getStorageManager().createLazyValue(new f(this)); + this.r = gVar.getStorageManager().createLazyValue(new C0227h(this)); + this.f2624s = gVar.getStorageManager().createLazyValue(new f(this)); this.t = gVar.getStorageManager().createMemoizedFunctionWithNullableValues(new i(this, gVar)); } @@ -352,7 +352,7 @@ public final class h extends k { return null; } d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2624c.getComponents().getSourceElementFactory().source(hVar.o)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2626c.getComponents().getSourceElementFactory().source(hVar.o)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor, Annotations.EMPTY, /* isPrimary = */ true, c.components.sourceElementFactory.source(jClass)\n )"); if (isAnnotationType) { Collection methods = hVar.o.getMethods(); @@ -376,16 +376,16 @@ public final class h extends k { x returnType = rVar.getReturnType(); if (returnType instanceof d0.e0.p.d.m0.e.a.k0.f) { d0.e0.p.d.m0.e.a.k0.f fVar = (d0.e0.p.d.m0.e.a.k0.f) returnType; - pair = new Pair(hVar.f2624c.getTypeResolver().transformArrayType(fVar, attributes$default, true), hVar.f2624c.getTypeResolver().transformJavaType(fVar.getComponentType(), attributes$default)); + pair = new Pair(hVar.f2626c.getTypeResolver().transformArrayType(fVar, attributes$default, true), hVar.f2626c.getTypeResolver().transformJavaType(fVar.getComponentType(), attributes$default)); } else { - pair = new Pair(hVar.f2624c.getTypeResolver().transformJavaType(returnType, attributes$default), null); + pair = new Pair(hVar.f2626c.getTypeResolver().transformJavaType(returnType, attributes$default), null); } hVar.o(list, createJavaConstructor, 0, rVar, (c0) pair.component1(), (c0) pair.component2()); } int i2 = rVar != null ? 1 : 0; int i3 = 0; for (r rVar2 : list3) { - hVar.o(list, createJavaConstructor, i3 + i2, rVar2, hVar.f2624c.getTypeResolver().transformJavaType(rVar2.getReturnType(), attributes$default), null); + hVar.o(list, createJavaConstructor, i3 + i2, rVar2, hVar.f2626c.getTypeResolver().transformJavaType(rVar2.getReturnType(), attributes$default), null); i3++; } } else { @@ -395,13 +395,13 @@ public final class h extends k { createJavaConstructor.initialize(list, hVar.B(eVar)); createJavaConstructor.setHasStableParameterNames(true); createJavaConstructor.setReturnType(eVar.getDefaultType()); - ((g.a) hVar.f2624c.getComponents().getJavaResolverCache()).recordConstructor(hVar.o, createJavaConstructor); + ((g.a) hVar.f2626c.getComponents().getJavaResolverCache()).recordConstructor(hVar.o, createJavaConstructor); return createJavaConstructor; } public static final d0.e0.p.d.m0.c.d access$createDefaultRecordConstructor(h hVar) { d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2624c.getComponents().getSourceElementFactory().source(hVar.o)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2626c.getComponents().getSourceElementFactory().source(hVar.o)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor, Annotations.EMPTY, /* isPrimary = */ true, c.components.sourceElementFactory.source(jClass)\n )"); Collection recordComponents = hVar.o.getRecordComponents(); ArrayList arrayList = new ArrayList(recordComponents.size()); @@ -410,8 +410,8 @@ public final class h extends k { int i2 = 0; for (w wVar : recordComponents) { int i3 = i2 + 1; - c0 transformJavaType = hVar.f2624c.getTypeResolver().transformJavaType(wVar.getType(), attributes$default); - arrayList.add(new l0(createJavaConstructor, null, i2, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), wVar.getName(), transformJavaType, false, false, false, wVar.isVararg() ? hVar.f2624c.getComponents().getModule().getBuiltIns().getArrayElementType(transformJavaType) : c0Var, hVar.f2624c.getComponents().getSourceElementFactory().source(wVar))); + c0 transformJavaType = hVar.f2626c.getTypeResolver().transformJavaType(wVar.getType(), attributes$default); + arrayList.add(new l0(createJavaConstructor, null, i2, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), wVar.getName(), transformJavaType, false, false, false, wVar.isVararg() ? hVar.f2626c.getComponents().getModule().getBuiltIns().getArrayElementType(transformJavaType) : c0Var, hVar.f2626c.getComponents().getSourceElementFactory().source(wVar))); i2 = i3; attributes$default = attributes$default; c0Var = c0Var; @@ -424,7 +424,7 @@ public final class h extends k { } public static final /* synthetic */ j access$getEnumEntryIndex$p(h hVar) { - return hVar.f2622s; + return hVar.f2624s; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.k0.g access$getJClass$p(h hVar) { @@ -437,9 +437,9 @@ public final class h extends k { public static final d0.e0.p.d.m0.e.a.h0.c access$resolveConstructor(h hVar, k kVar) { d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(hVar.f2624c, kVar), false, hVar.f2624c.getComponents().getSourceElementFactory().source(kVar)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(hVar.f2626c, kVar), false, hVar.f2626c.getComponents().getSourceElementFactory().source(kVar)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor,\n c.resolveAnnotations(constructor), /* isPrimary = */\n false,\n c.components.sourceElementFactory.source(constructor)\n )"); - d0.e0.p.d.m0.e.a.i0.g childForMethod = d0.e0.p.d.m0.e.a.i0.a.childForMethod(hVar.f2624c, createJavaConstructor, kVar, eVar.getDeclaredTypeParameters().size()); + d0.e0.p.d.m0.e.a.i0.g childForMethod = d0.e0.p.d.m0.e.a.i0.a.childForMethod(hVar.f2626c, createJavaConstructor, kVar, eVar.getDeclaredTypeParameters().size()); k.b n = hVar.n(childForMethod, createJavaConstructor, kVar.getValueParameters()); List declaredTypeParameters = eVar.getDeclaredTypeParameters(); m.checkNotNullExpressionValue(declaredTypeParameters, "classDescriptor.declaredTypeParameters"); @@ -527,7 +527,7 @@ public final class h extends k { if (!m.areEqual(visibility, d0.e0.p.d.m0.e.a.w.b)) { return visibility; } - d0.e0.p.d.m0.c.u uVar = d0.e0.p.d.m0.e.a.w.f2640c; + d0.e0.p.d.m0.c.u uVar = d0.e0.p.d.m0.e.a.w.f2642c; m.checkNotNullExpressionValue(uVar, "PROTECTED_AND_PACKAGE"); return uVar; } @@ -753,7 +753,7 @@ public final class h extends k { @Override // d0.e0.p.d.m0.e.a.i0.l.k public Set a(d0.e0.p.d.m0.k.a0.d dVar, Function1 function1) { m.checkNotNullParameter(dVar, "kindFilter"); - return o0.plus((Set) this.r.mo1invoke(), (Iterable) this.f2622s.mo1invoke().keySet()); + return o0.plus((Set) this.r.mo1invoke(), (Iterable) this.f2624s.mo1invoke().keySet()); } @Override // d0.e0.p.d.m0.e.a.i0.l.k @@ -794,11 +794,11 @@ public final class h extends k { if (z2) { w findRecordComponentByName = this.f.mo1invoke().findRecordComponentByName(eVar); m.checkNotNull(findRecordComponentByName); - d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2624c, findRecordComponentByName), findRecordComponentByName.getName(), this.f2624c.getComponents().getSourceElementFactory().source(findRecordComponentByName), true); + d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2626c, findRecordComponentByName), findRecordComponentByName.getName(), this.f2626c.getComponents().getSourceElementFactory().source(findRecordComponentByName), true); m.checkNotNullExpressionValue(createJavaMethod, "createJavaMethod(\n ownerDescriptor, annotations, recordComponent.name, c.components.sourceElementFactory.source(recordComponent), true\n )"); - createJavaMethod.initialize(null, i(), d0.t.n.emptyList(), d0.t.n.emptyList(), this.f2624c.getTypeResolver().transformJavaType(findRecordComponentByName.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 2, null)), d0.e0.p.d.m0.c.z.i.convertFromFlags(false, false, true), t.e, null); + createJavaMethod.initialize(null, i(), d0.t.n.emptyList(), d0.t.n.emptyList(), this.f2626c.getTypeResolver().transformJavaType(findRecordComponentByName.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 2, null)), d0.e0.p.d.m0.c.z.i.convertFromFlags(false, false, true), t.e, null); createJavaMethod.setParameterNamesStatus(false, false); - ((g.a) this.f2624c.getComponents().getJavaResolverCache()).recordMethod(findRecordComponentByName, createJavaMethod); + ((g.a) this.f2626c.getComponents().getJavaResolverCache()).recordMethod(findRecordComponentByName, createJavaMethod); collection.add(createJavaMethod); } } @@ -842,7 +842,7 @@ public final class h extends k { } } Collection create = d0.e0.p.d.m0.p.j.i.create(); - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, C, d0.t.n.emptyList(), this.n, p.a, this.f2624c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, C, d0.t.n.emptyList(), this.n, p.a, this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name, functionsFromSupertypes, emptyList(), ownerDescriptor, ErrorReporter.DO_NOTHING,\n c.components.kotlinTypeChecker.overridingUtil\n )"); q(eVar, collection, resolveOverridesForNonStaticMembers, collection, new a(this)); q(eVar, collection, resolveOverridesForNonStaticMembers, create, new b(this)); @@ -861,12 +861,12 @@ public final class h extends k { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(collection, "result"); if (this.o.isAnnotationType() && (rVar = (r) d0.t.u.singleOrNull(this.f.mo1invoke().findMethodsByName(eVar))) != null) { - d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2624c, rVar), d0.e0.p.d.m0.c.z.FINAL, f0.toDescriptorVisibility(rVar.getVisibility()), false, rVar.getName(), this.f2624c.getComponents().getSourceElementFactory().source(rVar), false); + d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2626c, rVar), d0.e0.p.d.m0.c.z.FINAL, f0.toDescriptorVisibility(rVar.getVisibility()), false, rVar.getName(), this.f2626c.getComponents().getSourceElementFactory().source(rVar), false); m.checkNotNullExpressionValue(create, "create(\n ownerDescriptor, annotations, modality, method.visibility.toDescriptorVisibility(),\n /* isVar = */ false, method.name, c.components.sourceElementFactory.source(method),\n /* isStaticFinal = */ false\n )"); d0.e0.p.d.m0.c.i1.d0 createDefaultGetter = d0.e0.p.d.m0.k.d.createDefaultGetter(create, d0.e0.p.d.m0.c.g1.g.f.getEMPTY()); m.checkNotNullExpressionValue(createDefaultGetter, "createDefaultGetter(propertyDescriptor, Annotations.EMPTY)"); create.initialize(createDefaultGetter, null); - c0 e2 = e(rVar, d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2624c, create, rVar, 0, 4, null)); + c0 e2 = e(rVar, d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2626c, create, rVar, 0, 4, null)); create.setType(e2, d0.t.n.emptyList(), i(), null); createDefaultGetter.initialize(e2); collection.add(create); @@ -878,7 +878,7 @@ public final class h extends k { d0.e0.p.d.m0.p.j create3 = bVar.create(); r(D, collection, create2, new c(this)); r(o0.minus((Set) D, (Iterable) create2), create3, null, new d(this)); - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, o0.plus((Set) D, (Iterable) create3), collection, this.n, this.f2624c.getComponents().getErrorReporter(), this.f2624c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, o0.plus((Set) D, (Iterable) create3), collection, this.n, this.f2626c.getComponents().getErrorReporter(), this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name,\n propertiesFromSupertypes + propertiesOverridesFromSuperTypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForNonStaticMembers); } @@ -958,7 +958,7 @@ public final class h extends k { m.checkNotNullParameter(list, "methodTypeParameters"); m.checkNotNullParameter(c0Var, "returnType"); m.checkNotNullParameter(list2, "valueParameters"); - j.b resolvePropagatedSignature = ((j.a) this.f2624c.getComponents().getSignaturePropagator()).resolvePropagatedSignature(rVar, this.n, c0Var, null, list2, list); + j.b resolvePropagatedSignature = ((j.a) this.f2626c.getComponents().getSignaturePropagator()).resolvePropagatedSignature(rVar, this.n, c0Var, null, list2, list); m.checkNotNullExpressionValue(resolvePropagatedSignature, "c.components.signaturePropagator.resolvePropagatedSignature(\n method, ownerDescriptor, returnType, null, valueParameters, methodTypeParameters\n )"); c0 returnType = resolvePropagatedSignature.getReturnType(); m.checkNotNullExpressionValue(returnType, "propagated.returnType"); @@ -978,11 +978,11 @@ public final class h extends k { d0.e0.p.d.m0.g.e name = rVar.getName(); c0 makeNotNullable = e1.makeNotNullable(c0Var); m.checkNotNullExpressionValue(makeNotNullable, "makeNotNullable(returnType)"); - list.add(new l0(lVar, null, i2, empty, name, makeNotNullable, rVar.getHasAnnotationParameterDefaultValue(), false, false, c0Var2 == null ? null : e1.makeNotNullable(c0Var2), this.f2624c.getComponents().getSourceElementFactory().source(rVar))); + list.add(new l0(lVar, null, i2, empty, name, makeNotNullable, rVar.getHasAnnotationParameterDefaultValue(), false, false, c0Var2 == null ? null : e1.makeNotNullable(c0Var2), this.f2626c.getComponents().getSourceElementFactory().source(rVar))); } public final void p(Collection collection, d0.e0.p.d.m0.g.e eVar, Collection collection2, boolean z2) { - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, collection2, collection, this.n, this.f2624c.getComponents().getErrorReporter(), this.f2624c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, collection2, collection, this.n, this.f2626c.getComponents().getErrorReporter(), this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name, functionsFromSupertypes, result, ownerDescriptor, c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); if (!z2) { collection.addAll(resolveOverridesForNonStaticMembers); @@ -1185,12 +1185,12 @@ public final class h extends k { public void recordLookup(d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.d.b.b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2624c.getComponents().getLookupTracker(), bVar, this.n, eVar); + d0.e0.p.d.m0.d.a.record(this.f2626c.getComponents().getLookupTracker(), bVar, this.n, eVar); } public final Collection s() { if (!this.p) { - return this.f2624c.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner().refineSupertypes(this.n); + return this.f2626c.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner().refineSupertypes(this.n); } Collection supertypes = this.n.getTypeConstructor().getSupertypes(); m.checkNotNullExpressionValue(supertypes, "ownerDescriptor.typeConstructor.supertypes"); @@ -1234,7 +1234,7 @@ public final class h extends k { } /* JADX WARNING: Code restructure failed: missing block: B:15:0x004d, code lost: - if (d0.e0.p.d.m0.b.l.isContinuation(r3, r5.f2624c.getComponents().getSettings().isReleaseCoroutines()) == false) goto L_0x0012; + if (d0.e0.p.d.m0.b.l.isContinuation(r3, r5.f2626c.getComponents().getSettings().isReleaseCoroutines()) == false) goto L_0x0012; */ public final t0 u(t0 t0Var) { d0.e0.p.d.m0.g.b bVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java index 2b5499cbc6..4e768782d2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java @@ -31,7 +31,7 @@ public final class i extends a0 { public final d r; /* renamed from: s reason: collision with root package name */ - public final j> f2623s; + public final j> f2625s; public final d0.e0.p.d.m0.c.g1.g t; /* compiled from: LazyJavaPackageFragment.kt */ @@ -132,7 +132,7 @@ public final class i extends a0 { this.p = childForClassOrPackage$default; this.q = childForClassOrPackage$default.getStorageManager().createLazyValue(new a(this)); this.r = new d(childForClassOrPackage$default, uVar, this); - this.f2623s = childForClassOrPackage$default.getStorageManager().createRecursionTolerantLazyValue(new c(this), n.emptyList()); + this.f2625s = childForClassOrPackage$default.getStorageManager().createRecursionTolerantLazyValue(new c(this), n.emptyList()); this.t = childForClassOrPackage$default.getComponents().getJavaTypeEnhancementState().getDisabledDefaultAnnotations() ? d0.e0.p.d.m0.c.g1.g.f.getEMPTY() : e.resolveAnnotations(childForClassOrPackage$default, uVar); childForClassOrPackage$default.getStorageManager().createLazyValue(new b(this)); } @@ -170,7 +170,7 @@ public final class i extends a0 { } public final List getSubPackageFqNames$descriptors_jvm() { - return this.f2623s.mo1invoke(); + return this.f2625s.mo1invoke(); } @Override // d0.e0.p.d.m0.c.i1.a0, d0.e0.p.d.m0.c.i1.k diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java index 907562c8ec..78bc49f26e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java @@ -83,10 +83,10 @@ public final class j extends r { /* compiled from: LazyJavaPackageScope.kt */ /* renamed from: d0.e0.p.d.m0.e.a.i0.l.j$b$b reason: collision with other inner class name */ - public static final class C0227b extends b { - public static final C0227b a = new C0227b(); + public static final class C0228b extends b { + public static final C0228b a = new C0228b(); - public C0227b() { + public C0228b() { super(null); } } @@ -133,15 +133,15 @@ public final class j extends r { if (access$resolveKotlinBinaryClass instanceof b.c) { return null; } - if (access$resolveKotlinBinaryClass instanceof b.C0227b) { + if (access$resolveKotlinBinaryClass instanceof b.C0228b) { g javaClass = aVar.getJavaClass(); if (javaClass == null) { s finder = this.$c.getComponents().getFinder(); if (findKotlinClassOrContent != null) { - if (!(findKotlinClassOrContent instanceof n.a.C0239a)) { + if (!(findKotlinClassOrContent instanceof n.a.C0240a)) { findKotlinClassOrContent = null; } - n.a.C0239a aVar3 = (n.a.C0239a) findKotlinClassOrContent; + n.a.C0240a aVar3 = (n.a.C0240a) findKotlinClassOrContent; if (aVar3 != null) { bArr = aVar3.getContent(); javaClass = finder.findClass(new s.a(aVar2, bArr, null, 4, null)); @@ -200,13 +200,13 @@ public final class j extends r { public static final b access$resolveKotlinBinaryClass(j jVar, p pVar) { Objects.requireNonNull(jVar); if (pVar == null) { - return b.C0227b.a; + return b.C0228b.a; } - if (pVar.getClassHeader().getKind() != a.EnumC0235a.CLASS) { + if (pVar.getClassHeader().getKind() != a.EnumC0236a.CLASS) { return b.c.a; } - e resolveClass = jVar.f2624c.getComponents().getDeserializedDescriptorResolver().resolveClass(pVar); - return resolveClass != null ? new b.a(resolveClass) : b.C0227b.a; + e resolveClass = jVar.f2626c.getComponents().getDeserializedDescriptorResolver().resolveClass(pVar); + return resolveClass != null ? new b.a(resolveClass) : b.C0228b.a; } @Override // d0.e0.p.d.m0.e.a.i0.l.k diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java index e17551bc5d..5b719c5595 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java @@ -44,7 +44,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "functionNamesLazy", "getFunctionNamesLazy()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "propertyNamesLazy", "getPropertyNamesLazy()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "classNamesLazy", "getClassNamesLazy()Ljava/util/Set;"))}; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.a.i0.g f2624c; + public final d0.e0.p.d.m0.e.a.i0.g f2626c; public final k d; public final d0.e0.p.d.m0.m.j> e; public final d0.e0.p.d.m0.m.j f; @@ -62,7 +62,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final List f2625c; + public final List f2627c; public final List d; public final boolean e; public final List f; @@ -77,7 +77,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { d0.z.d.m.checkNotNullParameter(list3, "errors"); this.a = c0Var; this.b = c0Var2; - this.f2625c = list; + this.f2627c = list; this.d = list2; this.e = z2; this.f = list3; @@ -91,7 +91,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { return false; } a aVar = (a) obj; - return d0.z.d.m.areEqual(this.a, aVar.a) && d0.z.d.m.areEqual(this.b, aVar.b) && d0.z.d.m.areEqual(this.f2625c, aVar.f2625c) && d0.z.d.m.areEqual(this.d, aVar.d) && this.e == aVar.e && d0.z.d.m.areEqual(this.f, aVar.f); + return d0.z.d.m.areEqual(this.a, aVar.a) && d0.z.d.m.areEqual(this.b, aVar.b) && d0.z.d.m.areEqual(this.f2627c, aVar.f2627c) && d0.z.d.m.areEqual(this.d, aVar.d) && this.e == aVar.e && d0.z.d.m.areEqual(this.f, aVar.f); } public final List getErrors() { @@ -115,14 +115,14 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { } public final List getValueParameters() { - return this.f2625c; + return this.f2627c; } public int hashCode() { int hashCode = this.a.hashCode() * 31; c0 c0Var = this.b; int hashCode2 = c0Var == null ? 0 : c0Var.hashCode(); - int hashCode3 = (this.d.hashCode() + ((this.f2625c.hashCode() + ((hashCode + hashCode2) * 31)) * 31)) * 31; + int hashCode3 = (this.d.hashCode() + ((this.f2627c.hashCode() + ((hashCode + hashCode2) * 31)) * 31)) * 31; boolean z2 = this.e; if (z2) { z2 = true; @@ -139,7 +139,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { P.append(", receiverType="); P.append(this.b); P.append(", valueParameters="); - P.append(this.f2625c); + P.append(this.f2627c); P.append(", typeParameters="); P.append(this.d); P.append(", hasStableParameterNames="); @@ -283,7 +283,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { for (r rVar : this.this$0.f.mo1invoke().findMethodsByName(eVar)) { d0.e0.p.d.m0.e.a.h0.f m = this.this$0.m(rVar); if (this.this$0.k(m)) { - ((g.a) this.this$0.f2624c.getComponents().getJavaResolverCache()).recordMethod(rVar, m); + ((g.a) this.this$0.f2626c.getComponents().getJavaResolverCache()).recordMethod(rVar, m); arrayList.add(m); } } @@ -342,7 +342,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { LinkedHashSet linkedHashSet = new LinkedHashSet((Collection) ((f.m) k.access$getDeclaredFunctions$p(this.this$0)).invoke(eVar)); k.access$retainMostSpecificMethods(this.this$0, linkedHashSet); this.this$0.f(linkedHashSet, eVar); - return u.toList(this.this$0.f2624c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2624c, linkedHashSet)); + return u.toList(this.this$0.f2626c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2626c, linkedHashSet)); } } @@ -361,17 +361,17 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { ArrayList arrayList = new ArrayList(); d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, k.access$getDeclaredField$p(this.this$0).invoke(eVar)); this.this$0.g(eVar, arrayList); - return d0.e0.p.d.m0.k.e.isAnnotationClass(this.this$0.j()) ? u.toList(arrayList) : u.toList(this.this$0.f2624c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2624c, arrayList)); + return d0.e0.p.d.m0.k.e.isAnnotationClass(this.this$0.j()) ? u.toList(arrayList) : u.toList(this.this$0.f2626c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2626c, arrayList)); } } /* compiled from: LazyJavaScope.kt */ /* renamed from: d0.e0.p.d.m0.e.a.i0.l.k$k reason: collision with other inner class name */ - public static final class C0228k extends o implements Function0> { + public static final class C0229k extends o implements Function0> { public final /* synthetic */ k this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0228k(k kVar) { + public C0229k(k kVar) { super(0); this.this$0 = kVar; } @@ -386,7 +386,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public k(d0.e0.p.d.m0.e.a.i0.g gVar, k kVar) { d0.z.d.m.checkNotNullParameter(gVar, "c"); - this.f2624c = gVar; + this.f2626c = gVar; this.d = kVar; this.e = gVar.getStorageManager().createRecursionTolerantLazyValue(new c(this), d0.t.n.emptyList()); this.f = gVar.getStorageManager().createLazyValue(new g(this)); @@ -394,7 +394,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { this.h = gVar.getStorageManager().createMemoizedFunctionWithNullableValues(new e(this)); this.i = gVar.getStorageManager().createMemoizedFunction(new i(this)); this.j = gVar.getStorageManager().createLazyValue(new h(this)); - this.k = gVar.getStorageManager().createLazyValue(new C0228k(this)); + this.k = gVar.getStorageManager().createLazyValue(new C0229k(this)); this.l = gVar.getStorageManager().createLazyValue(new d(this)); this.m = gVar.getStorageManager().createMemoizedFunction(new j(this)); } @@ -418,10 +418,10 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public static final n0 access$resolveProperty(k kVar, n nVar) { Objects.requireNonNull(kVar); boolean z2 = true; - d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(kVar.j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(kVar.f2624c, nVar), z.FINAL, f0.toDescriptorVisibility(nVar.getVisibility()), !nVar.isFinal(), nVar.getName(), kVar.f2624c.getComponents().getSourceElementFactory().source(nVar), nVar.isFinal() && nVar.isStatic()); + d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(kVar.j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(kVar.f2626c, nVar), z.FINAL, f0.toDescriptorVisibility(nVar.getVisibility()), !nVar.isFinal(), nVar.getName(), kVar.f2626c.getComponents().getSourceElementFactory().source(nVar), nVar.isFinal() && nVar.isStatic()); d0.z.d.m.checkNotNullExpressionValue(create, "create(\n ownerDescriptor, annotations, Modality.FINAL, field.visibility.toDescriptorVisibility(), isVar, field.name,\n c.components.sourceElementFactory.source(field), /* isConst = */ field.isFinalStatic\n )"); create.initialize(null, null, null, null); - c0 transformJavaType = kVar.f2624c.getTypeResolver().transformJavaType(nVar.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 3, null)); + c0 transformJavaType = kVar.f2626c.getTypeResolver().transformJavaType(nVar.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 3, null)); if (d0.e0.p.d.m0.b.h.isPrimitiveType(transformJavaType) || d0.e0.p.d.m0.b.h.isString(transformJavaType)) { if (nVar.isFinal() && nVar.isStatic()) { } @@ -433,9 +433,9 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { } create.setType(transformJavaType, d0.t.n.emptyList(), kVar.i(), null); if (d0.e0.p.d.m0.k.e.shouldRecordInitializerForProperty(create, create.getType())) { - create.setCompileTimeInitializer(kVar.f2624c.getStorageManager().createNullableLazyValue(new l(kVar, nVar, create))); + create.setCompileTimeInitializer(kVar.f2626c.getStorageManager().createNullableLazyValue(new l(kVar, nVar, create))); } - ((g.a) kVar.f2624c.getComponents().getJavaResolverCache()).recordField(nVar, create); + ((g.a) kVar.f2626c.getComponents().getJavaResolverCache()).recordField(nVar, create); return create; } @@ -532,9 +532,9 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public final d0.e0.p.d.m0.e.a.h0.f m(r rVar) { d0.z.d.m.checkNotNullParameter(rVar, "method"); - d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2624c, rVar), rVar.getName(), this.f2624c.getComponents().getSourceElementFactory().source(rVar), this.f.mo1invoke().findRecordComponentByName(rVar.getName()) != null && rVar.getValueParameters().isEmpty()); + d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2626c, rVar), rVar.getName(), this.f2626c.getComponents().getSourceElementFactory().source(rVar), this.f.mo1invoke().findRecordComponentByName(rVar.getName()) != null && rVar.getValueParameters().isEmpty()); d0.z.d.m.checkNotNullExpressionValue(createJavaMethod, "createJavaMethod(\n ownerDescriptor, annotations, method.name, c.components.sourceElementFactory.source(method),\n declaredMemberIndex().findRecordComponentByName(method.name) != null && method.valueParameters.isEmpty()\n )"); - d0.e0.p.d.m0.e.a.i0.g childForMethod$default = d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2624c, createJavaMethod, rVar, 0, 4, null); + d0.e0.p.d.m0.e.a.i0.g childForMethod$default = d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2626c, createJavaMethod, rVar, 0, 4, null); List typeParameters = rVar.getTypeParameters(); List arrayList = new ArrayList<>(d0.t.o.collectionSizeOrDefault(typeParameters, 10)); for (d0.e0.p.d.m0.e.a.k0.y yVar : typeParameters) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java index 0af81e7cf4..67e3b6d7f7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java @@ -22,6 +22,6 @@ public final class l extends o implements Function0> { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final g mo1invoke() { - return this.this$0.f2624c.getComponents().getJavaPropertyInitializerEvaluator().getInitializerConstant(this.$field, this.$propertyDescriptor); + return this.this$0.f2626c.getComponents().getJavaPropertyInitializerEvaluator().getInitializerConstant(this.$field, this.$propertyDescriptor); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java index e823a61b32..f13b3cadcf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java @@ -83,7 +83,7 @@ public final class o extends r { } mutableSet.addAll(functionNames); if (this.n.isEnum()) { - mutableSet.addAll(n.listOf((Object[]) new e[]{d0.e0.p.d.m0.b.k.f2511c, d0.e0.p.d.m0.b.k.b})); + mutableSet.addAll(n.listOf((Object[]) new e[]{d0.e0.p.d.m0.b.k.f2513c, d0.e0.p.d.m0.b.k.b})); } return mutableSet; } @@ -98,13 +98,13 @@ public final class o extends r { m.checkNotNullParameter(collection, "result"); m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); o parentJavaStaticClassScope = k.getParentJavaStaticClassScope(this.o); - Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, parentJavaStaticClassScope == null ? d0.t.n0.emptySet() : u.toSet(parentJavaStaticClassScope.getContributedFunctions(eVar, d.WHEN_GET_SUPER_MEMBERS)), collection, this.o, this.f2624c.getComponents().getErrorReporter(), this.f2624c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, parentJavaStaticClassScope == null ? d0.t.n0.emptySet() : u.toSet(parentJavaStaticClassScope.getContributedFunctions(eVar, d.WHEN_GET_SUPER_MEMBERS)), collection, this.o, this.f2626c.getComponents().getErrorReporter(), this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers, "resolveOverridesForStaticMembers(\n name,\n functionsFromSupertypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForStaticMembers); if (!this.n.isEnum()) { return; } - if (m.areEqual(eVar, d0.e0.p.d.m0.b.k.f2511c)) { + if (m.areEqual(eVar, d0.e0.p.d.m0.b.k.f2513c)) { t0 createEnumValueOfMethod = d0.e0.p.d.m0.k.d.createEnumValueOfMethod(this.o); m.checkNotNullExpressionValue(createEnumValueOfMethod, "createEnumValueOfMethod(ownerDescriptor)"); collection.add(createEnumValueOfMethod); @@ -123,7 +123,7 @@ public final class o extends r { LinkedHashSet linkedHashSet = new LinkedHashSet(); d0.e0.p.d.m0.p.b.dfs(d0.t.m.listOf(fVar), p.a, new q(fVar, linkedHashSet, new a(eVar))); if (!collection.isEmpty()) { - Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, linkedHashSet, collection, this.o, this.f2624c.getComponents().getErrorReporter(), this.f2624c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, linkedHashSet, collection, this.o, this.f2626c.getComponents().getErrorReporter(), this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers, "resolveOverridesForStaticMembers(\n name,\n propertiesFromSupertypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForStaticMembers); return; @@ -140,7 +140,7 @@ public final class o extends r { } ArrayList arrayList = new ArrayList(); for (Map.Entry entry : linkedHashMap.entrySet()) { - Collection resolveOverridesForStaticMembers2 = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, (Collection) entry.getValue(), collection, this.o, this.f2624c.getComponents().getErrorReporter(), this.f2624c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers2 = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, (Collection) entry.getValue(), collection, this.o, this.f2626c.getComponents().getErrorReporter(), this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers2, "resolveOverridesForStaticMembers(\n name, it.value, result, ownerDescriptor, c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); r.addAll(arrayList, resolveOverridesForStaticMembers2); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java index 2522a74c02..af173653b8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java @@ -9,19 +9,19 @@ import java.util.Set; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: LazyJavaStaticClassScope.kt */ -public final class q extends b.AbstractC0291b { +public final class q extends b.AbstractC0292b { public final /* synthetic */ e a; public final /* synthetic */ Set b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function1> f2626c; + public final /* synthetic */ Function1> f2628c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function1> */ /* JADX WARN: Multi-variable type inference failed */ public q(e eVar, Set set, Function1> function1) { this.a = eVar; this.b = set; - this.f2626c = function1; + this.f2628c = function1; } public boolean beforeChildren(e eVar) { @@ -34,7 +34,7 @@ public final class q extends b.AbstractC0291b { if (!(staticScope instanceof r)) { return true; } - this.b.addAll((Collection) this.f2626c.invoke(staticScope)); + this.b.addAll((Collection) this.f2628c.invoke(staticScope)); return false; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java index 77ec1e44b7..33adfcfacd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java @@ -21,7 +21,7 @@ import java.util.List; public final class s extends b { /* renamed from: s reason: collision with root package name */ - public final g f2627s; + public final g f2629s; public final y t; public final d u; @@ -31,7 +31,7 @@ public final class s extends b { d0.z.d.m.checkNotNullParameter(gVar, "c"); d0.z.d.m.checkNotNullParameter(yVar, "javaTypeParameter"); d0.z.d.m.checkNotNullParameter(mVar, "containingDeclaration"); - this.f2627s = gVar; + this.f2629s = gVar; this.t = yVar; this.u = new d(gVar, yVar, false, 4, null); } @@ -39,7 +39,7 @@ public final class s extends b { @Override // d0.e0.p.d.m0.c.i1.f public List b(List list) { d0.z.d.m.checkNotNullParameter(list, "bounds"); - return this.f2627s.getComponents().getSignatureEnhancement().enhanceTypeParameterBounds(this, list, this.f2627s); + return this.f2629s.getComponents().getSignatureEnhancement().enhanceTypeParameterBounds(this, list, this.f2629s); } @Override // d0.e0.p.d.m0.c.i1.f @@ -52,15 +52,15 @@ public final class s extends b { Collection upperBounds = this.t.getUpperBounds(); if (upperBounds.isEmpty()) { d0 d0Var = d0.a; - j0 anyType = this.f2627s.getModule().getBuiltIns().getAnyType(); + j0 anyType = this.f2629s.getModule().getBuiltIns().getAnyType(); d0.z.d.m.checkNotNullExpressionValue(anyType, "c.module.builtIns.anyType"); - j0 nullableAnyType = this.f2627s.getModule().getBuiltIns().getNullableAnyType(); + j0 nullableAnyType = this.f2629s.getModule().getBuiltIns().getNullableAnyType(); d0.z.d.m.checkNotNullExpressionValue(nullableAnyType, "c.module.builtIns.nullableAnyType"); return d0.t.m.listOf(d0.flexibleType(anyType, nullableAnyType)); } ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(upperBounds, 10)); for (j jVar : upperBounds) { - arrayList.add(this.f2627s.getTypeResolver().transformJavaType(jVar, e.toAttributes$default(k.COMMON, false, this, 1, null))); + arrayList.add(this.f2629s.getTypeResolver().transformJavaType(jVar, e.toAttributes$default(k.COMMON, false, this, 1, null))); } return arrayList; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java index 38a6ceb0f8..426840efde 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java @@ -10,7 +10,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2628c; + public final boolean f2630c; public final z0 d; public a(k kVar, b bVar, boolean z2, z0 z0Var) { @@ -18,7 +18,7 @@ public final class a { m.checkNotNullParameter(bVar, "flexibility"); this.a = kVar; this.b = bVar; - this.f2628c = z2; + this.f2630c = z2; this.d = z0Var; } @@ -35,7 +35,7 @@ public final class a { bVar = aVar.b; } if ((i & 4) != 0) { - z2 = aVar.f2628c; + z2 = aVar.f2630c; } if ((i & 8) != 0) { z0Var = aVar.d; @@ -57,7 +57,7 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f2628c == aVar.f2628c && m.areEqual(this.d, aVar.d); + return this.a == aVar.a && this.b == aVar.b && this.f2630c == aVar.f2630c && m.areEqual(this.d, aVar.d); } public final b getFlexibility() { @@ -74,7 +74,7 @@ public final class a { public int hashCode() { int hashCode = (this.b.hashCode() + (this.a.hashCode() * 31)) * 31; - boolean z2 = this.f2628c; + boolean z2 = this.f2630c; if (z2) { z2 = true; } @@ -87,7 +87,7 @@ public final class a { } public final boolean isForAnnotationParameter() { - return this.f2628c; + return this.f2630c; } public String toString() { @@ -96,7 +96,7 @@ public final class a { P.append(", flexibility="); P.append(this.b); P.append(", isForAnnotationParameter="); - P.append(this.f2628c); + P.append(this.f2630c); P.append(", upperBoundOfTypeParameter="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java index 99797e2507..094c823ea9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java @@ -28,7 +28,7 @@ public final class f extends z0 { public static final f b = new f(); /* renamed from: c reason: collision with root package name */ - public static final a f2629c; + public static final a f2631c; public static final a d; /* compiled from: RawType.kt */ @@ -64,7 +64,7 @@ public final class f extends z0 { static { k kVar = k.COMMON; - f2629c = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_LOWER_BOUND); + f2631c = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_LOWER_BOUND); d = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_UPPER_BOUND); } @@ -121,7 +121,7 @@ public final class f extends z0 { if (declarationDescriptor instanceof e) { d0.e0.p.d.m0.c.h declarationDescriptor2 = y.upperIfFlexible(c0Var).getConstructor().getDeclarationDescriptor(); if (declarationDescriptor2 instanceof e) { - Pair a2 = a(y.lowerIfFlexible(c0Var), (e) declarationDescriptor, f2629c); + Pair a2 = a(y.lowerIfFlexible(c0Var), (e) declarationDescriptor, f2631c); j0 component1 = a2.component1(); boolean booleanValue = a2.component2().booleanValue(); Pair a3 = a(y.upperIfFlexible(c0Var), (e) declarationDescriptor2, d); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/k0/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/k0/a.java index a13b18ce37..0739a4b97e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/k0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/k0/a.java @@ -7,7 +7,7 @@ public interface a extends l { /* compiled from: javaElements.kt */ /* renamed from: d0.e0.p.d.m0.e.a.k0.a$a reason: collision with other inner class name */ - public static final class C0229a { + public static final class C0230a { public static boolean isFreshlySupportedTypeUseAnnotation(a aVar) { m.checkNotNullParameter(aVar, "this"); return false; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java index 4a06ae1db6..3dba5bd93b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java @@ -34,13 +34,13 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f2630c; + public final boolean f2632c; public a(c0 c0Var, int i, boolean z2) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = i; - this.f2630c = z2; + this.f2632c = z2; } public final int getSubtreeSize() { @@ -60,7 +60,7 @@ public final class d { } public final boolean getWereChanges() { - return this.f2630c; + return this.f2632c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java index f19a97d43c..426598ea8b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java @@ -7,7 +7,7 @@ public final class e { public static final e b = new e(null, null, false, false, 8, null); /* renamed from: c reason: collision with root package name */ - public final h f2631c; + public final h f2633c; public final f d; public final boolean e; public final boolean f; @@ -23,7 +23,7 @@ public final class e { } public e(h hVar, f fVar, boolean z2, boolean z3) { - this.f2631c = hVar; + this.f2633c = hVar; this.d = fVar; this.e = z2; this.f = z3; @@ -43,7 +43,7 @@ public final class e { } public final h getNullability() { - return this.f2631c; + return this.f2633c; } public final boolean isNotNullTypeParameter() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java index f7f667dd2e..7e41f41550 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java @@ -10,11 +10,11 @@ public final class j { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2632c; + public static final e f2634c; public static final Map d; /* compiled from: predefinedEnhancementInfo.kt */ - public static final class a extends d0.z.d.o implements Function1 { + public static final class a extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JFConsumer; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -26,19 +26,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JFConsumer, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class a0 extends d0.z.d.o implements Function1 { + public static final class a0 extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -50,12 +50,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.returns(d0.e0.p.d.m0.k.y.d.BOOLEAN); @@ -63,7 +63,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class b extends d0.z.d.o implements Function1 { + public static final class b extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -75,19 +75,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class b0 extends d0.z.d.o implements Function1 { + public static final class b0 extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -99,12 +99,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); @@ -113,7 +113,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class c extends d0.z.d.o implements Function1 { + public static final class c extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -125,12 +125,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); @@ -138,7 +138,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class d extends d0.z.d.o implements Function1 { + public static final class d extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -150,12 +150,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.returns(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); @@ -163,7 +163,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class e extends d0.z.d.o implements Function1 { + public static final class e extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -175,12 +175,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); @@ -189,7 +189,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class f extends d0.z.d.o implements Function1 { + public static final class f extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -201,19 +201,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.returns(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class g extends d0.z.d.o implements Function1 { + public static final class g extends d0.z.d.o implements Function1 { public final /* synthetic */ d0.e0.p.d.m0.e.b.w $this_anonymous; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -225,19 +225,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.returns(this.$this_anonymous.javaUtil("Spliterator"), j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class h extends d0.z.d.o implements Function1 { + public static final class h extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JFPredicate; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -249,12 +249,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JFPredicate, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749()); aVar.returns(d0.e0.p.d.m0.k.y.d.BOOLEAN); @@ -262,7 +262,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class i extends d0.z.d.o implements Function1 { + public static final class i extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JUStream; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -274,12 +274,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.returns(this.$JUStream, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749()); } @@ -287,11 +287,11 @@ public final class j { /* compiled from: predefinedEnhancementInfo.kt */ /* renamed from: d0.e0.p.d.m0.e.a.l0.j$j reason: collision with other inner class name */ - public static final class C0230j extends d0.z.d.o implements Function1 { + public static final class C0231j extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JUStream; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0230j(String str) { + public C0231j(String str) { super(1); this.$JUStream = str; } @@ -299,19 +299,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.returns(this.$JUStream, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class k extends d0.z.d.o implements Function1 { + public static final class k extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JFUnaryOperator; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -323,19 +323,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JFUnaryOperator, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class l extends d0.z.d.o implements Function1 { + public static final class l extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JFBiConsumer; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -347,19 +347,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JFBiConsumer, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class m extends d0.z.d.o implements Function1 { + public static final class m extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -371,12 +371,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); @@ -385,7 +385,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class n extends d0.z.d.o implements Function1 { + public static final class n extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -397,12 +397,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); @@ -411,7 +411,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class o extends d0.z.d.o implements Function1 { + public static final class o extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -423,12 +423,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); @@ -438,7 +438,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class p extends d0.z.d.o implements Function1 { + public static final class p extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JFBiFunction; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -450,19 +450,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JFBiFunction, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class q extends d0.z.d.o implements Function1 { + public static final class q extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JFBiFunction; public final /* synthetic */ String $JLObject; @@ -476,12 +476,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.parameter(this.$JFBiFunction, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNULLABLE$p$s1730278749(), j.access$getNULLABLE$p$s1730278749()); @@ -490,7 +490,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class r extends d0.z.d.o implements Function1 { + public static final class r extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JFFunction; public final /* synthetic */ String $JLObject; @@ -504,12 +504,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.parameter(this.$JFFunction, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749()); @@ -518,7 +518,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class s extends d0.z.d.o implements Function1 { + public static final class s extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JFBiFunction; public final /* synthetic */ String $JLObject; @@ -532,12 +532,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.parameter(this.$JFBiFunction, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_NULLABLE$p$s1730278749(), j.access$getNULLABLE$p$s1730278749()); @@ -546,7 +546,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class t extends d0.z.d.o implements Function1 { + public static final class t extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JFBiFunction; public final /* synthetic */ String $JLObject; @@ -560,12 +560,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_PLATFORM$p$s1730278749()); aVar.parameter(this.$JLObject, j.access$getNOT_NULLABLE$p$s1730278749()); @@ -575,7 +575,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class u extends d0.z.d.o implements Function1 { + public static final class u extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JUOptional; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -587,19 +587,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.returns(this.$JUOptional, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_NULLABLE$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class v extends d0.z.d.o implements Function1 { + public static final class v extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; public final /* synthetic */ String $JUOptional; @@ -613,12 +613,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNOT_NULLABLE$p$s1730278749()); aVar.returns(this.$JUOptional, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_NULLABLE$p$s1730278749()); @@ -626,7 +626,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class w extends d0.z.d.o implements Function1 { + public static final class w extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; public final /* synthetic */ String $JUOptional; @@ -640,12 +640,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JLObject, j.access$getNULLABLE$p$s1730278749()); aVar.returns(this.$JUOptional, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_NULLABLE$p$s1730278749()); @@ -653,7 +653,7 @@ public final class j { } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class x extends d0.z.d.o implements Function1 { + public static final class x extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -665,19 +665,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.returns(this.$JLObject, j.access$getNOT_NULLABLE$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class y extends d0.z.d.o implements Function1 { + public static final class y extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JFConsumer; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -689,19 +689,19 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.parameter(this.$JFConsumer, j.access$getNOT_PLATFORM$p$s1730278749(), j.access$getNOT_NULLABLE$p$s1730278749()); } } /* compiled from: predefinedEnhancementInfo.kt */ - public static final class z extends d0.z.d.o implements Function1 { + public static final class z extends d0.z.d.o implements Function1 { public final /* synthetic */ String $JLObject; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -713,12 +713,12 @@ public final class j { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(q.a.C0232a aVar) { + public /* bridge */ /* synthetic */ Unit invoke(q.a.C0233a aVar) { invoke(aVar); return Unit.a; } - public final void invoke(q.a.C0232a aVar) { + public final void invoke(q.a.C0233a aVar) { d0.z.d.m.checkNotNullParameter(aVar, ""); aVar.returns(this.$JLObject, j.access$getNULLABLE$p$s1730278749()); } @@ -727,7 +727,7 @@ public final class j { static { h hVar = h.NOT_NULL; b = new e(hVar, null, false, false, 8, null); - f2632c = new e(hVar, null, true, false, 8, null); + f2634c = new e(hVar, null, true, false, 8, null); d0.e0.p.d.m0.e.b.w wVar = d0.e0.p.d.m0.e.b.w.a; String javaLang = wVar.javaLang("Object"); String javaFunction = wVar.javaFunction("Predicate"); @@ -744,7 +744,7 @@ public final class j { q.a aVar = new q.a(qVar, wVar.javaUtil("Collection")); aVar.function("removeIf", new h(javaFunction)); aVar.function("stream", new i(javaUtil)); - aVar.function("parallelStream", new C0230j(javaUtil)); + aVar.function("parallelStream", new C0231j(javaUtil)); new q.a(qVar, wVar.javaUtil("List")).function("replaceAll", new k(javaFunction6)); q.a aVar2 = new q.a(qVar, wVar.javaUtil("Map")); aVar2.function("forEach", new l(javaFunction5)); @@ -774,7 +774,7 @@ public final class j { } public static final /* synthetic */ e access$getNOT_NULLABLE$p$s1730278749() { - return f2632c; + return f2634c; } public static final /* synthetic */ e access$getNOT_PLATFORM$p$s1730278749() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java index 04725a6752..81153993f1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java @@ -48,7 +48,7 @@ public final class l { public final e b; /* renamed from: c reason: collision with root package name */ - public final d f2633c; + public final d f2635c; /* compiled from: signatureEnhancement.kt */ public static class a { @@ -56,17 +56,17 @@ public final class l { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2634c; + public final boolean f2636c; public a(c0 c0Var, boolean z2, boolean z3) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = z2; - this.f2634c = z3; + this.f2636c = z3; } public final boolean getContainsFunctionN() { - return this.f2634c; + return this.f2636c; } public final c0 getType() { @@ -84,7 +84,7 @@ public final class l { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final Collection f2635c; + public final Collection f2637c; public final boolean d; public final g e; public final d0.e0.p.d.m0.e.a.a f; @@ -111,14 +111,14 @@ public final class l { /* compiled from: signatureEnhancement.kt */ /* renamed from: d0.e0.p.d.m0.e.a.l0.l$b$b reason: collision with other inner class name */ - public static final class C0231b extends o implements Function1 { + public static final class C0232b extends o implements Function1 { public final /* synthetic */ w $predefined; public final /* synthetic */ Function1 $qualifiers; /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX WARN: Multi-variable type inference failed */ /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0231b(w wVar, Function1 function1) { + public C0232b(w wVar, Function1 function1) { super(1); this.$predefined = wVar; this.$qualifiers = function1; @@ -148,7 +148,7 @@ public final class l { l.this = lVar; this.a = aVar; this.b = c0Var; - this.f2635c = collection; + this.f2637c = collection; this.d = z2; this.e = gVar; this.f = aVar2; @@ -409,7 +409,7 @@ public final class l { i nullabilityQualifier; d0.e0.p.d.m0.c.g1.a aVar; boolean z8; - Collection collection = this.f2635c; + Collection collection = this.f2637c; int i3 = 10; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(collection, 10)); Iterator it2 = collection.iterator(); @@ -426,7 +426,7 @@ public final class l { ArrayList arrayList4 = new ArrayList(1); d(this, arrayList4, c0Var, this.e, null); if (this.d) { - Collection collection2 = this.f2635c; + Collection collection2 = this.f2637c; if (!(collection2 instanceof Collection) || !collection2.isEmpty()) { Iterator it3 = collection2.iterator(); while (true) { @@ -809,7 +809,7 @@ public final class l { m.checkNotNullParameter(dVar, "typeEnhancement"); this.a = cVar; this.b = eVar; - this.f2633c = dVar; + this.f2635c = dVar; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.c access$getAnnotationTypeQualifierResolver$p(l lVar) { @@ -817,7 +817,7 @@ public final class l { } public static final /* synthetic */ d access$getTypeEnhancement$p(l lVar) { - return lVar.f2633c; + return lVar.f2635c; } /* JADX INFO: Can't fix incorrect switch cases order, some code will duplicate */ @@ -1059,7 +1059,7 @@ public final class l { if (!z3 && !z2) { } } - Pair, ?> pair = z2 ? d0.o.to(d0.e0.p.d.m0.k.w.a.getDEPRECATED_FUNCTION_KEY(), new d0.e0.p.d.m0.e.a.m(bVar3)) : null; + Pair, ?> pair = z2 ? d0.o.to(d0.e0.p.d.m0.k.w.a.getDEPRECATED_FUNCTION_KEY(), new d0.e0.p.d.m0.e.a.m(bVar3)) : null; c0 type = aVar == null ? null : aVar.getType(); ArrayList arrayList3 = new ArrayList(d0.t.o.collectionSizeOrDefault(arrayList, 10)); Iterator it3 = arrayList.iterator(); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java index 9b5af5fa9b..15e64e5ffd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java @@ -29,15 +29,15 @@ public final class q { /* compiled from: predefinedEnhancementInfo.kt */ /* renamed from: d0.e0.p.d.m0.e.a.l0.q$a$a reason: collision with other inner class name */ - public final class C0232a { + public final class C0233a { public final String a; public final List> b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public Pair f2636c = o.to(ExifInterface.GPS_MEASUREMENT_INTERRUPTED, null); + public Pair f2638c = o.to(ExifInterface.GPS_MEASUREMENT_INTERRUPTED, null); public final /* synthetic */ a d; - public C0232a(a aVar, String str) { + public C0233a(a aVar, String str) { m.checkNotNullParameter(aVar, "this$0"); m.checkNotNullParameter(str, "functionName"); this.d = aVar; @@ -54,8 +54,8 @@ public final class q { while (it.hasNext()) { arrayList.add((String) ((Pair) it.next()).getFirst()); } - String signature = wVar.signature(className, wVar.jvmDescriptor(functionName, arrayList, this.f2636c.getFirst())); - w second = this.f2636c.getSecond(); + String signature = wVar.signature(className, wVar.jvmDescriptor(functionName, arrayList, this.f2638c.getFirst())); + w second = this.f2638c.getSecond(); List> list2 = this.b; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(list2, 10)); Iterator it2 = list2.iterator(); @@ -91,7 +91,7 @@ public final class q { m.checkNotNullParameter(dVar, "type"); String desc = dVar.getDesc(); m.checkNotNullExpressionValue(desc, "type.desc"); - this.f2636c = o.to(desc, null); + this.f2638c = o.to(desc, null); } public final void returns(String str, e... eVarArr) { @@ -102,7 +102,7 @@ public final class q { for (z zVar : withIndex) { linkedHashMap.put(Integer.valueOf(zVar.getIndex()), (e) zVar.getValue()); } - this.f2636c = o.to(str, new w(linkedHashMap)); + this.f2638c = o.to(str, new w(linkedHashMap)); } } @@ -113,11 +113,11 @@ public final class q { this.a = str; } - public final void function(String str, Function1 function1) { + public final void function(String str, Function1 function1) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(function1, "block"); Map access$getSignatures$p = q.access$getSignatures$p(this.b); - C0232a aVar = new C0232a(this, str); + C0233a aVar = new C0233a(this, str); function1.invoke(aVar); Pair build = aVar.build(); access$getSignatures$p.put(build.getFirst(), build.getSecond()); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java index 2de3382db0..1ae7d70ac1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java @@ -11,14 +11,14 @@ public final class s { public final u b; /* renamed from: c reason: collision with root package name */ - public final z0 f2637c; + public final z0 f2639c; public final boolean d; public s(c0 c0Var, u uVar, z0 z0Var, boolean z2) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = uVar; - this.f2637c = z0Var; + this.f2639c = z0Var; this.d = z2; } @@ -31,7 +31,7 @@ public final class s { } public final z0 component3() { - return this.f2637c; + return this.f2639c; } public final boolean component4() { @@ -46,7 +46,7 @@ public final class s { return false; } s sVar = (s) obj; - return m.areEqual(this.a, sVar.a) && m.areEqual(this.b, sVar.b) && m.areEqual(this.f2637c, sVar.f2637c) && this.d == sVar.d; + return m.areEqual(this.a, sVar.a) && m.areEqual(this.b, sVar.b) && m.areEqual(this.f2639c, sVar.f2639c) && this.d == sVar.d; } public final c0 getType() { @@ -58,7 +58,7 @@ public final class s { u uVar = this.b; int i = 0; int hashCode2 = (hashCode + (uVar == null ? 0 : uVar.hashCode())) * 31; - z0 z0Var = this.f2637c; + z0 z0Var = this.f2639c; if (z0Var != null) { i = z0Var.hashCode(); } @@ -79,7 +79,7 @@ public final class s { P.append(", defaultQualifiers="); P.append(this.b); P.append(", typeParameterForArgument="); - P.append(this.f2637c); + P.append(this.f2639c); P.append(", isFromStarProjection="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/s.java index a549ca0c7f..4fbd949318 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/s.java @@ -16,13 +16,13 @@ public interface s { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final g f2638c; + public final g f2640c; public a(d0.e0.p.d.m0.g.a aVar, byte[] bArr, g gVar) { m.checkNotNullParameter(aVar, "classId"); this.a = aVar; this.b = bArr; - this.f2638c = gVar; + this.f2640c = gVar; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -38,7 +38,7 @@ public interface s { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2638c, aVar.f2638c); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2640c, aVar.f2640c); } public final d0.e0.p.d.m0.g.a getClassId() { @@ -50,7 +50,7 @@ public interface s { byte[] bArr = this.b; int i = 0; int hashCode2 = (hashCode + (bArr == null ? 0 : Arrays.hashCode(bArr))) * 31; - g gVar = this.f2638c; + g gVar = this.f2640c; if (gVar != null) { i = gVar.hashCode(); } @@ -63,7 +63,7 @@ public interface s { P.append(", previouslyFoundClassFileContent="); P.append(Arrays.toString(this.b)); P.append(", outerClass="); - P.append(this.f2638c); + P.append(this.f2640c); P.append(')'); return P.toString(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/u.java b/app/src/main/java/d0/e0/p/d/m0/e/a/u.java index a9da9d154d..a51ee5d295 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/u.java @@ -12,7 +12,7 @@ public final class u { public final Collection b; /* renamed from: c reason: collision with root package name */ - public final boolean f2639c; + public final boolean f2641c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ @@ -21,7 +21,7 @@ public final class u { m.checkNotNullParameter(collection, "qualifierApplicabilityTypes"); this.a = iVar; this.b = collection; - this.f2639c = z2; + this.f2641c = z2; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -39,7 +39,7 @@ public final class u { collection = uVar.b; } if ((i & 4) != 0) { - z2 = uVar.f2639c; + z2 = uVar.f2641c; } return uVar.copy(iVar, collection, z2); } @@ -58,15 +58,15 @@ public final class u { return false; } u uVar = (u) obj; - return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && this.f2639c == uVar.f2639c; + return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && this.f2641c == uVar.f2641c; } public final boolean getAffectsTypeParameterBasedTypes() { - return this.f2639c; + return this.f2641c; } public final boolean getMakesTypeParameterNotNull() { - return this.a.getQualifier() == h.NOT_NULL && this.f2639c; + return this.a.getQualifier() == h.NOT_NULL && this.f2641c; } public final i getNullabilityQualifier() { @@ -79,7 +79,7 @@ public final class u { public int hashCode() { int hashCode = (this.b.hashCode() + (this.a.hashCode() * 31)) * 31; - boolean z2 = this.f2639c; + boolean z2 = this.f2641c; if (z2) { z2 = true; } @@ -95,7 +95,7 @@ public final class u { P.append(", qualifierApplicabilityTypes="); P.append(this.b); P.append(", affectsTypeParameterBasedTypes="); - P.append(this.f2639c); + P.append(this.f2641c); P.append(')'); return P.toString(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/w.java b/app/src/main/java/d0/e0/p/d/m0/e/a/w.java index 20d87e1785..a8178c687c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/w.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/w.java @@ -17,7 +17,7 @@ public class w { public static final u b; /* renamed from: c reason: collision with root package name */ - public static final u f2640c; + public static final u f2642c; public static final Map d = new HashMap(); /* compiled from: JavaDescriptorVisibilities */ @@ -117,12 +117,12 @@ public class w { } static { - a aVar = new a(d0.e0.p.d.m0.c.j1.a.f2575c); + a aVar = new a(d0.e0.p.d.m0.c.j1.a.f2577c); a = aVar; - b bVar = new b(d0.e0.p.d.m0.c.j1.c.f2577c); + b bVar = new b(d0.e0.p.d.m0.c.j1.c.f2579c); b = bVar; - c cVar = new c(d0.e0.p.d.m0.c.j1.b.f2576c); - f2640c = cVar; + c cVar = new c(d0.e0.p.d.m0.c.j1.b.f2578c); + f2642c = cVar; d(aVar); d(bVar); d(cVar); @@ -181,7 +181,7 @@ public class w { } else if (c(e.unwrapFakeOverrideToAnyDeclaration(qVar), mVar)) { return true; } else { - return t.f2594c.isVisible(dVar, qVar, mVar); + return t.f2596c.isVisible(dVar, qVar, mVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/a.java b/app/src/main/java/d0/e0/p/d/m0/e/b/a.java index 0da49604b0..03d400c64f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/a.java @@ -38,7 +38,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { /* compiled from: AbstractBinaryClassAnnotationAndConstantLoader.kt */ /* renamed from: d0.e0.p.d.m0.e.b.a$a reason: collision with other inner class name */ - public enum EnumC0233a { + public enum EnumC0234a { PROPERTY, BACKING_FIELD, DELEGATE_FIELD @@ -227,7 +227,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { public final p g(y yVar, boolean z2, boolean z3, Boolean bool, boolean z4) { y.a outerClass; - c.EnumC0252c cVar = c.EnumC0252c.INTERFACE; + c.EnumC0253c cVar = c.EnumC0253c.INTERFACE; if (z2) { if (bool != null) { if (yVar instanceof y.a) { @@ -258,7 +258,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { } if (z3 && (yVar instanceof y.a)) { y.a aVar3 = (y.a) yVar; - if (aVar3.getKind() == c.EnumC0252c.COMPANION_OBJECT && (outerClass = aVar3.getOuterClass()) != null && (outerClass.getKind() == c.EnumC0252c.CLASS || outerClass.getKind() == c.EnumC0252c.ENUM_CLASS || (z4 && (outerClass.getKind() == cVar || outerClass.getKind() == c.EnumC0252c.ANNOTATION_CLASS)))) { + if (aVar3.getKind() == c.EnumC0253c.COMPANION_OBJECT && (outerClass = aVar3.getOuterClass()) != null && (outerClass.getKind() == c.EnumC0253c.CLASS || outerClass.getKind() == c.EnumC0253c.ENUM_CLASS || (z4 && (outerClass.getKind() == cVar || outerClass.getKind() == c.EnumC0253c.ANNOTATION_CLASS)))) { return j(outerClass); } } @@ -274,13 +274,13 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { public abstract p.a h(d0.e0.p.d.m0.g.a aVar, u0 u0Var, List list); - public final List i(y yVar, d0.e0.p.d.m0.f.n nVar, EnumC0233a aVar) { - Boolean bool = d0.e0.p.d.m0.f.z.b.f2679z.get(nVar.getFlags()); + public final List i(y yVar, d0.e0.p.d.m0.f.n nVar, EnumC0234a aVar) { + Boolean bool = d0.e0.p.d.m0.f.z.b.f2681z.get(nVar.getFlags()); m.checkNotNullExpressionValue(bool, "IS_CONST.get(proto.flags)"); boolean booleanValue = bool.booleanValue(); d0.e0.p.d.m0.f.a0.b.h hVar = d0.e0.p.d.m0.f.a0.b.h.a; boolean isMovedFromInterfaceCompanion = d0.e0.p.d.m0.f.a0.b.h.isMovedFromInterfaceCompanion(nVar); - if (aVar == EnumC0233a.PROPERTY) { + if (aVar == EnumC0234a.PROPERTY) { s f = f(this, nVar, yVar.getNameResolver(), yVar.getTypeTable(), false, true, false, 40, null); return f == null ? d0.t.n.emptyList() : b(this, yVar, f, true, false, Boolean.valueOf(booleanValue), isMovedFromInterfaceCompanion, 8, null); } @@ -290,7 +290,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { } boolean z2 = false; boolean contains$default = w.contains$default((CharSequence) f2.getSignature(), (CharSequence) "$delegate", false, 2, (Object) null); - if (aVar == EnumC0233a.DELEGATE_FIELD) { + if (aVar == EnumC0234a.DELEGATE_FIELD) { z2 = true; } return contains$default != z2 ? d0.t.n.emptyList() : a(yVar, f2, true, true, Boolean.valueOf(booleanValue), isMovedFromInterfaceCompanion); @@ -311,7 +311,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { m.checkNotNullParameter(nVar, "proto"); m.checkNotNullParameter(bVar, "kind"); if (bVar == d0.e0.p.d.m0.l.b.b.PROPERTY) { - return i(yVar, (d0.e0.p.d.m0.f.n) nVar, EnumC0233a.PROPERTY); + return i(yVar, (d0.e0.p.d.m0.f.n) nVar, EnumC0234a.PROPERTY); } s d2 = d(this, nVar, yVar.getNameResolver(), yVar.getTypeTable(), bVar, false, 16, null); return d2 == null ? d0.t.n.emptyList() : b(this, yVar, d2, false, false, null, false, 60, null); @@ -356,7 +356,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { public List loadPropertyBackingFieldAnnotations(y yVar, d0.e0.p.d.m0.f.n nVar) { m.checkNotNullParameter(yVar, "container"); m.checkNotNullParameter(nVar, "proto"); - return i(yVar, nVar, EnumC0233a.BACKING_FIELD); + return i(yVar, nVar, EnumC0234a.BACKING_FIELD); } @Override // d0.e0.p.d.m0.l.b.c @@ -367,7 +367,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { m.checkNotNullParameter(yVar, "container"); m.checkNotNullParameter(nVar, "proto"); m.checkNotNullParameter(c0Var, "expectedType"); - Boolean bool = d0.e0.p.d.m0.f.z.b.f2679z.get(nVar.getFlags()); + Boolean bool = d0.e0.p.d.m0.f.z.b.f2681z.get(nVar.getFlags()); d0.e0.p.d.m0.f.a0.b.h hVar = d0.e0.p.d.m0.f.a0.b.h.a; p g = g(yVar, true, true, bool, d0.e0.p.d.m0.f.a0.b.h.isMovedFromInterfaceCompanion(nVar)); if (g == null) { @@ -400,7 +400,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { public List loadPropertyDelegateFieldAnnotations(y yVar, d0.e0.p.d.m0.f.n nVar) { m.checkNotNullParameter(yVar, "container"); m.checkNotNullParameter(nVar, "proto"); - return i(yVar, nVar, EnumC0233a.DELEGATE_FIELD); + return i(yVar, nVar, EnumC0234a.DELEGATE_FIELD); } @Override // d0.e0.p.d.m0.l.b.c @@ -461,7 +461,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { if (!(nVar instanceof d0.e0.p.d.m0.f.n)) { if (nVar instanceof d0.e0.p.d.m0.f.d) { y.a aVar = (y.a) yVar; - if (aVar.getKind() == c.EnumC0252c.ENUM_CLASS) { + if (aVar.getKind() == c.EnumC0253c.ENUM_CLASS) { i2 = 2; } return b(this, yVar, s.a.fromMethodSignatureAndParameterIndex(d2, i + i2), false, false, null, false, 60, null); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b.java index dea4868111..ef23a62d32 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b.java @@ -20,10 +20,10 @@ public final class b implements p.d { public final /* synthetic */ HashMap> b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ HashMap f2641c; + public final /* synthetic */ HashMap f2643c; /* compiled from: AbstractBinaryClassAnnotationAndConstantLoader.kt */ - public final class a extends C0234b implements p.e { + public final class a extends C0235b implements p.e { public final /* synthetic */ b d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -50,17 +50,17 @@ public final class b implements p.d { /* compiled from: AbstractBinaryClassAnnotationAndConstantLoader.kt */ /* renamed from: d0.e0.p.d.m0.e.b.b$b reason: collision with other inner class name */ - public class C0234b implements p.c { + public class C0235b implements p.c { public final s a; public final ArrayList b = new ArrayList<>(); /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ b f2642c; + public final /* synthetic */ b f2644c; - public C0234b(b bVar, s sVar) { + public C0235b(b bVar, s sVar) { m.checkNotNullParameter(bVar, "this$0"); m.checkNotNullParameter(sVar, "signature"); - this.f2642c = bVar; + this.f2644c = bVar; this.a = sVar; } @@ -68,13 +68,13 @@ public final class b implements p.d { public p.a visitAnnotation(d0.e0.p.d.m0.g.a aVar, u0 u0Var) { m.checkNotNullParameter(aVar, "classId"); m.checkNotNullParameter(u0Var, "source"); - return a.access$loadAnnotationIfNotSpecial(this.f2642c.a, aVar, u0Var, this.b); + return a.access$loadAnnotationIfNotSpecial(this.f2644c.a, aVar, u0Var, this.b); } @Override // d0.e0.p.d.m0.e.b.p.c public void visitEnd() { if (!this.b.isEmpty()) { - this.f2642c.b.put(this.a, this.b); + this.f2644c.b.put(this.a, this.b); } } } @@ -82,7 +82,7 @@ public final class b implements p.d { public b(a aVar, HashMap> hashMap, HashMap hashMap2) { this.a = aVar; this.b = hashMap; - this.f2641c = hashMap2; + this.f2643c = hashMap2; } @Override // d0.e0.p.d.m0.e.b.p.d @@ -123,10 +123,10 @@ public final class b implements p.d { } g createConstantValue = h.a.createConstantValue(obj); if (createConstantValue != null) { - this.f2641c.put(fromFieldNameAndDesc, createConstantValue); + this.f2643c.put(fromFieldNameAndDesc, createConstantValue); } } - return new C0234b(this, fromFieldNameAndDesc); + return new C0235b(this, fromFieldNameAndDesc); } @Override // d0.e0.p.d.m0.e.b.p.d diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java index 91ab43fc2c..bd0546fa25 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java @@ -12,11 +12,11 @@ import java.util.Map; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: KotlinClassHeader.kt */ public final class a { - public final EnumC0235a a; + public final EnumC0236a a; public final f b; /* renamed from: c reason: collision with root package name */ - public final String[] f2643c; + public final String[] f2645c; public final String[] d; public final String[] e; public final String f; @@ -24,7 +24,7 @@ public final class a { /* compiled from: KotlinClassHeader.kt */ /* renamed from: d0.e0.p.d.m0.e.b.b0.a$a reason: collision with other inner class name */ - public enum EnumC0235a { + public enum EnumC0236a { UNKNOWN(0), CLASS(1), FILE_FACADE(2), @@ -32,58 +32,58 @@ public final class a { MULTIFILE_CLASS(4), MULTIFILE_CLASS_PART(5); - public static final C0236a i = new C0236a(null); - public static final Map j; + public static final C0237a i = new C0237a(null); + public static final Map j; /* renamed from: id reason: collision with root package name */ - private final int f2644id; + private final int f2646id; /* compiled from: KotlinClassHeader.kt */ /* renamed from: d0.e0.p.d.m0.e.b.b0.a$a$a reason: collision with other inner class name */ - public static final class C0236a { - public C0236a(DefaultConstructorMarker defaultConstructorMarker) { + public static final class C0237a { + public C0237a(DefaultConstructorMarker defaultConstructorMarker) { } - public final EnumC0235a getById(int i) { - EnumC0235a aVar = (EnumC0235a) EnumC0235a.access$getEntryById$cp().get(Integer.valueOf(i)); - return aVar == null ? EnumC0235a.UNKNOWN : aVar; + public final EnumC0236a getById(int i) { + EnumC0236a aVar = (EnumC0236a) EnumC0236a.access$getEntryById$cp().get(Integer.valueOf(i)); + return aVar == null ? EnumC0236a.UNKNOWN : aVar; } } static { - EnumC0235a[] values = values(); + EnumC0236a[] values = values(); LinkedHashMap linkedHashMap = new LinkedHashMap(d0.d0.f.coerceAtLeast(g0.mapCapacity(6), 16)); for (int i2 = 0; i2 < 6; i2++) { - EnumC0235a aVar = values[i2]; + EnumC0236a aVar = values[i2]; linkedHashMap.put(Integer.valueOf(aVar.getId()), aVar); } j = linkedHashMap; } - public EnumC0235a(int i2) { - this.f2644id = i2; + public EnumC0236a(int i2) { + this.f2646id = i2; } public static final /* synthetic */ Map access$getEntryById$cp() { return j; } - public static final EnumC0235a getById(int i2) { + public static final EnumC0236a getById(int i2) { return i.getById(i2); } public final int getId() { - return this.f2644id; + return this.f2646id; } } - public a(EnumC0235a aVar, f fVar, c cVar, String[] strArr, String[] strArr2, String[] strArr3, String str, int i, String str2) { + public a(EnumC0236a aVar, f fVar, c cVar, String[] strArr, String[] strArr2, String[] strArr3, String str, int i, String str2) { m.checkNotNullParameter(aVar, "kind"); m.checkNotNullParameter(fVar, "metadataVersion"); m.checkNotNullParameter(cVar, "bytecodeVersion"); this.a = aVar; this.b = fVar; - this.f2643c = strArr; + this.f2645c = strArr; this.d = strArr2; this.e = strArr3; this.f = str; @@ -95,14 +95,14 @@ public final class a { } public final String[] getData() { - return this.f2643c; + return this.f2645c; } public final String[] getIncompatibleData() { return this.d; } - public final EnumC0235a getKind() { + public final EnumC0236a getKind() { return this.a; } @@ -112,16 +112,16 @@ public final class a { public final String getMultifileClassName() { String str = this.f; - if (getKind() == EnumC0235a.MULTIFILE_CLASS_PART) { + if (getKind() == EnumC0236a.MULTIFILE_CLASS_PART) { return str; } return null; } public final List getMultifilePartNames() { - String[] strArr = this.f2643c; + String[] strArr = this.f2645c; List list = null; - if (!(getKind() == EnumC0235a.MULTIFILE_CLASS)) { + if (!(getKind() == EnumC0236a.MULTIFILE_CLASS)) { strArr = null; } if (strArr != null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java index 4941f47290..824e8c808c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java @@ -14,10 +14,10 @@ import java.util.Map; /* compiled from: ReadKotlinClassHeaderAnnotationVisitor */ public class b implements p.c { public static final boolean a = "true".equals(System.getProperty("kotlin.ignore.old.metadata")); - public static final Map b; + public static final Map b; /* renamed from: c reason: collision with root package name */ - public int[] f2645c = null; + public int[] f2647c = null; public d0.e0.p.d.m0.f.a0.b.c d = null; public String e = null; public int f = 0; @@ -25,11 +25,11 @@ public class b implements p.c { public String[] h = null; public String[] i = null; public String[] j = null; - public a.EnumC0235a k = null; + public a.EnumC0236a k = null; /* compiled from: ReadKotlinClassHeaderAnnotationVisitor */ /* renamed from: d0.e0.p.d.m0.e.b.b0.b$b reason: collision with other inner class name */ - public static abstract class AbstractC0237b implements p.b { + public static abstract class AbstractC0238b implements p.b { public final List a = new ArrayList(); public static /* synthetic */ void a(int i) { @@ -129,11 +129,11 @@ public class b implements p.c { String asString = eVar.asString(); if ("k".equals(asString)) { if (obj instanceof Integer) { - b.this.k = a.EnumC0235a.getById(((Integer) obj).intValue()); + b.this.k = a.EnumC0236a.getById(((Integer) obj).intValue()); } } else if ("mv".equals(asString)) { if (obj instanceof int[]) { - b.this.f2645c = (int[]) obj; + b.this.f2647c = (int[]) obj; } } else if ("bv".equals(asString)) { if (obj instanceof int[]) { @@ -259,7 +259,7 @@ public class b implements p.c { if (obj instanceof int[]) { b bVar = b.this; int[] iArr = (int[]) obj; - bVar.f2645c = iArr; + bVar.f2647c = iArr; if (bVar.d == null) { bVar.d = new d0.e0.p.d.m0.f.a0.b.c(iArr); } @@ -332,11 +332,11 @@ public class b implements p.c { static { HashMap hashMap = new HashMap(); b = hashMap; - hashMap.put(d0.e0.p.d.m0.g.a.topLevel(new d0.e0.p.d.m0.g.b("kotlin.jvm.internal.KotlinClass")), a.EnumC0235a.CLASS); - hashMap.put(d0.e0.p.d.m0.g.a.topLevel(new d0.e0.p.d.m0.g.b("kotlin.jvm.internal.KotlinFileFacade")), a.EnumC0235a.FILE_FACADE); - hashMap.put(d0.e0.p.d.m0.g.a.topLevel(new d0.e0.p.d.m0.g.b("kotlin.jvm.internal.KotlinMultifileClass")), a.EnumC0235a.MULTIFILE_CLASS); - hashMap.put(d0.e0.p.d.m0.g.a.topLevel(new d0.e0.p.d.m0.g.b("kotlin.jvm.internal.KotlinMultifileClassPart")), a.EnumC0235a.MULTIFILE_CLASS_PART); - hashMap.put(d0.e0.p.d.m0.g.a.topLevel(new d0.e0.p.d.m0.g.b("kotlin.jvm.internal.KotlinSyntheticClass")), a.EnumC0235a.SYNTHETIC_CLASS); + hashMap.put(d0.e0.p.d.m0.g.a.topLevel(new d0.e0.p.d.m0.g.b("kotlin.jvm.internal.KotlinClass")), a.EnumC0236a.CLASS); + hashMap.put(d0.e0.p.d.m0.g.a.topLevel(new d0.e0.p.d.m0.g.b("kotlin.jvm.internal.KotlinFileFacade")), a.EnumC0236a.FILE_FACADE); + hashMap.put(d0.e0.p.d.m0.g.a.topLevel(new d0.e0.p.d.m0.g.b("kotlin.jvm.internal.KotlinMultifileClass")), a.EnumC0236a.MULTIFILE_CLASS); + hashMap.put(d0.e0.p.d.m0.g.a.topLevel(new d0.e0.p.d.m0.g.b("kotlin.jvm.internal.KotlinMultifileClassPart")), a.EnumC0236a.MULTIFILE_CLASS_PART); + hashMap.put(d0.e0.p.d.m0.g.a.topLevel(new d0.e0.p.d.m0.g.b("kotlin.jvm.internal.KotlinSyntheticClass")), a.EnumC0236a.SYNTHETIC_CLASS); } public static /* synthetic */ void a(int i) { @@ -352,24 +352,24 @@ public class b implements p.c { } public a createHeader() { - if (this.k == null || this.f2645c == null) { + if (this.k == null || this.f2647c == null) { return null; } boolean z2 = true; - d0.e0.p.d.m0.f.a0.b.f fVar = new d0.e0.p.d.m0.f.a0.b.f(this.f2645c, (this.f & 8) != 0); + d0.e0.p.d.m0.f.a0.b.f fVar = new d0.e0.p.d.m0.f.a0.b.f(this.f2647c, (this.f & 8) != 0); if (!fVar.isCompatible()) { this.j = this.h; this.h = null; } else { - a.EnumC0235a aVar = this.k; - if (!(aVar == a.EnumC0235a.CLASS || aVar == a.EnumC0235a.FILE_FACADE || aVar == a.EnumC0235a.MULTIFILE_CLASS_PART)) { + a.EnumC0236a aVar = this.k; + if (!(aVar == a.EnumC0236a.CLASS || aVar == a.EnumC0236a.FILE_FACADE || aVar == a.EnumC0236a.MULTIFILE_CLASS_PART)) { z2 = false; } if (z2 && this.h == null) { return null; } } - a.EnumC0235a aVar2 = this.k; + a.EnumC0236a aVar2 = this.k; d0.e0.p.d.m0.f.a0.b.c cVar = this.d; if (cVar == null) { cVar = d0.e0.p.d.m0.f.a0.b.c.f; @@ -379,7 +379,7 @@ public class b implements p.c { @Override // d0.e0.p.d.m0.e.b.p.c public p.a visitAnnotation(d0.e0.p.d.m0.g.a aVar, u0 u0Var) { - a.EnumC0235a aVar2; + a.EnumC0236a aVar2; if (aVar == null) { a(0); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/c.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/c.java index 195c3314a1..fe929d5e15 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/c.java @@ -2,14 +2,14 @@ package d0.e0.p.d.m0.e.b.b0; import d0.e0.p.d.m0.e.b.b0.b; /* compiled from: ReadKotlinClassHeaderAnnotationVisitor */ -public class c extends b.AbstractC0237b { +public class c extends b.AbstractC0238b { public final /* synthetic */ b.c b; public c(b.c cVar) { this.b = cVar; } - @Override // d0.e0.p.d.m0.e.b.b0.b.AbstractC0237b + @Override // d0.e0.p.d.m0.e.b.b0.b.AbstractC0238b public void b(String[] strArr) { if (strArr != null) { b.this.h = strArr; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/d.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/d.java index 84b2f32477..1051ee7f92 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/d.java @@ -2,14 +2,14 @@ package d0.e0.p.d.m0.e.b.b0; import d0.e0.p.d.m0.e.b.b0.b; /* compiled from: ReadKotlinClassHeaderAnnotationVisitor */ -public class d extends b.AbstractC0237b { +public class d extends b.AbstractC0238b { public final /* synthetic */ b.c b; public d(b.c cVar) { this.b = cVar; } - @Override // d0.e0.p.d.m0.e.b.b0.b.AbstractC0237b + @Override // d0.e0.p.d.m0.e.b.b0.b.AbstractC0238b public void b(String[] strArr) { if (strArr != null) { b.this.i = strArr; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/e.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/e.java index c59a757c27..014fc1f3fd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/e.java @@ -2,14 +2,14 @@ package d0.e0.p.d.m0.e.b.b0; import d0.e0.p.d.m0.e.b.b0.b; /* compiled from: ReadKotlinClassHeaderAnnotationVisitor */ -public class e extends b.AbstractC0237b { +public class e extends b.AbstractC0238b { public final /* synthetic */ b.d b; public e(b.d dVar) { this.b = dVar; } - @Override // d0.e0.p.d.m0.e.b.b0.b.AbstractC0237b + @Override // d0.e0.p.d.m0.e.b.b0.b.AbstractC0238b public void b(String[] strArr) { if (strArr != null) { b.this.h = strArr; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/f.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/f.java index 9bd39ff77b..ade5f1ac68 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/f.java @@ -2,14 +2,14 @@ package d0.e0.p.d.m0.e.b.b0; import d0.e0.p.d.m0.e.b.b0.b; /* compiled from: ReadKotlinClassHeaderAnnotationVisitor */ -public class f extends b.AbstractC0237b { +public class f extends b.AbstractC0238b { public final /* synthetic */ b.d b; public f(b.d dVar) { this.b = dVar; } - @Override // d0.e0.p.d.m0.e.b.b0.b.AbstractC0237b + @Override // d0.e0.p.d.m0.e.b.b0.b.AbstractC0238b public void b(String[] strArr) { if (strArr != null) { b.this.i = strArr; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/c.java b/app/src/main/java/d0/e0/p/d/m0/e/b/c.java index 18989d23ae..40612df666 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/c.java @@ -25,7 +25,7 @@ import java.util.List; public final class c extends a> { /* renamed from: c reason: collision with root package name */ - public final c0 f2646c; + public final c0 f2648c; public final d0 d; public final e e; @@ -35,24 +35,24 @@ public final class c extends a> { public final /* synthetic */ d0.e0.p.d.m0.c.e b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ c f2647c; + public final /* synthetic */ c f2649c; public final /* synthetic */ List d; public final /* synthetic */ u0 e; /* compiled from: BinaryClassAnnotationAndConstantLoaderImpl.kt */ /* renamed from: d0.e0.p.d.m0.e.b.c$a$a reason: collision with other inner class name */ - public static final class C0238a implements p.a { + public static final class C0239a implements p.a { public final /* synthetic */ p.a a; public final /* synthetic */ p.a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ a f2648c; + public final /* synthetic */ a f2650c; public final /* synthetic */ d0.e0.p.d.m0.g.e d; public final /* synthetic */ ArrayList e; - public C0238a(p.a aVar, a aVar2, d0.e0.p.d.m0.g.e eVar, ArrayList arrayList) { + public C0239a(p.a aVar, a aVar2, d0.e0.p.d.m0.g.e eVar, ArrayList arrayList) { this.b = aVar; - this.f2648c = aVar2; + this.f2650c = aVar2; this.d = eVar; this.e = arrayList; this.a = aVar; @@ -86,7 +86,7 @@ public final class c extends a> { @Override // d0.e0.p.d.m0.e.b.p.a public void visitEnd() { this.b.visitEnd(); - a.access$getArguments$p(this.f2648c).put(this.d, new d0.e0.p.d.m0.k.v.a((d0.e0.p.d.m0.c.g1.c) u.single((List) this.e))); + a.access$getArguments$p(this.f2650c).put(this.d, new d0.e0.p.d.m0.k.v.a((d0.e0.p.d.m0.c.g1.c) u.single((List) this.e))); } @Override // d0.e0.p.d.m0.e.b.p.a @@ -104,18 +104,18 @@ public final class c extends a> { public final /* synthetic */ a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ d0.e0.p.d.m0.g.e f2649c; + public final /* synthetic */ d0.e0.p.d.m0.g.e f2651c; public final /* synthetic */ d0.e0.p.d.m0.c.e d; public b(a aVar, d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.c.e eVar2) { this.b = aVar; - this.f2649c = eVar; + this.f2651c = eVar; this.d = eVar2; } @Override // d0.e0.p.d.m0.e.b.p.b public void visit(Object obj) { - this.a.add(a.access$createConstant(this.b, this.f2649c, obj)); + this.a.add(a.access$createConstant(this.b, this.f2651c, obj)); } @Override // d0.e0.p.d.m0.e.b.p.b @@ -126,10 +126,10 @@ public final class c extends a> { @Override // d0.e0.p.d.m0.e.b.p.b public void visitEnd() { - c1 annotationParameterByName = d0.e0.p.d.m0.e.a.g0.a.getAnnotationParameterByName(this.f2649c, this.d); + c1 annotationParameterByName = d0.e0.p.d.m0.e.a.g0.a.getAnnotationParameterByName(this.f2651c, this.d); if (annotationParameterByName != null) { HashMap access$getArguments$p = a.access$getArguments$p(this.b); - d0.e0.p.d.m0.g.e eVar = this.f2649c; + d0.e0.p.d.m0.g.e eVar = this.f2651c; h hVar = h.a; List> compact = d0.e0.p.d.m0.p.a.compact(this.a); d0.e0.p.d.m0.n.c0 type = annotationParameterByName.getType(); @@ -148,7 +148,7 @@ public final class c extends a> { public a(d0.e0.p.d.m0.c.e eVar, c cVar, List list, u0 u0Var) { this.b = eVar; - this.f2647c = cVar; + this.f2649c = cVar; this.d = list; this.e = u0Var; } @@ -178,12 +178,12 @@ public final class c extends a> { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(aVar, "classId"); ArrayList arrayList = new ArrayList(); - c cVar = this.f2647c; + c cVar = this.f2649c; u0 u0Var = u0.a; m.checkNotNullExpressionValue(u0Var, "NO_SOURCE"); p.a h = cVar.h(aVar, u0Var, arrayList); m.checkNotNull(h); - return new C0238a(h, this, eVar, arrayList); + return new C0239a(h, this, eVar, arrayList); } @Override // d0.e0.p.d.m0.e.b.p.a @@ -220,7 +220,7 @@ public final class c extends a> { m.checkNotNullParameter(d0Var, "notFoundClasses"); m.checkNotNullParameter(oVar, "storageManager"); m.checkNotNullParameter(nVar, "kotlinClassFinder"); - this.f2646c = c0Var; + this.f2648c = c0Var; this.d = d0Var; this.e = new e(c0Var, d0Var); } @@ -230,6 +230,6 @@ public final class c extends a> { m.checkNotNullParameter(aVar, "annotationClassId"); m.checkNotNullParameter(u0Var, "source"); m.checkNotNullParameter(list, "result"); - return new a(w.findNonGenericClassAcrossDependencies(this.f2646c, aVar, this.d), this, list, u0Var); + return new a(w.findNonGenericClassAcrossDependencies(this.f2648c, aVar, this.d), this, list, u0Var); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/e.java b/app/src/main/java/d0/e0/p/d/m0/e/b/e.java index fd00e9aa55..c644f53879 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/e.java @@ -41,7 +41,7 @@ public final class e { h hVar = h.a; List emptyList = n.emptyList(); a customizer = fVar2 == null ? null : fVar2.getCustomizer(); - customizer = customizer == null ? a.C0215a.a : customizer; + customizer = customizer == null ? a.C0216a.a : customizer; cVar3 = fVar2 != null ? fVar2.getCustomizer() : cVar3; this.a = new j(oVar, c0Var, kVar, gVar, cVar, fVar, aVar, pVar, cVar2, hVar, emptyList, d0Var, iVar, customizer, cVar3 == null ? c.b.a : cVar3, d0.e0.p.d.m0.f.a0.b.h.a.getEXTENSION_REGISTRY(), lVar, new b(oVar, n.emptyList()), null, 262144, null); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/f.java b/app/src/main/java/d0/e0/p/d/m0/e/b/f.java index 3898486a2b..4df5694693 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/f.java @@ -24,10 +24,10 @@ import kotlin.reflect.jvm.internal.impl.protobuf.InvalidProtocolBufferException; /* compiled from: DeserializedDescriptorResolver.kt */ public final class f { public static final a a = new a(null); - public static final Set b = m0.setOf(a.EnumC0235a.CLASS); + public static final Set b = m0.setOf(a.EnumC0236a.CLASS); /* renamed from: c reason: collision with root package name */ - public static final Set f2650c = n0.setOf((Object[]) new a.EnumC0235a[]{a.EnumC0235a.FILE_FACADE, a.EnumC0235a.MULTIFILE_CLASS_PART}); + public static final Set f2652c = n0.setOf((Object[]) new a.EnumC0236a[]{a.EnumC0236a.FILE_FACADE, a.EnumC0236a.MULTIFILE_CLASS_PART}); public static final d0.e0.p.d.m0.f.a0.b.f d = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 2); public static final d0.e0.p.d.m0.f.a0.b.f e = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 11); public static final d0.e0.p.d.m0.f.a0.b.f f = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 13); @@ -42,7 +42,7 @@ public final class f { return f.access$getKOTLIN_1_3_RC_METADATA_VERSION$cp(); } - public final Set getKOTLIN_CLASS$descriptors_jvm() { + public final Set getKOTLIN_CLASS$descriptors_jvm() { return f.access$getKOTLIN_CLASS$cp(); } } @@ -101,7 +101,7 @@ public final class f { Pair pair; m.checkNotNullParameter(e0Var, "descriptor"); m.checkNotNullParameter(pVar, "kotlinClass"); - String[] d2 = d(pVar, f2650c); + String[] d2 = d(pVar, f2652c); if (d2 == null || (strings = pVar.getClassHeader().getStrings()) == null) { return null; } @@ -124,7 +124,7 @@ public final class f { return new d0.e0.p.d.m0.l.b.e0.i(e0Var, component2, component1, pVar.getClassHeader().getMetadataVersion(), new j(pVar, component2, component1, b(pVar), c(pVar), a(pVar)), getComponents(), b.i); } - public final String[] d(p pVar, Set set) { + public final String[] d(p pVar, Set set) { d0.e0.p.d.m0.e.b.b0.a classHeader = pVar.getClassHeader(); String[] data = classHeader.getData(); if (data == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/j.java b/app/src/main/java/d0/e0/p/d/m0/e/b/j.java index 2013c713cf..24f6c71b87 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/j.java @@ -16,7 +16,7 @@ public final class j implements f { public final c b; /* renamed from: c reason: collision with root package name */ - public final c f2651c; + public final c f2653c; public final p d; /* JADX WARNING: Illegal instructions before constructor call */ @@ -43,7 +43,7 @@ public final class j implements f { m.checkNotNullParameter(cVar3, "nameResolver"); m.checkNotNullParameter(eVar, "abiStability"); this.b = cVar; - this.f2651c = cVar2; + this.f2653c = cVar2; this.d = pVar; g.f fVar = a.m; m.checkNotNullExpressionValue(fVar, "packageModuleName"); @@ -65,7 +65,7 @@ public final class j implements f { } public final c getFacadeClassName() { - return this.f2651c; + return this.f2653c; } public final p getKnownJvmBinaryClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/k.java b/app/src/main/java/d0/e0/p/d/m0/e/b/k.java index c0d8343587..83086025b8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/k.java @@ -8,7 +8,7 @@ public abstract class k { public static final d b = new d(d0.e0.p.d.m0.k.y.d.BOOLEAN); /* renamed from: c reason: collision with root package name */ - public static final d f2652c = new d(d0.e0.p.d.m0.k.y.d.CHAR); + public static final d f2654c = new d(d0.e0.p.d.m0.k.y.d.CHAR); public static final d d = new d(d0.e0.p.d.m0.k.y.d.BYTE); public static final d e = new d(d0.e0.p.d.m0.k.y.d.SHORT); public static final d f = new d(d0.e0.p.d.m0.k.y.d.INT); @@ -115,7 +115,7 @@ public abstract class k { } public static final /* synthetic */ d access$getCHAR$cp() { - return f2652c; + return f2654c; } public static final /* synthetic */ d access$getDOUBLE$cp() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/n.java b/app/src/main/java/d0/e0/p/d/m0/e/b/n.java index f24e5c331b..84482eb374 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/n.java @@ -12,7 +12,7 @@ public interface n extends s { /* compiled from: KotlinClassFinder.kt */ /* renamed from: d0.e0.p.d.m0.e.b.n$a$a reason: collision with other inner class name */ - public static final class C0239a extends a { + public static final class C0240a extends a { public final byte[] getContent() { return null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/u.java b/app/src/main/java/d0/e0/p/d/m0/e/b/u.java index 14999d992b..5db0cfee05 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/u.java @@ -146,6 +146,6 @@ public final class u { public static final k mapToJvmType(c0 c0Var) { m.checkNotNullParameter(c0Var, ""); - return (k) d.mapType$default(c0Var, m.a, z.f2653c, y.a, null, null, 32, null); + return (k) d.mapType$default(c0Var, m.a, z.f2655c, y.a, null, null, 32, null); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/z.java b/app/src/main/java/d0/e0/p/d/m0/e/b/z.java index e06528696a..44da22286b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/z.java @@ -12,7 +12,7 @@ public final class z { public static final z b; /* renamed from: c reason: collision with root package name */ - public static final z f2653c; + public static final z f2655c; public final boolean d; public final boolean e; public final boolean f; @@ -37,7 +37,7 @@ public final class z { z zVar2 = new z(false, false, false, false, false, null, false, null, null, true, FrameMetricsAggregator.EVERY_DURATION, null); b = zVar2; new z(false, true, false, false, false, null, false, null, null, false, PointerIconCompat.TYPE_GRABBING, null); - f2653c = new z(false, false, false, false, false, zVar, false, null, null, false, 988, null); + f2655c = new z(false, false, false, false, false, zVar, false, null, null, false, 988, null); new z(false, false, false, false, false, zVar2, false, null, null, true, 476, null); new z(false, true, false, false, false, zVar, false, null, null, false, 988, null); new z(false, false, false, true, false, zVar, false, null, null, false, 983, null); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java index d7f8e8b423..d8e6e86a3d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java @@ -26,7 +26,7 @@ public final class a { public static final g.f b; /* renamed from: c reason: collision with root package name */ - public static final g.f f2654c; + public static final g.f f2656c; public static final g.f d; public static final g.f e; public static final g.f> f; @@ -42,7 +42,7 @@ public final class a { /* compiled from: JvmProtoBuf */ public static final class b extends g implements o { public static final b i; - public static p j = new C0241a(); + public static p j = new C0242a(); private int bitField0_; private int desc_; private byte memoizedIsInitialized; @@ -52,7 +52,7 @@ public final class a { /* compiled from: JvmProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.a0.a$b$a reason: collision with other inner class name */ - public static class C0241a extends d0.e0.p.d.m0.i.b { + public static class C0242a extends d0.e0.p.d.m0.i.b { @Override // d0.e0.p.d.m0.i.p public b parsePartialFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws InvalidProtocolBufferException { return new b(dVar, eVar, null); @@ -61,7 +61,7 @@ public final class a { /* compiled from: JvmProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.a0.a$b$b reason: collision with other inner class name */ - public static final class C0242b extends g.b implements o { + public static final class C0243b extends g.b implements o { public int j; public int k; public int l; @@ -92,11 +92,11 @@ public final class a { } @Override // d0.e0.p.d.m0.i.g.b, java.lang.Object - public C0242b clone() { - return new C0242b().mergeFrom(buildPartial()); + public C0243b clone() { + return new C0243b().mergeFrom(buildPartial()); } - public C0242b mergeFrom(b bVar) { + public C0243b mergeFrom(b bVar) { if (bVar == b.getDefaultInstance()) { return this; } @@ -110,8 +110,8 @@ public final class a { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a - public C0242b mergeFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws IOException { + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a + public C0243b mergeFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws IOException { Throwable th; b bVar; b bVar2 = null; @@ -134,13 +134,13 @@ public final class a { throw th; } - public C0242b setDesc(int i) { + public C0243b setDesc(int i) { this.j |= 2; this.l = i; return this; } - public C0242b setName(int i) { + public C0243b setName(int i) { this.j |= 1; this.k = i; return this; @@ -160,7 +160,7 @@ public final class a { this.unknownFields = d0.e0.p.d.m0.i.c.i; } - public b(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar, C0240a aVar) throws InvalidProtocolBufferException { + public b(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar, C0241a aVar) throws InvalidProtocolBufferException { this.memoizedIsInitialized = -1; this.memoizedSerializedSize = -1; boolean z2 = false; @@ -208,7 +208,7 @@ public final class a { this.unknownFields = newOutput.toByteString(); } - public b(g.b bVar, C0240a aVar) { + public b(g.b bVar, C0241a aVar) { super(bVar); this.memoizedIsInitialized = -1; this.memoizedSerializedSize = -1; @@ -238,11 +238,11 @@ public final class a { return i; } - public static C0242b newBuilder() { - return new C0242b(); + public static C0243b newBuilder() { + return new C0243b(); } - public static C0242b newBuilder(b bVar) { + public static C0243b newBuilder(b bVar) { return newBuilder().mergeFrom(bVar); } @@ -294,12 +294,12 @@ public final class a { } @Override // d0.e0.p.d.m0.i.n - public C0242b newBuilderForType() { + public C0243b newBuilderForType() { return newBuilder(); } @Override // d0.e0.p.d.m0.i.n - public C0242b toBuilder() { + public C0243b toBuilder() { return newBuilder(this); } @@ -319,7 +319,7 @@ public final class a { /* compiled from: JvmProtoBuf */ public static final class c extends g implements o { public static final c i; - public static p j = new C0243a(); + public static p j = new C0244a(); private int bitField0_; private int desc_; private byte memoizedIsInitialized; @@ -329,7 +329,7 @@ public final class a { /* compiled from: JvmProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.a0.a$c$a reason: collision with other inner class name */ - public static class C0243a extends d0.e0.p.d.m0.i.b { + public static class C0244a extends d0.e0.p.d.m0.i.b { @Override // d0.e0.p.d.m0.i.p public c parsePartialFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws InvalidProtocolBufferException { return new c(dVar, eVar, null); @@ -386,7 +386,7 @@ public final class a { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws IOException { Throwable th; c cVar; @@ -436,7 +436,7 @@ public final class a { this.unknownFields = d0.e0.p.d.m0.i.c.i; } - public c(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar, C0240a aVar) throws InvalidProtocolBufferException { + public c(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar, C0241a aVar) throws InvalidProtocolBufferException { this.memoizedIsInitialized = -1; this.memoizedSerializedSize = -1; boolean z2 = false; @@ -484,7 +484,7 @@ public final class a { this.unknownFields = newOutput.toByteString(); } - public c(g.b bVar, C0240a aVar) { + public c(g.b bVar, C0241a aVar) { super(bVar); this.memoizedIsInitialized = -1; this.memoizedSerializedSize = -1; @@ -595,7 +595,7 @@ public final class a { /* compiled from: JvmProtoBuf */ public static final class d extends g implements o { public static final d i; - public static p j = new C0244a(); + public static p j = new C0245a(); private int bitField0_; private b field_; private c getter_; @@ -607,7 +607,7 @@ public final class a { /* compiled from: JvmProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.a0.a$d$a reason: collision with other inner class name */ - public static class C0244a extends d0.e0.p.d.m0.i.b { + public static class C0245a extends d0.e0.p.d.m0.i.b { @Override // d0.e0.p.d.m0.i.p public d parsePartialFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws InvalidProtocolBufferException { return new d(dVar, eVar, null); @@ -690,7 +690,7 @@ public final class a { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws IOException { Throwable th; d dVar2; @@ -757,7 +757,7 @@ public final class a { this.unknownFields = d0.e0.p.d.m0.i.c.i; } - public d(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar, C0240a aVar) throws InvalidProtocolBufferException { + public d(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar, C0241a aVar) throws InvalidProtocolBufferException { this.memoizedIsInitialized = -1; this.memoizedSerializedSize = -1; g(); @@ -769,7 +769,7 @@ public final class a { int readTag = dVar.readTag(); if (readTag != 0) { c.b bVar = null; - b.C0242b builder = null; + b.C0243b builder = null; c.b builder2 = null; c.b builder3 = null; if (readTag == 10) { @@ -838,7 +838,7 @@ public final class a { this.unknownFields = newOutput.toByteString(); } - public d(g.b bVar, C0240a aVar) { + public d(g.b bVar, C0241a aVar) { super(bVar); this.memoizedIsInitialized = -1; this.memoizedSerializedSize = -1; @@ -994,7 +994,7 @@ public final class a { /* compiled from: JvmProtoBuf */ public static final class e extends g implements o { public static final e i; - public static p j = new C0245a(); + public static p j = new C0246a(); private int localNameMemoizedSerializedSize; private List localName_; private byte memoizedIsInitialized; @@ -1004,7 +1004,7 @@ public final class a { /* compiled from: JvmProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.a0.a$e$a reason: collision with other inner class name */ - public static class C0245a extends d0.e0.p.d.m0.i.b { + public static class C0246a extends d0.e0.p.d.m0.i.b { @Override // d0.e0.p.d.m0.i.p public e parsePartialFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws InvalidProtocolBufferException { return new e(dVar, eVar, null); @@ -1078,7 +1078,7 @@ public final class a { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws IOException { Throwable th; e eVar2; @@ -1106,11 +1106,11 @@ public final class a { /* compiled from: JvmProtoBuf */ public static final class c extends g implements o { public static final c i; - public static p j = new C0246a(); + public static p j = new C0247a(); private int bitField0_; private byte memoizedIsInitialized; private int memoizedSerializedSize; - private EnumC0247c operation_; + private EnumC0248c operation_; private int predefinedIndex_; private int range_; private int replaceCharMemoizedSerializedSize; @@ -1122,7 +1122,7 @@ public final class a { /* compiled from: JvmProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.a0.a$e$c$a reason: collision with other inner class name */ - public static class C0246a extends d0.e0.p.d.m0.i.b { + public static class C0247a extends d0.e0.p.d.m0.i.b { @Override // d0.e0.p.d.m0.i.p public c parsePartialFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws InvalidProtocolBufferException { return new c(dVar, eVar, null); @@ -1135,7 +1135,7 @@ public final class a { public int k = 1; public int l; public Object m = ""; - public EnumC0247c n = EnumC0247c.NONE; + public EnumC0248c n = EnumC0248c.NONE; public List o = Collections.emptyList(); public List p = Collections.emptyList(); @@ -1232,7 +1232,7 @@ public final class a { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar) throws IOException { Throwable th; c cVar; @@ -1256,7 +1256,7 @@ public final class a { throw th; } - public b setOperation(EnumC0247c cVar) { + public b setOperation(EnumC0248c cVar) { Objects.requireNonNull(cVar); this.j |= 8; this.n = cVar; @@ -1278,18 +1278,18 @@ public final class a { /* compiled from: JvmProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.a0.a$e$c$c reason: collision with other inner class name */ - public enum EnumC0247c implements h.a { + public enum EnumC0248c implements h.a { NONE(0), INTERNAL_TO_CLASS_ID(1), DESC_TO_CLASS_ID(2); private final int value; - public EnumC0247c(int i) { + public EnumC0248c(int i) { this.value = i; } - public static EnumC0247c valueOf(int i) { + public static EnumC0248c valueOf(int i) { if (i == 0) { return NONE; } @@ -1322,7 +1322,7 @@ public final class a { this.unknownFields = d0.e0.p.d.m0.i.c.i; } - public c(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar, C0240a aVar) throws InvalidProtocolBufferException { + public c(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar, C0241a aVar) throws InvalidProtocolBufferException { this.substringIndexMemoizedSerializedSize = -1; this.replaceCharMemoizedSerializedSize = -1; this.memoizedIsInitialized = -1; @@ -1344,7 +1344,7 @@ public final class a { this.predefinedIndex_ = dVar.readInt32(); } else if (readTag == 24) { int readEnum = dVar.readEnum(); - EnumC0247c valueOf = EnumC0247c.valueOf(readEnum); + EnumC0248c valueOf = EnumC0248c.valueOf(readEnum); if (valueOf == null) { newInstance.writeRawVarint32(readTag); newInstance.writeRawVarint32(readEnum); @@ -1430,7 +1430,7 @@ public final class a { this.unknownFields = newOutput.toByteString(); } - public c(g.b bVar, C0240a aVar) { + public c(g.b bVar, C0241a aVar) { super(bVar); this.substringIndexMemoizedSerializedSize = -1; this.replaceCharMemoizedSerializedSize = -1; @@ -1467,7 +1467,7 @@ public final class a { return obj; } - public static /* synthetic */ EnumC0247c g(c cVar, EnumC0247c cVar2) { + public static /* synthetic */ EnumC0248c g(c cVar, EnumC0248c cVar2) { cVar.operation_ = cVar2; return cVar2; } @@ -1502,7 +1502,7 @@ public final class a { return newBuilder().mergeFrom(cVar); } - public EnumC0247c getOperation() { + public EnumC0248c getOperation() { return this.operation_; } @@ -1625,7 +1625,7 @@ public final class a { this.range_ = 1; this.predefinedIndex_ = 0; this.string_ = ""; - this.operation_ = EnumC0247c.NONE; + this.operation_ = EnumC0248c.NONE; this.substringIndex_ = Collections.emptyList(); this.replaceChar_ = Collections.emptyList(); } @@ -1689,7 +1689,7 @@ public final class a { /* JADX DEBUG: Multi-variable search result rejected for r5v7, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ - public e(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar, C0240a aVar) throws InvalidProtocolBufferException { + public e(d0.e0.p.d.m0.i.d dVar, d0.e0.p.d.m0.i.e eVar, C0241a aVar) throws InvalidProtocolBufferException { this.localNameMemoizedSerializedSize = -1; this.memoizedIsInitialized = -1; this.memoizedSerializedSize = -1; @@ -1767,7 +1767,7 @@ public final class a { this.unknownFields = newOutput.toByteString(); } - public e(g.b bVar, C0240a aVar) { + public e(g.b bVar, C0241a aVar) { super(bVar); this.localNameMemoizedSerializedSize = -1; this.memoizedIsInitialized = -1; @@ -1894,7 +1894,7 @@ public final class a { b = g.newSingularGeneratedExtension(i.getDefaultInstance(), c.getDefaultInstance(), c.getDefaultInstance(), null, 100, bVar, c.class); i defaultInstance4 = i.getDefaultInstance(); w.b bVar2 = w.b.INT32; - f2654c = g.newSingularGeneratedExtension(defaultInstance4, 0, null, null, 101, bVar2, Integer.class); + f2656c = g.newSingularGeneratedExtension(defaultInstance4, 0, null, null, 101, bVar2, Integer.class); d = g.newSingularGeneratedExtension(n.getDefaultInstance(), d.getDefaultInstance(), d.getDefaultInstance(), null, 100, bVar, d.class); e = g.newSingularGeneratedExtension(n.getDefaultInstance(), 0, null, null, 101, bVar2, Integer.class); f = g.newRepeatedGeneratedExtension(q.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, 100, bVar, false, d0.e0.p.d.m0.f.b.class); @@ -1910,7 +1910,7 @@ public final class a { public static void registerAllExtensions(d0.e0.p.d.m0.i.e eVar) { eVar.add(a); eVar.add(b); - eVar.add(f2654c); + eVar.add(f2656c); eVar.add(d); eVar.add(e); eVar.add(f); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java index 84e9395193..5c9c613485 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java @@ -17,7 +17,7 @@ public final class b { public static final String b = u.joinToString$default(n.listOf((Object[]) new Character[]{'k', 'o', 't', 'l', 'i', 'n'}), "", null, null, 0, null, null, 62, null); /* renamed from: c reason: collision with root package name */ - public static final Map f2655c; + public static final Map f2657c; static { int i = 0; @@ -78,7 +78,7 @@ public final class b { for (String str5 : n.listOf((Object[]) new String[]{"Char", "Byte", "Short", "Int", "Float", "Long", "Double", "String", "Enum"})) { a(linkedHashMap, m.stringPlus(str5, ".Companion"), b + "/jvm/internal/" + str5 + "CompanionObject"); } - f2655c = linkedHashMap; + f2657c = linkedHashMap; } public static final void a(Map map, String str, String str2) { @@ -87,7 +87,7 @@ public final class b { public static final String mapClass(String str) { m.checkNotNullParameter(str, "classId"); - String str2 = f2655c.get(str); + String str2 = f2657c.get(str); return str2 == null ? a.G(a.N('L'), t.replace$default(str, '.', '$', false, 4, (Object) null), ';') : str2; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java index a96063b4e5..021cdd4196 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java @@ -4,18 +4,18 @@ import d0.e0.p.d.m0.f.z.b; /* compiled from: JvmFlags.kt */ public final class d { public static final d a = new d(); - public static final b.C0257b b = b.d.booleanFirst(); + public static final b.C0258b b = b.d.booleanFirst(); /* renamed from: c reason: collision with root package name */ - public static final b.C0257b f2656c; + public static final b.C0258b f2658c; static { - b.C0257b booleanFirst = b.d.booleanFirst(); - f2656c = booleanFirst; + b.C0258b booleanFirst = b.d.booleanFirst(); + f2658c = booleanFirst; b.d.booleanAfter(booleanFirst); } - public final b.C0257b getIS_MOVED_FROM_INTERFACE_COMPANION() { + public final b.C0258b getIS_MOVED_FROM_INTERFACE_COMPANION() { return b; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java index 165cb951d9..668c388253 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java @@ -22,7 +22,7 @@ public final class g implements c { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final List f2657c; + public static final List f2659c; public final a.e d; public final String[] e; public final Set f; @@ -43,7 +43,7 @@ public final class g implements c { a = aVar; String joinToString$default = u.joinToString$default(n.listOf((Object[]) new Character[]{'k', 'o', 't', 'l', 'i', 'n'}), "", null, null, 0, null, null, 62, null); b = joinToString$default; - f2657c = n.listOf((Object[]) new String[]{m.stringPlus(joinToString$default, "/Any"), m.stringPlus(joinToString$default, "/Nothing"), m.stringPlus(joinToString$default, "/Unit"), m.stringPlus(joinToString$default, "/Throwable"), m.stringPlus(joinToString$default, "/Number"), m.stringPlus(joinToString$default, "/Byte"), m.stringPlus(joinToString$default, "/Double"), m.stringPlus(joinToString$default, "/Float"), m.stringPlus(joinToString$default, "/Int"), m.stringPlus(joinToString$default, "/Long"), m.stringPlus(joinToString$default, "/Short"), m.stringPlus(joinToString$default, "/Boolean"), m.stringPlus(joinToString$default, "/Char"), m.stringPlus(joinToString$default, "/CharSequence"), m.stringPlus(joinToString$default, "/String"), m.stringPlus(joinToString$default, "/Comparable"), m.stringPlus(joinToString$default, "/Enum"), m.stringPlus(joinToString$default, "/Array"), m.stringPlus(joinToString$default, "/ByteArray"), m.stringPlus(joinToString$default, "/DoubleArray"), m.stringPlus(joinToString$default, "/FloatArray"), m.stringPlus(joinToString$default, "/IntArray"), m.stringPlus(joinToString$default, "/LongArray"), m.stringPlus(joinToString$default, "/ShortArray"), m.stringPlus(joinToString$default, "/BooleanArray"), m.stringPlus(joinToString$default, "/CharArray"), m.stringPlus(joinToString$default, "/Cloneable"), m.stringPlus(joinToString$default, "/Annotation"), m.stringPlus(joinToString$default, "/collections/Iterable"), m.stringPlus(joinToString$default, "/collections/MutableIterable"), m.stringPlus(joinToString$default, "/collections/Collection"), m.stringPlus(joinToString$default, "/collections/MutableCollection"), m.stringPlus(joinToString$default, "/collections/List"), m.stringPlus(joinToString$default, "/collections/MutableList"), m.stringPlus(joinToString$default, "/collections/Set"), m.stringPlus(joinToString$default, "/collections/MutableSet"), m.stringPlus(joinToString$default, "/collections/Map"), m.stringPlus(joinToString$default, "/collections/MutableMap"), m.stringPlus(joinToString$default, "/collections/Map.Entry"), m.stringPlus(joinToString$default, "/collections/MutableMap.MutableEntry"), m.stringPlus(joinToString$default, "/collections/Iterator"), m.stringPlus(joinToString$default, "/collections/MutableIterator"), m.stringPlus(joinToString$default, "/collections/ListIterator"), m.stringPlus(joinToString$default, "/collections/MutableListIterator")}); + f2659c = n.listOf((Object[]) new String[]{m.stringPlus(joinToString$default, "/Any"), m.stringPlus(joinToString$default, "/Nothing"), m.stringPlus(joinToString$default, "/Unit"), m.stringPlus(joinToString$default, "/Throwable"), m.stringPlus(joinToString$default, "/Number"), m.stringPlus(joinToString$default, "/Byte"), m.stringPlus(joinToString$default, "/Double"), m.stringPlus(joinToString$default, "/Float"), m.stringPlus(joinToString$default, "/Int"), m.stringPlus(joinToString$default, "/Long"), m.stringPlus(joinToString$default, "/Short"), m.stringPlus(joinToString$default, "/Boolean"), m.stringPlus(joinToString$default, "/Char"), m.stringPlus(joinToString$default, "/CharSequence"), m.stringPlus(joinToString$default, "/String"), m.stringPlus(joinToString$default, "/Comparable"), m.stringPlus(joinToString$default, "/Enum"), m.stringPlus(joinToString$default, "/Array"), m.stringPlus(joinToString$default, "/ByteArray"), m.stringPlus(joinToString$default, "/DoubleArray"), m.stringPlus(joinToString$default, "/FloatArray"), m.stringPlus(joinToString$default, "/IntArray"), m.stringPlus(joinToString$default, "/LongArray"), m.stringPlus(joinToString$default, "/ShortArray"), m.stringPlus(joinToString$default, "/BooleanArray"), m.stringPlus(joinToString$default, "/CharArray"), m.stringPlus(joinToString$default, "/Cloneable"), m.stringPlus(joinToString$default, "/Annotation"), m.stringPlus(joinToString$default, "/collections/Iterable"), m.stringPlus(joinToString$default, "/collections/MutableIterable"), m.stringPlus(joinToString$default, "/collections/Collection"), m.stringPlus(joinToString$default, "/collections/MutableCollection"), m.stringPlus(joinToString$default, "/collections/List"), m.stringPlus(joinToString$default, "/collections/MutableList"), m.stringPlus(joinToString$default, "/collections/Set"), m.stringPlus(joinToString$default, "/collections/MutableSet"), m.stringPlus(joinToString$default, "/collections/Map"), m.stringPlus(joinToString$default, "/collections/MutableMap"), m.stringPlus(joinToString$default, "/collections/Map.Entry"), m.stringPlus(joinToString$default, "/collections/MutableMap.MutableEntry"), m.stringPlus(joinToString$default, "/collections/Iterator"), m.stringPlus(joinToString$default, "/collections/MutableIterator"), m.stringPlus(joinToString$default, "/collections/ListIterator"), m.stringPlus(joinToString$default, "/collections/MutableListIterator")}); Iterable withIndex = u.withIndex(aVar.getPREDEFINED_STRINGS()); LinkedHashMap linkedHashMap = new LinkedHashMap(f.coerceAtLeast(g0.mapCapacity(o.collectionSizeOrDefault(withIndex, 10)), 16)); for (z zVar : withIndex) { @@ -79,7 +79,7 @@ public final class g implements c { } public static final /* synthetic */ List access$getPREDEFINED_STRINGS$cp() { - return f2657c; + return f2659c; } @Override // d0.e0.p.d.m0.f.z.c @@ -128,9 +128,9 @@ public final class g implements c { str2 = t.replace$default(str2, (char) replaceCharList.get(0).intValue(), (char) replaceCharList.get(1).intValue(), false, 4, (Object) null); } String str3 = str2; - a.e.c.EnumC0247c operation = cVar.getOperation(); + a.e.c.EnumC0248c operation = cVar.getOperation(); if (operation == null) { - operation = a.e.c.EnumC0247c.NONE; + operation = a.e.c.EnumC0248c.NONE; } int ordinal = operation.ordinal(); if (ordinal == 1) { diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/h.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/h.java index 105a72203e..3033faa7f3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/h.java @@ -42,7 +42,7 @@ public final class h { public static final boolean isMovedFromInterfaceCompanion(n nVar) { m.checkNotNullParameter(nVar, "proto"); - b.C0257b is_moved_from_interface_companion = d.a.getIS_MOVED_FROM_INTERFACE_COMPANION(); + b.C0258b is_moved_from_interface_companion = d.a.getIS_MOVED_FROM_INTERFACE_COMPANION(); Object extension = nVar.getExtension(a.e); m.checkNotNullExpressionValue(extension, "proto.getExtension(JvmProtoBuf.flags)"); Boolean bool = is_moved_from_interface_companion.get(((Number) extension).intValue()); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/b.java b/app/src/main/java/d0/e0/p/d/m0/f/b.java index da88c5be35..52a9f54d7e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/b.java @@ -20,7 +20,7 @@ import kotlin.reflect.jvm.internal.impl.protobuf.UninitializedMessageException; public final class b extends g implements o { public static final b i; public static p j = new a(); - private List argument_; + private List argument_; private int bitField0_; private int id_; private byte memoizedIsInitialized; @@ -37,9 +37,9 @@ public final class b extends g implements o { /* compiled from: ProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.b$b reason: collision with other inner class name */ - public static final class C0248b extends g implements o { - public static final C0248b i; - public static p j = new a(); + public static final class C0249b extends g implements o { + public static final C0249b i; + public static p j = new a(); private int bitField0_; private byte memoizedIsInitialized; private int memoizedSerializedSize; @@ -49,52 +49,52 @@ public final class b extends g implements o { /* compiled from: ProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.b$b$a */ - public static class a extends d0.e0.p.d.m0.i.b { + public static class a extends d0.e0.p.d.m0.i.b { @Override // d0.e0.p.d.m0.i.p - public C0248b parsePartialFrom(d dVar, e eVar) throws InvalidProtocolBufferException { - return new C0248b(dVar, eVar, null); + public C0249b parsePartialFrom(d dVar, e eVar) throws InvalidProtocolBufferException { + return new C0249b(dVar, eVar, null); } } /* compiled from: ProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.b$b$b reason: collision with other inner class name */ - public static final class C0249b extends g.b implements o { + public static final class C0250b extends g.b implements o { public int j; public int k; public c l = c.getDefaultInstance(); @Override // d0.e0.p.d.m0.i.n.a - public C0248b build() { - C0248b buildPartial = buildPartial(); + public C0249b build() { + C0249b buildPartial = buildPartial(); if (buildPartial.isInitialized()) { return buildPartial; } throw new UninitializedMessageException(buildPartial); } - public C0248b buildPartial() { - C0248b bVar = new C0248b(this, null); + public C0249b buildPartial() { + C0249b bVar = new C0249b(this, null); int i = this.j; int i2 = 1; if ((i & 1) != 1) { i2 = 0; } - C0248b.a(bVar, this.k); + C0249b.a(bVar, this.k); if ((i & 2) == 2) { i2 |= 2; } - C0248b.b(bVar, this.l); - C0248b.c(bVar, i2); + C0249b.b(bVar, this.l); + C0249b.c(bVar, i2); return bVar; } @Override // d0.e0.p.d.m0.i.g.b, java.lang.Object - public C0249b clone() { - return new C0249b().mergeFrom(buildPartial()); + public C0250b clone() { + return new C0250b().mergeFrom(buildPartial()); } - public C0249b mergeFrom(C0248b bVar) { - if (bVar == C0248b.getDefaultInstance()) { + public C0250b mergeFrom(C0249b bVar) { + if (bVar == C0249b.getDefaultInstance()) { return this; } if (bVar.hasNameId()) { @@ -103,23 +103,23 @@ public final class b extends g implements o { if (bVar.hasValue()) { mergeValue(bVar.getValue()); } - setUnknownFields(getUnknownFields().concat(C0248b.d(bVar))); + setUnknownFields(getUnknownFields().concat(C0249b.d(bVar))); return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a - public C0249b mergeFrom(d dVar, e eVar) throws IOException { + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a + public C0250b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; - C0248b bVar; - C0248b bVar2 = null; + C0249b bVar; + C0249b bVar2 = null; try { - C0248b parsePartialFrom = C0248b.j.parsePartialFrom(dVar, eVar); + C0249b parsePartialFrom = C0249b.j.parsePartialFrom(dVar, eVar); if (parsePartialFrom != null) { mergeFrom(parsePartialFrom); } return this; } catch (InvalidProtocolBufferException e) { - bVar = (C0248b) e.getUnfinishedMessage(); + bVar = (C0249b) e.getUnfinishedMessage(); throw e; } catch (Throwable th2) { th = th2; @@ -131,7 +131,7 @@ public final class b extends g implements o { throw th; } - public C0249b mergeValue(c cVar) { + public C0250b mergeValue(c cVar) { if ((this.j & 2) != 2 || this.l == c.getDefaultInstance()) { this.l = cVar; } else { @@ -141,7 +141,7 @@ public final class b extends g implements o { return this; } - public C0249b setNameId(int i) { + public C0250b setNameId(int i) { this.j |= 1; this.k = i; return this; @@ -166,7 +166,7 @@ public final class b extends g implements o { private byte memoizedIsInitialized; private int memoizedSerializedSize; private int stringValue_; - private EnumC0251c type_; + private EnumC0252c type_; private final d0.e0.p.d.m0.i.c unknownFields; /* compiled from: ProtoBuf */ @@ -180,9 +180,9 @@ public final class b extends g implements o { /* compiled from: ProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.b$b$c$b reason: collision with other inner class name */ - public static final class C0250b extends g.b implements o { + public static final class C0251b extends g.b implements o { public int j; - public EnumC0251c k = EnumC0251c.BYTE; + public EnumC0252c k = EnumC0252c.BYTE; public long l; public float m; public double n; @@ -192,7 +192,7 @@ public final class b extends g implements o { public b r = b.getDefaultInstance(); /* renamed from: s reason: collision with root package name */ - public List f2658s = Collections.emptyList(); + public List f2660s = Collections.emptyList(); public int t; public int u; @@ -242,10 +242,10 @@ public final class b extends g implements o { } c.h(cVar, this.r); if ((this.j & 256) == 256) { - this.f2658s = Collections.unmodifiableList(this.f2658s); + this.f2660s = Collections.unmodifiableList(this.f2660s); this.j &= -257; } - c.j(cVar, this.f2658s); + c.j(cVar, this.f2660s); if ((i & 512) == 512) { i2 |= 256; } @@ -259,11 +259,11 @@ public final class b extends g implements o { } @Override // d0.e0.p.d.m0.i.g.b, java.lang.Object - public C0250b clone() { - return new C0250b().mergeFrom(buildPartial()); + public C0251b clone() { + return new C0251b().mergeFrom(buildPartial()); } - public C0250b mergeAnnotation(b bVar) { + public C0251b mergeAnnotation(b bVar) { if ((this.j & 128) != 128 || this.r == b.getDefaultInstance()) { this.r = bVar; } else { @@ -273,7 +273,7 @@ public final class b extends g implements o { return this; } - public C0250b mergeFrom(c cVar) { + public C0251b mergeFrom(c cVar) { if (cVar == c.getDefaultInstance()) { return this; } @@ -302,15 +302,15 @@ public final class b extends g implements o { mergeAnnotation(cVar.getAnnotation()); } if (!c.i(cVar).isEmpty()) { - if (this.f2658s.isEmpty()) { - this.f2658s = c.i(cVar); + if (this.f2660s.isEmpty()) { + this.f2660s = c.i(cVar); this.j &= -257; } else { if ((this.j & 256) != 256) { - this.f2658s = new ArrayList(this.f2658s); + this.f2660s = new ArrayList(this.f2660s); this.j |= 256; } - this.f2658s.addAll(c.i(cVar)); + this.f2660s.addAll(c.i(cVar)); } } if (cVar.hasArrayDimensionCount()) { @@ -323,8 +323,8 @@ public final class b extends g implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a - public C0250b mergeFrom(d dVar, e eVar) throws IOException { + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a + public C0251b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; c cVar; c cVar2 = null; @@ -347,55 +347,55 @@ public final class b extends g implements o { throw th; } - public C0250b setArrayDimensionCount(int i) { + public C0251b setArrayDimensionCount(int i) { this.j |= 512; this.t = i; return this; } - public C0250b setClassId(int i) { + public C0251b setClassId(int i) { this.j |= 32; this.p = i; return this; } - public C0250b setDoubleValue(double d) { + public C0251b setDoubleValue(double d) { this.j |= 8; this.n = d; return this; } - public C0250b setEnumValueId(int i) { + public C0251b setEnumValueId(int i) { this.j |= 64; this.q = i; return this; } - public C0250b setFlags(int i) { + public C0251b setFlags(int i) { this.j |= 1024; this.u = i; return this; } - public C0250b setFloatValue(float f) { + public C0251b setFloatValue(float f) { this.j |= 4; this.m = f; return this; } - public C0250b setIntValue(long j) { + public C0251b setIntValue(long j) { this.j |= 2; this.l = j; return this; } - public C0250b setStringValue(int i) { + public C0251b setStringValue(int i) { this.j |= 16; this.o = i; return this; } - public C0250b setType(EnumC0251c cVar) { + public C0251b setType(EnumC0252c cVar) { Objects.requireNonNull(cVar); this.j |= 1; this.k = cVar; @@ -405,7 +405,7 @@ public final class b extends g implements o { /* compiled from: ProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.b$b$c$c reason: collision with other inner class name */ - public enum EnumC0251c implements h.a { + public enum EnumC0252c implements h.a { BYTE(0), CHAR(1), SHORT(2), @@ -422,11 +422,11 @@ public final class b extends g implements o { private final int value; - public EnumC0251c(int i) { + public EnumC0252c(int i) { this.value = i; } - public static EnumC0251c valueOf(int i) { + public static EnumC0252c valueOf(int i) { switch (i) { case 0: return BYTE; @@ -495,7 +495,7 @@ public final class b extends g implements o { break; case 8: int readEnum = dVar.readEnum(); - EnumC0251c valueOf = EnumC0251c.valueOf(readEnum); + EnumC0252c valueOf = EnumC0252c.valueOf(readEnum); if (valueOf == null) { newInstance.writeRawVarint32(readTag); newInstance.writeRawVarint32(readEnum); @@ -600,7 +600,7 @@ public final class b extends g implements o { this.unknownFields = bVar.getUnknownFields(); } - public static /* synthetic */ EnumC0251c a(c cVar, EnumC0251c cVar2) { + public static /* synthetic */ EnumC0252c a(c cVar, EnumC0252c cVar2) { cVar.type_ = cVar2; return cVar2; } @@ -672,11 +672,11 @@ public final class b extends g implements o { return cVar.unknownFields; } - public static C0250b newBuilder() { - return new C0250b(); + public static C0251b newBuilder() { + return new C0251b(); } - public static C0250b newBuilder(c cVar) { + public static C0251b newBuilder(c cVar) { return newBuilder().mergeFrom(cVar); } @@ -770,7 +770,7 @@ public final class b extends g implements o { return this.stringValue_; } - public EnumC0251c getType() { + public EnumC0252c getType() { return this.type_; } @@ -838,12 +838,12 @@ public final class b extends g implements o { } @Override // d0.e0.p.d.m0.i.n - public C0250b newBuilderForType() { + public C0251b newBuilderForType() { return newBuilder(); } public final void o() { - this.type_ = EnumC0251c.BYTE; + this.type_ = EnumC0252c.BYTE; this.intValue_ = 0; this.floatValue_ = 0.0f; this.doubleValue_ = ShadowDrawableWrapper.COS_45; @@ -857,7 +857,7 @@ public final class b extends g implements o { } @Override // d0.e0.p.d.m0.i.n - public C0250b toBuilder() { + public C0251b toBuilder() { return newBuilder(this); } @@ -902,19 +902,19 @@ public final class b extends g implements o { } static { - C0248b bVar = new C0248b(); + C0249b bVar = new C0249b(); i = bVar; bVar.nameId_ = 0; bVar.value_ = c.getDefaultInstance(); } - public C0248b() { + public C0249b() { this.memoizedIsInitialized = -1; this.memoizedSerializedSize = -1; this.unknownFields = d0.e0.p.d.m0.i.c.i; } - public C0248b(d dVar, e eVar, a aVar) throws InvalidProtocolBufferException { + public C0249b(d dVar, e eVar, a aVar) throws InvalidProtocolBufferException { this.memoizedIsInitialized = -1; this.memoizedSerializedSize = -1; boolean z2 = false; @@ -930,7 +930,7 @@ public final class b extends g implements o { this.bitField0_ |= 1; this.nameId_ = dVar.readInt32(); } else if (readTag == 18) { - c.C0250b bVar = (this.bitField0_ & 2) == 2 ? this.value_.toBuilder() : null; + c.C0251b bVar = (this.bitField0_ & 2) == 2 ? this.value_.toBuilder() : null; c cVar = (c) dVar.readMessage(c.j, eVar); this.value_ = cVar; if (bVar != null) { @@ -968,41 +968,41 @@ public final class b extends g implements o { this.unknownFields = newOutput.toByteString(); } - public C0248b(g.b bVar, a aVar) { + public C0249b(g.b bVar, a aVar) { super(bVar); this.memoizedIsInitialized = -1; this.memoizedSerializedSize = -1; this.unknownFields = bVar.getUnknownFields(); } - public static /* synthetic */ int a(C0248b bVar, int i2) { + public static /* synthetic */ int a(C0249b bVar, int i2) { bVar.nameId_ = i2; return i2; } - public static /* synthetic */ c b(C0248b bVar, c cVar) { + public static /* synthetic */ c b(C0249b bVar, c cVar) { bVar.value_ = cVar; return cVar; } - public static /* synthetic */ int c(C0248b bVar, int i2) { + public static /* synthetic */ int c(C0249b bVar, int i2) { bVar.bitField0_ = i2; return i2; } - public static /* synthetic */ d0.e0.p.d.m0.i.c d(C0248b bVar) { + public static /* synthetic */ d0.e0.p.d.m0.i.c d(C0249b bVar) { return bVar.unknownFields; } - public static C0248b getDefaultInstance() { + public static C0249b getDefaultInstance() { return i; } - public static C0249b newBuilder() { - return new C0249b(); + public static C0250b newBuilder() { + return new C0250b(); } - public static C0249b newBuilder(C0248b bVar) { + public static C0250b newBuilder(C0249b bVar) { return newBuilder().mergeFrom(bVar); } @@ -1065,12 +1065,12 @@ public final class b extends g implements o { } @Override // d0.e0.p.d.m0.i.n - public C0249b newBuilderForType() { + public C0250b newBuilderForType() { return newBuilder(); } @Override // d0.e0.p.d.m0.i.n - public C0249b toBuilder() { + public C0250b toBuilder() { return newBuilder(this); } @@ -1091,7 +1091,7 @@ public final class b extends g implements o { public static final class c extends g.b implements o { public int j; public int k; - public List l = Collections.emptyList(); + public List l = Collections.emptyList(); @Override // d0.e0.p.d.m0.i.n.a public b build() { @@ -1146,7 +1146,7 @@ public final class b extends g implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public c mergeFrom(d dVar, e eVar) throws IOException { Throwable th; b bVar; @@ -1213,7 +1213,7 @@ public final class b extends g implements o { this.argument_ = new ArrayList(); z3 |= true; } - this.argument_.add(dVar.readMessage(C0248b.j, eVar)); + this.argument_.add(dVar.readMessage(C0249b.j, eVar)); } else if (!dVar.skipField(readTag, newInstance)) { } } @@ -1292,7 +1292,7 @@ public final class b extends g implements o { return newBuilder().mergeFrom(bVar); } - public C0248b getArgument(int i2) { + public C0249b getArgument(int i2) { return this.argument_.get(i2); } @@ -1300,7 +1300,7 @@ public final class b extends g implements o { return this.argument_.size(); } - public List getArgumentList() { + public List getArgumentList() { return this.argument_; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/c.java b/app/src/main/java/d0/e0/p/d/m0/f/c.java index 2447fb4dfa..45251666d4 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/c.java @@ -66,20 +66,20 @@ public final class c extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public List f2660s = Collections.emptyList(); + public List f2662s = Collections.emptyList(); public List t = Collections.emptyList(); public List u = Collections.emptyList(); public List v = Collections.emptyList(); public List w = Collections.emptyList(); /* renamed from: x reason: collision with root package name */ - public List f2661x = Collections.emptyList(); + public List f2663x = Collections.emptyList(); /* renamed from: y reason: collision with root package name */ - public List f2662y = Collections.emptyList(); + public List f2664y = Collections.emptyList(); /* renamed from: z reason: collision with root package name */ - public t f2663z = t.getDefaultInstance(); + public t f2665z = t.getDefaultInstance(); @Override // d0.e0.p.d.m0.i.n.a public c build() { @@ -122,10 +122,10 @@ public final class c extends g.d implements o { } c.z(cVar, this.r); if ((this.l & 64) == 64) { - this.f2660s = Collections.unmodifiableList(this.f2660s); + this.f2662s = Collections.unmodifiableList(this.f2662s); this.l &= -65; } - c.B(cVar, this.f2660s); + c.B(cVar, this.f2662s); if ((this.l & 128) == 128) { this.t = Collections.unmodifiableList(this.t); this.l &= -129; @@ -147,19 +147,19 @@ public final class c extends g.d implements o { } c.J(cVar, this.w); if ((this.l & 2048) == 2048) { - this.f2661x = Collections.unmodifiableList(this.f2661x); + this.f2663x = Collections.unmodifiableList(this.f2663x); this.l &= -2049; } - c.i(cVar, this.f2661x); + c.i(cVar, this.f2663x); if ((this.l & 4096) == 4096) { - this.f2662y = Collections.unmodifiableList(this.f2662y); + this.f2664y = Collections.unmodifiableList(this.f2664y); this.l &= -4097; } - c.k(cVar, this.f2662y); + c.k(cVar, this.f2664y); if ((i & 8192) == 8192) { i2 |= 8; } - c.l(cVar, this.f2663z); + c.l(cVar, this.f2665z); if ((this.l & 16384) == 16384) { this.A = Collections.unmodifiableList(this.A); this.l &= -16385; @@ -228,15 +228,15 @@ public final class c extends g.d implements o { } } if (!c.A(cVar).isEmpty()) { - if (this.f2660s.isEmpty()) { - this.f2660s = c.A(cVar); + if (this.f2662s.isEmpty()) { + this.f2662s = c.A(cVar); this.l &= -65; } else { if ((this.l & 64) != 64) { - this.f2660s = new ArrayList(this.f2660s); + this.f2662s = new ArrayList(this.f2662s); this.l |= 64; } - this.f2660s.addAll(c.A(cVar)); + this.f2662s.addAll(c.A(cVar)); } } if (!c.C(cVar).isEmpty()) { @@ -288,27 +288,27 @@ public final class c extends g.d implements o { } } if (!c.h(cVar).isEmpty()) { - if (this.f2661x.isEmpty()) { - this.f2661x = c.h(cVar); + if (this.f2663x.isEmpty()) { + this.f2663x = c.h(cVar); this.l &= -2049; } else { if ((this.l & 2048) != 2048) { - this.f2661x = new ArrayList(this.f2661x); + this.f2663x = new ArrayList(this.f2663x); this.l |= 2048; } - this.f2661x.addAll(c.h(cVar)); + this.f2663x.addAll(c.h(cVar)); } } if (!c.j(cVar).isEmpty()) { - if (this.f2662y.isEmpty()) { - this.f2662y = c.j(cVar); + if (this.f2664y.isEmpty()) { + this.f2664y = c.j(cVar); this.l &= -4097; } else { if ((this.l & 4096) != 4096) { - this.f2662y = new ArrayList(this.f2662y); + this.f2664y = new ArrayList(this.f2664y); this.l |= 4096; } - this.f2662y.addAll(c.j(cVar)); + this.f2664y.addAll(c.j(cVar)); } } if (cVar.hasTypeTable()) { @@ -334,7 +334,7 @@ public final class c extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; c cVar; @@ -359,10 +359,10 @@ public final class c extends g.d implements o { } public b mergeTypeTable(t tVar) { - if ((this.l & 8192) != 8192 || this.f2663z == t.getDefaultInstance()) { - this.f2663z = tVar; + if ((this.l & 8192) != 8192 || this.f2665z == t.getDefaultInstance()) { + this.f2665z = tVar; } else { - this.f2663z = t.newBuilder(this.f2663z).mergeFrom(tVar).buildPartial(); + this.f2665z = t.newBuilder(this.f2665z).mergeFrom(tVar).buildPartial(); } this.l |= 8192; return this; @@ -399,7 +399,7 @@ public final class c extends g.d implements o { /* compiled from: ProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.c$c reason: collision with other inner class name */ - public enum EnumC0252c implements h.a { + public enum EnumC0253c implements h.a { CLASS(0), INTERFACE(1), ENUM_CLASS(2), @@ -410,7 +410,7 @@ public final class c extends g.d implements o { private final int value; - public EnumC0252c(int i) { + public EnumC0253c(int i) { this.value = i; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/d.java b/app/src/main/java/d0/e0/p/d/m0/f/d.java index 680fc45912..39617f59f9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/d.java @@ -110,7 +110,7 @@ public final class d extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d0.e0.p.d.m0.i.d dVar, e eVar) throws IOException { Throwable th; d dVar2; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/e.java b/app/src/main/java/d0/e0/p/d/m0/f/e.java index 41d558641a..f2a5939bdb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/e.java @@ -78,7 +78,7 @@ public final class e extends g implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, d0.e0.p.d.m0.i.e eVar) throws IOException { Throwable th; e eVar2; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/f.java b/app/src/main/java/d0/e0/p/d/m0/f/f.java index 79282f334b..262733219b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/f.java @@ -122,7 +122,7 @@ public final class f extends g implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d0.e0.p.d.m0.i.d dVar, e eVar) throws IOException { Throwable th; f fVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/g.java b/app/src/main/java/d0/e0/p/d/m0/f/g.java index 3b7123b086..9e84a6bba6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/g.java @@ -70,7 +70,7 @@ public final class g extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; g gVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/h.java b/app/src/main/java/d0/e0/p/d/m0/f/h.java index 82d1c6ed82..8715188009 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/h.java @@ -150,7 +150,7 @@ public final class h extends g implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; h hVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/i.java b/app/src/main/java/d0/e0/p/d/m0/f/i.java index afcc4525cd..8aca1b0b84 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/i.java @@ -57,14 +57,14 @@ public final class i extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public q f2664s = q.getDefaultInstance(); + public q f2666s = q.getDefaultInstance(); public int t; public List u = Collections.emptyList(); public t v = t.getDefaultInstance(); public List w = Collections.emptyList(); /* renamed from: x reason: collision with root package name */ - public e f2665x = e.getDefaultInstance(); + public e f2667x = e.getDefaultInstance(); @Override // d0.e0.p.d.m0.i.n.a public i build() { @@ -107,7 +107,7 @@ public final class i extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - i.o(iVar, this.f2664s); + i.o(iVar, this.f2666s); if ((i & 128) == 128) { i2 |= 64; } @@ -129,7 +129,7 @@ public final class i extends g.d implements o { if ((i & 2048) == 2048) { i2 |= 256; } - i.v(iVar, this.f2665x); + i.v(iVar, this.f2667x); i.w(iVar, i2); return iVar; } @@ -140,10 +140,10 @@ public final class i extends g.d implements o { } public b mergeContract(e eVar) { - if ((this.l & 2048) != 2048 || this.f2665x == e.getDefaultInstance()) { - this.f2665x = eVar; + if ((this.l & 2048) != 2048 || this.f2667x == e.getDefaultInstance()) { + this.f2667x = eVar; } else { - this.f2665x = e.newBuilder(this.f2665x).mergeFrom(eVar).buildPartial(); + this.f2667x = e.newBuilder(this.f2667x).mergeFrom(eVar).buildPartial(); } this.l |= 2048; return this; @@ -221,7 +221,7 @@ public final class i extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; i iVar; @@ -246,10 +246,10 @@ public final class i extends g.d implements o { } public b mergeReceiverType(q qVar) { - if ((this.l & 64) != 64 || this.f2664s == q.getDefaultInstance()) { - this.f2664s = qVar; + if ((this.l & 64) != 64 || this.f2666s == q.getDefaultInstance()) { + this.f2666s = qVar; } else { - this.f2664s = q.newBuilder(this.f2664s).mergeFrom(qVar).buildPartial(); + this.f2666s = q.newBuilder(this.f2666s).mergeFrom(qVar).buildPartial(); } this.l |= 64; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/l.java b/app/src/main/java/d0/e0/p/d/m0/f/l.java index a0fd6c8657..8727f09717 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/l.java @@ -143,7 +143,7 @@ public final class l extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; l lVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/m.java b/app/src/main/java/d0/e0/p/d/m0/f/m.java index cccc4e9862..ddf13892ab 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/m.java @@ -115,7 +115,7 @@ public final class m extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; m mVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/n.java b/app/src/main/java/d0/e0/p/d/m0/f/n.java index e40eea4b92..a395e19e7a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/n.java @@ -55,14 +55,14 @@ public final class n extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public q f2666s = q.getDefaultInstance(); + public q f2668s = q.getDefaultInstance(); public int t; public u u = u.getDefaultInstance(); public int v; public int w; /* renamed from: x reason: collision with root package name */ - public List f2667x = Collections.emptyList(); + public List f2669x = Collections.emptyList(); @Override // d0.e0.p.d.m0.i.n.a public n build() { @@ -105,7 +105,7 @@ public final class n extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - n.o(nVar, this.f2666s); + n.o(nVar, this.f2668s); if ((i & 128) == 128) { i2 |= 64; } @@ -123,10 +123,10 @@ public final class n extends g.d implements o { } n.s(nVar, this.w); if ((this.l & 2048) == 2048) { - this.f2667x = Collections.unmodifiableList(this.f2667x); + this.f2669x = Collections.unmodifiableList(this.f2669x); this.l &= -2049; } - n.u(nVar, this.f2667x); + n.u(nVar, this.f2669x); n.v(nVar, i2); return nVar; } @@ -183,15 +183,15 @@ public final class n extends g.d implements o { setSetterFlags(nVar.getSetterFlags()); } if (!n.t(nVar).isEmpty()) { - if (this.f2667x.isEmpty()) { - this.f2667x = n.t(nVar); + if (this.f2669x.isEmpty()) { + this.f2669x = n.t(nVar); this.l &= -2049; } else { if ((this.l & 2048) != 2048) { - this.f2667x = new ArrayList(this.f2667x); + this.f2669x = new ArrayList(this.f2669x); this.l |= 2048; } - this.f2667x.addAll(n.t(nVar)); + this.f2669x.addAll(n.t(nVar)); } } b(nVar); @@ -199,7 +199,7 @@ public final class n extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; n nVar; @@ -224,10 +224,10 @@ public final class n extends g.d implements o { } public b mergeReceiverType(q qVar) { - if ((this.l & 64) != 64 || this.f2666s == q.getDefaultInstance()) { - this.f2666s = qVar; + if ((this.l & 64) != 64 || this.f2668s == q.getDefaultInstance()) { + this.f2668s = qVar; } else { - this.f2666s = q.newBuilder(this.f2666s).mergeFrom(qVar).buildPartial(); + this.f2668s = q.newBuilder(this.f2668s).mergeFrom(qVar).buildPartial(); } this.l |= 64; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/o.java b/app/src/main/java/d0/e0/p/d/m0/f/o.java index 1b89f9f4d7..d783e97746 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/o.java @@ -80,7 +80,7 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; o oVar; @@ -110,7 +110,7 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { public static final c i; public static p j = new a(); private int bitField0_; - private EnumC0253c kind_; + private EnumC0254c kind_; private byte memoizedIsInitialized; private int memoizedSerializedSize; private int parentQualifiedName_; @@ -130,7 +130,7 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { public int j; public int k = -1; public int l; - public EnumC0253c m = EnumC0253c.PACKAGE; + public EnumC0254c m = EnumC0254c.PACKAGE; @Override // d0.e0.p.d.m0.i.n.a public c build() { @@ -183,7 +183,7 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; c cVar; @@ -207,7 +207,7 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { throw th; } - public b setKind(EnumC0253c cVar) { + public b setKind(EnumC0254c cVar) { Objects.requireNonNull(cVar); this.j |= 4; this.m = cVar; @@ -229,18 +229,18 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { /* compiled from: ProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.o$c$c reason: collision with other inner class name */ - public enum EnumC0253c implements h.a { + public enum EnumC0254c implements h.a { CLASS(0), PACKAGE(1), LOCAL(2); private final int value; - public EnumC0253c(int i) { + public EnumC0254c(int i) { this.value = i; } - public static EnumC0253c valueOf(int i) { + public static EnumC0254c valueOf(int i) { if (i == 0) { return CLASS; } @@ -264,7 +264,7 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { i = cVar; cVar.parentQualifiedName_ = -1; cVar.shortName_ = 0; - cVar.kind_ = EnumC0253c.PACKAGE; + cVar.kind_ = EnumC0254c.PACKAGE; } public c() { @@ -279,7 +279,7 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { this.parentQualifiedName_ = -1; boolean z2 = false; this.shortName_ = 0; - this.kind_ = EnumC0253c.PACKAGE; + this.kind_ = EnumC0254c.PACKAGE; c.b newOutput = d0.e0.p.d.m0.i.c.newOutput(); CodedOutputStream newInstance = CodedOutputStream.newInstance(newOutput, 1); while (!z2) { @@ -294,7 +294,7 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { this.shortName_ = dVar.readInt32(); } else if (readTag == 24) { int readEnum = dVar.readEnum(); - EnumC0253c valueOf = EnumC0253c.valueOf(readEnum); + EnumC0254c valueOf = EnumC0254c.valueOf(readEnum); if (valueOf == null) { newInstance.writeRawVarint32(readTag); newInstance.writeRawVarint32(readEnum); @@ -344,7 +344,7 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { return i2; } - public static /* synthetic */ EnumC0253c b(c cVar, EnumC0253c cVar2) { + public static /* synthetic */ EnumC0254c b(c cVar, EnumC0254c cVar2) { cVar.kind_ = cVar2; return cVar2; } @@ -375,7 +375,7 @@ public final class o extends g implements d0.e0.p.d.m0.i.o { return newBuilder().mergeFrom(cVar); } - public EnumC0253c getKind() { + public EnumC0254c getKind() { return this.kind_; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/p.java b/app/src/main/java/d0/e0/p/d/m0/f/p.java index b8eaada66a..bfecf8728d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/p.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/p.java @@ -78,7 +78,7 @@ public final class p extends g implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; p pVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/q.java b/app/src/main/java/d0/e0/p/d/m0/f/q.java index 4828f444c8..e7934d3861 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/q.java @@ -68,7 +68,7 @@ public final class q extends g.d implements o { /* compiled from: ProtoBuf */ /* renamed from: d0.e0.p.d.m0.f.q$b$b reason: collision with other inner class name */ - public static final class C0254b extends g.b implements o { + public static final class C0255b extends g.b implements o { public int j; public c k = c.INV; public q l = q.getDefaultInstance(); @@ -104,11 +104,11 @@ public final class q extends g.d implements o { } @Override // d0.e0.p.d.m0.i.g.b, java.lang.Object - public C0254b clone() { - return new C0254b().mergeFrom(buildPartial()); + public C0255b clone() { + return new C0255b().mergeFrom(buildPartial()); } - public C0254b mergeFrom(b bVar) { + public C0255b mergeFrom(b bVar) { if (bVar == b.getDefaultInstance()) { return this; } @@ -125,8 +125,8 @@ public final class q extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a - public C0254b mergeFrom(d dVar, e eVar) throws IOException { + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a + public C0255b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; b bVar; b bVar2 = null; @@ -149,7 +149,7 @@ public final class q extends g.d implements o { throw th; } - public C0254b mergeType(q qVar) { + public C0255b mergeType(q qVar) { if ((this.j & 2) != 2 || this.l == q.getDefaultInstance()) { this.l = qVar; } else { @@ -159,14 +159,14 @@ public final class q extends g.d implements o { return this; } - public C0254b setProjection(c cVar) { + public C0255b setProjection(c cVar) { Objects.requireNonNull(cVar); this.j |= 1; this.k = cVar; return this; } - public C0254b setTypeId(int i) { + public C0255b setTypeId(int i) { this.j |= 4; this.m = i; return this; @@ -322,11 +322,11 @@ public final class q extends g.d implements o { return i; } - public static C0254b newBuilder() { - return new C0254b(); + public static C0255b newBuilder() { + return new C0255b(); } - public static C0254b newBuilder(b bVar) { + public static C0255b newBuilder(b bVar) { return newBuilder().mergeFrom(bVar); } @@ -393,12 +393,12 @@ public final class q extends g.d implements o { } @Override // d0.e0.p.d.m0.i.n - public C0254b newBuilderForType() { + public C0255b newBuilderForType() { return newBuilder(); } @Override // d0.e0.p.d.m0.i.n - public C0254b toBuilder() { + public C0255b toBuilder() { return newBuilder(this); } @@ -429,20 +429,20 @@ public final class q extends g.d implements o { public int r; /* renamed from: s reason: collision with root package name */ - public int f2668s; + public int f2670s; public int t; public int u; public q v = q.getDefaultInstance(); public int w; /* renamed from: x reason: collision with root package name */ - public q f2669x = q.getDefaultInstance(); + public q f2671x = q.getDefaultInstance(); /* renamed from: y reason: collision with root package name */ - public int f2670y; + public int f2672y; /* renamed from: z reason: collision with root package name */ - public int f2671z; + public int f2673z; @Override // d0.e0.p.d.m0.i.n.a public q build() { @@ -485,7 +485,7 @@ public final class q extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - q.o(qVar, this.f2668s); + q.o(qVar, this.f2670s); if ((i & 128) == 128) { i2 |= 64; } @@ -505,15 +505,15 @@ public final class q extends g.d implements o { if ((i & 2048) == 2048) { i2 |= 1024; } - q.t(qVar, this.f2669x); + q.t(qVar, this.f2671x); if ((i & 4096) == 4096) { i2 |= 2048; } - q.u(qVar, this.f2670y); + q.u(qVar, this.f2672y); if ((i & 8192) == 8192) { i2 |= 4096; } - q.v(qVar, this.f2671z); + q.v(qVar, this.f2673z); q.w(qVar, i2); return qVar; } @@ -524,10 +524,10 @@ public final class q extends g.d implements o { } public c mergeAbbreviatedType(q qVar) { - if ((this.l & 2048) != 2048 || this.f2669x == q.getDefaultInstance()) { - this.f2669x = qVar; + if ((this.l & 2048) != 2048 || this.f2671x == q.getDefaultInstance()) { + this.f2671x = qVar; } else { - this.f2669x = q.newBuilder(this.f2669x).mergeFrom(qVar).buildPartial(); + this.f2671x = q.newBuilder(this.f2671x).mergeFrom(qVar).buildPartial(); } this.l |= 2048; return this; @@ -603,7 +603,7 @@ public final class q extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public c mergeFrom(d dVar, e eVar) throws IOException { Throwable th; q qVar; @@ -639,7 +639,7 @@ public final class q extends g.d implements o { public c setAbbreviatedTypeId(int i) { this.l |= 4096; - this.f2670y = i; + this.f2672y = i; return this; } @@ -651,7 +651,7 @@ public final class q extends g.d implements o { public c setFlags(int i) { this.l |= 8192; - this.f2671z = i; + this.f2673z = i; return this; } @@ -687,7 +687,7 @@ public final class q extends g.d implements o { public c setTypeParameter(int i) { this.l |= 64; - this.f2668s = i; + this.f2670s = i; return this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/r.java b/app/src/main/java/d0/e0/p/d/m0/f/r.java index 380e22a2ff..59bf4199cf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/r.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/r.java @@ -52,7 +52,7 @@ public final class r extends g.d implements o { public q r = q.getDefaultInstance(); /* renamed from: s reason: collision with root package name */ - public int f2672s; + public int f2674s; public List t = Collections.emptyList(); public List u = Collections.emptyList(); @@ -97,7 +97,7 @@ public final class r extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - r.o(rVar, this.f2672s); + r.o(rVar, this.f2674s); if ((this.l & 128) == 128) { this.t = Collections.unmodifiableList(this.t); this.l &= -129; @@ -190,7 +190,7 @@ public final class r extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; r rVar; @@ -226,7 +226,7 @@ public final class r extends g.d implements o { public b setExpandedTypeId(int i) { this.l |= 64; - this.f2672s = i; + this.f2674s = i; return this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/s.java b/app/src/main/java/d0/e0/p/d/m0/f/s.java index 66c7d35c57..bb60d60c72 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/s.java @@ -142,7 +142,7 @@ public final class s extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; s sVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/t.java b/app/src/main/java/d0/e0/p/d/m0/f/t.java index 27363afa92..9b4320cbcc 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/t.java @@ -92,7 +92,7 @@ public final class t extends g implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; t tVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/u.java b/app/src/main/java/d0/e0/p/d/m0/f/u.java index ef40fc8cf6..589c683d05 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/u.java @@ -117,7 +117,7 @@ public final class u extends g.d implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; u uVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/v.java b/app/src/main/java/d0/e0/p/d/m0/f/v.java index 935b6b7bee..9fa36d2493 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/v.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/v.java @@ -116,7 +116,7 @@ public final class v extends g implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d0.e0.p.d.m0.i.d dVar, e eVar) throws IOException { Throwable th; v vVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/w.java b/app/src/main/java/d0/e0/p/d/m0/f/w.java index dfb5e3a0af..9959d41f15 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/w.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/w.java @@ -79,7 +79,7 @@ public final class w extends g implements o { return this; } - @Override // d0.e0.p.d.m0.i.a.AbstractC0258a, d0.e0.p.d.m0.i.n.a + @Override // d0.e0.p.d.m0.i.a.AbstractC0259a, d0.e0.p.d.m0.i.n.a public b mergeFrom(d dVar, e eVar) throws IOException { Throwable th; w wVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/y/a.java b/app/src/main/java/d0/e0/p/d/m0/f/y/a.java index e7539f5a3f..cb1ad1b0d1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/y/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/y/a.java @@ -12,13 +12,13 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.ranges.IntRange; /* compiled from: BuiltInsBinaryVersion.kt */ public final class a extends d0.e0.p.d.m0.f.z.a { - public static final C0255a f = new C0255a(null); + public static final C0256a f = new C0256a(null); public static final a g = new a(1, 0, 7); /* compiled from: BuiltInsBinaryVersion.kt */ /* renamed from: d0.e0.p.d.m0.f.y.a$a reason: collision with other inner class name */ - public static final class C0255a { - public C0255a(DefaultConstructorMarker defaultConstructorMarker) { + public static final class C0256a { + public C0256a(DefaultConstructorMarker defaultConstructorMarker) { } public final a readFrom(InputStream inputStream) { diff --git a/app/src/main/java/d0/e0/p/d/m0/f/y/b.java b/app/src/main/java/d0/e0/p/d/m0/f/y/b.java index 3f77e64bed..2ae09df810 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/y/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/y/b.java @@ -20,12 +20,12 @@ public final class b { public static final g.f> b; /* renamed from: c reason: collision with root package name */ - public static final g.f> f2673c; + public static final g.f> f2675c; public static final g.f> d; public static final g.f> e; public static final g.f> f; public static final g.f> g; - public static final g.f h; + public static final g.f h; public static final g.f> i; public static final g.f> j; public static final g.f> k; @@ -36,12 +36,12 @@ public final class b { d0.e0.p.d.m0.f.b defaultInstance2 = d0.e0.p.d.m0.f.b.getDefaultInstance(); w.b bVar = w.b.MESSAGE; b = g.newRepeatedGeneratedExtension(defaultInstance, defaultInstance2, null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); - f2673c = g.newRepeatedGeneratedExtension(d.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); + f2675c = g.newRepeatedGeneratedExtension(d.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); d = g.newRepeatedGeneratedExtension(i.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); e = g.newRepeatedGeneratedExtension(n.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); f = g.newRepeatedGeneratedExtension(n.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, 152, bVar, false, d0.e0.p.d.m0.f.b.class); g = g.newRepeatedGeneratedExtension(n.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, 153, bVar, false, d0.e0.p.d.m0.f.b.class); - h = g.newSingularGeneratedExtension(n.getDefaultInstance(), b.C0248b.c.getDefaultInstance(), b.C0248b.c.getDefaultInstance(), null, 151, bVar, b.C0248b.c.class); + h = g.newSingularGeneratedExtension(n.getDefaultInstance(), b.C0249b.c.getDefaultInstance(), b.C0249b.c.getDefaultInstance(), null, 151, bVar, b.C0249b.c.class); i = g.newRepeatedGeneratedExtension(d0.e0.p.d.m0.f.g.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); j = g.newRepeatedGeneratedExtension(u.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); k = g.newRepeatedGeneratedExtension(q.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); @@ -51,7 +51,7 @@ public final class b { public static void registerAllExtensions(e eVar) { eVar.add(a); eVar.add(b); - eVar.add(f2673c); + eVar.add(f2675c); eVar.add(d); eVar.add(e); eVar.add(f); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/a.java b/app/src/main/java/d0/e0/p/d/m0/f/z/a.java index 856143ed70..751bf03354 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/a.java @@ -15,19 +15,19 @@ public abstract class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2674c; + public final int f2676c; public final int d; public final List e; /* compiled from: BinaryVersion.kt */ /* renamed from: d0.e0.p.d.m0.f.z.a$a reason: collision with other inner class name */ - public static final class C0256a { - public C0256a(DefaultConstructorMarker defaultConstructorMarker) { + public static final class C0257a { + public C0257a(DefaultConstructorMarker defaultConstructorMarker) { } } static { - new C0256a(null); + new C0257a(null); } public a(int... iArr) { @@ -37,7 +37,7 @@ public abstract class a { int i = -1; this.b = orNull == null ? -1 : orNull.intValue(); Integer orNull2 = k.getOrNull(iArr, 1); - this.f2674c = orNull2 == null ? -1 : orNull2.intValue(); + this.f2676c = orNull2 == null ? -1 : orNull2.intValue(); Integer orNull3 = k.getOrNull(iArr, 2); this.d = orNull3 != null ? orNull3.intValue() : i; this.e = iArr.length > 3 ? u.toList(j.asList(iArr).subList(3, iArr.length)) : n.emptyList(); @@ -47,10 +47,10 @@ public abstract class a { m.checkNotNullParameter(aVar, "ourVersion"); int i = this.b; if (i == 0) { - if (aVar.b == 0 && this.f2674c == aVar.f2674c) { + if (aVar.b == 0 && this.f2676c == aVar.f2676c) { return true; } - } else if (i == aVar.b && this.f2674c <= aVar.f2674c) { + } else if (i == aVar.b && this.f2676c <= aVar.f2676c) { return true; } return false; @@ -59,7 +59,7 @@ public abstract class a { public boolean equals(Object obj) { if (obj != null && m.areEqual(getClass(), obj.getClass())) { a aVar = (a) obj; - if (this.b == aVar.b && this.f2674c == aVar.f2674c && this.d == aVar.d && m.areEqual(this.e, aVar.e)) { + if (this.b == aVar.b && this.f2676c == aVar.f2676c && this.d == aVar.d && m.areEqual(this.e, aVar.e)) { return true; } } @@ -71,12 +71,12 @@ public abstract class a { } public final int getMinor() { - return this.f2674c; + return this.f2676c; } public int hashCode() { int i = this.b; - int i2 = (i * 31) + this.f2674c + i; + int i2 = (i * 31) + this.f2676c + i; int i3 = (i2 * 31) + this.d + i2; return this.e.hashCode() + (i3 * 31) + i3; } @@ -89,7 +89,7 @@ public abstract class a { if (i4 < i) { return false; } - int i5 = this.f2674c; + int i5 = this.f2676c; if (i5 > i2) { return true; } @@ -98,7 +98,7 @@ public abstract class a { public final boolean isAtLeast(a aVar) { m.checkNotNullParameter(aVar, "version"); - return isAtLeast(aVar.b, aVar.f2674c, aVar.d); + return isAtLeast(aVar.b, aVar.f2676c, aVar.d); } public final boolean isAtMost(int i, int i2, int i3) { @@ -109,7 +109,7 @@ public abstract class a { if (i4 > i) { return false; } - int i5 = this.f2674c; + int i5 = this.f2676c; if (i5 < i2) { return true; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/b.java b/app/src/main/java/d0/e0/p/d/m0/f/z/b.java index 279fde6259..545ca549cb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/b.java @@ -7,60 +7,60 @@ import d0.e0.p.d.m0.f.x; import d0.e0.p.d.m0.i.h; /* compiled from: Flags */ public class b { - public static final C0257b A; - public static final C0257b B; - public static final C0257b C; - public static final C0257b D; - public static final C0257b E; - public static final C0257b F; - public static final C0257b G; - public static final C0257b H; - public static final C0257b I; - public static final C0257b J; - public static final C0257b K; - public static final C0257b L; - public static final C0257b M = d.booleanFirst(); - public static final C0257b a = d.booleanFirst(); - public static final C0257b b; + public static final C0258b A; + public static final C0258b B; + public static final C0258b C; + public static final C0258b D; + public static final C0258b E; + public static final C0258b F; + public static final C0258b G; + public static final C0258b H; + public static final C0258b I; + public static final C0258b J; + public static final C0258b K; + public static final C0258b L; + public static final C0258b M = d.booleanFirst(); + public static final C0258b a = d.booleanFirst(); + public static final C0258b b; /* renamed from: c reason: collision with root package name */ - public static final d f2675c; + public static final d f2677c; public static final d d; - public static final d e; - public static final C0257b f; - public static final C0257b g; - public static final C0257b h; - public static final C0257b i; - public static final C0257b j; - public static final C0257b k; - public static final C0257b l; - public static final C0257b m; + public static final d e; + public static final C0258b f; + public static final C0258b g; + public static final C0258b h; + public static final C0258b i; + public static final C0258b j; + public static final C0258b k; + public static final C0258b l; + public static final C0258b m; public static final d n; - public static final C0257b o; - public static final C0257b p; - public static final C0257b q; - public static final C0257b r; + public static final C0258b o; + public static final C0258b p; + public static final C0258b q; + public static final C0258b r; /* renamed from: s reason: collision with root package name */ - public static final C0257b f2676s; - public static final C0257b t; - public static final C0257b u; - public static final C0257b v; - public static final C0257b w; + public static final C0258b f2678s; + public static final C0258b t; + public static final C0258b u; + public static final C0258b v; + public static final C0258b w; /* renamed from: x reason: collision with root package name */ - public static final C0257b f2677x; + public static final C0258b f2679x; /* renamed from: y reason: collision with root package name */ - public static final C0257b f2678y; + public static final C0258b f2680y; /* renamed from: z reason: collision with root package name */ - public static final C0257b f2679z; + public static final C0258b f2681z; /* compiled from: Flags */ /* renamed from: d0.e0.p.d.m0.f.z.b$b reason: collision with other inner class name */ - public static class C0257b extends d { - public C0257b(int i) { + public static class C0258b extends d { + public C0258b(int i) { super(i, 1, null); } @@ -85,7 +85,7 @@ public class b { public static class c extends d { /* renamed from: c reason: collision with root package name */ - public final E[] f2680c; + public final E[] f2682c; /* JADX WARNING: Illegal instructions before constructor call */ public c(int i, E[] eArr) { @@ -103,7 +103,7 @@ public class b { P.append(eArr.getClass()); throw new IllegalStateException(P.toString()); } - this.f2680c = eArr; + this.f2682c = eArr; return; } throw new IllegalArgumentException(String.format("Argument for @NotNull parameter '%s' of %s.%s must not be null", "enumEntries", "kotlin/reflect/jvm/internal/impl/metadata/deserialization/Flags$EnumLiteFlagField", "bitWidth")); @@ -113,7 +113,7 @@ public class b { public E get(int i) { int i2 = this.a; int i3 = (i & (((1 << this.b) - 1) << i2)) >> i2; - E[] eArr = this.f2680c; + E[] eArr = this.f2682c; for (E e : eArr) { if (e.getNumber() == i3) { return e; @@ -148,12 +148,12 @@ public class b { return new c(dVar.a + dVar.b, eArr); } - public static C0257b booleanAfter(d dVar) { - return new C0257b(dVar.a + dVar.b); + public static C0258b booleanAfter(d dVar) { + return new C0258b(dVar.a + dVar.b); } - public static C0257b booleanFirst() { - return new C0257b(0); + public static C0258b booleanFirst() { + return new C0258b(0); } public abstract E get(int i); @@ -162,73 +162,73 @@ public class b { } static { - C0257b booleanFirst = d.booleanFirst(); + C0258b booleanFirst = d.booleanFirst(); b = booleanFirst; d after = d.after(booleanFirst, x.values()); - f2675c = after; + f2677c = after; d after2 = d.after(after, k.values()); d = after2; - d after3 = d.after(after2, c.EnumC0252c.values()); + d after3 = d.after(after2, c.EnumC0253c.values()); e = after3; - C0257b booleanAfter = d.booleanAfter(after3); + C0258b booleanAfter = d.booleanAfter(after3); f = booleanAfter; - C0257b booleanAfter2 = d.booleanAfter(booleanAfter); + C0258b booleanAfter2 = d.booleanAfter(booleanAfter); g = booleanAfter2; - C0257b booleanAfter3 = d.booleanAfter(booleanAfter2); + C0258b booleanAfter3 = d.booleanAfter(booleanAfter2); h = booleanAfter3; - C0257b booleanAfter4 = d.booleanAfter(booleanAfter3); + C0258b booleanAfter4 = d.booleanAfter(booleanAfter3); i = booleanAfter4; - C0257b booleanAfter5 = d.booleanAfter(booleanAfter4); + C0258b booleanAfter5 = d.booleanAfter(booleanAfter4); j = booleanAfter5; k = d.booleanAfter(booleanAfter5); - C0257b booleanAfter6 = d.booleanAfter(after); + C0258b booleanAfter6 = d.booleanAfter(after); l = booleanAfter6; m = d.booleanAfter(booleanAfter6); d after4 = d.after(after2, j.values()); n = after4; - C0257b booleanAfter7 = d.booleanAfter(after4); + C0258b booleanAfter7 = d.booleanAfter(after4); o = booleanAfter7; - C0257b booleanAfter8 = d.booleanAfter(booleanAfter7); + C0258b booleanAfter8 = d.booleanAfter(booleanAfter7); p = booleanAfter8; - C0257b booleanAfter9 = d.booleanAfter(booleanAfter8); + C0258b booleanAfter9 = d.booleanAfter(booleanAfter8); q = booleanAfter9; - C0257b booleanAfter10 = d.booleanAfter(booleanAfter9); + C0258b booleanAfter10 = d.booleanAfter(booleanAfter9); r = booleanAfter10; - C0257b booleanAfter11 = d.booleanAfter(booleanAfter10); - f2676s = booleanAfter11; - C0257b booleanAfter12 = d.booleanAfter(booleanAfter11); + C0258b booleanAfter11 = d.booleanAfter(booleanAfter10); + f2678s = booleanAfter11; + C0258b booleanAfter12 = d.booleanAfter(booleanAfter11); t = booleanAfter12; - C0257b booleanAfter13 = d.booleanAfter(booleanAfter12); + C0258b booleanAfter13 = d.booleanAfter(booleanAfter12); u = booleanAfter13; v = d.booleanAfter(booleanAfter13); - C0257b booleanAfter14 = d.booleanAfter(after4); + C0258b booleanAfter14 = d.booleanAfter(after4); w = booleanAfter14; - C0257b booleanAfter15 = d.booleanAfter(booleanAfter14); - f2677x = booleanAfter15; - C0257b booleanAfter16 = d.booleanAfter(booleanAfter15); - f2678y = booleanAfter16; - C0257b booleanAfter17 = d.booleanAfter(booleanAfter16); - f2679z = booleanAfter17; - C0257b booleanAfter18 = d.booleanAfter(booleanAfter17); + C0258b booleanAfter15 = d.booleanAfter(booleanAfter14); + f2679x = booleanAfter15; + C0258b booleanAfter16 = d.booleanAfter(booleanAfter15); + f2680y = booleanAfter16; + C0258b booleanAfter17 = d.booleanAfter(booleanAfter16); + f2681z = booleanAfter17; + C0258b booleanAfter18 = d.booleanAfter(booleanAfter17); A = booleanAfter18; - C0257b booleanAfter19 = d.booleanAfter(booleanAfter18); + C0258b booleanAfter19 = d.booleanAfter(booleanAfter18); B = booleanAfter19; - C0257b booleanAfter20 = d.booleanAfter(booleanAfter19); + C0258b booleanAfter20 = d.booleanAfter(booleanAfter19); C = booleanAfter20; - C0257b booleanAfter21 = d.booleanAfter(booleanAfter20); + C0258b booleanAfter21 = d.booleanAfter(booleanAfter20); D = booleanAfter21; E = d.booleanAfter(booleanAfter21); - C0257b booleanAfter22 = d.booleanAfter(booleanFirst); + C0258b booleanAfter22 = d.booleanAfter(booleanFirst); F = booleanAfter22; - C0257b booleanAfter23 = d.booleanAfter(booleanAfter22); + C0258b booleanAfter23 = d.booleanAfter(booleanAfter22); G = booleanAfter23; H = d.booleanAfter(booleanAfter23); - C0257b booleanAfter24 = d.booleanAfter(after2); + C0258b booleanAfter24 = d.booleanAfter(after2); I = booleanAfter24; - C0257b booleanAfter25 = d.booleanAfter(booleanAfter24); + C0258b booleanAfter25 = d.booleanAfter(booleanAfter24); J = booleanAfter25; K = d.booleanAfter(booleanAfter25); - C0257b booleanFirst2 = d.booleanFirst(); + C0258b booleanFirst2 = d.booleanFirst(); L = booleanFirst2; d.booleanAfter(booleanFirst2); } @@ -292,7 +292,7 @@ public class b { a(10); throw null; } else if (kVar != null) { - return b.toFlags(Boolean.valueOf(z2)) | d.toFlags(kVar) | f2675c.toFlags(xVar) | I.toFlags(Boolean.valueOf(z3)) | J.toFlags(Boolean.valueOf(z4)) | K.toFlags(Boolean.valueOf(z5)); + return b.toFlags(Boolean.valueOf(z2)) | d.toFlags(kVar) | f2677c.toFlags(xVar) | I.toFlags(Boolean.valueOf(z3)) | J.toFlags(Boolean.valueOf(z4)) | K.toFlags(Boolean.valueOf(z5)); } else { a(11); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/d.java b/app/src/main/java/d0/e0/p/d/m0/f/z/d.java index cb179b6512..61803886d7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/d.java @@ -28,7 +28,7 @@ public final class d implements c { while (i != -1) { o.c qualifiedName = this.b.getQualifiedName(i); String string = this.a.getString(qualifiedName.getShortName()); - o.c.EnumC0253c kind = qualifiedName.getKind(); + o.c.EnumC0254c kind = qualifiedName.getKind(); m.checkNotNull(kind); int ordinal = kind.ordinal(); if (ordinal == 0) { diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/h.java b/app/src/main/java/d0/e0/p/d/m0/f/z/h.java index 7bae7f49fb..363fbaa517 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/h.java @@ -18,7 +18,7 @@ public final class h { public final b b; /* renamed from: c reason: collision with root package name */ - public final v.d f2681c; + public final v.d f2683c; public final d0.a d; public final Integer e; public final String f; @@ -95,7 +95,7 @@ public final class h { public static final b b = new b(256, 256, 256); /* renamed from: c reason: collision with root package name */ - public final int f2682c; + public final int f2684c; public final int d; public final int e; @@ -110,7 +110,7 @@ public final class h { } public b(int i, int i2, int i3) { - this.f2682c = i; + this.f2684c = i; this.d = i2; this.e = i3; } @@ -125,12 +125,12 @@ public final class h { StringBuilder sb; if (this.e == 0) { sb = new StringBuilder(); - sb.append(this.f2682c); + sb.append(this.f2684c); sb.append('.'); i = this.d; } else { sb = new StringBuilder(); - sb.append(this.f2682c); + sb.append(this.f2684c); sb.append('.'); sb.append(this.d); sb.append('.'); @@ -148,11 +148,11 @@ public final class h { return false; } b bVar = (b) obj; - return this.f2682c == bVar.f2682c && this.d == bVar.d && this.e == bVar.e; + return this.f2684c == bVar.f2684c && this.d == bVar.d && this.e == bVar.e; } public int hashCode() { - return (((this.f2682c * 31) + this.d) * 31) + this.e; + return (((this.f2684c * 31) + this.d) * 31) + this.e; } public String toString() { @@ -165,14 +165,14 @@ public final class h { m.checkNotNullParameter(dVar, "kind"); m.checkNotNullParameter(aVar, "level"); this.b = bVar; - this.f2681c = dVar; + this.f2683c = dVar; this.d = aVar; this.e = num; this.f = str; } public final v.d getKind() { - return this.f2681c; + return this.f2683c; } public final b getVersion() { diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/i.java b/app/src/main/java/d0/e0/p/d/m0/f/z/i.java index 39b65a6c5b..b53c596cfd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/i.java @@ -13,7 +13,7 @@ public final class i { public static final i b = new i(n.emptyList()); /* renamed from: c reason: collision with root package name */ - public final List f2683c; + public final List f2685c; /* compiled from: VersionRequirement.kt */ public static final class a { @@ -36,11 +36,11 @@ public final class i { } public i(List list) { - this.f2683c = list; + this.f2685c = list; } public i(List list, DefaultConstructorMarker defaultConstructorMarker) { - this.f2683c = list; + this.f2685c = list; } public static final /* synthetic */ i access$getEMPTY$cp() { @@ -48,6 +48,6 @@ public final class i { } public final v get(int i) { - return (v) u.getOrNull(this.f2683c, i); + return (v) u.getOrNull(this.f2685c, i); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/a.java b/app/src/main/java/d0/e0/p/d/m0/g/a.java index 9696b16446..d66631d3ff 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/a.java @@ -10,7 +10,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2684c; + public final boolean f2686c; public a(b bVar, b bVar2, boolean z2) { if (bVar == null) { @@ -19,7 +19,7 @@ public final class a { } else if (bVar2 != null) { this.a = bVar; this.b = bVar2; - this.f2684c = z2; + this.f2686c = z2; } else { a(2); throw null; @@ -178,7 +178,7 @@ public final class a { public a createNestedClassId(e eVar) { if (eVar != null) { - return new a(getPackageFqName(), this.b.child(eVar), this.f2684c); + return new a(getPackageFqName(), this.b.child(eVar), this.f2686c); } a(8); throw null; @@ -192,7 +192,7 @@ public final class a { return false; } a aVar = (a) obj; - return this.a.equals(aVar.a) && this.b.equals(aVar.b) && this.f2684c == aVar.f2684c; + return this.a.equals(aVar.a) && this.b.equals(aVar.b) && this.f2686c == aVar.f2686c; } public a getOuterClassId() { @@ -200,7 +200,7 @@ public final class a { if (parent.isRoot()) { return null; } - return new a(getPackageFqName(), parent, this.f2684c); + return new a(getPackageFqName(), parent, this.f2686c); } public b getPackageFqName() { @@ -232,11 +232,11 @@ public final class a { public int hashCode() { int hashCode = this.b.hashCode(); - return Boolean.valueOf(this.f2684c).hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); + return Boolean.valueOf(this.f2686c).hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); } public boolean isLocal() { - return this.f2684c; + return this.f2686c; } public boolean isNestedClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/g/b.java b/app/src/main/java/d0/e0/p/d/m0/g/b.java index 4f5858ec29..6ef58e728f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/b.java @@ -8,7 +8,7 @@ public final class b { public final c b; /* renamed from: c reason: collision with root package name */ - public transient b f2685c; + public transient b f2687c; public b(c cVar) { if (cVar != null) { @@ -22,7 +22,7 @@ public final class b { public b(c cVar, b bVar) { if (cVar != null) { this.b = cVar; - this.f2685c = bVar; + this.f2687c = bVar; return; } a(3); @@ -209,7 +209,7 @@ public final class b { } public b parent() { - b bVar = this.f2685c; + b bVar = this.f2687c; if (bVar != null) { if (bVar != null) { return bVar; @@ -218,7 +218,7 @@ public final class b { throw null; } else if (!isRoot()) { b bVar2 = new b(this.b.parent()); - this.f2685c = bVar2; + this.f2687c = bVar2; if (bVar2 != null) { return bVar2; } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/c.java b/app/src/main/java/d0/e0/p/d/m0/g/c.java index a2ca9d176f..bcc34205af 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/c.java @@ -12,7 +12,7 @@ public final class c { public static final Pattern b = Pattern.compile("\\."); /* renamed from: c reason: collision with root package name */ - public static final Function1 f2686c = new a(); + public static final Function1 f2688c = new a(); public final String d; public transient b e; public transient c f; @@ -296,7 +296,7 @@ public final class c { } public List pathSegments() { - List emptyList = isRoot() ? Collections.emptyList() : k.map(b.split(this.d), f2686c); + List emptyList = isRoot() ? Collections.emptyList() : k.map(b.split(this.d), f2688c); if (emptyList != null) { return emptyList; } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/g.java b/app/src/main/java/d0/e0/p/d/m0/g/g.java index 95714121f5..018bf730a0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/g.java @@ -7,7 +7,7 @@ public class g { public static final e b = e.identifier("Companion"); /* renamed from: c reason: collision with root package name */ - public static final e f2687c = e.identifier("no_name_in_PSI_3d19d79d_1ba9_4cd0_b7f5_b46aa3cd5d40"); + public static final e f2689c = e.identifier("no_name_in_PSI_3d19d79d_1ba9_4cd0_b7f5_b46aa3cd5d40"); static { e.special(""); @@ -47,7 +47,7 @@ public class g { public static e safeIdentifier(e eVar) { if (eVar == null || eVar.isSpecial()) { - eVar = f2687c; + eVar = f2689c; } if (eVar != null) { return eVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/i/a.java b/app/src/main/java/d0/e0/p/d/m0/i/a.java index 7b0717532d..afaf91ebe6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/a.java @@ -12,14 +12,14 @@ public abstract class a implements n { /* compiled from: AbstractMessageLite */ /* renamed from: d0.e0.p.d.m0.i.a$a reason: collision with other inner class name */ - public static abstract class AbstractC0258a implements n.a { + public static abstract class AbstractC0259a implements n.a { /* compiled from: AbstractMessageLite */ /* renamed from: d0.e0.p.d.m0.i.a$a$a reason: collision with other inner class name */ - public static final class C0259a extends FilterInputStream { + public static final class C0260a extends FilterInputStream { public int i; - public C0259a(InputStream inputStream, int i) { + public C0260a(InputStream inputStream, int i) { super(inputStream); this.i = i; } diff --git a/app/src/main/java/d0/e0/p/d/m0/i/b.java b/app/src/main/java/d0/e0/p/d/m0/i/b.java index 9bf7feb8ad..22009b1967 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/b.java @@ -37,7 +37,7 @@ public abstract class b implements p { if (read == -1) { return null; } - return parsePartialFrom(new a.AbstractC0258a.C0259a(inputStream, d.readRawVarint32(read, inputStream)), eVar); + return parsePartialFrom(new a.AbstractC0259a.C0260a(inputStream, d.readRawVarint32(read, inputStream)), eVar); } catch (IOException e) { throw new InvalidProtocolBufferException(e.getMessage()); } diff --git a/app/src/main/java/d0/e0/p/d/m0/i/d.java b/app/src/main/java/d0/e0/p/d/m0/i/d.java index ca306b61d2..ae6c77e8ac 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/d.java @@ -14,7 +14,7 @@ public final class d { public final boolean b; /* renamed from: c reason: collision with root package name */ - public int f2688c = 0; + public int f2690c = 0; public int d; public int e = 0; public final InputStream f; @@ -82,9 +82,9 @@ public final class d { throw InvalidProtocolBufferException.c(); } else if (i < 4096) { byte[] bArr = new byte[i]; - int i6 = this.f2688c - i3; + int i6 = this.f2690c - i3; System.arraycopy(this.a, i3, bArr, 0, i6); - int i7 = this.f2688c; + int i7 = this.f2690c; this.e = i7; int i8 = i - i6; if (i7 - i7 >= i8 || e(i8)) { @@ -94,10 +94,10 @@ public final class d { } throw InvalidProtocolBufferException.c(); } else { - int i9 = this.f2688c; + int i9 = this.f2690c; this.h = i2 + i9; this.e = 0; - this.f2688c = 0; + this.f2690c = 0; int i10 = i9 - i3; int i11 = i - i10; ArrayList arrayList = new ArrayList(); @@ -148,14 +148,14 @@ public final class d { } public final void c() { - int i = this.f2688c + this.d; - this.f2688c = i; + int i = this.f2690c + this.d; + this.f2690c = i; int i2 = this.h + i; int i3 = this.i; if (i2 > i3) { int i4 = i2 - i3; this.d = i4; - this.f2688c = i - i4; + this.f2690c = i - i4; return; } this.d = 0; @@ -176,7 +176,7 @@ public final class d { public final boolean e(int i) throws IOException { int i2 = this.e; int i3 = i2 + i; - int i4 = this.f2688c; + int i4 = this.f2690c; if (i3 > i4) { if (this.h + i2 + i <= this.i && this.f != null) { if (i2 > 0) { @@ -185,12 +185,12 @@ public final class d { System.arraycopy(bArr, i2, bArr, 0, i4 - i2); } this.h += i2; - this.f2688c -= i2; + this.f2690c -= i2; this.e = 0; } InputStream inputStream = this.f; byte[] bArr2 = this.a; - int i5 = this.f2688c; + int i5 = this.f2690c; int read = inputStream.read(bArr2, i5, bArr2.length - i5); if (read == 0 || read < -1 || read > this.a.length) { StringBuilder sb = new StringBuilder(102); @@ -199,10 +199,10 @@ public final class d { sb.append("\nThe InputStream implementation is buggy."); throw new IllegalStateException(sb.toString()); } else if (read > 0) { - this.f2688c += read; + this.f2690c += read; if ((this.h + i) - 67108864 <= 0) { c(); - if (this.f2688c >= i) { + if (this.f2690c >= i) { return true; } return e(i); @@ -228,7 +228,7 @@ public final class d { } public boolean isAtEnd() throws IOException { - return this.e == this.f2688c && !e(1); + return this.e == this.f2690c && !e(1); } public void popLimit(int i) { @@ -256,7 +256,7 @@ public final class d { public c readBytes() throws IOException { int readRawVarint32 = readRawVarint32(); - int i = this.f2688c; + int i = this.f2690c; int i2 = this.e; if (readRawVarint32 > i - i2 || readRawVarint32 <= 0) { return readRawVarint32 == 0 ? c.i : new m(a(readRawVarint32)); @@ -336,7 +336,7 @@ public final class d { } public byte readRawByte() throws IOException { - if (this.e == this.f2688c) { + if (this.e == this.f2690c) { d(1); } byte[] bArr = this.a; @@ -347,7 +347,7 @@ public final class d { public int readRawLittleEndian32() throws IOException { int i = this.e; - if (this.f2688c - i < 4) { + if (this.f2690c - i < 4) { d(4); i = this.e; } @@ -358,7 +358,7 @@ public final class d { public long readRawLittleEndian64() throws IOException { int i = this.e; - if (this.f2688c - i < 8) { + if (this.f2690c - i < 8) { d(8); i = this.e; } @@ -374,7 +374,7 @@ public final class d { int i; long j; int i2 = this.e; - int i3 = this.f2688c; + int i3 = this.f2690c; if (i3 != i2) { byte[] bArr = this.a; int i4 = i2 + 1; @@ -443,7 +443,7 @@ public final class d { long j2; long j3; int i = this.e; - int i2 = this.f2688c; + int i2 = this.f2690c; if (i2 != i) { byte[] bArr = this.a; int i3 = i + 1; @@ -530,7 +530,7 @@ public final class d { public String readString() throws IOException { int readRawVarint32 = readRawVarint32(); - if (readRawVarint32 > this.f2688c - this.e || readRawVarint32 <= 0) { + if (readRawVarint32 > this.f2690c - this.e || readRawVarint32 <= 0) { return readRawVarint32 == 0 ? "" : new String(a(readRawVarint32), Constants.ENCODING); } String str = new String(this.a, this.e, readRawVarint32, Constants.ENCODING); @@ -542,7 +542,7 @@ public final class d { byte[] bArr; int readRawVarint32 = readRawVarint32(); int i = this.e; - if (readRawVarint32 <= this.f2688c - i && readRawVarint32 > 0) { + if (readRawVarint32 <= this.f2690c - i && readRawVarint32 > 0) { bArr = this.a; this.e = i + readRawVarint32; } else if (readRawVarint32 == 0) { @@ -626,7 +626,7 @@ public final class d { } public void skipRawBytes(int i) throws IOException { - int i2 = this.f2688c; + int i2 = this.f2690c; int i3 = this.e; if (i <= i2 - i3 && i >= 0) { this.e = i3 + i; @@ -640,7 +640,7 @@ public final class d { d(1); while (true) { int i8 = i - i7; - int i9 = this.f2688c; + int i9 = this.f2690c; if (i8 > i9) { i7 += i9; this.e = i9; diff --git a/app/src/main/java/d0/e0/p/d/m0/i/f.java b/app/src/main/java/d0/e0/p/d/m0/i/f.java index bd28f3e589..cdefcbf43c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/f.java @@ -18,7 +18,7 @@ public final class f> { public final t b; /* renamed from: c reason: collision with root package name */ - public boolean f2689c; + public boolean f2691c; public boolean d = false; /* compiled from: FieldSet */ @@ -504,9 +504,9 @@ public final class f> { } public void makeImmutable() { - if (!this.f2689c) { + if (!this.f2691c) { this.b.makeImmutable(); - this.f2689c = true; + this.f2691c = true; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/i/g.java b/app/src/main/java/d0/e0/p/d/m0/i/g.java index b6865ae085..6b94a3e02a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/g.java @@ -19,7 +19,7 @@ import kotlin.reflect.jvm.internal.impl.protobuf.CodedOutputStream; public abstract class g extends a implements Serializable { /* compiled from: GeneratedMessageLite */ - public static abstract class b extends a.AbstractC0258a { + public static abstract class b extends a.AbstractC0259a { public c i = c.i; @Override // java.lang.Object @@ -63,7 +63,7 @@ public abstract class g extends a implements Serializable { public Map.Entry b; /* renamed from: c reason: collision with root package name */ - public final boolean f2690c; + public final boolean f2692c; public a(boolean z2, a aVar) { Iterator> it = d.a(d.this).iterator(); @@ -71,7 +71,7 @@ public abstract class g extends a implements Serializable { if (it.hasNext()) { this.b = it.next(); } - this.f2690c = z2; + this.f2692c = z2; } public void writeUntil(int i, CodedOutputStream codedOutputStream) throws IOException { @@ -79,7 +79,7 @@ public abstract class g extends a implements Serializable { Map.Entry entry = this.b; if (entry != null && entry.getKey().getNumber() < i) { e key = this.b.getKey(); - if (!this.f2690c || key.getLiteJavaType() != w.c.MESSAGE || key.isRepeated()) { + if (!this.f2692c || key.getLiteJavaType() != w.c.MESSAGE || key.isRepeated()) { f.writeField(key, this.b.getValue(), codedOutputStream); } else { codedOutputStream.writeMessageSetExtension(key.getNumber(), (n) this.b.getValue()); @@ -315,7 +315,7 @@ public abstract class g extends a implements Serializable { public final Type b; /* renamed from: c reason: collision with root package name */ - public final n f2691c; + public final n f2693c; public final e d; public final Method e; @@ -327,7 +327,7 @@ public abstract class g extends a implements Serializable { } else { this.a = containingtype; this.b = type; - this.f2691c = nVar; + this.f2693c = nVar; this.d = eVar; if (h.a.class.isAssignableFrom(cls)) { try { @@ -374,7 +374,7 @@ public abstract class g extends a implements Serializable { } public n getMessageDefaultInstance() { - return this.f2691c; + return this.f2693c; } public int getNumber() { diff --git a/app/src/main/java/d0/e0/p/d/m0/i/t.java b/app/src/main/java/d0/e0/p/d/m0/i/t.java index 05d33ee09b..bcc5c7a697 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/t.java @@ -23,12 +23,12 @@ public class t, V> extends AbstractMap { /* compiled from: SmallSortedMap */ public static class a { - public static final Iterator a = new C0260a(); + public static final Iterator a = new C0261a(); public static final Iterable b = new b(); /* compiled from: SmallSortedMap */ /* renamed from: d0.e0.p.d.m0.i.t$a$a reason: collision with other inner class name */ - public static class C0260a implements Iterator { + public static class C0261a implements Iterator { @Override // java.util.Iterator public boolean hasNext() { return false; diff --git a/app/src/main/java/d0/e0/p/d/m0/j/b.java b/app/src/main/java/d0/e0/p/d/m0/j/b.java index 9bd36552f3..05de679bb7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/b.java @@ -31,8 +31,8 @@ public interface b { /* compiled from: ClassifierNamePolicy.kt */ /* renamed from: d0.e0.p.d.m0.j.b$b reason: collision with other inner class name */ - public static final class C0262b implements b { - public static final C0262b a = new C0262b(); + public static final class C0263b implements b { + public static final C0263b a = new C0263b(); @Override // d0.e0.p.d.m0.j.b public String renderClassifier(h hVar, c cVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/j/c.java b/app/src/main/java/d0/e0/p/d/m0/j/c.java index 6d9975f7eb..73c14c10a7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/c.java @@ -18,7 +18,7 @@ public abstract class c { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final c f2696c; + public static final c f2698c; /* compiled from: DescriptorRenderer.kt */ public static final class a extends o implements Function1 { @@ -69,10 +69,10 @@ public abstract class c { /* compiled from: DescriptorRenderer.kt */ /* renamed from: d0.e0.p.d.m0.j.c$c reason: collision with other inner class name */ - public static final class C0263c extends o implements Function1 { - public static final C0263c i = new C0263c(); + public static final class C0264c extends o implements Function1 { + public static final C0264c i = new C0264c(); - public C0263c() { + public C0264c() { super(1); } @@ -109,7 +109,7 @@ public abstract class c { public final void invoke(h hVar) { m.checkNotNullParameter(hVar, ""); hVar.setModifiers(n0.emptySet()); - hVar.setClassifierNamePolicy(b.C0262b.a); + hVar.setClassifierNamePolicy(b.C0263b.a); hVar.setParameterNameRenderingPolicy(n.ONLY_NON_SYNTHESIZED); } } @@ -225,7 +225,7 @@ public abstract class c { m.checkNotNullParameter(hVar, ""); hVar.setWithDefinedIn(false); hVar.setModifiers(n0.emptySet()); - hVar.setClassifierNamePolicy(b.C0262b.a); + hVar.setClassifierNamePolicy(b.C0263b.a); hVar.setWithoutTypeParameters(true); hVar.setParameterNameRenderingPolicy(n.NONE); hVar.setReceiverAfterName(true); @@ -253,7 +253,7 @@ public abstract class c { public final void invoke(h hVar) { m.checkNotNullParameter(hVar, ""); - hVar.setClassifierNamePolicy(b.C0262b.a); + hVar.setClassifierNamePolicy(b.C0263b.a); hVar.setParameterNameRenderingPolicy(n.ONLY_NON_SYNTHESIZED); } } @@ -353,7 +353,7 @@ public abstract class c { static { k kVar = new k(null); a = kVar; - kVar.withOptions(C0263c.i); + kVar.withOptions(C0264c.i); kVar.withOptions(a.i); kVar.withOptions(b.i); kVar.withOptions(d.i); @@ -361,7 +361,7 @@ public abstract class c { b = kVar.withOptions(f.i); kVar.withOptions(g.i); kVar.withOptions(j.i); - f2696c = kVar.withOptions(e.i); + f2698c = kVar.withOptions(e.i); kVar.withOptions(h.i); } diff --git a/app/src/main/java/d0/e0/p/d/m0/j/d.java b/app/src/main/java/d0/e0/p/d/m0/j/d.java index c9f7275adc..3bfa1c26fc 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/d.java @@ -319,7 +319,7 @@ public final class d extends c implements h { public final void invoke(h hVar) { m.checkNotNullParameter(hVar, ""); - hVar.setExcludedTypeAnnotationClasses(d0.t.o0.plus((Set) hVar.getExcludedTypeAnnotationClasses(), (Iterable) d0.t.m.listOf(k.a.f2524x))); + hVar.setExcludedTypeAnnotationClasses(d0.t.o0.plus((Set) hVar.getExcludedTypeAnnotationClasses(), (Iterable) d0.t.m.listOf(k.a.f2526x))); hVar.setAnnotationArgumentsRenderingPolicy(a.ALWAYS_PARENTHESIZED); } } @@ -339,11 +339,11 @@ public final class d extends c implements h { /* compiled from: DescriptorRendererImpl.kt */ /* renamed from: d0.e0.p.d.m0.j.d$d reason: collision with other inner class name */ - public static final class C0264d extends d0.z.d.o implements Function1, CharSequence> { + public static final class C0265d extends d0.z.d.o implements Function1, CharSequence> { public final /* synthetic */ d this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0264d(d dVar) { + public C0265d(d dVar) { super(1); this.this$0 = dVar; } @@ -1322,7 +1322,7 @@ public final class d extends c implements h { Set excludedTypeAnnotationClasses = aVar instanceof d0.e0.p.d.m0.n.c0 ? getExcludedTypeAnnotationClasses() : getExcludedAnnotationClasses(); Function1 annotationFilter = getAnnotationFilter(); for (d0.e0.p.d.m0.c.g1.c cVar : aVar.getAnnotations()) { - if (!d0.t.u.contains(excludedTypeAnnotationClasses, cVar.getFqName()) && !m.areEqual(cVar.getFqName(), k.a.f2525y)) { + if (!d0.t.u.contains(excludedTypeAnnotationClasses, cVar.getFqName()) && !m.areEqual(cVar.getFqName(), k.a.f2527y)) { if (annotationFilter == null || annotationFilter.invoke(cVar).booleanValue()) { sb.append(renderAnnotation(cVar, eVar)); if (getEachAnnotationOnNewLine()) { @@ -1351,7 +1351,7 @@ public final class d extends c implements h { public final String k(d0.e0.p.d.m0.k.v.g gVar) { if (gVar instanceof d0.e0.p.d.m0.k.v.b) { - return d0.t.u.joinToString$default(((d0.e0.p.d.m0.k.v.b) gVar).getValue(), ", ", "{", "}", 0, null, new C0264d(this), 24, null); + return d0.t.u.joinToString$default(((d0.e0.p.d.m0.k.v.b) gVar).getValue(), ", ", "{", "}", 0, null, new C0265d(this), 24, null); } if (gVar instanceof d0.e0.p.d.m0.k.v.a) { return w.removePrefix(c.renderAnnotation$default(this, ((d0.e0.p.d.m0.k.v.a) gVar).getValue(), null, 2, null), "@"); @@ -1362,8 +1362,8 @@ public final class d extends c implements h { r.b value = ((r) gVar).getValue(); if (value instanceof r.b.a) { return ((r.b.a) value).getType() + "::class"; - } else if (value instanceof r.b.C0268b) { - r.b.C0268b bVar = (r.b.C0268b) value; + } else if (value instanceof r.b.C0269b) { + r.b.C0269b bVar = (r.b.C0269b) value; String asString = bVar.getClassId().asSingleFqName().asString(); m.checkNotNullExpressionValue(asString, "classValue.classId.asSingleFqName().asString()"); for (int i = 0; i < bVar.getArrayDimensions(); i++) { diff --git a/app/src/main/java/d0/e0/p/d/m0/j/i.java b/app/src/main/java/d0/e0/p/d/m0/j/i.java index e9fad3b2fa..af4402a566 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/i.java @@ -46,7 +46,7 @@ public final class i implements h { public boolean b; /* renamed from: c reason: collision with root package name */ - public final ReadWriteProperty f2700c; + public final ReadWriteProperty f2702c; public final ReadWriteProperty d; public final ReadWriteProperty e; public final ReadWriteProperty f; @@ -64,20 +64,20 @@ public final class i implements h { public final ReadWriteProperty r; /* renamed from: s reason: collision with root package name */ - public final ReadWriteProperty f2701s; + public final ReadWriteProperty f2703s; public final ReadWriteProperty t; public final ReadWriteProperty u; public final ReadWriteProperty v; public final ReadWriteProperty w; /* renamed from: x reason: collision with root package name */ - public final ReadWriteProperty f2702x; + public final ReadWriteProperty f2704x; /* renamed from: y reason: collision with root package name */ - public final ReadWriteProperty f2703y; + public final ReadWriteProperty f2705y; /* renamed from: z reason: collision with root package name */ - public final ReadWriteProperty f2704z; + public final ReadWriteProperty f2706z; /* compiled from: DescriptorRendererOptionsImpl.kt */ public static final class a extends o implements Function1 { @@ -109,7 +109,7 @@ public final class i implements h { public i() { b.c cVar = b.c.a; - this.f2700c = new j(cVar, cVar, this); + this.f2702c = new j(cVar, cVar, this); Boolean bool = Boolean.TRUE; this.d = new j(bool, bool, this); this.e = new j(bool, bool, this); @@ -128,16 +128,16 @@ public final class i implements h { this.p = new j(bool, bool, this); this.q = new j(bool, bool, this); this.r = new j(bool2, bool2, this); - this.f2701s = new j(bool2, bool2, this); + this.f2703s = new j(bool2, bool2, this); this.t = new j(bool2, bool2, this); this.u = new j(bool2, bool2, this); this.v = new j(bool2, bool2, this); this.w = new j(bool2, bool2, this); - this.f2702x = new j(bool2, bool2, this); + this.f2704x = new j(bool2, bool2, this); b bVar = b.i; - this.f2703y = new j(bVar, bVar, this); + this.f2705y = new j(bVar, bVar, this); a aVar = a.i; - this.f2704z = new j(aVar, aVar, this); + this.f2706z = new j(aVar, aVar, this); this.A = new j(bool, bool, this); m mVar = m.RENDER_OPEN; this.B = new j(mVar, mVar, this); @@ -226,7 +226,7 @@ public final class i implements h { } public b getClassifierNamePolicy() { - return (b) this.f2700c.getValue(this, a[0]); + return (b) this.f2702c.getValue(this, a[0]); } @Override // d0.e0.p.d.m0.j.h @@ -235,7 +235,7 @@ public final class i implements h { } public Function1 getDefaultParameterValueRenderer() { - return (Function1) this.f2704z.getValue(this, a[23]); + return (Function1) this.f2706z.getValue(this, a[23]); } public boolean getEachAnnotationOnNewLine() { @@ -333,7 +333,7 @@ public final class i implements h { } public boolean getRenderPrimaryConstructorParametersAsProperties() { - return ((Boolean) this.f2701s.getValue(this, a[16])).booleanValue(); + return ((Boolean) this.f2703s.getValue(this, a[16])).booleanValue(); } public boolean getRenderTypeExpansions() { @@ -361,7 +361,7 @@ public final class i implements h { } public Function1 getTypeNormalizer() { - return (Function1) this.f2703y.getValue(this, a[22]); + return (Function1) this.f2705y.getValue(this, a[22]); } public boolean getUninferredTypeParameterAsName() { @@ -393,7 +393,7 @@ public final class i implements h { } public boolean getWithoutSuperTypes() { - return ((Boolean) this.f2702x.getValue(this, a[21])).booleanValue(); + return ((Boolean) this.f2704x.getValue(this, a[21])).booleanValue(); } public boolean getWithoutTypeParameters() { @@ -417,7 +417,7 @@ public final class i implements h { @Override // d0.e0.p.d.m0.j.h public void setClassifierNamePolicy(b bVar) { m.checkNotNullParameter(bVar, ""); - this.f2700c.setValue(this, a[0], bVar); + this.f2702c.setValue(this, a[0], bVar); } @Override // d0.e0.p.d.m0.j.h @@ -471,7 +471,7 @@ public final class i implements h { @Override // d0.e0.p.d.m0.j.h public void setWithoutSuperTypes(boolean z2) { - this.f2702x.setValue(this, a[21], Boolean.valueOf(z2)); + this.f2704x.setValue(this, a[21], Boolean.valueOf(z2)); } @Override // d0.e0.p.d.m0.j.h diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java index 3afec482fd..f353102094 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java @@ -23,7 +23,7 @@ public final class b implements i { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final String f2705c; + public final String f2707c; public final i[] d; /* compiled from: ChainedMemberScope.kt */ @@ -64,7 +64,7 @@ public final class b implements i { } public b(String str, i[] iVarArr, DefaultConstructorMarker defaultConstructorMarker) { - this.f2705c = str; + this.f2707c = str; this.d = iVarArr; } @@ -193,6 +193,6 @@ public final class b implements i { } public String toString() { - return this.f2705c; + return this.f2707c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java index f2cfc65ff1..e93e9de255 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java @@ -17,7 +17,7 @@ public final class d { public static int b = 1; /* renamed from: c reason: collision with root package name */ - public static final int f2706c; + public static final int f2708c; public static final int d; public static final int e; public static final int f; @@ -32,10 +32,10 @@ public final class d { public static final d o; public static final d p; public static final d q; - public static final List r; + public static final List r; /* renamed from: s reason: collision with root package name */ - public static final List f2707s; + public static final List f2709s; public final List t; public final int u; @@ -44,11 +44,11 @@ public final class d { /* compiled from: MemberScope.kt */ /* renamed from: d0.e0.p.d.m0.k.a0.d$a$a reason: collision with other inner class name */ - public static final class C0265a { + public static final class C0266a { public final int a; public final String b; - public C0265a(int i, String str) { + public C0266a(int i, String str) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); this.a = i; this.b = str; @@ -115,11 +115,11 @@ public final class d { } static { - a.C0265a aVar; - a.C0265a aVar2; + a.C0266a aVar; + a.C0266a aVar2; a aVar3 = new a(null); a = aVar3; - f2706c = a.access$nextMask(aVar3); + f2708c = a.access$nextMask(aVar3); d = a.access$nextMask(aVar3); e = a.access$nextMask(aVar3); f = a.access$nextMask(aVar3); @@ -155,7 +155,7 @@ public final class d { int kindMask = dVar.getKindMask(); String name = field2.getName(); m.checkNotNullExpressionValue(name, "field.name"); - aVar2 = new a.C0265a(kindMask, name); + aVar2 = new a.C0266a(kindMask, name); } else { aVar2 = null; } @@ -186,7 +186,7 @@ public final class d { if (intValue == ((-intValue) & intValue)) { String name2 = field4.getName(); m.checkNotNullExpressionValue(name2, "field.name"); - aVar = new a.C0265a(intValue, name2); + aVar = new a.C0266a(intValue, name2); } else { aVar = null; } @@ -194,7 +194,7 @@ public final class d { arrayList5.add(aVar); } } - f2707s = arrayList5; + f2709s = arrayList5; } /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.List */ @@ -230,7 +230,7 @@ public final class d { } public static final /* synthetic */ int access$getNON_SINGLETON_CLASSIFIERS_MASK$cp() { - return f2706c; + return f2708c; } public static final /* synthetic */ int access$getNextMaskValue$cp() { @@ -291,7 +291,7 @@ public final class d { break; } obj = it.next(); - if (((a.C0265a) obj).getMask() == getKindMask()) { + if (((a.C0266a) obj).getMask() == getKindMask()) { z2 = true; continue; } else { @@ -302,12 +302,12 @@ public final class d { break; } } - a.C0265a aVar = (a.C0265a) obj; + a.C0266a aVar = (a.C0266a) obj; String name = aVar == null ? null : aVar.getName(); if (name == null) { - List list = f2707s; + List list = f2709s; ArrayList arrayList = new ArrayList(); - for (a.C0265a aVar2 : list) { + for (a.C0266a aVar2 : list) { String name2 = acceptsKinds(aVar2.getMask()) ? aVar2.getName() : null; if (name2 != null) { arrayList.add(name2); diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java index 836620966c..d92cd7ac0c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java @@ -32,7 +32,7 @@ public abstract class e extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(e.class), "allDescriptors", "getAllDescriptors()Ljava/util/List;"))}; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.c.e f2708c; + public final d0.e0.p.d.m0.c.e f2710c; public final j d; /* compiled from: GivenFunctionsMemberScope.kt */ @@ -57,7 +57,7 @@ public abstract class e extends j { public e(d0.e0.p.d.m0.m.o oVar, d0.e0.p.d.m0.c.e eVar) { d0.z.d.m.checkNotNullParameter(oVar, "storageManager"); d0.z.d.m.checkNotNullParameter(eVar, "containingClass"); - this.f2708c = eVar; + this.f2710c = eVar; this.d = oVar.createLazyValue(new a(this)); } @@ -69,7 +69,7 @@ public abstract class e extends j { ?? r5; Objects.requireNonNull(eVar); ArrayList arrayList = new ArrayList(3); - Collection supertypes = eVar.f2708c.getTypeConstructor().getSupertypes(); + Collection supertypes = eVar.f2710c.getTypeConstructor().getSupertypes(); d0.z.d.m.checkNotNullExpressionValue(supertypes, "containingClass.typeConstructor.supertypes"); ArrayList arrayList2 = new ArrayList(); for (c0 c0Var : supertypes) { @@ -121,7 +121,7 @@ public abstract class e extends j { } else { r5 = n.emptyList(); } - r4.generateOverridesInFunctionGroup(eVar2, list2, r5, eVar.f2708c, new f(arrayList, eVar)); + r4.generateOverridesInFunctionGroup(eVar2, list2, r5, eVar.f2710c, new f(arrayList, eVar)); } } return d0.e0.p.d.m0.p.a.compact(arrayList); diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java index b91dd9d57f..281ee9d1a7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java @@ -26,6 +26,6 @@ public final class f extends i { public void conflict(b bVar, b bVar2) { d0.z.d.m.checkNotNullParameter(bVar, "fromSuper"); d0.z.d.m.checkNotNullParameter(bVar2, "fromCurrent"); - throw new IllegalStateException(("Conflict in scope of " + this.b.f2708c + ": " + bVar + " vs " + bVar2).toString()); + throw new IllegalStateException(("Conflict in scope of " + this.b.f2710c + ": " + bVar + " vs " + bVar2).toString()); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/i.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/i.java index 8fe64da276..136f6bc274 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/i.java @@ -15,14 +15,14 @@ public interface i extends l { /* compiled from: MemberScope.kt */ public static final class a { public static final /* synthetic */ a a = new a(); - public static final Function1 b = C0266a.i; + public static final Function1 b = C0267a.i; /* compiled from: MemberScope.kt */ /* renamed from: d0.e0.p.d.m0.k.a0.i$a$a reason: collision with other inner class name */ - public static final class C0266a extends o implements Function1 { - public static final C0266a i = new C0266a(); + public static final class C0267a extends o implements Function1 { + public static final C0267a i = new C0267a(); - public C0266a() { + public C0267a() { super(1); } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java index bd7853aaf8..403158a1a5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java @@ -21,7 +21,7 @@ public final class m extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(m.class), "functions", "getFunctions()Ljava/util/List;"))}; /* renamed from: c reason: collision with root package name */ - public final e f2709c; + public final e f2711c; public final j d; /* compiled from: StaticScopeForKotlinEnum.kt */ @@ -45,14 +45,14 @@ public final class m extends j { public m(d0.e0.p.d.m0.m.o oVar, e eVar) { d0.z.d.m.checkNotNullParameter(oVar, "storageManager"); d0.z.d.m.checkNotNullParameter(eVar, "containingClass"); - this.f2709c = eVar; + this.f2711c = eVar; eVar.getKind(); f fVar = f.ENUM_CLASS; this.d = oVar.createLazyValue(new a(this)); } public static final /* synthetic */ e access$getContainingClass$p(m mVar) { - return mVar.f2709c; + return mVar.f2711c; } @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.l diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java index 1db19c23d3..f70f1c7036 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java @@ -28,7 +28,7 @@ public final class n implements i { public final i b; /* renamed from: c reason: collision with root package name */ - public final c1 f2710c; + public final c1 f2712c; public Map d; public final Lazy e = g.lazy(new a(this)); @@ -57,7 +57,7 @@ public final class n implements i { this.b = iVar; z0 substitution = c1Var.getSubstitution(); d0.z.d.m.checkNotNullExpressionValue(substitution, "givenSubstitutor.substitution"); - this.f2710c = d.wrapWithCapturingSubstitution$default(substitution, false, 1, null).buildSubstitutor(); + this.f2712c = d.wrapWithCapturingSubstitution$default(substitution, false, 1, null).buildSubstitutor(); } public static final /* synthetic */ i access$getWorkerScope$p(n nVar) { @@ -72,7 +72,7 @@ public final class n implements i { /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ public final Collection a(Collection collection) { - if (this.f2710c.isEmpty() || collection.isEmpty()) { + if (this.f2712c.isEmpty() || collection.isEmpty()) { return collection; } LinkedHashSet newLinkedHashSetWithExpectedSize = d0.e0.p.d.m0.p.a.newLinkedHashSetWithExpectedSize(collection.size()); @@ -84,7 +84,7 @@ public final class n implements i { } public final D b(D d) { - if (this.f2710c.isEmpty()) { + if (this.f2712c.isEmpty()) { return d; } if (this.d == null) { @@ -95,7 +95,7 @@ public final class n implements i { m mVar = map.get(d); if (mVar == null) { if (d instanceof w0) { - mVar = ((w0) d).substitute(this.f2710c); + mVar = ((w0) d).substitute(this.f2712c); if (mVar != null) { map.put(d, mVar); } else { diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java index c2fdb85334..ed1b283f5e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java @@ -20,7 +20,7 @@ public final class o extends a { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final i f2711c; + public final i f2713c; /* compiled from: TypeIntersectionScope.kt */ public static final class a { @@ -83,7 +83,7 @@ public final class o extends a { } public o(String str, i iVar, DefaultConstructorMarker defaultConstructorMarker) { - this.f2711c = iVar; + this.f2713c = iVar; } public static final i create(String str, Collection collection) { @@ -92,7 +92,7 @@ public final class o extends a { @Override // d0.e0.p.d.m0.k.a0.a public i a() { - return this.f2711c; + return this.f2713c; } @Override // d0.e0.p.d.m0.k.a0.a, d0.e0.p.d.m0.k.a0.l diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java index 721f44da3f..54737ad53d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java @@ -6,7 +6,7 @@ import d0.e0.p.d.m0.n.c0; public class b extends a implements d { /* renamed from: c reason: collision with root package name */ - public final a f2712c; + public final a f2714c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(a aVar, c0 c0Var, d dVar) { @@ -15,7 +15,7 @@ public class b extends a implements d { a(0); throw null; } else if (c0Var != null) { - this.f2712c = aVar; + this.f2714c = aVar; } else { a(1); throw null; @@ -54,6 +54,6 @@ public class b extends a implements d { } public String toString() { - return getType() + ": Ext {" + this.f2712c + "}"; + return getType() + ": Ext {" + this.f2714c + "}"; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/b.java b/app/src/main/java/d0/e0/p/d/m0/k/b.java index 34d6ab04ca..11edc61cc7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/b.java @@ -41,12 +41,12 @@ public final class b { /* compiled from: DescriptorEquivalenceForOverrides.kt */ /* renamed from: d0.e0.p.d.m0.k.b$b reason: collision with other inner class name */ - public static final class C0267b implements f.a { + public static final class C0268b implements f.a { public final /* synthetic */ b a; public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ d0.e0.p.d.m0.c.a f2713c; + public final /* synthetic */ d0.e0.p.d.m0.c.a f2715c; public final /* synthetic */ d0.e0.p.d.m0.c.a d; /* compiled from: DescriptorEquivalenceForOverrides.kt */ @@ -74,10 +74,10 @@ public final class b { } } - public C0267b(b bVar, boolean z2, d0.e0.p.d.m0.c.a aVar, d0.e0.p.d.m0.c.a aVar2) { + public C0268b(b bVar, boolean z2, d0.e0.p.d.m0.c.a aVar, d0.e0.p.d.m0.c.a aVar2) { this.a = bVar; this.b = z2; - this.f2713c = aVar; + this.f2715c = aVar; this.d = aVar2; } @@ -93,7 +93,7 @@ public final class b { if (!(declarationDescriptor instanceof z0) || !(declarationDescriptor2 instanceof z0)) { return false; } - return b.access$areTypeParametersEquivalent(this.a, (z0) declarationDescriptor, (z0) declarationDescriptor2, this.b, new a(this.f2713c, this.d)); + return b.access$areTypeParametersEquivalent(this.a, (z0) declarationDescriptor, (z0) declarationDescriptor2, this.b, new a(this.f2715c, this.d)); } } @@ -135,7 +135,7 @@ public final class b { if ((d0.z.d.m.areEqual(aVar.getContainingDeclaration(), aVar2.getContainingDeclaration()) && (!z2 || !d0.z.d.m.areEqual(c(aVar), c(aVar2)))) || e.isLocal(aVar) || e.isLocal(aVar2) || !b(aVar, aVar2, a.i, z2)) { return false; } - k create = k.create(gVar, new C0267b(this, z2, aVar, aVar2)); + k create = k.create(gVar, new C0268b(this, z2, aVar, aVar2)); d0.z.d.m.checkNotNullExpressionValue(create, "fun areCallableDescriptorsEquivalent(\n a: CallableDescriptor,\n b: CallableDescriptor,\n allowCopiesFromTheSameDeclaration: Boolean,\n distinguishExpectsAndNonExpects: Boolean = true,\n ignoreReturnType: Boolean = false,\n kotlinTypeRefiner: KotlinTypeRefiner\n ): Boolean {\n if (a == b) return true\n if (a.name != b.name) return false\n if (distinguishExpectsAndNonExpects && a is MemberDescriptor && b is MemberDescriptor && a.isExpect != b.isExpect) return false\n if (a.containingDeclaration == b.containingDeclaration) {\n if (!allowCopiesFromTheSameDeclaration) return false\n if (a.singleSource() != b.singleSource()) return false\n }\n\n // Distinct locals are not equivalent\n if (DescriptorUtils.isLocal(a) || DescriptorUtils.isLocal(b)) return false\n\n if (!ownersEquivalent(a, b, { _, _ -> false }, allowCopiesFromTheSameDeclaration)) return false\n\n val overridingUtil = OverridingUtil.create(kotlinTypeRefiner) eq@{ c1, c2 ->\n if (c1 == c2) return@eq true\n\n val d1 = c1.declarationDescriptor\n val d2 = c2.declarationDescriptor\n\n if (d1 !is TypeParameterDescriptor || d2 !is TypeParameterDescriptor) return@eq false\n\n areTypeParametersEquivalent(d1, d2, allowCopiesFromTheSameDeclaration) { x, y -> x == a && y == b }\n }\n\n return overridingUtil.isOverridableBy(a, b, null, !ignoreReturnType).result == OverrideCompatibilityInfo.Result.OVERRIDABLE\n && overridingUtil.isOverridableBy(b, a, null, !ignoreReturnType).result == OverrideCompatibilityInfo.Result.OVERRIDABLE\n\n }"); k.d.a result = create.isOverridableBy(aVar, aVar2, null, !z4).getResult(); k.d.a aVar3 = k.d.a.OVERRIDABLE; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/d.java b/app/src/main/java/d0/e0/p/d/m0/k/d.java index d3ffce476b..2c224c6aa8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/d.java @@ -215,7 +215,7 @@ public class d { public static t0 createEnumValueOfMethod(e eVar) { if (eVar != null) { g.a aVar = d0.e0.p.d.m0.c.g1.g.f; - g0 create = g0.create(eVar, aVar.getEMPTY(), k.f2511c, b.a.SYNTHESIZED, eVar.getSource()); + g0 create = g0.create(eVar, aVar.getEMPTY(), k.f2513c, b.a.SYNTHESIZED, eVar.getSource()); g0 initialize = create.initialize((q0) null, (q0) null, Collections.emptyList(), Collections.singletonList(new l0(create, null, 0, aVar.getEMPTY(), d0.e0.p.d.m0.g.e.identifier("value"), d0.e0.p.d.m0.k.x.a.getBuiltIns(eVar).getStringType(), false, false, false, null, eVar.getSource())), (c0) eVar.getDefaultType(), z.FINAL, t.e); if (initialize != null) { return initialize; @@ -336,7 +336,7 @@ public class d { public static boolean isEnumValueOfMethod(x xVar) { if (xVar != null) { - return xVar.getName().equals(k.f2511c) && b(xVar); + return xVar.getName().equals(k.f2513c) && b(xVar); } a(27); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/k.java b/app/src/main/java/d0/e0/p/d/m0/k/k.java index 299057e2df..99180871e6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/k.java @@ -47,7 +47,7 @@ public class k { public static final k b; /* renamed from: c reason: collision with root package name */ - public static final f.a f2714c; + public static final f.a f2716c; public final g d; public final f.a e; @@ -286,7 +286,7 @@ public class k { static { a aVar = new a(); - f2714c = aVar; + f2716c = aVar; b = new k(aVar, g.a.a); } @@ -1016,7 +1016,7 @@ public class k { public static k createWithTypeRefiner(g gVar) { if (gVar != null) { - return new k(f2714c, gVar); + return new k(f2716c, gVar); } a(1); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java b/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java index 6ee4d72b4c..da0962d571 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java @@ -44,17 +44,17 @@ public final class d { public static final class b extends l { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2715c; + public final /* synthetic */ boolean f2717c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(boolean z2, z0 z0Var) { super(z0Var); - this.f2715c = z2; + this.f2717c = z2; } @Override // d0.e0.p.d.m0.n.z0 public boolean approximateContravariantCapturedTypes() { - return this.f2715c; + return this.f2717c; } @Override // d0.e0.p.d.m0.n.l, d0.e0.p.d.m0.n.z0 diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java b/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java index 89e0069fb2..4228546484 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java @@ -16,7 +16,7 @@ public final class a0 extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2518f0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2520f0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/j.java b/app/src/main/java/d0/e0/p/d/m0/k/v/j.java index c85af669a2..bf2307eb07 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/j.java @@ -14,7 +14,7 @@ public final class j extends g> { public final a b; /* renamed from: c reason: collision with root package name */ - public final e f2716c; + public final e f2718c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public j(a aVar, e eVar) { @@ -22,11 +22,11 @@ public final class j extends g> { m.checkNotNullParameter(aVar, "enumClassId"); m.checkNotNullParameter(eVar, "enumEntryName"); this.b = aVar; - this.f2716c = eVar; + this.f2718c = eVar; } public final e getEnumEntryName() { - return this.f2716c; + return this.f2718c; } @Override // d0.e0.p.d.m0.k.v.g @@ -48,7 +48,7 @@ public final class j extends g> { StringBuilder P = c.d.b.a.a.P("Containing class for error-class based enum entry "); P.append(this.b); P.append('.'); - P.append(this.f2716c); + P.append(this.f2718c); j0 createErrorType = t.createErrorType(P.toString()); m.checkNotNullExpressionValue(createErrorType, "createErrorType(\"Containing class for error-class based enum entry $enumClassId.$enumEntryName\")"); return createErrorType; @@ -62,7 +62,7 @@ public final class j extends g> { StringBuilder sb = new StringBuilder(); sb.append(this.b.getShortClassName()); sb.append('.'); - sb.append(this.f2716c); + sb.append(this.f2718c); return sb.toString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/k.java b/app/src/main/java/d0/e0/p/d/m0/k/v/k.java index 0874565603..3f7dd375c3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/k.java @@ -25,24 +25,24 @@ public abstract class k extends g { public static final class b extends k { /* renamed from: c reason: collision with root package name */ - public final String f2717c; + public final String f2719c; public b(String str) { m.checkNotNullParameter(str, "message"); - this.f2717c = str; + this.f2719c = str; } @Override // d0.e0.p.d.m0.k.v.g public j0 getType(c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - j0 createErrorType = t.createErrorType(this.f2717c); + j0 createErrorType = t.createErrorType(this.f2719c); m.checkNotNullExpressionValue(createErrorType, "createErrorType(message)"); return createErrorType; } @Override // d0.e0.p.d.m0.k.v.g public String toString() { - return this.f2717c; + return this.f2719c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/n.java b/app/src/main/java/d0/e0/p/d/m0/k/v/n.java index 76bc4112b4..c3ee4e0eee 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/n.java @@ -26,7 +26,7 @@ public final class n implements u0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final c0 f2718c; + public final c0 f2720c; public final Set d; public final j0 e = d0.integerLiteralType(g.f.getEMPTY(), this, false); public final Lazy f = d0.g.lazy(new b(this)); @@ -102,12 +102,12 @@ public final class n implements u0 { public n(long j, c0 c0Var, Set set, DefaultConstructorMarker defaultConstructorMarker) { d0 d0Var = d0.a; this.b = j; - this.f2718c = c0Var; + this.f2720c = c0Var; this.d = set; } public static final /* synthetic */ c0 access$getModule$p(n nVar) { - return nVar.f2718c; + return nVar.f2720c; } public static final /* synthetic */ j0 access$getType$p(n nVar) { @@ -119,7 +119,7 @@ public final class n implements u0 { } public static final boolean access$isContainsOnlyUnsignedTypes(n nVar) { - Collection allSignedLiteralTypes = u.getAllSignedLiteralTypes(nVar.f2718c); + Collection allSignedLiteralTypes = u.getAllSignedLiteralTypes(nVar.f2720c); if ((allSignedLiteralTypes instanceof Collection) && allSignedLiteralTypes.isEmpty()) { return true; } @@ -147,7 +147,7 @@ public final class n implements u0 { @Override // d0.e0.p.d.m0.n.u0 public h getBuiltIns() { - return this.f2718c.getBuiltIns(); + return this.f2720c.getBuiltIns(); } @Override // d0.e0.p.d.m0.n.u0 diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/r.java b/app/src/main/java/d0/e0/p/d/m0/k/v/r.java index 9be1470002..cb21187ec4 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/r.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/r.java @@ -93,11 +93,11 @@ public final class r extends g { /* compiled from: constantValues.kt */ /* renamed from: d0.e0.p.d.m0.k.v.r$b$b reason: collision with other inner class name */ - public static final class C0268b extends b { + public static final class C0269b extends b { public final f a; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0268b(f fVar) { + public C0269b(f fVar) { super(null); m.checkNotNullParameter(fVar, "value"); this.a = fVar; @@ -107,7 +107,7 @@ public final class r extends g { if (this == obj) { return true; } - return (obj instanceof C0268b) && m.areEqual(this.a, ((C0268b) obj).a); + return (obj instanceof C0269b) && m.areEqual(this.a, ((C0269b) obj).a); } public final int getArrayDimensions() { @@ -149,7 +149,7 @@ public final class r extends g { /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public r(f fVar) { - this(new b.C0268b(fVar)); + this(new b.C0269b(fVar)); m.checkNotNullParameter(fVar, "value"); } @@ -165,8 +165,8 @@ public final class r extends g { if (value instanceof b.a) { return ((b.a) getValue()).getType(); } - if (value instanceof b.C0268b) { - f value2 = ((b.C0268b) getValue()).getValue(); + if (value instanceof b.C0269b) { + f value2 = ((b.C0269b) getValue()).getValue(); d0.e0.p.d.m0.g.a component1 = value2.component1(); int component2 = value2.component2(); e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, component1); diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/x.java b/app/src/main/java/d0/e0/p/d/m0/k/v/x.java index cfdd2c587a..760bd70c22 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/x.java @@ -16,7 +16,7 @@ public final class x extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2517e0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2519e0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/y.java b/app/src/main/java/d0/e0/p/d/m0/k/v/y.java index 6155aeb384..095c7024a3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/y.java @@ -16,7 +16,7 @@ public final class y extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2519g0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2521g0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/z.java b/app/src/main/java/d0/e0/p/d/m0/k/v/z.java index 7f6154f526..60c4aa4977 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/z.java @@ -16,7 +16,7 @@ public final class z extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2520h0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2522h0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/w/a.java b/app/src/main/java/d0/e0/p/d/m0/k/w/a.java index 29fa8d6008..a2323166fb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/w/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/w/a.java @@ -3,14 +3,14 @@ package d0.e0.p.d.m0.k.w; import d0.e0.p.d.m0.c.a; /* compiled from: deprecation.kt */ public final class a { - public static final a.AbstractC0213a a = new C0269a(); + public static final a.AbstractC0214a a = new C0270a(); /* compiled from: deprecation.kt */ /* renamed from: d0.e0.p.d.m0.k.w.a$a reason: collision with other inner class name */ - public static final class C0269a implements a.AbstractC0213a { + public static final class C0270a implements a.AbstractC0214a { } - public static final a.AbstractC0213a getDEPRECATED_FUNCTION_KEY() { + public static final a.AbstractC0214a getDEPRECATED_FUNCTION_KEY() { return a; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/x/a.java b/app/src/main/java/d0/e0/p/d/m0/k/x/a.java index be0ecc7a0a..ab8f351713 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/x/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/x/a.java @@ -29,8 +29,8 @@ public final class a { /* compiled from: DescriptorUtils.kt */ /* renamed from: d0.e0.p.d.m0.k.x.a$a reason: collision with other inner class name */ - public static final class C0270a implements b.c { - public static final C0270a a = new C0270a(); + public static final class C0271a implements b.c { + public static final C0271a a = new C0271a(); public final Iterable getNeighbors(c1 c1Var) { Collection overriddenDescriptors = c1Var.getOverriddenDescriptors(); @@ -99,7 +99,7 @@ public final class a { } /* compiled from: DescriptorUtils.kt */ - public static final class d extends b.AbstractC0291b { + public static final class d extends b.AbstractC0292b { public final /* synthetic */ Ref$ObjectRef a; public final /* synthetic */ Function1 b; @@ -150,7 +150,7 @@ public final class a { public static final boolean declaresOrInheritsDefaultValue(c1 c1Var) { m.checkNotNullParameter(c1Var, ""); - Boolean ifAny = d0.e0.p.d.m0.p.b.ifAny(d0.t.m.listOf(c1Var), C0270a.a, b.i); + Boolean ifAny = d0.e0.p.d.m0.p.b.ifAny(d0.t.m.listOf(c1Var), C0271a.a, b.i); m.checkNotNullExpressionValue(ifAny, "ifAny(\n listOf(this),\n { current -> current.overriddenDescriptors.map(ValueParameterDescriptor::getOriginal) },\n ValueParameterDescriptor::declaresDefaultValue\n )"); return ifAny.booleanValue(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/y/d.java b/app/src/main/java/d0/e0/p/d/m0/k/y/d.java index aaa87e1a0e..3f9f45ff7b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/y/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/y/d.java @@ -26,7 +26,7 @@ public enum d { public static final Map r = new HashMap(); /* renamed from: s reason: collision with root package name */ - public static final Map f2719s = new EnumMap(i.class); + public static final Map f2721s = new EnumMap(i.class); public static final Map t = new HashMap(); private final String desc; private final String name; @@ -39,7 +39,7 @@ public enum d { d dVar = values[i]; q.add(dVar.getWrapperFqName()); r.put(dVar.getJavaKeywordName(), dVar); - f2719s.put(dVar.getPrimitiveType(), dVar); + f2721s.put(dVar.getPrimitiveType(), dVar); t.put(dVar.getDesc(), dVar); } } @@ -226,7 +226,7 @@ public enum d { public static d get(i iVar) { if (iVar != null) { - d dVar = f2719s.get(iVar); + d dVar = f2721s.get(iVar); if (dVar != null) { return dVar; } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/a.java b/app/src/main/java/d0/e0/p/d/m0/l/a.java index fb34b598b2..06de0165e0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/a.java @@ -19,18 +19,18 @@ public class a { public final g.f> b; /* renamed from: c reason: collision with root package name */ - public final g.f> f2720c; + public final g.f> f2722c; public final g.f> d; public final g.f> e; public final g.f> f; public final g.f> g; public final g.f> h; - public final g.f i; + public final g.f i; public final g.f> j; public final g.f> k; public final g.f> l; - public a(e eVar, g.f fVar, g.f> fVar2, g.f> fVar3, g.f> fVar4, g.f> fVar5, g.f> fVar6, g.f> fVar7, g.f> fVar8, g.f fVar9, g.f> fVar10, g.f> fVar11, g.f> fVar12) { + public a(e eVar, g.f fVar, g.f> fVar2, g.f> fVar3, g.f> fVar4, g.f> fVar5, g.f> fVar6, g.f> fVar7, g.f> fVar8, g.f fVar9, g.f> fVar10, g.f> fVar11, g.f> fVar12) { m.checkNotNullParameter(eVar, "extensionRegistry"); m.checkNotNullParameter(fVar, "packageFqName"); m.checkNotNullParameter(fVar2, "constructorAnnotation"); @@ -46,7 +46,7 @@ public class a { m.checkNotNullParameter(fVar12, "typeParameterAnnotation"); this.a = eVar; this.b = fVar2; - this.f2720c = fVar3; + this.f2722c = fVar3; this.d = fVar4; this.e = fVar5; this.f = fVar6; @@ -59,10 +59,10 @@ public class a { } public final g.f> getClassAnnotation() { - return this.f2720c; + return this.f2722c; } - public final g.f getCompileTimeValue() { + public final g.f getCompileTimeValue() { return this.i; } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/a.java b/app/src/main/java/d0/e0/p/d/m0/l/b/a.java index 8fd60b4a8f..65cbffb311 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/a.java @@ -22,17 +22,17 @@ public abstract class a implements i0 { public final s b; /* renamed from: c reason: collision with root package name */ - public final c0 f2721c; + public final c0 f2723c; public j d; public final i e; /* compiled from: AbstractDeserializedPackageFragmentProvider.kt */ /* renamed from: d0.e0.p.d.m0.l.b.a$a reason: collision with other inner class name */ - public static final class C0271a extends d0.z.d.o implements Function1 { + public static final class C0272a extends d0.z.d.o implements Function1 { public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0271a(a aVar) { + public C0272a(a aVar) { super(1); this.this$0 = aVar; } @@ -43,7 +43,7 @@ public abstract class a implements i0 { Objects.requireNonNull(oVar); m.checkNotNullParameter(bVar, "fqName"); InputStream findBuiltInsData = oVar.b.findBuiltInsData(bVar); - c create = findBuiltInsData == null ? null : c.u.create(bVar, oVar.a, oVar.f2721c, findBuiltInsData, false); + c create = findBuiltInsData == null ? null : c.u.create(bVar, oVar.a, oVar.f2723c, findBuiltInsData, false); if (create == null) { return null; } @@ -63,8 +63,8 @@ public abstract class a implements i0 { m.checkNotNullParameter(c0Var, "moduleDescriptor"); this.a = oVar; this.b = sVar; - this.f2721c = c0Var; - this.e = oVar.createMemoizedFunctionWithNullableValues(new C0271a(this)); + this.f2723c = c0Var; + this.e = oVar.createMemoizedFunctionWithNullableValues(new C0272a(this)); } @Override // d0.e0.p.d.m0.c.i0 diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java b/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java index 77157d54ae..94d2a63831 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java @@ -37,7 +37,7 @@ public final class a0 { m.checkNotNullExpressionValue(uVar3, "PRIVATE_TO_THIS"); return uVar3; case 4: - u uVar4 = t.f2594c; + u uVar4 = t.f2596c; m.checkNotNullExpressionValue(uVar4, "PROTECTED"); return uVar4; case 5: diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java b/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java index 0af4766278..78629f7e25 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java @@ -41,7 +41,7 @@ public final class c0 { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final String f2722c; + public final String f2724c; public final String d; public boolean e; public final Function1 f; @@ -186,7 +186,7 @@ public final class c0 { m.checkNotNullParameter(str2, "containerPresentableName"); this.a = lVar; this.b = c0Var; - this.f2722c = str; + this.f2724c = str; this.d = str2; this.e = z2; this.f = lVar.getStorageManager().createMemoizedFunctionWithNullableValues(new a(this)); @@ -469,9 +469,9 @@ public final class c0 { } public String toString() { - String str = this.f2722c; + String str = this.f2724c; c0 c0Var = this.b; - return m.stringPlus(str, c0Var == null ? "" : m.stringPlus(". Child of ", c0Var.f2722c)); + return m.stringPlus(str, c0Var == null ? "" : m.stringPlus(". Child of ", c0Var.f2724c)); } public final d0.e0.p.d.m0.n.c0 type(q qVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/d.java b/app/src/main/java/d0/e0/p/d/m0/l/b/d.java index a4f06a32ba..dc57a6c529 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/d.java @@ -113,7 +113,7 @@ public final class d implements c> { m.checkNotNullParameter(yVar, "container"); m.checkNotNullParameter(nVar, "proto"); m.checkNotNullParameter(c0Var, "expectedType"); - b.C0248b.c cVar = (b.C0248b.c) e.getExtensionOrNull(nVar, this.a.getCompileTimeValue()); + b.C0249b.c cVar = (b.C0249b.c) e.getExtensionOrNull(nVar, this.a.getCompileTimeValue()); if (cVar == null) { return null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java b/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java index c5ed98e921..6fe51d929c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java @@ -28,7 +28,7 @@ public final class a extends d0.e0.p.d.m0.l.a { m.checkNotNullExpressionValue(newInstance, "newInstance().apply(BuiltInsProtoBuf::registerAllExtensions)"); g.f fVar = b.a; m.checkNotNullExpressionValue(fVar, "packageFqName"); - g.f> fVar2 = b.f2673c; + g.f> fVar2 = b.f2675c; m.checkNotNullExpressionValue(fVar2, "constructorAnnotation"); g.f> fVar3 = b.b; m.checkNotNullExpressionValue(fVar3, "classAnnotation"); @@ -42,7 +42,7 @@ public final class a extends d0.e0.p.d.m0.l.a { m.checkNotNullExpressionValue(fVar7, "propertySetterAnnotation"); g.f> fVar8 = b.i; m.checkNotNullExpressionValue(fVar8, "enumEntryAnnotation"); - g.f fVar9 = d0.e0.p.d.m0.f.y.b.h; + g.f fVar9 = d0.e0.p.d.m0.f.y.b.h; m.checkNotNullExpressionValue(fVar9, "compileTimeValue"); g.f> fVar10 = d0.e0.p.d.m0.f.y.b.j; m.checkNotNullExpressionValue(fVar10, "parameterAnnotation"); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e.java index 37cda992f3..de62954efc 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e.java @@ -48,7 +48,7 @@ public final class e { public static final /* synthetic */ int[] a = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}; static { - b.C0248b.c.EnumC0251c.values(); + b.C0249b.c.EnumC0252c.values(); } } @@ -59,8 +59,8 @@ public final class e { this.b = d0Var; } - public final boolean a(g gVar, d0.e0.p.d.m0.n.c0 c0Var, b.C0248b.c cVar) { - b.C0248b.c.EnumC0251c type = cVar.getType(); + public final boolean a(g gVar, d0.e0.p.d.m0.n.c0 c0Var, b.C0249b.c cVar) { + b.C0249b.c.EnumC0252c type = cVar.getType(); int i = type == null ? -1 : a.a[type.ordinal()]; if (i == 10) { h declarationDescriptor = c0Var.getConstructor().getDeclarationDescriptor(); @@ -82,7 +82,7 @@ public final class e { Iterator it = indices.iterator(); while (it.hasNext()) { int nextInt = ((d0.t.c0) it).nextInt(); - b.C0248b.c arrayElement = cVar.getArrayElement(nextInt); + b.C0249b.c arrayElement = cVar.getArrayElement(nextInt); m.checkNotNullExpressionValue(arrayElement, "value.getArrayElement(i)"); if (!a((g) bVar.getValue().get(nextInt), arrayElementType, arrayElement)) { } @@ -114,9 +114,9 @@ public final class e { for (Object obj : valueParameters) { linkedHashMap.put(((c1) obj).getName(), obj); } - List argumentList = bVar.getArgumentList(); + List argumentList = bVar.getArgumentList(); ArrayList X = c.d.b.a.a.X(argumentList, "proto.argumentList"); - for (b.C0248b bVar2 : argumentList) { + for (b.C0249b bVar2 : argumentList) { m.checkNotNullExpressionValue(bVar2, "it"); c1 c1Var = (c1) linkedHashMap.get(w.getName(cVar, bVar2.getNameId())); k kVar = null; @@ -124,7 +124,7 @@ public final class e { d0.e0.p.d.m0.g.e name = w.getName(cVar, bVar2.getNameId()); d0.e0.p.d.m0.n.c0 type = c1Var.getType(); m.checkNotNullExpressionValue(type, "parameter.type"); - b.C0248b.c value = bVar2.getValue(); + b.C0249b.c value = bVar2.getValue(); m.checkNotNullExpressionValue(value, "proto.value"); g resolveValue = resolveValue(type, value, cVar); if (a(resolveValue, type, value)) { @@ -150,7 +150,7 @@ public final class e { return new d0.e0.p.d.m0.c.g1.d(findNonGenericClassAcrossDependencies.getDefaultType(), emptyMap, u0.a); } - public final g resolveValue(d0.e0.p.d.m0.n.c0 c0Var, b.C0248b.c cVar, d0.e0.p.d.m0.f.z.c cVar2) { + public final g resolveValue(d0.e0.p.d.m0.n.c0 c0Var, b.C0249b.c cVar, d0.e0.p.d.m0.f.z.c cVar2) { g gVar; m.checkNotNullParameter(c0Var, "expectedType"); m.checkNotNullParameter(cVar, "value"); @@ -158,7 +158,7 @@ public final class e { Boolean bool = d0.e0.p.d.m0.f.z.b.M.get(cVar.getFlags()); m.checkNotNullExpressionValue(bool, "IS_UNSIGNED.get(value.flags)"); boolean booleanValue = bool.booleanValue(); - b.C0248b.c.EnumC0251c type = cVar.getType(); + b.C0249b.c.EnumC0252c type = cVar.getType(); switch (type == null ? -1 : a.a[type.ordinal()]) { case 1: byte intValue = (byte) ((int) cVar.getIntValue()); @@ -204,10 +204,10 @@ public final class e { return new d0.e0.p.d.m0.k.v.a(deserializeAnnotation(annotation, cVar2)); case 13: d0.e0.p.d.m0.k.v.h hVar = d0.e0.p.d.m0.k.v.h.a; - List arrayElementList = cVar.getArrayElementList(); + List arrayElementList = cVar.getArrayElementList(); m.checkNotNullExpressionValue(arrayElementList, "value.arrayElementList"); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(arrayElementList, 10)); - for (b.C0248b.c cVar3 : arrayElementList) { + for (b.C0249b.c cVar3 : arrayElementList) { j0 anyType = this.a.getBuiltIns().getAnyType(); m.checkNotNullExpressionValue(anyType, "builtIns.anyType"); m.checkNotNullExpressionValue(cVar3, "it"); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java index 6dca26f5e2..04f93a6dcf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java @@ -60,20 +60,20 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final z r; /* renamed from: s reason: collision with root package name */ - public final u f2723s; + public final u f2725s; public final d0.e0.p.d.m0.c.f t; public final l u; public final d0.e0.p.d.m0.k.a0.j v; public final b w; /* renamed from: x reason: collision with root package name */ - public final r0 f2724x; + public final r0 f2726x; /* renamed from: y reason: collision with root package name */ - public final c f2725y; + public final c f2727y; /* renamed from: z reason: collision with root package name */ - public final m f2726z; + public final m f2728z; /* compiled from: DeserializedClassDescriptor.kt */ public final class a extends h { @@ -84,11 +84,11 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { /* compiled from: DeserializedClassDescriptor.kt */ /* renamed from: d0.e0.p.d.m0.l.b.e0.d$a$a reason: collision with other inner class name */ - public static final class C0272a extends o implements Function0> { + public static final class C0273a extends o implements Function0> { public final /* synthetic */ List $it; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0272a(List list) { + public C0273a(List list) { super(0); this.$it = list; } @@ -143,11 +143,11 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { /* compiled from: DeserializedClassDescriptor.kt */ /* renamed from: d0.e0.p.d.m0.l.b.e0.d$a$d reason: collision with other inner class name */ - public static final class C0273d extends o implements Function0> { + public static final class C0274d extends o implements Function0> { public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0273d(a aVar) { + public C0274d(a aVar) { super(0); this.this$0 = aVar; } @@ -162,7 +162,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { /* JADX WARNING: Illegal instructions before constructor call */ public a(d dVar, d0.e0.p.d.m0.n.l1.g gVar) { - super(r2, r3, r4, r5, new C0272a(r1)); + super(r2, r3, r4, r5, new C0273a(r1)); d0.z.d.m.checkNotNullParameter(dVar, "this$0"); d0.z.d.m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); this.j = dVar; @@ -181,8 +181,8 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { arrayList.add(w.getName(nameResolver, number.intValue())); } this.g = gVar; - this.h = this.f2729c.getStorageManager().createLazyValue(new b(this)); - this.i = this.f2729c.getStorageManager().createLazyValue(new C0273d(this)); + this.h = this.f2731c.getStorageManager().createLazyValue(new b(this)); + this.i = this.f2731c.getStorageManager().createLazyValue(new C0274d(this)); } public static final d access$getClassDescriptor(a aVar) { @@ -213,7 +213,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { for (c0 c0Var : this.i.mo1invoke()) { arrayList.addAll(c0Var.getMemberScope().getContributedFunctions(eVar, d0.e0.p.d.m0.d.b.d.FOR_ALREADY_TRACKED)); } - list.addAll(this.f2729c.getComponents().getAdditionalClassPartsProvider().getFunctions(eVar, this.j)); + list.addAll(this.f2731c.getComponents().getAdditionalClassPartsProvider().getFunctions(eVar, this.j)); k(eVar, arrayList, list); } @@ -257,7 +257,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { for (c0 c0Var : supertypes) { d0.t.r.addAll(linkedHashSet, c0Var.getMemberScope().getFunctionNames()); } - linkedHashSet.addAll(this.f2729c.getComponents().getAdditionalClassPartsProvider().getFunctionsNames(this.j)); + linkedHashSet.addAll(this.f2731c.getComponents().getAdditionalClassPartsProvider().getFunctionsNames(this.j)); return linkedHashSet; } @@ -307,17 +307,17 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.l.b.e0.h public boolean j(t0 t0Var) { d0.z.d.m.checkNotNullParameter(t0Var, "function"); - return this.f2729c.getComponents().getPlatformDependentDeclarationFilter().isFunctionAvailable(this.j, t0Var); + return this.f2731c.getComponents().getPlatformDependentDeclarationFilter().isFunctionAvailable(this.j, t0Var); } public final void k(d0.e0.p.d.m0.g.e eVar, Collection collection, List list) { - this.f2729c.getComponents().getKotlinTypeChecker().getOverridingUtil().generateOverridesInFunctionGroup(eVar, collection, new ArrayList(list), this.j, new c(list)); + this.f2731c.getComponents().getKotlinTypeChecker().getOverridingUtil().generateOverridesInFunctionGroup(eVar, collection, new ArrayList(list), this.j, new c(list)); } public void recordLookup(d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.d.b.b bVar) { d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2729c.getComponents().getLookupTracker(), bVar, this.j, eVar); + d0.e0.p.d.m0.d.a.record(this.f2731c.getComponents().getLookupTracker(), bVar, this.j, eVar); } } @@ -325,7 +325,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final class b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final j> f2727c; + public final j> f2729c; public final /* synthetic */ d d; /* compiled from: DeserializedClassDescriptor.kt */ @@ -351,7 +351,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { super(dVar.getC().getStorageManager()); d0.z.d.m.checkNotNullParameter(dVar, "this$0"); this.d = dVar; - this.f2727c = dVar.getC().getStorageManager().createLazyValue(new a(dVar)); + this.f2729c = dVar.getC().getStorageManager().createLazyValue(new a(dVar)); } @Override // d0.e0.p.d.m0.n.g @@ -408,7 +408,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return this.f2727c.mo1invoke(); + return this.f2729c.mo1invoke(); } @Override // d0.e0.p.d.m0.n.u0 @@ -429,7 +429,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final d0.e0.p.d.m0.m.i b; /* renamed from: c reason: collision with root package name */ - public final j> f2728c; + public final j> f2730c; public final /* synthetic */ d d; /* compiled from: DeserializedClassDescriptor.kt */ @@ -439,12 +439,12 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { /* compiled from: DeserializedClassDescriptor.kt */ /* renamed from: d0.e0.p.d.m0.l.b.e0.d$c$a$a reason: collision with other inner class name */ - public static final class C0274a extends o implements Function0> { + public static final class C0275a extends o implements Function0> { public final /* synthetic */ d0.e0.p.d.m0.f.g $proto; public final /* synthetic */ d this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0274a(d dVar, d0.e0.p.d.m0.f.g gVar) { + public C0275a(d dVar, d0.e0.p.d.m0.f.g gVar) { super(0); this.this$0 = dVar; this.$proto = gVar; @@ -472,7 +472,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { return null; } d dVar = this.this$1; - return d0.e0.p.d.m0.c.i1.o.create(dVar.getC().getStorageManager(), dVar, eVar, c.access$getEnumMemberNames$p(this.this$0), new a(dVar.getC().getStorageManager(), new C0274a(dVar, gVar)), u0.a); + return d0.e0.p.d.m0.c.i1.o.create(dVar.getC().getStorageManager(), dVar, eVar, c.access$getEnumMemberNames$p(this.this$0), new a(dVar.getC().getStorageManager(), new C0275a(dVar, gVar)), u0.a); } } @@ -505,7 +505,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } this.a = linkedHashMap; this.b = this.d.getC().getStorageManager().createMemoizedFunctionWithNullableValues(new a(this, this.d)); - this.f2728c = this.d.getC().getStorageManager().createLazyValue(new b(this)); + this.f2730c = this.d.getC().getStorageManager().createLazyValue(new b(this)); } public static final Set access$computeEnumMemberNames(c cVar) { @@ -538,7 +538,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public static final /* synthetic */ j access$getEnumMemberNames$p(c cVar) { - return cVar.f2728c; + return cVar.f2730c; } public final Collection all() { @@ -561,11 +561,11 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { /* compiled from: DeserializedClassDescriptor.kt */ /* renamed from: d0.e0.p.d.m0.l.b.e0.d$d reason: collision with other inner class name */ - public static final class C0275d extends o implements Function0> { + public static final class C0276d extends o implements Function0> { public final /* synthetic */ d this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0275d(d dVar) { + public C0276d(d dVar) { super(0); this.this$0 = dVar; } @@ -689,7 +689,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { this.q = w.getClassId(cVar2, cVar.getFqName()); d0.e0.p.d.m0.l.b.z zVar = d0.e0.p.d.m0.l.b.z.a; this.r = zVar.modality(d0.e0.p.d.m0.f.z.b.d.get(cVar.getFlags())); - this.f2723s = d0.e0.p.d.m0.l.b.a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2675c.get(cVar.getFlags())); + this.f2725s = d0.e0.p.d.m0.l.b.a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2677c.get(cVar.getFlags())); d0.e0.p.d.m0.c.f classKind = zVar.classKind(d0.e0.p.d.m0.f.z.b.e.get(cVar.getFlags())); this.t = classKind; List typeParameterList = cVar.getTypeParameterList(); @@ -705,11 +705,11 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { d0.e0.p.d.m0.c.f fVar = d0.e0.p.d.m0.c.f.ENUM_CLASS; this.v = classKind == fVar ? new d0.e0.p.d.m0.k.a0.m(childContext.getStorageManager(), this) : i.b.b; this.w = new b(this); - this.f2724x = r0.a.create(this, childContext.getStorageManager(), childContext.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new g(this)); + this.f2726x = r0.a.create(this, childContext.getStorageManager(), childContext.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new g(this)); y.a aVar3 = null; - this.f2725y = classKind == fVar ? new c(this) : null; + this.f2727y = classKind == fVar ? new c(this) : null; m containingDeclaration = lVar.getContainingDeclaration(); - this.f2726z = containingDeclaration; + this.f2728z = containingDeclaration; this.A = childContext.getStorageManager().createNullableLazyValue(new h(this)); this.B = childContext.getStorageManager().createLazyValue(new f(this)); this.C = childContext.getStorageManager().createNullableLazyValue(new e(this)); @@ -718,7 +718,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { d0.e0.p.d.m0.f.z.g typeTable2 = childContext.getTypeTable(); d dVar = containingDeclaration instanceof d ? (d) containingDeclaration : null; this.E = new y.a(cVar, nameResolver, typeTable2, u0Var, dVar != null ? dVar.E : aVar3); - this.F = !d0.e0.p.d.m0.f.z.b.b.get(cVar.getFlags()).booleanValue() ? d0.e0.p.d.m0.c.g1.g.f.getEMPTY() : new n(childContext.getStorageManager(), new C0275d(this)); + this.F = !d0.e0.p.d.m0.f.z.b.b.get(cVar.getFlags()).booleanValue() ? d0.e0.p.d.m0.c.g1.g.f.getEMPTY() : new n(childContext.getStorageManager(), new C0276d(this)); } public static final d0.e0.p.d.m0.c.e access$computeCompanionObjectDescriptor(d dVar) { @@ -807,7 +807,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public static final /* synthetic */ c access$getEnumEntries$p(d dVar) { - return dVar.f2725y; + return dVar.f2727y; } public static final /* synthetic */ b access$getTypeConstructor$p(d dVar) { @@ -815,7 +815,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public final a b() { - return this.f2724x.getScope(this.u.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner()); + return this.f2726x.getScope(this.u.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner()); } @Override // d0.e0.p.d.m0.c.g1.a @@ -843,7 +843,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.n, d0.e0.p.d.m0.c.m public m getContainingDeclaration() { - return this.f2726z; + return this.f2728z; } @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.i @@ -892,7 +892,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.i1.u public d0.e0.p.d.m0.k.a0.i getUnsubstitutedMemberScope(d0.e0.p.d.m0.n.l1.g gVar) { d0.z.d.m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - return this.f2724x.getScope(gVar); + return this.f2726x.getScope(gVar); } @Override // d0.e0.p.d.m0.c.e @@ -902,7 +902,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - return this.f2723s; + return this.f2725s; } public final boolean hasNestedClass$deserialization(d0.e0.p.d.m0.g.e eVar) { @@ -917,7 +917,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.e public boolean isCompanionObject() { - return d0.e0.p.d.m0.f.z.b.e.get(this.n.getFlags()) == c.EnumC0252c.COMPANION_OBJECT; + return d0.e0.p.d.m0.f.z.b.e.get(this.n.getFlags()) == c.EnumC0253c.COMPANION_OBJECT; } @Override // d0.e0.p.d.m0.c.e diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java index 769ca62e15..0e1b9c659d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java @@ -43,7 +43,7 @@ public abstract class h extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(h.class), "classNames", "getClassNames$deserialization()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(h.class), "classifierNamesLazy", "getClassifierNamesLazy()Ljava/util/Set;"))}; /* renamed from: c reason: collision with root package name */ - public final l f2729c; + public final l f2731c; public final a d; public final d0.e0.p.d.m0.m.j e; public final k f; @@ -71,7 +71,7 @@ public abstract class h extends j { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2730c; + public final List f2732c; public final List d; public final d0.e0.p.d.m0.m.j e; public final d0.e0.p.d.m0.m.j f; @@ -105,11 +105,11 @@ public abstract class h extends j { /* compiled from: DeserializedMemberScope.kt */ /* renamed from: d0.e0.p.d.m0.l.b.e0.h$b$b reason: collision with other inner class name */ - public static final class C0276b extends o implements Function0> { + public static final class C0277b extends o implements Function0> { public final /* synthetic */ b this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0276b(b bVar) { + public C0277b(b bVar) { super(0); this.this$0 = bVar; } @@ -235,11 +235,11 @@ public abstract class h extends j { /* compiled from: DeserializedMemberScope.kt */ /* renamed from: d0.e0.p.d.m0.l.b.e0.h$b$h reason: collision with other inner class name */ - public static final class C0277h extends o implements Function0>> { + public static final class C0278h extends o implements Function0>> { public final /* synthetic */ b this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0277h(b bVar) { + public C0278h(b bVar) { super(0); this.this$0 = bVar; } @@ -323,18 +323,18 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(list3, "typeAliasList"); this.o = hVar; this.b = list; - this.f2730c = list2; - this.d = !hVar.f2729c.getComponents().getConfiguration().getTypeAliasesAllowed() ? d0.t.n.emptyList() : list3; - this.e = hVar.f2729c.getStorageManager().createLazyValue(new d(this)); - this.f = hVar.f2729c.getStorageManager().createLazyValue(new e(this)); - this.g = hVar.f2729c.getStorageManager().createLazyValue(new c(this)); - this.h = hVar.f2729c.getStorageManager().createLazyValue(new a(this)); - this.i = hVar.f2729c.getStorageManager().createLazyValue(new C0276b(this)); - this.j = hVar.f2729c.getStorageManager().createLazyValue(new i(this)); - this.k = hVar.f2729c.getStorageManager().createLazyValue(new g(this)); - this.l = hVar.f2729c.getStorageManager().createLazyValue(new C0277h(this)); - this.m = hVar.f2729c.getStorageManager().createLazyValue(new f(this, hVar)); - this.n = hVar.f2729c.getStorageManager().createLazyValue(new j(this, hVar)); + this.f2732c = list2; + this.d = !hVar.f2731c.getComponents().getConfiguration().getTypeAliasesAllowed() ? d0.t.n.emptyList() : list3; + this.e = hVar.f2731c.getStorageManager().createLazyValue(new d(this)); + this.f = hVar.f2731c.getStorageManager().createLazyValue(new e(this)); + this.g = hVar.f2731c.getStorageManager().createLazyValue(new c(this)); + this.h = hVar.f2731c.getStorageManager().createLazyValue(new a(this)); + this.i = hVar.f2731c.getStorageManager().createLazyValue(new C0277b(this)); + this.j = hVar.f2731c.getStorageManager().createLazyValue(new i(this)); + this.k = hVar.f2731c.getStorageManager().createLazyValue(new g(this)); + this.l = hVar.f2731c.getStorageManager().createLazyValue(new C0278h(this)); + this.m = hVar.f2731c.getStorageManager().createLazyValue(new f(this, hVar)); + this.n = hVar.f2731c.getStorageManager().createLazyValue(new j(this, hVar)); } public static final List access$computeAllNonDeclaredFunctions(b bVar) { @@ -390,7 +390,7 @@ public abstract class h extends j { } public static final List access$computeProperties(b bVar) { - List list = bVar.f2730c; + List list = bVar.f2732c; h hVar = bVar.o; ArrayList arrayList = new ArrayList(); for (d0.e0.p.d.m0.i.n nVar : list) { @@ -440,7 +440,7 @@ public abstract class h extends j { } public static final /* synthetic */ List access$getPropertyList$p(b bVar) { - return bVar.f2730c; + return bVar.f2732c; } /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: java.util.Collection */ @@ -527,7 +527,7 @@ public abstract class h extends j { public final Map b; /* renamed from: c reason: collision with root package name */ - public final Map f2731c; + public final Map f2733c; public final Map d; public final d0.e0.p.d.m0.m.h> e; public final d0.e0.p.d.m0.m.h> f; @@ -554,7 +554,7 @@ public abstract class h extends j { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final M mo1invoke() { - return (d0.e0.p.d.m0.i.n) ((d0.e0.p.d.m0.i.b) this.$parser).parseDelimitedFrom((InputStream) this.$inputStream, this.this$0.f2729c.getComponents().getExtensionRegistryLite()); + return (d0.e0.p.d.m0.i.n) ((d0.e0.p.d.m0.i.b) this.$parser).parseDelimitedFrom((InputStream) this.$inputStream, this.this$0.f2731c.getComponents().getExtensionRegistryLite()); } } @@ -580,11 +580,11 @@ public abstract class h extends j { /* compiled from: DeserializedMemberScope.kt */ /* renamed from: d0.e0.p.d.m0.l.b.e0.h$c$c reason: collision with other inner class name */ - public static final class C0278c extends o implements Function1> { + public static final class C0279c extends o implements Function1> { public final /* synthetic */ c this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0278c(c cVar) { + public C0279c(c cVar) { super(1); this.this$0 = cVar; } @@ -676,8 +676,8 @@ public abstract class h extends j { } ((List) obj4).add(obj3); } - this.f2731c = a(linkedHashMap2); - if (this.j.f2729c.getComponents().getConfiguration().getTypeAliasesAllowed()) { + this.f2733c = a(linkedHashMap2); + if (this.j.f2731c.getComponents().getConfiguration().getTypeAliasesAllowed()) { h hVar3 = this.j; LinkedHashMap linkedHashMap3 = new LinkedHashMap(); for (Object obj5 : list3) { @@ -694,11 +694,11 @@ public abstract class h extends j { map = h0.emptyMap(); } this.d = map; - this.e = this.j.f2729c.getStorageManager().createMemoizedFunction(new C0278c(this)); - this.f = this.j.f2729c.getStorageManager().createMemoizedFunction(new d(this)); - this.g = this.j.f2729c.getStorageManager().createMemoizedFunctionWithNullableValues(new e(this)); - this.h = this.j.f2729c.getStorageManager().createLazyValue(new b(this, this.j)); - this.i = this.j.f2729c.getStorageManager().createLazyValue(new f(this, this.j)); + this.e = this.j.f2731c.getStorageManager().createMemoizedFunction(new C0279c(this)); + this.f = this.j.f2731c.getStorageManager().createMemoizedFunction(new d(this)); + this.g = this.j.f2731c.getStorageManager().createMemoizedFunctionWithNullableValues(new e(this)); + this.h = this.j.f2731c.getStorageManager().createLazyValue(new b(this, this.j)); + this.i = this.j.f2731c.getStorageManager().createLazyValue(new f(this, this.j)); } public static final Collection access$computeFunctions(c cVar, d0.e0.p.d.m0.g.e eVar) { @@ -713,7 +713,7 @@ public abstract class h extends j { } ArrayList arrayList = new ArrayList(list.size()); for (d0.e0.p.d.m0.f.i iVar : list) { - d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2729c.getMemberDeserializer(); + d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2731c.getMemberDeserializer(); d0.z.d.m.checkNotNullExpressionValue(iVar, "it"); t0 loadFunction = memberDeserializer.loadFunction(iVar); if (!hVar.j(loadFunction)) { @@ -728,7 +728,7 @@ public abstract class h extends j { } public static final Collection access$computeProperties(c cVar, d0.e0.p.d.m0.g.e eVar) { - Map map = cVar.f2731c; + Map map = cVar.f2733c; p pVar = n.j; d0.z.d.m.checkNotNullExpressionValue(pVar, "PARSER"); h hVar = cVar.j; @@ -739,7 +739,7 @@ public abstract class h extends j { } ArrayList arrayList = new ArrayList(list.size()); for (n nVar : list) { - d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2729c.getMemberDeserializer(); + d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2731c.getMemberDeserializer(); d0.z.d.m.checkNotNullExpressionValue(nVar, "it"); n0 loadProperty = memberDeserializer.loadProperty(nVar); if (loadProperty != null) { @@ -753,10 +753,10 @@ public abstract class h extends j { public static final y0 access$createTypeAlias(c cVar, d0.e0.p.d.m0.g.e eVar) { r parseDelimitedFrom; byte[] bArr = cVar.d.get(eVar); - if (bArr == null || (parseDelimitedFrom = r.parseDelimitedFrom(new ByteArrayInputStream(bArr), cVar.j.f2729c.getComponents().getExtensionRegistryLite())) == null) { + if (bArr == null || (parseDelimitedFrom = r.parseDelimitedFrom(new ByteArrayInputStream(bArr), cVar.j.f2731c.getComponents().getExtensionRegistryLite())) == null) { return null; } - return cVar.j.f2729c.getMemberDeserializer().loadTypeAlias(parseDelimitedFrom); + return cVar.j.f2731c.getMemberDeserializer().loadTypeAlias(parseDelimitedFrom); } public static final /* synthetic */ Map access$getFunctionProtosBytes$p(c cVar) { @@ -764,7 +764,7 @@ public abstract class h extends j { } public static final /* synthetic */ Map access$getPropertyProtosBytes$p(c cVar) { - return cVar.f2731c; + return cVar.f2733c; } public final Map a(Map> map) { @@ -903,14 +903,14 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(list2, "propertyList"); d0.z.d.m.checkNotNullParameter(list3, "typeAliasList"); d0.z.d.m.checkNotNullParameter(function0, "classNames"); - this.f2729c = lVar; + this.f2731c = lVar; this.d = lVar.getComponents().getConfiguration().getPreserveDeclarationsOrdering() ? new b(this, list, list2, list3) : new c(this, list, list2, list3); this.e = lVar.getStorageManager().createLazyValue(new d(function0)); this.f = lVar.getStorageManager().createNullableLazyValue(new e(this)); } public static final /* synthetic */ l access$getC(h hVar) { - return hVar.f2729c; + return hVar.f2731c; } public static final /* synthetic */ a access$getImpl$p(h hVar) { @@ -932,7 +932,7 @@ public abstract class h extends j { if (dVar.acceptsKinds(aVar.getCLASSIFIERS_MASK())) { for (d0.e0.p.d.m0.g.e eVar : getClassNames$deserialization()) { if (function1.invoke(eVar).booleanValue()) { - d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, this.f2729c.getComponents().deserializeClass(e(eVar))); + d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, this.f2731c.getComponents().deserializeClass(e(eVar))); } } } @@ -976,7 +976,7 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkNotNullParameter(bVar, "location"); if (i(eVar)) { - return this.f2729c.getComponents().deserializeClass(e(eVar)); + return this.f2731c.getComponents().deserializeClass(e(eVar)); } if (this.d.getTypeAliasNames().contains(eVar)) { return this.d.getTypeAliasByName(eVar); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java index 04a20507f6..95976277b3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java @@ -92,7 +92,7 @@ public class i extends h { m.checkNotNullParameter(dVar, "kindFilter"); m.checkNotNullParameter(function1, "nameFilter"); Collection b = b(dVar, function1, d0.e0.p.d.m0.d.b.d.WHEN_GET_ALL_DESCRIPTORS); - Iterable fictitiousClassDescriptorFactories = this.f2729c.getComponents().getFictitiousClassDescriptorFactories(); + Iterable fictitiousClassDescriptorFactories = this.f2731c.getComponents().getFictitiousClassDescriptorFactories(); ArrayList arrayList = new ArrayList(); for (d0.e0.p.d.m0.c.h1.b bVar : fictitiousClassDescriptorFactories) { d0.t.r.addAll(arrayList, bVar.getAllContributedClassesIfPossible(this.h)); @@ -113,7 +113,7 @@ public class i extends h { if (getClassNames$deserialization().contains(eVar)) { return true; } - Iterable fictitiousClassDescriptorFactories = this.f2729c.getComponents().getFictitiousClassDescriptorFactories(); + Iterable fictitiousClassDescriptorFactories = this.f2731c.getComponents().getFictitiousClassDescriptorFactories(); if (!(fictitiousClassDescriptorFactories instanceof Collection) || !((Collection) fictitiousClassDescriptorFactories).isEmpty()) { Iterator it = fictitiousClassDescriptorFactories.iterator(); while (true) { @@ -134,6 +134,6 @@ public class i extends h { public void recordLookup(e eVar, d0.e0.p.d.m0.d.b.b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2729c.getComponents().getLookupTracker(), bVar, this.g, eVar); + d0.e0.p.d.m0.d.a.record(this.f2731c.getComponents().getLookupTracker(), bVar, this.g, eVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/k.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/k.java index 1b34491ba7..63eebaabfd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/k.java @@ -113,7 +113,7 @@ public final class k extends g0 implements b { return b.a.getVersionRequirements(this); } - public final g0 initialize(q0 q0Var, q0 q0Var2, List list, List list2, c0 c0Var, z zVar, u uVar, Map, ?> map, g.a aVar) { + public final g0 initialize(q0 q0Var, q0 q0Var2, List list, List list2, c0 c0Var, z zVar, u uVar, Map, ?> map, g.a aVar) { d0.z.d.m.checkNotNullParameter(list, "typeParameters"); d0.z.d.m.checkNotNullParameter(list2, "unsubstitutedValueParameters"); d0.z.d.m.checkNotNullParameter(uVar, "visibility"); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java index 95ac80e779..9a4916bfae 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java @@ -32,20 +32,20 @@ public final class l extends e implements g { public final c r; /* renamed from: s reason: collision with root package name */ - public final d0.e0.p.d.m0.f.z.g f2732s; + public final d0.e0.p.d.m0.f.z.g f2734s; public final i t; public final f u; public Collection v; public j0 w; /* renamed from: x reason: collision with root package name */ - public j0 f2733x; + public j0 f2735x; /* renamed from: y reason: collision with root package name */ - public List f2734y; + public List f2736y; /* renamed from: z reason: collision with root package name */ - public j0 f2735z; + public j0 f2737z; /* JADX WARNING: Illegal instructions before constructor call */ public l(o oVar, m mVar, d0.e0.p.d.m0.c.g1.g gVar, d0.e0.p.d.m0.g.e eVar, u uVar, r rVar, c cVar, d0.e0.p.d.m0.f.z.g gVar2, i iVar, f fVar) { @@ -64,7 +64,7 @@ public final class l extends e implements g { this.p = oVar; this.q = rVar; this.r = cVar; - this.f2732s = gVar2; + this.f2734s = gVar2; this.t = iVar; this.u = fVar; } @@ -92,7 +92,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.c.h public j0 getDefaultType() { - j0 j0Var = this.f2735z; + j0 j0Var = this.f2737z; if (j0Var != null) { return j0Var; } @@ -102,7 +102,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.c.y0 public j0 getExpandedType() { - j0 j0Var = this.f2733x; + j0 j0Var = this.f2735x; if (j0Var != null) { return j0Var; } @@ -122,7 +122,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.l.b.e0.g public d0.e0.p.d.m0.f.z.g getTypeTable() { - return this.f2732s; + return this.f2734s; } @Override // d0.e0.p.d.m0.c.y0 @@ -152,8 +152,8 @@ public final class l extends e implements g { d0.z.d.m.checkNotNullParameter(aVar, "isExperimentalCoroutineInReleaseEnvironment"); initialize(list); this.w = j0Var; - this.f2733x = j0Var2; - this.f2734y = a1.computeConstructorTypeParameters(this); + this.f2735x = j0Var2; + this.f2736y = a1.computeConstructorTypeParameters(this); d0.e0.p.d.m0.c.e classDescriptor = getClassDescriptor(); d0.e0.p.d.m0.k.a0.i unsubstitutedMemberScope = classDescriptor == null ? null : classDescriptor.getUnsubstitutedMemberScope(); if (unsubstitutedMemberScope == null) { @@ -161,7 +161,7 @@ public final class l extends e implements g { } j0 makeUnsubstitutedType = e1.makeUnsubstitutedType(this, unsubstitutedMemberScope, new d(this)); d0.z.d.m.checkNotNullExpressionValue(makeUnsubstitutedType, "@OptIn(TypeRefinement::class)\n protected fun computeDefaultType(): SimpleType =\n TypeUtils.makeUnsubstitutedType(this, classDescriptor?.unsubstitutedMemberScope ?: MemberScope.Empty) { kotlinTypeRefiner ->\n kotlinTypeRefiner.refineDescriptor(this)?.defaultType\n }"); - this.f2735z = makeUnsubstitutedType; + this.f2737z = makeUnsubstitutedType; this.v = getTypeAliasConstructors(); this.A = aVar; } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java index 1201831c6b..81ef691428 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java @@ -21,7 +21,7 @@ import kotlin.jvm.functions.Function0; public final class m extends b { /* renamed from: s reason: collision with root package name */ - public final l f2736s; + public final l f2738s; public final s t; public final a u; @@ -54,13 +54,13 @@ public final class m extends b { z zVar = z.a; s.c variance = sVar.getVariance(); d0.z.d.m.checkNotNullExpressionValue(variance, "proto.variance"); - this.f2736s = lVar; + this.f2738s = lVar; this.t = sVar; this.u = new a(lVar.getStorageManager(), new a(this)); } public static final /* synthetic */ l access$getC$p(m mVar) { - return mVar.f2736s; + return mVar.f2738s; } @Override // d0.e0.p.d.m0.c.i1.f @@ -71,11 +71,11 @@ public final class m extends b { @Override // d0.e0.p.d.m0.c.i1.f public List d() { - List upperBounds = f.upperBounds(this.t, this.f2736s.getTypeTable()); + List upperBounds = f.upperBounds(this.t, this.f2738s.getTypeTable()); if (upperBounds.isEmpty()) { return d0.t.m.listOf(d0.e0.p.d.m0.k.x.a.getBuiltIns(this).getDefaultBound()); } - d0.e0.p.d.m0.l.b.c0 typeDeserializer = this.f2736s.getTypeDeserializer(); + d0.e0.p.d.m0.l.b.c0 typeDeserializer = this.f2738s.getTypeDeserializer(); ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(upperBounds, 10)); for (q qVar : upperBounds) { arrayList.add(typeDeserializer.type(qVar)); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/f.java b/app/src/main/java/d0/e0/p/d/m0/l/b/f.java index 1230da43e0..9098f64710 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/f.java @@ -10,7 +10,7 @@ public final class f { public final d0.e0.p.d.m0.f.c b; /* renamed from: c reason: collision with root package name */ - public final a f2737c; + public final a f2739c; public final u0 d; public f(c cVar, d0.e0.p.d.m0.f.c cVar2, a aVar, u0 u0Var) { @@ -20,7 +20,7 @@ public final class f { m.checkNotNullParameter(u0Var, "sourceElement"); this.a = cVar; this.b = cVar2; - this.f2737c = aVar; + this.f2739c = aVar; this.d = u0Var; } @@ -33,7 +33,7 @@ public final class f { } public final a component3() { - return this.f2737c; + return this.f2739c; } public final u0 component4() { @@ -48,12 +48,12 @@ public final class f { return false; } f fVar = (f) obj; - return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f2737c, fVar.f2737c) && m.areEqual(this.d, fVar.d); + return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f2739c, fVar.f2739c) && m.areEqual(this.d, fVar.d); } public int hashCode() { int hashCode = this.b.hashCode(); - int hashCode2 = this.f2737c.hashCode(); + int hashCode2 = this.f2739c.hashCode(); return this.d.hashCode() + ((hashCode2 + ((hashCode + (this.a.hashCode() * 31)) * 31)) * 31); } @@ -63,7 +63,7 @@ public final class f { P.append(", classProto="); P.append(this.b); P.append(", metadataVersion="); - P.append(this.f2737c); + P.append(this.f2739c); P.append(", sourceElement="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/h.java b/app/src/main/java/d0/e0/p/d/m0/l/b/h.java index 665f315e02..541f10b93f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/h.java @@ -25,7 +25,7 @@ public final class h { public static final Set b = m0.setOf(d0.e0.p.d.m0.g.a.topLevel(k.a.d.toSafe())); /* renamed from: c reason: collision with root package name */ - public final j f2738c; + public final j f2740c; public final Function1 d; /* compiled from: ClassDeserializer.kt */ @@ -84,7 +84,7 @@ public final class h { public h(j jVar) { m.checkNotNullParameter(jVar, "components"); - this.f2738c = jVar; + this.f2740c = jVar; this.d = jVar.getStorageManager().createMemoizedFunctionWithNullableValues(new c(this)); } @@ -95,7 +95,7 @@ public final class h { boolean z2; Objects.requireNonNull(hVar); d0.e0.p.d.m0.g.a classId = aVar.getClassId(); - for (d0.e0.p.d.m0.c.h1.b bVar : hVar.f2738c.getFictitiousClassDescriptorFactories()) { + for (d0.e0.p.d.m0.c.h1.b bVar : hVar.f2740c.getFictitiousClassDescriptorFactories()) { e createClass = bVar.createClass(classId); if (createClass != null) { return createClass; @@ -105,7 +105,7 @@ public final class h { return null; } f classData = aVar.getClassData(); - if (classData == null && (classData = hVar.f2738c.getClassDataFinder().findClassData(classId)) == null) { + if (classData == null && (classData = hVar.f2740c.getClassDataFinder().findClassData(classId)) == null) { return null; } d0.e0.p.d.m0.f.z.c component1 = classData.component1(); @@ -126,7 +126,7 @@ public final class h { } lVar = dVar.getC(); } else { - f0 packageFragmentProvider = hVar.f2738c.getPackageFragmentProvider(); + f0 packageFragmentProvider = hVar.f2740c.getPackageFragmentProvider(); d0.e0.p.d.m0.g.b packageFqName = classId.getPackageFqName(); m.checkNotNullExpressionValue(packageFqName, "classId.packageFqName"); Iterator it = h0.packageFragments(packageFragmentProvider, packageFqName).iterator(); @@ -157,7 +157,7 @@ public final class h { if (e0Var2 == null) { return null; } - j jVar = hVar.f2738c; + j jVar = hVar.f2740c; t typeTable = component2.getTypeTable(); m.checkNotNullExpressionValue(typeTable, "classProto.typeTable"); g gVar = new g(typeTable); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/i.java b/app/src/main/java/d0/e0/p/d/m0/l/b/i.java index 7c0650e31e..002ede19d0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/i.java @@ -12,11 +12,11 @@ public interface i { /* compiled from: ContractDeserializer.kt */ public static final class a { public static final /* synthetic */ a a = new a(); - public static final i b = new C0279a(); + public static final i b = new C0280a(); /* compiled from: ContractDeserializer.kt */ /* renamed from: d0.e0.p.d.m0.l.b.i$a$a reason: collision with other inner class name */ - public static final class C0279a implements i { + public static final class C0280a implements i { @Override // d0.e0.p.d.m0.l.b.i public Pair deserializeContractFromFunction(d0.e0.p.d.m0.f.i iVar, x xVar, g gVar, c0 c0Var) { m.checkNotNullParameter(iVar, "proto"); @@ -32,5 +32,5 @@ public interface i { } } - Pair, Object> deserializeContractFromFunction(d0.e0.p.d.m0.f.i iVar, x xVar, g gVar, c0 c0Var); + Pair, Object> deserializeContractFromFunction(d0.e0.p.d.m0.f.i iVar, x xVar, g gVar, c0 c0Var); } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/j.java b/app/src/main/java/d0/e0/p/d/m0/l/b/j.java index be3d2947f0..d960a71669 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/j.java @@ -24,7 +24,7 @@ public final class j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final k f2739c; + public final k f2741c; public final g d; public final c> e; public final f0 f; @@ -42,7 +42,7 @@ public final class j { public final d0.e0.p.d.m0.k.z.a r; /* renamed from: s reason: collision with root package name */ - public final d0.e0.p.d.m0.c.h1.e f2740s; + public final d0.e0.p.d.m0.c.h1.e f2742s; public final h t; /* JADX DEBUG: Multi-variable search result rejected for r21v0, resolved type: d0.e0.p.d.m0.l.b.c> */ @@ -70,7 +70,7 @@ public final class j { m.checkNotNullParameter(eVar2, "platformDependentTypeTransformer"); this.a = oVar; this.b = c0Var; - this.f2739c = kVar; + this.f2741c = kVar; this.d = gVar; this.e = cVar; this.f = f0Var; @@ -86,13 +86,13 @@ public final class j { this.p = eVar; this.q = lVar; this.r = aVar2; - this.f2740s = eVar2; + this.f2742s = eVar2; this.t = new h(this); } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public /* synthetic */ j(o oVar, c0 c0Var, k kVar, g gVar, c cVar, f0 f0Var, t tVar, p pVar, d0.e0.p.d.m0.d.b.c cVar2, q qVar, Iterable iterable, d0 d0Var, i iVar, a aVar, d0.e0.p.d.m0.c.h1.c cVar3, e eVar, l lVar, d0.e0.p.d.m0.k.z.a aVar2, d0.e0.p.d.m0.c.h1.e eVar2, int i, DefaultConstructorMarker defaultConstructorMarker) { - this(oVar, c0Var, kVar, gVar, cVar, f0Var, tVar, pVar, cVar2, qVar, iterable, d0Var, iVar, (i & 8192) != 0 ? a.C0215a.a : aVar, (i & 16384) != 0 ? c.a.a : cVar3, eVar, (65536 & i) != 0 ? l.b.getDefault() : lVar, aVar2, (i & 262144) != 0 ? e.a.a : eVar2); + this(oVar, c0Var, kVar, gVar, cVar, f0Var, tVar, pVar, cVar2, qVar, iterable, d0Var, iVar, (i & 8192) != 0 ? a.C0216a.a : aVar, (i & 16384) != 0 ? c.a.a : cVar3, eVar, (65536 & i) != 0 ? l.b.getDefault() : lVar, aVar2, (i & 262144) != 0 ? e.a.a : eVar2); } public final l createContext(e0 e0Var, d0.e0.p.d.m0.f.z.c cVar, d0.e0.p.d.m0.f.z.g gVar, i iVar, d0.e0.p.d.m0.f.z.a aVar, f fVar) { @@ -126,7 +126,7 @@ public final class j { } public final k getConfiguration() { - return this.f2739c; + return this.f2741c; } public final i getContractDeserializer() { @@ -178,7 +178,7 @@ public final class j { } public final d0.e0.p.d.m0.c.h1.e getPlatformDependentTypeTransformer() { - return this.f2740s; + return this.f2742s; } public final o getStorageManager() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/l.java b/app/src/main/java/d0/e0/p/d/m0/l/b/l.java index cf2d5db0cf..72179860c6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/l.java @@ -16,7 +16,7 @@ public final class l { public final c b; /* renamed from: c reason: collision with root package name */ - public final m f2741c; + public final m f2743c; public final g d; public final i e; public final a f; @@ -35,7 +35,7 @@ public final class l { d0.z.d.m.checkNotNullParameter(list, "typeParameters"); this.a = jVar; this.b = cVar; - this.f2741c = mVar; + this.f2743c = mVar; this.d = gVar; this.e = iVar; this.f = aVar; @@ -87,7 +87,7 @@ public final class l { } public final m getContainingDeclaration() { - return this.f2741c; + return this.f2743c; } public final u getMemberDeserializer() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/o.java b/app/src/main/java/d0/e0/p/d/m0/l/b/o.java index 0b948d0f43..13bbadab38 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/o.java @@ -21,7 +21,7 @@ public abstract class o extends n { public final x r; /* renamed from: s reason: collision with root package name */ - public m f2742s; + public m f2744s; public i t; /* compiled from: DeserializedPackageFragmentImpl.kt */ @@ -93,7 +93,7 @@ public abstract class o extends n { d dVar = new d(strings, qualifiedNames); this.q = dVar; this.r = new x(mVar, dVar, aVar, new a(this)); - this.f2742s = mVar; + this.f2744s = mVar; } public static final /* synthetic */ f access$getContainerSource$p(o oVar) { @@ -117,9 +117,9 @@ public abstract class o extends n { public void initialize(j jVar) { d0.z.d.m.checkNotNullParameter(jVar, "components"); - m mVar = this.f2742s; + m mVar = this.f2744s; if (mVar != null) { - this.f2742s = null; + this.f2744s = null; l lVar = mVar.getPackage(); d0.z.d.m.checkNotNullExpressionValue(lVar, "proto.`package`"); this.t = new d0.e0.p.d.m0.l.b.e0.i(this, lVar, this.q, this.o, this.p, jVar, new b(this)); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/r.java b/app/src/main/java/d0/e0/p/d/m0/l/b/r.java index a0bab3c821..fa371b3e09 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/r.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/r.java @@ -8,7 +8,7 @@ public final class r { public final T b; /* renamed from: c reason: collision with root package name */ - public final String f2743c; + public final String f2745c; public final a d; public r(T t, T t2, String str, a aVar) { @@ -16,7 +16,7 @@ public final class r { m.checkNotNullParameter(aVar, "classId"); this.a = t; this.b = t2; - this.f2743c = str; + this.f2745c = str; this.d = aVar; } @@ -28,7 +28,7 @@ public final class r { return false; } r rVar = (r) obj; - return m.areEqual(this.a, rVar.a) && m.areEqual(this.b, rVar.b) && m.areEqual(this.f2743c, rVar.f2743c) && m.areEqual(this.d, rVar.d); + return m.areEqual(this.a, rVar.a) && m.areEqual(this.b, rVar.b) && m.areEqual(this.f2745c, rVar.f2745c) && m.areEqual(this.d, rVar.d); } public int hashCode() { @@ -39,7 +39,7 @@ public final class r { if (t2 != null) { i = t2.hashCode(); } - return this.d.hashCode() + c.d.b.a.a.m(this.f2743c, (hashCode + i) * 31, 31); + return this.d.hashCode() + c.d.b.a.a.m(this.f2745c, (hashCode + i) * 31, 31); } public String toString() { @@ -48,7 +48,7 @@ public final class r { P.append(", expectedVersion="); P.append((Object) this.b); P.append(", filePath="); - P.append(this.f2743c); + P.append(this.f2745c); P.append(", classId="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/u.java b/app/src/main/java/d0/e0/p/d/m0/l/b/u.java index a940ad5fa6..004253a816 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/u.java @@ -426,7 +426,7 @@ public final class u { u memberDeserializer = l.childContext$default(this.a, cVar2, d0.t.n.emptyList(), null, null, null, null, 60, null).getMemberDeserializer(); List valueParameterList = dVar.getValueParameterList(); m.checkNotNullExpressionValue(valueParameterList, "proto.valueParameterList"); - cVar2.initialize(memberDeserializer.h(valueParameterList, dVar, bVar), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2675c.get(dVar.getFlags()))); + cVar2.initialize(memberDeserializer.h(valueParameterList, dVar, bVar), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2677c.get(dVar.getFlags()))); cVar2.setReturnType(eVar.getDefaultType()); boolean z3 = true; cVar2.setHasStableParameterNames(!d0.e0.p.d.m0.f.z.b.m.get(dVar.getFlags()).booleanValue()); @@ -487,9 +487,9 @@ public final class u { List h = memberDeserializer.h(valueParameterList, iVar, bVar); c0 type2 = childContext$default.getTypeDeserializer().type(f.returnType(iVar, this.a.getTypeTable())); z modality = zVar.modality(d0.e0.p.d.m0.f.z.b.d.get(i)); - d0.e0.p.d.m0.c.u descriptorVisibility = a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2675c.get(i)); - Map, ?> emptyMap = h0.emptyMap(); - b.C0257b bVar2 = d0.e0.p.d.m0.f.z.b.t; + d0.e0.p.d.m0.c.u descriptorVisibility = a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2677c.get(i)); + Map, ?> emptyMap = h0.emptyMap(); + b.C0258b bVar2 = d0.e0.p.d.m0.f.z.b.t; kVar.initialize(createExtensionReceiverParameterForCallable, f, ownTypeParameters, h, type2, modality, descriptorVisibility, emptyMap, c(kVar, createExtensionReceiverParameterForCallable, h, ownTypeParameters, type2, c.d.b.a.a.r0(bVar2, i, "IS_SUSPEND.get(flags)"))); Boolean bool = d0.e0.p.d.m0.f.z.b.o.get(i); m.checkNotNullExpressionValue(bool, "IS_OPERATOR.get(flags)"); @@ -497,7 +497,7 @@ public final class u { Boolean bool2 = d0.e0.p.d.m0.f.z.b.p.get(i); m.checkNotNullExpressionValue(bool2, "IS_INFIX.get(flags)"); kVar.setInfix(bool2.booleanValue()); - Boolean bool3 = d0.e0.p.d.m0.f.z.b.f2676s.get(i); + Boolean bool3 = d0.e0.p.d.m0.f.z.b.f2678s.get(i); m.checkNotNullExpressionValue(bool3, "IS_EXTERNAL_FUNCTION.get(flags)"); kVar.setExternal(bool3.booleanValue()); Boolean bool4 = d0.e0.p.d.m0.f.z.b.q.get(i); @@ -513,7 +513,7 @@ public final class u { m.checkNotNullExpressionValue(bool7, "IS_EXPECT_FUNCTION.get(flags)"); kVar.setExpect(bool7.booleanValue()); kVar.setHasStableParameterNames(!d0.e0.p.d.m0.f.z.b.v.get(i).booleanValue()); - Pair, Object> deserializeContractFromFunction = this.a.getComponents().getContractDeserializer().deserializeContractFromFunction(iVar, kVar, this.a.getTypeTable(), childContext$default.getTypeDeserializer()); + Pair, Object> deserializeContractFromFunction = this.a.getComponents().getContractDeserializer().deserializeContractFromFunction(iVar, kVar, this.a.getTypeTable(), childContext$default.getTypeDeserializer()); if (deserializeContractFromFunction != null) { kVar.putInUserDataMap(deserializeContractFromFunction.getFirst(), deserializeContractFromFunction.getSecond()); } @@ -545,13 +545,13 @@ public final class u { z zVar2 = z.a; b.d dVar = d0.e0.p.d.m0.f.z.b.d; z modality = zVar2.modality(dVar.get(i)); - b.d dVar2 = d0.e0.p.d.m0.f.z.b.f2675c; - j jVar2 = new j(containingDeclaration, null, e2, modality, a0.descriptorVisibility(zVar2, dVar2.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.w, i, "IS_VAR.get(flags)"), w.getName(this.a.getNameResolver(), nVar.getName()), a0.memberKind(zVar2, d0.e0.p.d.m0.f.z.b.n.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.A, i, "IS_LATEINIT.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2679z, i, "IS_CONST.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.C, i, "IS_EXTERNAL_PROPERTY.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.D, i, "IS_DELEGATED.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.E, i, "IS_EXPECT_PROPERTY.get(flags)"), nVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); + b.d dVar2 = d0.e0.p.d.m0.f.z.b.f2677c; + j jVar2 = new j(containingDeclaration, null, e2, modality, a0.descriptorVisibility(zVar2, dVar2.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.w, i, "IS_VAR.get(flags)"), w.getName(this.a.getNameResolver(), nVar.getName()), a0.memberKind(zVar2, d0.e0.p.d.m0.f.z.b.n.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.A, i, "IS_LATEINIT.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2681z, i, "IS_CONST.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.C, i, "IS_EXTERNAL_PROPERTY.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.D, i, "IS_DELEGATED.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.E, i, "IS_EXPECT_PROPERTY.get(flags)"), nVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); l lVar = this.a; List typeParameterList = nVar.getTypeParameterList(); m.checkNotNullExpressionValue(typeParameterList, "proto.typeParameterList"); l childContext$default = l.childContext$default(lVar, jVar2, typeParameterList, null, null, null, null, 60, null); - boolean r0 = c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2677x, i, "HAS_GETTER.get(flags)"); + boolean r0 = c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2679x, i, "HAS_GETTER.get(flags)"); if (!r0 || !f.hasReceiver(nVar)) { nVar2 = nVar; bVar = bVar2; @@ -594,7 +594,7 @@ public final class u { zVar = zVar2; d0Var = null; } - if (c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2678y, i, "HAS_SETTER.get(flags)")) { + if (c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2680y, i, "HAS_SETTER.get(flags)")) { if (nVar.hasSetterFlags()) { accessorFlags = nVar.getSetterFlags(); } @@ -633,7 +633,7 @@ public final class u { m.checkNotNullExpressionValue(bVar, "it"); arrayList.add(eVar.deserializeAnnotation(bVar, this.a.getNameResolver())); } - l lVar = new l(this.a.getStorageManager(), this.a.getContainingDeclaration(), aVar.create(arrayList), w.getName(this.a.getNameResolver(), rVar.getName()), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2675c.get(rVar.getFlags())), rVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); + l lVar = new l(this.a.getStorageManager(), this.a.getContainingDeclaration(), aVar.create(arrayList), w.getName(this.a.getNameResolver(), rVar.getName()), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2677c.get(rVar.getFlags())), rVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); l lVar2 = this.a; List typeParameterList = rVar.getTypeParameterList(); m.checkNotNullExpressionValue(typeParameterList, "proto.typeParameterList"); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/x.java b/app/src/main/java/d0/e0/p/d/m0/l/b/x.java index 89d62502e0..8ea5ca890a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/x.java @@ -18,7 +18,7 @@ public final class x implements g { public final a b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2744c; + public final Function1 f2746c; public final Map d; /* JADX DEBUG: Multi-variable search result rejected for r5v0, resolved type: kotlin.jvm.functions.Function1 */ @@ -30,7 +30,7 @@ public final class x implements g { d0.z.d.m.checkNotNullParameter(function1, "classSource"); this.a = cVar; this.b = aVar; - this.f2744c = function1; + this.f2746c = function1; List class_List = mVar.getClass_List(); d0.z.d.m.checkNotNullExpressionValue(class_List, "proto.class_List"); LinkedHashMap linkedHashMap = new LinkedHashMap(f.coerceAtLeast(g0.mapCapacity(o.collectionSizeOrDefault(class_List, 10)), 16)); @@ -47,7 +47,7 @@ public final class x implements g { if (cVar == null) { return null; } - return new f(this.a, cVar, this.b, this.f2744c.invoke(aVar)); + return new f(this.a, cVar, this.b, this.f2746c.invoke(aVar)); } public final Collection getAllClassIds() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/y.java b/app/src/main/java/d0/e0/p/d/m0/l/b/y.java index 31b16edacc..5bbb218f5f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/y.java @@ -12,14 +12,14 @@ public abstract class y { public final g b; /* renamed from: c reason: collision with root package name */ - public final u0 f2745c; + public final u0 f2747c; /* compiled from: ProtoContainer.kt */ public static final class a extends y { public final d0.e0.p.d.m0.f.c d; public final a e; public final d0.e0.p.d.m0.g.a f; - public final c.EnumC0252c g; + public final c.EnumC0253c g; public final boolean h; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -31,8 +31,8 @@ public abstract class y { this.d = cVar; this.e = aVar; this.f = w.getClassId(cVar2, cVar.getFqName()); - c.EnumC0252c cVar3 = d0.e0.p.d.m0.f.z.b.e.get(cVar.getFlags()); - this.g = cVar3 == null ? c.EnumC0252c.CLASS : cVar3; + c.EnumC0253c cVar3 = d0.e0.p.d.m0.f.z.b.e.get(cVar.getFlags()); + this.g = cVar3 == null ? c.EnumC0253c.CLASS : cVar3; Boolean bool = d0.e0.p.d.m0.f.z.b.f.get(cVar.getFlags()); m.checkNotNullExpressionValue(bool, "IS_INNER.get(classProto.flags)"); this.h = bool.booleanValue(); @@ -53,7 +53,7 @@ public abstract class y { return this.d; } - public final c.EnumC0252c getKind() { + public final c.EnumC0253c getKind() { return this.g; } @@ -88,7 +88,7 @@ public abstract class y { public y(d0.e0.p.d.m0.f.z.c cVar, g gVar, u0 u0Var, DefaultConstructorMarker defaultConstructorMarker) { this.a = cVar; this.b = gVar; - this.f2745c = u0Var; + this.f2747c = u0Var; } public abstract d0.e0.p.d.m0.g.b debugFqName(); @@ -98,7 +98,7 @@ public abstract class y { } public final u0 getSource() { - return this.f2745c; + return this.f2747c; } public final g getTypeTable() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/z.java b/app/src/main/java/d0/e0/p/d/m0/l/b/z.java index e2c112a22e..8611f00d07 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/z.java @@ -19,7 +19,7 @@ public final class z { public static final /* synthetic */ int[] b = {1, 2, 3, 4, 5, 6, 7}; /* renamed from: c reason: collision with root package name */ - public static final /* synthetic */ int[] f2746c = {1, 2, 3}; + public static final /* synthetic */ int[] f2748c = {1, 2, 3}; public static final /* synthetic */ int[] d = {1, 2, 3, 4}; static { @@ -30,7 +30,7 @@ public final class z { d0.e0.p.d.m0.c.z zVar3 = d0.e0.p.d.m0.c.z.ABSTRACT; d0.e0.p.d.m0.c.z zVar4 = d0.e0.p.d.m0.c.z.SEALED; x.values(); - c.EnumC0252c.values(); + c.EnumC0253c.values(); f.values(); s.c.values(); q.b.c.values(); @@ -38,7 +38,7 @@ public final class z { } } - public final f classKind(c.EnumC0252c cVar) { + public final f classKind(c.EnumC0253c cVar) { f fVar = f.CLASS; switch (cVar == null ? -1 : a.b[cVar.ordinal()]) { case 1: diff --git a/app/src/main/java/d0/e0/p/d/m0/m/c.java b/app/src/main/java/d0/e0/p/d/m0/m/c.java index b67a602d24..e046de90b1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/m/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/m/c.java @@ -10,7 +10,7 @@ import kotlin.jvm.functions.Function1; public final class c extends d { /* renamed from: c reason: collision with root package name */ - public final Runnable f2747c; + public final Runnable f2749c; public final Function1 d; /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -28,7 +28,7 @@ public final class c extends d { m.checkNotNullParameter(lock, "lock"); m.checkNotNullParameter(runnable, "checkCancelled"); m.checkNotNullParameter(function1, "interruptedExceptionHandler"); - this.f2747c = runnable; + this.f2749c = runnable; this.d = function1; } @@ -36,7 +36,7 @@ public final class c extends d { public void lock() { while (!this.b.tryLock(50, TimeUnit.MILLISECONDS)) { try { - this.f2747c.run(); + this.f2749c.run(); } catch (InterruptedException e) { this.d.invoke(e); return; diff --git a/app/src/main/java/d0/e0/p/d/m0/m/f.java b/app/src/main/java/d0/e0/p/d/m0/m/f.java index 9ef8cba9fa..218e729b78 100644 --- a/app/src/main/java/d0/e0/p/d/m0/m/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/m/f.java @@ -13,16 +13,16 @@ import kotlin.reflect.jvm.internal.impl.utils.WrappedValues; /* compiled from: LockBasedStorageManager */ public class f implements o { public static final String a = w.substringBeforeLast(f.class.getCanonicalName(), ".", ""); - public static final o b = new a("NO_LOCKS", AbstractC0280f.a, e.b); + public static final o b = new a("NO_LOCKS", AbstractC0281f.a, e.b); /* renamed from: c reason: collision with root package name */ - public final l f2748c; - public final AbstractC0280f d; + public final l f2750c; + public final AbstractC0281f d; public final String e; /* compiled from: LockBasedStorageManager */ public static class a extends f { - public a(String str, AbstractC0280f fVar, l lVar) { + public a(String str, AbstractC0281f fVar, l lVar) { super(str, fVar, lVar); } @@ -231,12 +231,12 @@ public class f implements o { /* compiled from: LockBasedStorageManager */ /* renamed from: d0.e0.p.d.m0.m.f$f reason: collision with other inner class name */ - public interface AbstractC0280f { - public static final AbstractC0280f a = new a(); + public interface AbstractC0281f { + public static final AbstractC0281f a = new a(); /* compiled from: LockBasedStorageManager */ /* renamed from: d0.e0.p.d.m0.m.f$f$a */ - public static class a implements AbstractC0280f { + public static class a implements AbstractC0281f { public RuntimeException handleException(Throwable th) { if (th == null) { throw new IllegalArgumentException(String.format("Argument for @NotNull parameter '%s' of %s.%s must not be null", "throwable", "kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$ExceptionHandlingStrategy$1", "handleException")); @@ -337,7 +337,7 @@ public class f implements o { if (!(obj instanceof n)) { return (T) WrappedValues.unescapeThrowable(obj); } - this.i.f2748c.lock(); + this.i.f2750c.lock(); try { Object obj2 = this.k; if (!(obj2 instanceof n)) { @@ -366,7 +366,7 @@ public class f implements o { if (this.k == nVar2) { this.k = WrappedValues.escapeThrowable(th); } - throw ((AbstractC0280f.a) this.i.d).handleException(th); + throw ((AbstractC0281f.a) this.i.d).handleException(th); } this.k = n.NOT_COMPUTED; throw th; @@ -374,7 +374,7 @@ public class f implements o { } return t; } finally { - this.i.f2748c.unlock(); + this.i.f2750c.unlock(); } } @@ -609,7 +609,7 @@ public class f implements o { if (obj != null && obj != nVar2) { return (V) WrappedValues.unescapeExceptionOrNull(obj); } - this.i.f2748c.lock(); + this.i.f2750c.lock(); try { Object obj2 = this.j.get(k); if (obj2 == nVar2) { @@ -643,7 +643,7 @@ public class f implements o { V v2 = (V) this.k.invoke(k); Object put = this.j.put(k, WrappedValues.escapeNull(v2)); if (put == nVar2) { - this.i.f2748c.unlock(); + this.i.f2750c.unlock(); return v2; } throw b(k, put); @@ -656,13 +656,13 @@ public class f implements o { if (put2 != nVar2) { throw b(k, put2); } - throw ((AbstractC0280f.a) this.i.d).handleException(th); + throw ((AbstractC0281f.a) this.i.d).handleException(th); } else { - throw ((AbstractC0280f.a) this.i.d).handleException(th); + throw ((AbstractC0281f.a) this.i.d).handleException(th); } } } finally { - this.i.f2748c.unlock(); + this.i.f2750c.unlock(); } } } @@ -765,7 +765,7 @@ public class f implements o { this(str, (Runnable) null, (Function1) null); } - public f(String str, AbstractC0280f fVar, l lVar) { + public f(String str, AbstractC0281f fVar, l lVar) { if (str == null) { a(4); throw null; @@ -773,7 +773,7 @@ public class f implements o { a(5); throw null; } else if (lVar != null) { - this.f2748c = lVar; + this.f2750c = lVar; this.d = fVar; this.e = str; } else { @@ -785,7 +785,7 @@ public class f implements o { /* JADX WARNING: Illegal instructions before constructor call */ public f(String str, Runnable runnable, Function1 function1) { this(str, r0, l.a.a.simpleLock(runnable, function1)); - AbstractC0280f fVar = AbstractC0280f.a; + AbstractC0281f fVar = AbstractC0281f.a; int i2 = l.a; } @@ -998,13 +998,13 @@ public class f implements o { @Override // d0.e0.p.d.m0.m.o public T compute(Function0 function0) { if (function0 != null) { - this.f2748c.lock(); + this.f2750c.lock(); try { T t = (T) function0.mo1invoke(); - this.f2748c.unlock(); + this.f2750c.unlock(); return t; } catch (Throwable th) { - this.f2748c.unlock(); + this.f2750c.unlock(); throw th; } } else { diff --git a/app/src/main/java/d0/e0/p/d/m0/n/a0.java b/app/src/main/java/d0/e0/p/d/m0/n/a0.java index a930a4bb0b..04e356f929 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/a0.java @@ -19,7 +19,7 @@ public final class a0 implements u0, g { public final LinkedHashSet b; /* renamed from: c reason: collision with root package name */ - public final int f2749c; + public final int f2751c; /* compiled from: IntersectionTypeConstructor.kt */ public static final class a extends o implements Function1 { @@ -42,7 +42,7 @@ public final class a0 implements u0, g { collection.isEmpty(); LinkedHashSet linkedHashSet = new LinkedHashSet<>(collection); this.b = linkedHashSet; - this.f2749c = linkedHashSet.hashCode(); + this.f2751c = linkedHashSet.hashCode(); } public final i createScopeForKotlinType() { @@ -91,7 +91,7 @@ public final class a0 implements u0, g { } public int hashCode() { - return this.f2749c; + return this.f2751c; } @Override // d0.e0.p.d.m0.n.u0 diff --git a/app/src/main/java/d0/e0/p/d/m0/n/c.java b/app/src/main/java/d0/e0/p/d/m0/n/c.java index 4c0c7fb8df..208897c4b5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/c.java @@ -90,7 +90,7 @@ public final class c { i pop = supertypesDeque.pop(); m.checkNotNullExpressionValue(pop, "current"); if (supertypesSet.add(pop)) { - f.b bVar = fVar.isMarkedNullable(pop) ? f.b.c.a : f.b.C0281b.a; + f.b bVar = fVar.isMarkedNullable(pop) ? f.b.c.a : f.b.C0282b.a; if (!(!m.areEqual(bVar, f.b.c.a))) { bVar = null; } @@ -125,7 +125,7 @@ public final class c { if (fVar.isMarkedNullable(iVar2) || fVar.isDefinitelyNotNullType(iVar)) { return true; } - if (((iVar instanceof d0.e0.p.d.m0.n.n1.c) && fVar.isProjectionNotNull((d0.e0.p.d.m0.n.n1.c) iVar)) || hasNotNullSupertype(fVar, iVar, f.b.C0281b.a)) { + if (((iVar instanceof d0.e0.p.d.m0.n.n1.c) && fVar.isProjectionNotNull((d0.e0.p.d.m0.n.n1.c) iVar)) || hasNotNullSupertype(fVar, iVar, f.b.C0282b.a)) { return true; } if (!fVar.isDefinitelyNotNullType(iVar2) && !hasNotNullSupertype(fVar, iVar2, f.b.d.a) && !fVar.isClassType(iVar)) { diff --git a/app/src/main/java/d0/e0/p/d/m0/n/e.java b/app/src/main/java/d0/e0/p/d/m0/n/e.java index 2e25e75a46..2316196eae 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/e.java @@ -84,7 +84,7 @@ public final class e { fastCorrespondingSupertypes.add(captureFromArguments); bVar = f.b.c.a; } else { - bVar = fVar.argumentsCount(captureFromArguments) == 0 ? f.b.C0281b.a : fVar.substitutionSupertypePolicy(captureFromArguments); + bVar = fVar.argumentsCount(captureFromArguments) == 0 ? f.b.C0282b.a : fVar.substitutionSupertypePolicy(captureFromArguments); } if (!(!m.areEqual(bVar, f.b.c.a))) { bVar = null; @@ -213,7 +213,7 @@ public final class e { iVar2.add(pop); bVar = f.b.c.a; } else { - bVar = f.b.C0281b.a; + bVar = f.b.C0282b.a; } if (!(!m.areEqual(bVar, f.b.c.a))) { bVar = null; @@ -402,7 +402,7 @@ public final class e { i pop = supertypesDeque.pop(); m.checkNotNullExpressionValue(pop, "current"); if (supertypesSet.add(pop)) { - f.b bVar = fVar.isClassType(pop) ? f.b.c.a : f.b.C0281b.a; + f.b bVar = fVar.isClassType(pop) ? f.b.c.a : f.b.C0282b.a; if (!(!m.areEqual(bVar, f.b.c.a))) { bVar = null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/e1.java b/app/src/main/java/d0/e0/p/d/m0/n/e1.java index a983ca85e2..84b60ac185 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/e1.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/e1.java @@ -17,7 +17,7 @@ public class e1 { public static final j0 b = t.createErrorType("Cannot be inferred"); /* renamed from: c reason: collision with root package name */ - public static final j0 f2750c = new a("NO_EXPECTED_TYPE"); + public static final j0 f2752c = new a("NO_EXPECTED_TYPE"); public static final j0 d = new a("UNIT_EXPECTED_TYPE"); /* compiled from: TypeUtils */ @@ -836,7 +836,7 @@ public class e1 { public static boolean noExpectedType(c0 c0Var) { if (c0Var != null) { - return c0Var == f2750c || c0Var == d; + return c0Var == f2752c || c0Var == d; } a(0); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/f.java b/app/src/main/java/d0/e0/p/d/m0/n/f.java index 55a6a32162..957849f5ef 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/f.java @@ -18,7 +18,7 @@ public abstract class f implements n { public boolean b; /* renamed from: c reason: collision with root package name */ - public ArrayDeque f2751c; + public ArrayDeque f2753c; public Set d; /* compiled from: AbstractTypeChecker.kt */ @@ -40,10 +40,10 @@ public abstract class f implements n { /* compiled from: AbstractTypeChecker.kt */ /* renamed from: d0.e0.p.d.m0.n.f$b$b reason: collision with other inner class name */ - public static final class C0281b extends b { - public static final C0281b a = new C0281b(); + public static final class C0282b extends b { + public static final C0282b a = new C0282b(); - public C0281b() { + public C0282b() { super(null); } @@ -118,7 +118,7 @@ public abstract class f implements n { } public final void clear() { - ArrayDeque arrayDeque = this.f2751c; + ArrayDeque arrayDeque = this.f2753c; m.checkNotNull(arrayDeque); arrayDeque.clear(); Set set = this.d; @@ -152,7 +152,7 @@ public abstract class f implements n { } public final ArrayDeque getSupertypesDeque() { - return this.f2751c; + return this.f2753c; } public final Set getSupertypesSet() { @@ -165,8 +165,8 @@ public abstract class f implements n { public final void initialize() { this.b = true; - if (this.f2751c == null) { - this.f2751c = new ArrayDeque<>(4); + if (this.f2753c == null) { + this.f2753c = new ArrayDeque<>(4); } if (this.d == null) { this.d = d0.e0.p.d.m0.p.j.i.create(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/g.java b/app/src/main/java/d0/e0/p/d/m0/n/g.java index 6bd5d29798..4b12281963 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/g.java @@ -26,16 +26,16 @@ public abstract class g implements u0 { public final Lazy b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ g f2752c; + public final /* synthetic */ g f2754c; /* compiled from: AbstractTypeConstructor.kt */ /* renamed from: d0.e0.p.d.m0.n.g$a$a reason: collision with other inner class name */ - public static final class C0282a extends o implements Function0> { + public static final class C0283a extends o implements Function0> { public final /* synthetic */ a this$0; public final /* synthetic */ g this$1; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0282a(a aVar, g gVar) { + public C0283a(a aVar, g gVar) { super(0); this.this$0 = aVar; this.this$1 = gVar; @@ -52,9 +52,9 @@ public abstract class g implements u0 { public a(g gVar, d0.e0.p.d.m0.n.l1.g gVar2) { m.checkNotNullParameter(gVar, "this$0"); m.checkNotNullParameter(gVar2, "kotlinTypeRefiner"); - this.f2752c = gVar; + this.f2754c = gVar; this.a = gVar2; - this.b = d0.g.lazy(i.PUBLICATION, new C0282a(this, gVar)); + this.b = d0.g.lazy(i.PUBLICATION, new C0283a(this, gVar)); } public static final /* synthetic */ d0.e0.p.d.m0.n.l1.g access$getKotlinTypeRefiner$p(a aVar) { @@ -62,24 +62,24 @@ public abstract class g implements u0 { } public boolean equals(Object obj) { - return this.f2752c.equals(obj); + return this.f2754c.equals(obj); } @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.b.h getBuiltIns() { - d0.e0.p.d.m0.b.h builtIns = this.f2752c.getBuiltIns(); + d0.e0.p.d.m0.b.h builtIns = this.f2754c.getBuiltIns(); m.checkNotNullExpressionValue(builtIns, "this@AbstractTypeConstructor.builtIns"); return builtIns; } @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.c.h getDeclarationDescriptor() { - return this.f2752c.getDeclarationDescriptor(); + return this.f2754c.getDeclarationDescriptor(); } @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - List parameters = this.f2752c.getParameters(); + List parameters = this.f2754c.getParameters(); m.checkNotNullExpressionValue(parameters, "this@AbstractTypeConstructor.parameters"); return parameters; } @@ -90,29 +90,29 @@ public abstract class g implements u0 { } public int hashCode() { - return this.f2752c.hashCode(); + return this.f2754c.hashCode(); } @Override // d0.e0.p.d.m0.n.u0 public boolean isDenotable() { - return this.f2752c.isDenotable(); + return this.f2754c.isDenotable(); } @Override // d0.e0.p.d.m0.n.u0 public u0 refine(d0.e0.p.d.m0.n.l1.g gVar) { m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - return this.f2752c.refine(gVar); + return this.f2754c.refine(gVar); } public String toString() { - return this.f2752c.toString(); + return this.f2754c.toString(); } } /* compiled from: AbstractTypeConstructor.kt */ public static final class b { public final Collection a; - public List b = d0.t.m.listOf(t.f2761c); + public List b = d0.t.m.listOf(t.f2763c); /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ @@ -162,7 +162,7 @@ public abstract class g implements u0 { } public final b invoke(boolean z2) { - return new b(d0.t.m.listOf(t.f2761c)); + return new b(d0.t.m.listOf(t.f2763c)); } /* Return type fixed from 'java.lang.Object' to match base method */ diff --git a/app/src/main/java/d0/e0/p/d/m0/n/i.java b/app/src/main/java/d0/e0/p/d/m0/n/i.java index b3b035f4c5..b4fd658b33 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/i.java @@ -12,7 +12,7 @@ import java.util.List; public class i extends b implements u0 { /* renamed from: c reason: collision with root package name */ - public final e f2753c; + public final e f2755c; public final List d; public final Collection e; @@ -29,7 +29,7 @@ public class i extends b implements u0 { g(2); throw null; } else if (oVar != null) { - this.f2753c = eVar; + this.f2755c = eVar; this.d = Collections.unmodifiableList(new ArrayList(list)); this.e = Collections.unmodifiableCollection(collection); } else { @@ -99,7 +99,7 @@ public class i extends b implements u0 { @Override // d0.e0.p.d.m0.n.b, d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public e getDeclarationDescriptor() { - e eVar = this.f2753c; + e eVar = this.f2755c; if (eVar != null) { return eVar; } @@ -123,6 +123,6 @@ public class i extends b implements u0 { } public String toString() { - return d0.e0.p.d.m0.k.e.getFqName(this.f2753c).asString(); + return d0.e0.p.d.m0.k.e.getFqName(this.f2755c).asString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/j0.java b/app/src/main/java/d0/e0/p/d/m0/n/j0.java index f71619c528..25a6ec0844 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/j0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/j0.java @@ -24,7 +24,7 @@ public abstract class j0 extends i1 implements i, j { StringBuilder sb = new StringBuilder(); Iterator it = getAnnotations().iterator(); while (it.hasNext()) { - q.append(sb, "[", d0.e0.p.d.m0.j.c.renderAnnotation$default(d0.e0.p.d.m0.j.c.f2696c, it.next(), null, 2, null), "] "); + q.append(sb, "[", d0.e0.p.d.m0.j.c.renderAnnotation$default(d0.e0.p.d.m0.j.c.f2698c, it.next(), null, 2, null), "] "); } sb.append(getConstructor()); if (!getArguments().isEmpty()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/a.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/a.java index 829a9ab2a4..c3bf908adb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/a.java @@ -25,7 +25,7 @@ import java.util.List; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: ClassicTypeCheckerContext.kt */ public class a extends f implements c { - public static final C0283a e = new C0283a(null); + public static final C0284a e = new C0284a(null); public final boolean f; public final boolean g; public final boolean h; @@ -33,15 +33,15 @@ public class a extends f implements c { /* compiled from: ClassicTypeCheckerContext.kt */ /* renamed from: d0.e0.p.d.m0.n.l1.a$a reason: collision with other inner class name */ - public static final class C0283a { + public static final class C0284a { /* compiled from: ClassicTypeCheckerContext.kt */ /* renamed from: d0.e0.p.d.m0.n.l1.a$a$a reason: collision with other inner class name */ - public static final class C0284a extends f.b.a { + public static final class C0285a extends f.b.a { public final /* synthetic */ c a; public final /* synthetic */ c1 b; - public C0284a(c cVar, c1 c1Var) { + public C0285a(c cVar, c1 c1Var) { this.a = cVar; this.b = c1Var; } @@ -59,14 +59,14 @@ public class a extends f implements c { } } - public C0283a(DefaultConstructorMarker defaultConstructorMarker) { + public C0284a(DefaultConstructorMarker defaultConstructorMarker) { } public final f.b.a classicSubstitutionSupertypePolicy(c cVar, i iVar) { m.checkNotNullParameter(cVar, ""); m.checkNotNullParameter(iVar, "type"); if (iVar instanceof j0) { - return new C0284a(cVar, v0.b.create((c0) iVar).buildSubstitutor()); + return new C0285a(cVar, v0.b.create((c0) iVar).buildSubstitutor()); } throw new IllegalArgumentException(b.access$errorMessage(iVar).toString()); } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java index 27b3280a26..3f30e4d8e7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java @@ -419,7 +419,7 @@ public interface c extends d1, p { m.checkNotNullParameter(cVar, "this"); m.checkNotNullParameter(lVar, "receiver"); if (lVar instanceof u0) { - return d0.e0.p.d.m0.b.h.isTypeConstructorForGivenClass((u0) lVar, k.a.f2514c); + return d0.e0.p.d.m0.b.h.isTypeConstructorForGivenClass((u0) lVar, k.a.f2516c); } throw new IllegalArgumentException(("ClassicTypeSystemContext couldn't handle: " + lVar + ", " + a0.getOrCreateKotlinClass(lVar.getClass())).toString()); } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java index c4c2d93b20..c7117b1831 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java @@ -22,7 +22,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { public Function0> b; /* renamed from: c reason: collision with root package name */ - public final j f2754c; + public final j f2756c; public final z0 d; public final Lazy e; @@ -130,7 +130,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { m.checkNotNullParameter(w0Var, "projection"); this.a = w0Var; this.b = function0; - this.f2754c = jVar; + this.f2756c = jVar; this.d = z0Var; this.e = g.lazy(i.PUBLICATION, new b(this)); } @@ -153,11 +153,11 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { } Objects.requireNonNull(obj, "null cannot be cast to non-null type org.jetbrains.kotlin.types.checker.NewCapturedTypeConstructor"); j jVar = (j) obj; - j jVar2 = this.f2754c; + j jVar2 = this.f2756c; if (jVar2 == null) { jVar2 = this; } - j jVar3 = jVar.f2754c; + j jVar3 = jVar.f2756c; if (jVar3 != null) { jVar = jVar3; } @@ -193,7 +193,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { } public int hashCode() { - j jVar = this.f2754c; + j jVar = this.f2756c; return jVar == null ? super.hashCode() : jVar.hashCode(); } @@ -214,7 +214,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { w0 refine = getProjection().refine(gVar); m.checkNotNullExpressionValue(refine, "projection.refine(kotlinTypeRefiner)"); d dVar = this.b == null ? null : new d(this, gVar); - j jVar = this.f2754c; + j jVar = this.f2756c; if (jVar == null) { jVar = this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java index b0c9e9c694..f0d6d590e7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java @@ -26,12 +26,12 @@ import kotlin.NoWhenBranchMatchedException; public final class m implements l { /* renamed from: c reason: collision with root package name */ - public final g f2755c; + public final g f2757c; public final k d; public m(g gVar) { d0.z.d.m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - this.f2755c = gVar; + this.f2757c = gVar; k createWithTypeRefiner = k.createWithTypeRefiner(getKotlinTypeRefiner()); d0.z.d.m.checkNotNullExpressionValue(createWithTypeRefiner, "createWithTypeRefiner(kotlinTypeRefiner)"); this.d = createWithTypeRefiner; @@ -53,7 +53,7 @@ public final class m implements l { @Override // d0.e0.p.d.m0.n.l1.l public g getKotlinTypeRefiner() { - return this.f2755c; + return this.f2757c; } @Override // d0.e0.p.d.m0.n.l1.l diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/n.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/n.java index 6b3f93b61c..38a51eef48 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/n.java @@ -11,6 +11,6 @@ public final class n { public final boolean isSubtypeOfAny(i1 i1Var) { m.checkNotNullParameter(i1Var, "type"); - return c.a.hasNotNullSupertype(p.a.newBaseTypeCheckerContext(false, true), y.lowerIfFlexible(i1Var), f.b.C0281b.a); + return c.a.hasNotNullSupertype(p.a.newBaseTypeCheckerContext(false, true), y.lowerIfFlexible(i1Var), f.b.C0282b.a); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/v.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/v.java index d129cb7d23..b522640d73 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/v.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/v.java @@ -33,8 +33,8 @@ public final class v { /* compiled from: IntersectionType.kt */ /* renamed from: d0.e0.p.d.m0.n.l1.v$a$a reason: collision with other inner class name */ - public static final class C0285a extends a { - public C0285a(String str, int i) { + public static final class C0286a extends a { + public C0286a(String str, int i) { super(str, i, null); } @@ -88,7 +88,7 @@ public final class v { static { c cVar = new c("START", 0); i = cVar; - C0285a aVar = new C0285a("ACCEPT_NULL", 1); + C0286a aVar = new C0286a("ACCEPT_NULL", 1); j = aVar; d dVar = new d("UNKNOWN", 2); k = dVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/m1/a.java b/app/src/main/java/d0/e0/p/d/m0/n/m1/a.java index fd302e0b25..7be16b7f32 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/m1/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/m1/a.java @@ -25,8 +25,8 @@ public class a extends g0 { /* compiled from: ErrorSimpleFunctionDescriptorImpl */ /* renamed from: d0.e0.p.d.m0.n.m1.a$a reason: collision with other inner class name */ - public class C0286a implements x.a { - public C0286a() { + public class C0287a implements x.a { + public C0287a() { } /* JADX WARNING: Removed duplicated region for block: B:102:0x0151 */ @@ -554,7 +554,7 @@ public class a extends g0 { } @Override // d0.e0.p.d.m0.c.i1.q, d0.e0.p.d.m0.c.a - public V getUserData(a.AbstractC0213a aVar) { + public V getUserData(a.AbstractC0214a aVar) { return null; } @@ -565,7 +565,7 @@ public class a extends g0 { @Override // d0.e0.p.d.m0.c.i1.g0, d0.e0.p.d.m0.c.i1.q, d0.e0.p.d.m0.c.x, d0.e0.p.d.m0.c.t0 public x.a newCopyBuilder() { - return new C0286a(); + return new C0287a(); } @Override // d0.e0.p.d.m0.c.i1.q, d0.e0.p.d.m0.c.b diff --git a/app/src/main/java/d0/e0/p/d/m0/n/o1/a.java b/app/src/main/java/d0/e0/p/d/m0/n/o1/a.java index 39f3e725eb..cdac29e718 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/o1/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/o1/a.java @@ -30,10 +30,10 @@ public final class a { /* compiled from: TypeUtils.kt */ /* renamed from: d0.e0.p.d.m0.n.o1.a$a reason: collision with other inner class name */ - public static final class C0287a extends o implements Function1 { - public static final C0287a i = new C0287a(); + public static final class C0288a extends o implements Function1 { + public static final C0288a i = new C0288a(); - public C0287a() { + public C0288a() { super(1); } @@ -92,7 +92,7 @@ public final class a { public static final boolean containsTypeAliasParameters(c0 c0Var) { m.checkNotNullParameter(c0Var, ""); - return contains(c0Var, C0287a.i); + return contains(c0Var, C0288a.i); } public static final w0 createProjection(c0 c0Var, j1 j1Var, z0 z0Var) { diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p.java b/app/src/main/java/d0/e0/p/d/m0/n/p.java index 853c7995a3..2f42e4e174 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p.java @@ -9,7 +9,7 @@ public final class p extends z0 { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final z0 f2756c; + public final z0 f2758c; public final z0 d; /* compiled from: DisjointKeysUnionTypeSubstitution.kt */ @@ -25,7 +25,7 @@ public final class p extends z0 { } public p(z0 z0Var, z0 z0Var2, DefaultConstructorMarker defaultConstructorMarker) { - this.f2756c = z0Var; + this.f2758c = z0Var; this.d = z0Var2; } @@ -35,24 +35,24 @@ public final class p extends z0 { @Override // d0.e0.p.d.m0.n.z0 public boolean approximateCapturedTypes() { - return this.f2756c.approximateCapturedTypes() || this.d.approximateCapturedTypes(); + return this.f2758c.approximateCapturedTypes() || this.d.approximateCapturedTypes(); } @Override // d0.e0.p.d.m0.n.z0 public boolean approximateContravariantCapturedTypes() { - return this.f2756c.approximateContravariantCapturedTypes() || this.d.approximateContravariantCapturedTypes(); + return this.f2758c.approximateContravariantCapturedTypes() || this.d.approximateContravariantCapturedTypes(); } @Override // d0.e0.p.d.m0.n.z0 public g filterAnnotations(g gVar) { m.checkNotNullParameter(gVar, "annotations"); - return this.d.filterAnnotations(this.f2756c.filterAnnotations(gVar)); + return this.d.filterAnnotations(this.f2758c.filterAnnotations(gVar)); } @Override // d0.e0.p.d.m0.n.z0 public w0 get(c0 c0Var) { m.checkNotNullParameter(c0Var, "key"); - w0 w0Var = this.f2756c.get(c0Var); + w0 w0Var = this.f2758c.get(c0Var); return w0Var == null ? this.d.get(c0Var) : w0Var; } @@ -65,6 +65,6 @@ public final class p extends z0 { public c0 prepareTopLevelType(c0 c0Var, j1 j1Var) { m.checkNotNullParameter(c0Var, "topLevelType"); m.checkNotNullParameter(j1Var, ModelAuditLogEntry.CHANGE_KEY_POSITION); - return this.d.prepareTopLevelType(this.f2756c.prepareTopLevelType(c0Var, j1Var), j1Var); + return this.d.prepareTopLevelType(this.f2758c.prepareTopLevelType(c0Var, j1Var), j1Var); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p0.java b/app/src/main/java/d0/e0/p/d/m0/n/p0.java index b8e10fa8d2..899ca9a2a6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p0.java @@ -16,18 +16,18 @@ public final class p0 { public static final class a extends v0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ List f2757c; + public final /* synthetic */ List f2759c; /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ public a(List list) { - this.f2757c = list; + this.f2759c = list; } @Override // d0.e0.p.d.m0.n.v0 public w0 get(u0 u0Var) { m.checkNotNullParameter(u0Var, "key"); - if (!this.f2757c.contains(u0Var)) { + if (!this.f2759c.contains(u0Var)) { return null; } h declarationDescriptor = u0Var.getDeclarationDescriptor(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java b/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java index 31f1db8c50..9e6cf2b0fe 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java @@ -10,7 +10,7 @@ public final class d { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final c0 f2758c; + public final c0 f2760c; public d(z0 z0Var, c0 c0Var, c0 c0Var2) { m.checkNotNullParameter(z0Var, "typeParameter"); @@ -18,7 +18,7 @@ public final class d { m.checkNotNullParameter(c0Var2, "outProjection"); this.a = z0Var; this.b = c0Var; - this.f2758c = c0Var2; + this.f2760c = c0Var2; } public final c0 getInProjection() { @@ -26,7 +26,7 @@ public final class d { } public final c0 getOutProjection() { - return this.f2758c; + return this.f2760c; } public final z0 getTypeParameter() { @@ -34,6 +34,6 @@ public final class d { } public final boolean isConsistent() { - return f.a.isSubtypeOf(this.b, this.f2758c); + return f.a.isSubtypeOf(this.b, this.f2760c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/q0.java b/app/src/main/java/d0/e0/p/d/m0/n/q0.java index eeddb73654..a2a5e96620 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/q0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/q0.java @@ -24,7 +24,7 @@ public final class q0 { public final s0 b; /* renamed from: c reason: collision with root package name */ - public final boolean f2759c; + public final boolean f2761c; /* compiled from: TypeAliasExpander.kt */ public static final class a { @@ -61,7 +61,7 @@ public final class q0 { public q0(s0 s0Var, boolean z2) { m.checkNotNullParameter(s0Var, "reportStrategy"); this.b = s0Var; - this.f2759c = z2; + this.f2761c = z2; } public final void a(g gVar, g gVar2) { @@ -176,7 +176,7 @@ public final class q0 { if (!d0.e0.p.d.m0.n.o1.a.containsTypeAliasParameters(type2)) { w0 w0Var4 = asSimpleType.getArguments().get(i2); z0 z0Var2 = asSimpleType.getConstructor().getParameters().get(i2); - if (this.f2759c) { + if (this.f2761c) { a aVar = a; s0 s0Var = this.b; c0 type3 = w0Var4.getType(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/r0.java b/app/src/main/java/d0/e0/p/d/m0/n/r0.java index 98b0bafc44..2ca8c56d62 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/r0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/r0.java @@ -17,7 +17,7 @@ public final class r0 { public final r0 b; /* renamed from: c reason: collision with root package name */ - public final y0 f2760c; + public final y0 f2762c; public final List d; public final Map e; @@ -41,7 +41,7 @@ public final class r0 { public r0(r0 r0Var, y0 y0Var, List list, Map map, DefaultConstructorMarker defaultConstructorMarker) { this.b = r0Var; - this.f2760c = y0Var; + this.f2762c = y0Var; this.d = list; this.e = map; } @@ -51,7 +51,7 @@ public final class r0 { } public final y0 getDescriptor() { - return this.f2760c; + return this.f2762c; } public final w0 getReplacement(u0 u0Var) { @@ -65,7 +65,7 @@ public final class r0 { public final boolean isRecursion(y0 y0Var) { m.checkNotNullParameter(y0Var, "descriptor"); - if (!m.areEqual(this.f2760c, y0Var)) { + if (!m.areEqual(this.f2762c, y0Var)) { r0 r0Var = this.b; if (!(r0Var == null ? false : r0Var.isRecursion(y0Var))) { return false; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/t.java b/app/src/main/java/d0/e0/p/d/m0/n/t.java index 2e8dfe2572..495d5aee1a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/t.java @@ -28,7 +28,7 @@ public class t { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final j0 f2761c = createErrorType(""); + public static final j0 f2763c = createErrorType(""); public static final c0 d; public static final n0 e; public static final Set f; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/v.java b/app/src/main/java/d0/e0/p/d/m0/n/v.java index 0736518214..40865435b7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/v.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/v.java @@ -59,6 +59,6 @@ public abstract class v extends i1 implements f { public abstract String render(c cVar, h hVar); public String toString() { - return c.f2696c.renderType(this); + return c.f2698c.renderType(this); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/v0.java b/app/src/main/java/d0/e0/p/d/m0/n/v0.java index 1606c35535..7726b4a355 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/v0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/v0.java @@ -18,16 +18,16 @@ public abstract class v0 extends z0 { /* compiled from: TypeSubstitution.kt */ /* renamed from: d0.e0.p.d.m0.n.v0$a$a reason: collision with other inner class name */ - public static final class C0288a extends v0 { + public static final class C0289a extends v0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Map f2762c; + public final /* synthetic */ Map f2764c; public final /* synthetic */ boolean d; /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: java.util.Map */ /* JADX WARN: Multi-variable type inference failed */ - public C0288a(Map map, boolean z2) { - this.f2762c = map; + public C0289a(Map map, boolean z2) { + this.f2764c = map; this.d = z2; } @@ -39,12 +39,12 @@ public abstract class v0 extends z0 { @Override // d0.e0.p.d.m0.n.v0 public w0 get(u0 u0Var) { m.checkNotNullParameter(u0Var, "key"); - return this.f2762c.get(u0Var); + return this.f2764c.get(u0Var); } @Override // d0.e0.p.d.m0.n.z0 public boolean isEmpty() { - return this.f2762c.isEmpty(); + return this.f2764c.isEmpty(); } } @@ -88,7 +88,7 @@ public abstract class v0 extends z0 { public final v0 createByConstructorsMap(Map map, boolean z2) { m.checkNotNullParameter(map, "map"); - return new C0288a(map, z2); + return new C0289a(map, z2); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/z.java b/app/src/main/java/d0/e0/p/d/m0/n/z.java index 4f810a6b33..7afc5fe1a7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/z.java @@ -11,7 +11,7 @@ public final class z extends z0 { public final z0[] b; /* renamed from: c reason: collision with root package name */ - public final w0[] f2763c; + public final w0[] f2765c; public final boolean d; /* JADX WARNING: Illegal instructions before constructor call */ @@ -30,7 +30,7 @@ public final class z extends z0 { m.checkNotNullParameter(z0VarArr, "parameters"); m.checkNotNullParameter(w0VarArr, "arguments"); this.b = z0VarArr; - this.f2763c = w0VarArr; + this.f2765c = w0VarArr; this.d = z2; int length = z0VarArr.length; int length2 = w0VarArr.length; @@ -59,11 +59,11 @@ public final class z extends z0 { if (index >= z0VarArr.length || !m.areEqual(z0VarArr[index].getTypeConstructor(), z0Var.getTypeConstructor())) { return null; } - return this.f2763c[index]; + return this.f2765c[index]; } public final w0[] getArguments() { - return this.f2763c; + return this.f2765c; } public final z0[] getParameters() { @@ -72,6 +72,6 @@ public final class z extends z0 { @Override // d0.e0.p.d.m0.n.z0 public boolean isEmpty() { - return this.f2763c.length == 0; + return this.f2765c.length == 0; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/o/c.java b/app/src/main/java/d0/e0/p/d/m0/o/c.java index b7b6ce04d2..ddcd4e7e46 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/c.java @@ -26,10 +26,10 @@ public abstract class c { /* compiled from: modifierChecks.kt */ /* renamed from: d0.e0.p.d.m0.o.c$c reason: collision with other inner class name */ - public static final class C0289c extends c { - public static final C0289c b = new C0289c(); + public static final class C0290c extends c { + public static final C0290c b = new C0290c(); - public C0289c() { + public C0290c() { super(true, null); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/o/d.java b/app/src/main/java/d0/e0/p/d/m0/o/d.java index 403dc4baf5..0585f63f9f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/d.java @@ -16,7 +16,7 @@ public final class d { public final Regex b; /* renamed from: c reason: collision with root package name */ - public final Collection f2764c; + public final Collection f2766c; public final Function1 d; public final b[] e; @@ -67,7 +67,7 @@ public final class d { public d(e eVar, Regex regex, Collection collection, Function1 function1, b... bVarArr) { this.a = null; this.b = regex; - this.f2764c = collection; + this.f2766c = collection; this.d = function1; this.e = bVarArr; } @@ -82,7 +82,7 @@ public final class d { System.arraycopy(bVarArr, 0, bVarArr2, 0, bVarArr.length); this.a = eVar; this.b = null; - this.f2764c = null; + this.f2766c = null; this.d = function1; this.e = bVarArr2; } @@ -136,7 +136,7 @@ public final class d { } } String invoke2 = this.d.invoke(xVar); - return invoke2 != null ? new c.b(invoke2) : c.C0289c.b; + return invoke2 != null ? new c.b(invoke2) : c.C0290c.b; } public final boolean isApplicable(x xVar) { @@ -151,7 +151,7 @@ public final class d { return false; } } - Collection collection = this.f2764c; + Collection collection = this.f2766c; return collection == null || collection.contains(xVar.getName()); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/o/i.java b/app/src/main/java/d0/e0/p/d/m0/o/i.java index 277037a6d6..dc0301232c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/i.java @@ -155,7 +155,7 @@ public final class i extends a { k.a aVar = k.a.d; d0.e0.p.d.m0.g.e eVar6 = j.h; l.c cVar = l.c.b; - b = n.listOf((Object[]) new d[]{new d(eVar, bVarArr, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar2, bVarArr2, a.i), new d(eVar3, new b[]{bVar, hVar, new l.a(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.b, new b[]{bVar, hVar, new l.a(3), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2765c, new b[]{bVar, hVar, new l.b(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.g, new b[]{bVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar5, new b[]{bVar, dVar, hVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar6, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.k, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.l, new b[]{bVar, cVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2768y, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.d, new b[]{f.a.b}, b.i), new d(j.e, new b[]{bVar, k.b.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.G, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.F, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(n.listOf((Object[]) new d0.e0.p.d.m0.g.e[]{j.n, j.o}), new b[]{bVar}, c.i), new d(j.H, new b[]{bVar, k.c.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.m, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null)}); + b = n.listOf((Object[]) new d[]{new d(eVar, bVarArr, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar2, bVarArr2, a.i), new d(eVar3, new b[]{bVar, hVar, new l.a(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.b, new b[]{bVar, hVar, new l.a(3), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2767c, new b[]{bVar, hVar, new l.b(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.g, new b[]{bVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar5, new b[]{bVar, dVar, hVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar6, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.k, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.l, new b[]{bVar, cVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2770y, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.d, new b[]{f.a.b}, b.i), new d(j.e, new b[]{bVar, k.b.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.G, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.F, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(n.listOf((Object[]) new d0.e0.p.d.m0.g.e[]{j.n, j.o}), new b[]{bVar}, c.i), new d(j.H, new b[]{bVar, k.c.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.m, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null)}); } @Override // d0.e0.p.d.m0.o.a diff --git a/app/src/main/java/d0/e0/p/d/m0/o/j.java b/app/src/main/java/d0/e0/p/d/m0/o/j.java index b715d8ff05..285b9f5f5d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/j.java @@ -19,7 +19,7 @@ public final class j { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2765c; + public static final e f2767c; public static final e d; public static final e e; public static final e f; @@ -37,20 +37,20 @@ public final class j { public static final e r; /* renamed from: s reason: collision with root package name */ - public static final e f2766s; + public static final e f2768s; public static final e t; public static final e u; public static final e v; public static final e w; /* renamed from: x reason: collision with root package name */ - public static final e f2767x; + public static final e f2769x; /* renamed from: y reason: collision with root package name */ - public static final e f2768y; + public static final e f2770y; /* renamed from: z reason: collision with root package name */ - public static final e f2769z; + public static final e f2771z; static { e identifier = e.identifier("getValue"); @@ -61,7 +61,7 @@ public final class j { b = identifier2; e identifier3 = e.identifier("provideDelegate"); m.checkNotNullExpressionValue(identifier3, "identifier(\"provideDelegate\")"); - f2765c = identifier3; + f2767c = identifier3; e identifier4 = e.identifier("equals"); m.checkNotNullExpressionValue(identifier4, "identifier(\"equals\")"); d = identifier4; @@ -109,7 +109,7 @@ public final class j { r = identifier17; e identifier18 = e.identifier("unaryMinus"); m.checkNotNullExpressionValue(identifier18, "identifier(\"unaryMinus\")"); - f2766s = identifier18; + f2768s = identifier18; e identifier19 = e.identifier("unaryPlus"); m.checkNotNullExpressionValue(identifier19, "identifier(\"unaryPlus\")"); t = identifier19; @@ -124,13 +124,13 @@ public final class j { w = identifier22; e identifier23 = e.identifier("rem"); m.checkNotNullExpressionValue(identifier23, "identifier(\"rem\")"); - f2767x = identifier23; + f2769x = identifier23; e identifier24 = e.identifier("rangeTo"); m.checkNotNullExpressionValue(identifier24, "identifier(\"rangeTo\")"); - f2768y = identifier24; + f2770y = identifier24; e identifier25 = e.identifier("timesAssign"); m.checkNotNullExpressionValue(identifier25, "identifier(\"timesAssign\")"); - f2769z = identifier25; + f2771z = identifier25; e identifier26 = e.identifier("divAssign"); m.checkNotNullExpressionValue(identifier26, "identifier(\"divAssign\")"); A = identifier26; diff --git a/app/src/main/java/d0/e0/p/d/m0/o/k.java b/app/src/main/java/d0/e0/p/d/m0/o/k.java index 44af63999f..4eed93c004 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/k.java @@ -15,7 +15,7 @@ public abstract class k implements b { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final String f2770c; + public final String f2772c; /* compiled from: modifierChecks.kt */ public static final class a extends k { @@ -23,10 +23,10 @@ public abstract class k implements b { /* compiled from: modifierChecks.kt */ /* renamed from: d0.e0.p.d.m0.o.k$a$a reason: collision with other inner class name */ - public static final class C0290a extends o implements Function1 { - public static final C0290a i = new C0290a(); + public static final class C0291a extends o implements Function1 { + public static final C0291a i = new C0291a(); - public C0290a() { + public C0291a() { super(1); } @@ -39,7 +39,7 @@ public abstract class k implements b { } public a() { - super("Boolean", C0290a.i, null); + super("Boolean", C0291a.i, null); } } @@ -96,7 +96,7 @@ public abstract class k implements b { public k(String str, Function1 function1, DefaultConstructorMarker defaultConstructorMarker) { this.a = str; this.b = function1; - this.f2770c = m.stringPlus("must return ", str); + this.f2772c = m.stringPlus("must return ", str); } @Override // d0.e0.p.d.m0.o.b @@ -107,7 +107,7 @@ public abstract class k implements b { @Override // d0.e0.p.d.m0.o.b public String getDescription() { - return this.f2770c; + return this.f2772c; } @Override // d0.e0.p.d.m0.o.b diff --git a/app/src/main/java/d0/e0/p/d/m0/p/b.java b/app/src/main/java/d0/e0/p/d/m0/p/b.java index 4b4aa23f90..dd12708297 100644 --- a/app/src/main/java/d0/e0/p/d/m0/p/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/p/b.java @@ -9,7 +9,7 @@ import kotlin.jvm.functions.Function1; public class b { /* compiled from: DFS */ - public static class a extends AbstractC0291b { + public static class a extends AbstractC0292b { public final /* synthetic */ Function1 a; public final /* synthetic */ boolean[] b; @@ -34,7 +34,7 @@ public class b { /* compiled from: DFS */ /* renamed from: d0.e0.p.d.m0.p.b$b reason: collision with other inner class name */ - public static abstract class AbstractC0291b implements d { + public static abstract class AbstractC0292b implements d { @Override // d0.e0.p.d.m0.p.b.d public void afterChildren(N n) { } diff --git a/app/src/main/java/d0/e0/p/d/m0/p/d.java b/app/src/main/java/d0/e0/p/d/m0/p/d.java index b5aada3c07..ed47763ce3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/p/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/p/d.java @@ -54,10 +54,10 @@ public final class d { /* compiled from: functions.kt */ /* renamed from: d0.e0.p.d.m0.p.d$d reason: collision with other inner class name */ - public static final class C0292d extends o implements Function2 { - public static final C0292d i = new C0292d(); + public static final class C0293d extends o implements Function2 { + public static final C0293d i = new C0293d(); - public C0292d() { + public C0293d() { super(2); } @@ -97,7 +97,7 @@ public final class d { f fVar = f.i; a aVar = a.i; c cVar = c.i; - C0292d dVar = C0292d.i; + C0293d dVar = C0293d.i; } public static final Function1 alwaysTrue() { diff --git a/app/src/main/java/d0/e0/p/d/m0/p/e.java b/app/src/main/java/d0/e0/p/d/m0/p/e.java index da1ef63729..edd8f5f1d3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/p/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/p/e.java @@ -17,7 +17,7 @@ public final class e { public static final e b; /* renamed from: c reason: collision with root package name */ - public final h f2771c; + public final h f2773c; public final h d; public final Map e; public final boolean f; @@ -81,7 +81,7 @@ public final class e { m.checkNotNullParameter(hVar, "globalJsr305Level"); m.checkNotNullParameter(map, "userDefinedLevelForSpecificJsr305Annotation"); m.checkNotNullParameter(hVar3, "jspecifyReportLevel"); - this.f2771c = hVar; + this.f2773c = hVar; this.d = hVar2; this.e = map; this.f = z2; @@ -115,7 +115,7 @@ public final class e { } public final h getGlobalJsr305Level() { - return this.f2771c; + return this.f2773c; } public final h getJspecifyReportLevel() { diff --git a/app/src/main/java/d0/e0/p/d/n.java b/app/src/main/java/d0/e0/p/d/n.java index ba13246ed8..1e67aee53f 100644 --- a/app/src/main/java/d0/e0/p/d/n.java +++ b/app/src/main/java/d0/e0/p/d/n.java @@ -37,18 +37,18 @@ public final class n extends i { /* compiled from: KPackageImpl.kt */ public final class a extends i.b { public static final /* synthetic */ KProperty[] d = {a0.property1(new y(a0.getOrCreateKotlinClass(a.class), "kotlinClass", "getKotlinClass()Lorg/jetbrains/kotlin/descriptors/runtime/components/ReflectKotlinClass;")), a0.property1(new y(a0.getOrCreateKotlinClass(a.class), "scope", "getScope()Lorg/jetbrains/kotlin/resolve/scopes/MemberScope;")), a0.property1(new y(a0.getOrCreateKotlinClass(a.class), "multifileFacade", "getMultifileFacade()Ljava/lang/Class;")), a0.property1(new y(a0.getOrCreateKotlinClass(a.class), "metadata", "getMetadata()Lkotlin/Triple;")), a0.property1(new y(a0.getOrCreateKotlinClass(a.class), "members", "getMembers()Ljava/util/Collection;"))}; - public final c0.a e = c0.lazySoft(new C0293a(this)); + public final c0.a e = c0.lazySoft(new C0294a(this)); public final c0.a f = c0.lazySoft(new e(this)); public final c0.b g = c0.lazy(new d(this)); public final c0.b h = c0.lazy(new c(this)); /* compiled from: KPackageImpl.kt */ /* renamed from: d0.e0.p.d.n$a$a reason: collision with other inner class name */ - public static final class C0293a extends o implements Function0 { + public static final class C0294a extends o implements Function0 { public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0293a(a aVar) { + public C0294a(a aVar) { super(0); this.this$0 = aVar; } diff --git a/app/src/main/java/d0/e0/p/d/n0/a.java b/app/src/main/java/d0/e0/p/d/n0/a.java index 5613b3da29..4101ef2290 100644 --- a/app/src/main/java/d0/e0/p/d/n0/a.java +++ b/app/src/main/java/d0/e0/p/d/n0/a.java @@ -11,10 +11,10 @@ public final class a implements Iterable { /* compiled from: ConsPStack */ /* renamed from: d0.e0.p.d.n0.a$a reason: collision with other inner class name */ - public static class C0294a implements Iterator { + public static class C0295a implements Iterator { public a i; - public C0294a(a aVar) { + public C0295a(a aVar) { this.i = aVar; } @@ -76,7 +76,7 @@ public final class a implements Iterable { throw new IndexOutOfBoundsException(); } try { - return new C0294a(d(i2)).next(); + return new C0295a(d(i2)).next(); } catch (NoSuchElementException unused) { throw new IndexOutOfBoundsException(c.d.b.a.a.l("Index: ", i2)); } @@ -84,7 +84,7 @@ public final class a implements Iterable { @Override // java.lang.Iterable public Iterator iterator() { - return new C0294a(d(0)); + return new C0295a(d(0)); } public a minus(int i2) { diff --git a/app/src/main/java/d0/e0/p/d/n0/b.java b/app/src/main/java/d0/e0/p/d/n0/b.java index 6d20f227db..ebfdadfe62 100644 --- a/app/src/main/java/d0/e0/p/d/n0/b.java +++ b/app/src/main/java/d0/e0/p/d/n0/b.java @@ -5,11 +5,11 @@ public final class b { public final d>> b; /* renamed from: c reason: collision with root package name */ - public final int f2772c; + public final int f2774c; public b(d>> dVar, int i) { this.b = dVar; - this.f2772c = i; + this.f2774c = i; } public static b empty() { @@ -58,6 +58,6 @@ public final class b { aVar = aVar.minus(i); } a> plus = aVar.plus(new e<>(k, v)); - return new b<>(this.b.plus(k.hashCode(), plus), plus.size() + (this.f2772c - size)); + return new b<>(this.b.plus(k.hashCode(), plus), plus.size() + (this.f2774c - size)); } } diff --git a/app/src/main/java/d0/e0/p/d/n0/c.java b/app/src/main/java/d0/e0/p/d/n0/c.java index 5681e7b27b..77d25d0fab 100644 --- a/app/src/main/java/d0/e0/p/d/n0/c.java +++ b/app/src/main/java/d0/e0/p/d/n0/c.java @@ -5,7 +5,7 @@ public final class c { public final long b; /* renamed from: c reason: collision with root package name */ - public final V f2773c; + public final V f2775c; public final c d; public final c e; public final int f; @@ -13,14 +13,14 @@ public final class c { public c() { this.f = 0; this.b = 0; - this.f2773c = null; + this.f2775c = null; this.d = null; this.e = null; } public c(long j, V v, c cVar, c cVar2) { this.b = j; - this.f2773c = v; + this.f2775c = v; this.d = cVar; this.e = cVar2; this.f = cVar.f + 1 + cVar2.f; @@ -31,7 +31,7 @@ public final class c { return null; } long j2 = this.b; - return j < j2 ? this.d.a(j - j2) : j > j2 ? this.e.a(j - j2) : this.f2773c; + return j < j2 ? this.d.a(j - j2) : j > j2 ? this.e.a(j - j2) : this.f2775c; } public c b(long j, V v) { @@ -39,7 +39,7 @@ public final class c { return new c<>(j, v, this, this); } long j2 = this.b; - return j < j2 ? c(this.d.b(j - j2, v), this.e) : j > j2 ? c(this.d, this.e.b(j - j2, v)) : v == this.f2773c ? this : new c<>(j, v, this.d, this.e); + return j < j2 ? c(this.d.b(j - j2, v), this.e) : j > j2 ? c(this.d, this.e.b(j - j2, v)) : v == this.f2775c ? this : new c<>(j, v, this.d, this.e); } public final c c(c cVar, c cVar2) { @@ -47,7 +47,7 @@ public final class c { return this; } long j = this.b; - V v = this.f2773c; + V v = this.f2775c; int i = cVar.f; int i2 = cVar2.f; if (i + i2 > 1) { @@ -56,14 +56,14 @@ public final class c { c cVar4 = cVar.e; if (cVar4.f < cVar3.f * 2) { long j2 = cVar.b; - return new c<>(j2 + j, cVar.f2773c, cVar3, new c(-j2, v, cVar4.d(cVar4.b + j2), cVar2)); + return new c<>(j2 + j, cVar.f2775c, cVar3, new c(-j2, v, cVar4.d(cVar4.b + j2), cVar2)); } c cVar5 = cVar4.d; c cVar6 = cVar4.e; long j3 = cVar4.b; long j4 = cVar.b + j3 + j; - V v2 = cVar4.f2773c; - c cVar7 = new c(-j3, cVar.f2773c, cVar3, cVar5.d(cVar5.b + j3)); + V v2 = cVar4.f2775c; + c cVar7 = new c(-j3, cVar.f2775c, cVar3, cVar5.d(cVar5.b + j3)); long j5 = cVar.b; long j6 = cVar4.b; return new c<>(j4, v2, cVar7, new c((-j5) - j6, v, cVar6.d(cVar6.b + j6 + j5), cVar2)); @@ -72,23 +72,23 @@ public final class c { c cVar9 = cVar2.e; if (cVar8.f < cVar9.f * 2) { long j7 = cVar2.b; - return new c<>(j7 + j, cVar2.f2773c, new c(-j7, v, cVar, cVar8.d(cVar8.b + j7)), cVar9); + return new c<>(j7 + j, cVar2.f2775c, new c(-j7, v, cVar, cVar8.d(cVar8.b + j7)), cVar9); } c cVar10 = cVar8.d; c cVar11 = cVar8.e; long j8 = cVar8.b; long j9 = cVar2.b; long j10 = j8 + j9 + j; - V v3 = cVar8.f2773c; + V v3 = cVar8.f2775c; c cVar12 = new c((-j9) - j8, v, cVar, cVar10.d(cVar10.b + j8 + j9)); long j11 = cVar8.b; - return new c<>(j10, v3, cVar12, new c(-j11, cVar2.f2773c, cVar11.d(cVar11.b + j11), cVar9)); + return new c<>(j10, v3, cVar12, new c(-j11, cVar2.f2775c, cVar11.d(cVar11.b + j11), cVar9)); } } return new c<>(j, v, cVar, cVar2); } public final c d(long j) { - return (this.f == 0 || j == this.b) ? this : new c<>(j, this.f2773c, this.d, this.e); + return (this.f == 0 || j == this.b) ? this : new c<>(j, this.f2775c, this.d, this.e); } } diff --git a/app/src/main/java/d0/e0/p/d/s.java b/app/src/main/java/d0/e0/p/d/s.java index 5af854b909..bd181254b9 100644 --- a/app/src/main/java/d0/e0/p/d/s.java +++ b/app/src/main/java/d0/e0/p/d/s.java @@ -33,7 +33,7 @@ public abstract class s extends f implements KProperty { public final String r; /* renamed from: s reason: collision with root package name */ - public final Object f2774s; + public final Object f2776s; /* compiled from: KPropertyImpl.kt */ public static abstract class a extends f implements KFunction { @@ -295,7 +295,7 @@ public abstract class s extends f implements KProperty { this.p = iVar; this.q = str; this.r = str2; - this.f2774s = obj; + this.f2776s = obj; c0.b lazy = c0.lazy(new f(this)); d0.z.d.m.checkNotNullExpressionValue(lazy, "ReflectProperties.lazy {…y -> null\n }\n }"); this.n = lazy; @@ -321,11 +321,11 @@ public abstract class s extends f implements KProperty { public boolean equals(Object obj) { s asKPropertyImpl = j0.asKPropertyImpl(obj); - return asKPropertyImpl != null && d0.z.d.m.areEqual(getContainer(), asKPropertyImpl.getContainer()) && d0.z.d.m.areEqual(getName(), asKPropertyImpl.getName()) && d0.z.d.m.areEqual(this.r, asKPropertyImpl.r) && d0.z.d.m.areEqual(this.f2774s, asKPropertyImpl.f2774s); + return asKPropertyImpl != null && d0.z.d.m.areEqual(getContainer(), asKPropertyImpl.getContainer()) && d0.z.d.m.areEqual(getName(), asKPropertyImpl.getName()) && d0.z.d.m.areEqual(this.r, asKPropertyImpl.r) && d0.z.d.m.areEqual(this.f2776s, asKPropertyImpl.f2776s); } public final Object getBoundReceiver() { - return d0.e0.p.d.l0.h.coerceToExpectedReceiverType(this.f2774s, getDescriptor()); + return d0.e0.p.d.l0.h.coerceToExpectedReceiverType(this.f2776s, getDescriptor()); } @Override // d0.e0.p.d.f @@ -373,7 +373,7 @@ public abstract class s extends f implements KProperty { @Override // d0.e0.p.d.f public boolean isBound() { - return !d0.z.d.m.areEqual(this.f2774s, d0.z.d.d.NO_RECEIVER); + return !d0.z.d.m.areEqual(this.f2776s, d0.z.d.d.NO_RECEIVER); } @Override // kotlin.reflect.KProperty diff --git a/app/src/main/java/d0/e0/p/d/v.java b/app/src/main/java/d0/e0/p/d/v.java index 9d6de5cf51..01155e45c6 100644 --- a/app/src/main/java/d0/e0/p/d/v.java +++ b/app/src/main/java/d0/e0/p/d/v.java @@ -25,6 +25,6 @@ public final class v extends o implements Function1> { public final e invoke(Field field) { m.checkNotNullParameter(field, "field"); - return (w.access$isJvmFieldPropertyInCompanionObject(this.$this_computeCallerForAccessor.getProperty().getDescriptor()) || !Modifier.isStatic(field.getModifiers())) ? this.$isGetter ? this.$this_computeCallerForAccessor.isBound() ? new e.f.a(field, w.getBoundReceiver(this.$this_computeCallerForAccessor)) : new e.f.c(field) : this.$this_computeCallerForAccessor.isBound() ? new e.g.a(field, this.$isNotNullProperty$2.mo1invoke(), w.getBoundReceiver(this.$this_computeCallerForAccessor)) : new e.g.c(field, this.$isNotNullProperty$2.mo1invoke()) : this.$isJvmStaticProperty$1.mo1invoke() ? this.$isGetter ? this.$this_computeCallerForAccessor.isBound() ? new e.f.b(field) : new e.f.d(field) : this.$this_computeCallerForAccessor.isBound() ? new e.g.b(field, this.$isNotNullProperty$2.mo1invoke()) : new e.g.d(field, this.$isNotNullProperty$2.mo1invoke()) : this.$isGetter ? new e.f.C0205e(field) : new e.g.C0206e(field, this.$isNotNullProperty$2.mo1invoke()); + return (w.access$isJvmFieldPropertyInCompanionObject(this.$this_computeCallerForAccessor.getProperty().getDescriptor()) || !Modifier.isStatic(field.getModifiers())) ? this.$isGetter ? this.$this_computeCallerForAccessor.isBound() ? new e.f.a(field, w.getBoundReceiver(this.$this_computeCallerForAccessor)) : new e.f.c(field) : this.$this_computeCallerForAccessor.isBound() ? new e.g.a(field, this.$isNotNullProperty$2.mo1invoke(), w.getBoundReceiver(this.$this_computeCallerForAccessor)) : new e.g.c(field, this.$isNotNullProperty$2.mo1invoke()) : this.$isJvmStaticProperty$1.mo1invoke() ? this.$isGetter ? this.$this_computeCallerForAccessor.isBound() ? new e.f.b(field) : new e.f.d(field) : this.$this_computeCallerForAccessor.isBound() ? new e.g.b(field, this.$isNotNullProperty$2.mo1invoke()) : new e.g.d(field, this.$isNotNullProperty$2.mo1invoke()) : this.$isGetter ? new e.f.C0206e(field) : new e.g.C0207e(field, this.$isNotNullProperty$2.mo1invoke()); } } diff --git a/app/src/main/java/d0/e0/p/d/w.java b/app/src/main/java/d0/e0/p/d/w.java index c1482b1a5a..d6d293fb12 100644 --- a/app/src/main/java/d0/e0/p/d/w.java +++ b/app/src/main/java/d0/e0/p/d/w.java @@ -44,7 +44,7 @@ public final class w { cVar = signature.getGetter(); findMethodBySignature = cVar != null ? aVar.getProperty().getContainer().findMethodBySignature(cVar2.getNameResolver().getString(cVar.getName()), cVar2.getNameResolver().getString(cVar.getDesc())) : null; if (findMethodBySignature != null) { - dVar = !Modifier.isStatic(findMethodBySignature.getModifiers()) ? aVar.isBound() ? new e.h.a(findMethodBySignature, getBoundReceiver(aVar)) : new e.h.d(findMethodBySignature) : tVar.mo1invoke() ? aVar.isBound() ? new e.h.b(findMethodBySignature) : new e.h.C0207e(findMethodBySignature) : aVar.isBound() ? new e.h.c(findMethodBySignature, getBoundReceiver(aVar)) : new e.h.f(findMethodBySignature); + dVar = !Modifier.isStatic(findMethodBySignature.getModifiers()) ? aVar.isBound() ? new e.h.a(findMethodBySignature, getBoundReceiver(aVar)) : new e.h.d(findMethodBySignature) : tVar.mo1invoke() ? aVar.isBound() ? new e.h.b(findMethodBySignature) : new e.h.C0208e(findMethodBySignature) : aVar.isBound() ? new e.h.c(findMethodBySignature, getBoundReceiver(aVar)) : new e.h.f(findMethodBySignature); } else if (!g.isUnderlyingPropertyOfInlineClass(aVar.getProperty().getDescriptor()) || !m.areEqual(aVar.getProperty().getDescriptor().getVisibility(), t.d)) { Field javaField = aVar.getProperty().getJavaField(); if (javaField != null) { diff --git a/app/src/main/java/d0/e0/p/d/x.java b/app/src/main/java/d0/e0/p/d/x.java index 6033ddac1e..84c10bbeb2 100644 --- a/app/src/main/java/d0/e0/p/d/x.java +++ b/app/src/main/java/d0/e0/p/d/x.java @@ -44,14 +44,14 @@ public final class x implements n { /* compiled from: KTypeImpl.kt */ /* renamed from: d0.e0.p.d.x$a$a reason: collision with other inner class name */ - public static final class C0295a extends o implements Function0 { + public static final class C0296a extends o implements Function0 { public final /* synthetic */ int $i; public final /* synthetic */ Lazy $parameterizedTypeArguments$inlined; public final /* synthetic */ KProperty $parameterizedTypeArguments$metadata$inlined = null; public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0295a(int i, a aVar, Lazy lazy, KProperty kProperty) { + public C0296a(int i, a aVar, Lazy lazy, KProperty kProperty) { super(0); this.$i = i; this.this$0 = aVar; @@ -151,9 +151,9 @@ public final class x implements n { } else { d0.e0.p.d.m0.n.c0 type = w0Var.getType(); m.checkNotNullExpressionValue(type, "typeProjection.type"); - C0295a aVar = null; + C0296a aVar = null; if (this.$computeJavaType != null) { - aVar = new C0295a(i, this, lazy, null); + aVar = new C0296a(i, this, lazy, null); } x xVar = new x(type, aVar); int ordinal = w0Var.getProjectionKind().ordinal(); diff --git a/app/src/main/java/d0/f.java b/app/src/main/java/d0/f.java index f7f087ded7..299f8ea1b9 100644 --- a/app/src/main/java/d0/f.java +++ b/app/src/main/java/d0/f.java @@ -2,6 +2,6 @@ package d0; /* compiled from: KotlinVersion.kt */ public final class f { public static final e get() { - return new e(1, 4, 32); + return new e(1, 5, 10); } } diff --git a/app/src/main/java/d0/f0/g.java b/app/src/main/java/d0/f0/g.java index e44ac27da2..48ea90b648 100644 --- a/app/src/main/java/d0/f0/g.java +++ b/app/src/main/java/d0/f0/g.java @@ -11,7 +11,7 @@ public final class g implements Sequence { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2775c; + public final Function1 f2777c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -73,11 +73,11 @@ public final class g implements Sequence { m.checkNotNullParameter(function1, "predicate"); this.a = sequence; this.b = z2; - this.f2775c = function1; + this.f2777c = function1; } public static final /* synthetic */ Function1 access$getPredicate$p(g gVar) { - return gVar.f2775c; + return gVar.f2777c; } public static final /* synthetic */ boolean access$getSendWhen$p(g gVar) { diff --git a/app/src/main/java/d0/f0/h.java b/app/src/main/java/d0/f0/h.java index 352e5f708f..182c2af65f 100644 --- a/app/src/main/java/d0/f0/h.java +++ b/app/src/main/java/d0/f0/h.java @@ -11,7 +11,7 @@ public final class h implements Sequence { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final Function1> f2776c; + public final Function1> f2778c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -78,11 +78,11 @@ public final class h implements Sequence { m.checkNotNullParameter(function12, "iterator"); this.a = sequence; this.b = function1; - this.f2776c = function12; + this.f2778c = function12; } public static final /* synthetic */ Function1 access$getIterator$p(h hVar) { - return hVar.f2776c; + return hVar.f2778c; } public static final /* synthetic */ Sequence access$getSequence$p(h hVar) { diff --git a/app/src/main/java/d0/f0/k.java b/app/src/main/java/d0/f0/k.java index 656f041561..33f337ac35 100644 --- a/app/src/main/java/d0/f0/k.java +++ b/app/src/main/java/d0/f0/k.java @@ -5,6 +5,7 @@ import java.util.Collection; import java.util.Iterator; import kotlin.Unit; import kotlin.coroutines.Continuation; +import kotlin.sequences.Sequence; /* compiled from: SequenceBuilder.kt */ public abstract class k { public abstract Object yield(T t, Continuation continuation); @@ -18,4 +19,9 @@ public abstract class k { } public abstract Object yieldAll(Iterator it, Continuation continuation); + + public final Object yieldAll(Sequence sequence, Continuation continuation) { + Object yieldAll = yieldAll(sequence.iterator(), continuation); + return yieldAll == c.getCOROUTINE_SUSPENDED() ? yieldAll : Unit.a; + } } diff --git a/app/src/main/java/d0/f0/r.java b/app/src/main/java/d0/f0/r.java index 35db908115..ac6392f460 100644 --- a/app/src/main/java/d0/f0/r.java +++ b/app/src/main/java/d0/f0/r.java @@ -10,7 +10,7 @@ public final class r implements Sequence, e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2777c; + public final int f2779c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -58,7 +58,7 @@ public final class r implements Sequence, e { m.checkNotNullParameter(sequence, "sequence"); this.a = sequence; this.b = i; - this.f2777c = i2; + this.f2779c = i2; boolean z2 = true; if (i >= 0) { if (i2 >= 0) { @@ -73,7 +73,7 @@ public final class r implements Sequence, e { } public static final /* synthetic */ int access$getEndIndex$p(r rVar) { - return rVar.f2777c; + return rVar.f2779c; } public static final /* synthetic */ Sequence access$getSequence$p(r rVar) { @@ -86,7 +86,7 @@ public final class r implements Sequence, e { @Override // d0.f0.e public Sequence drop(int i) { - int i2 = this.f2777c; + int i2 = this.f2779c; int i3 = this.b; return i >= i2 - i3 ? n.emptySequence() : new r(this.a, i3 + i, i2); } @@ -98,7 +98,7 @@ public final class r implements Sequence, e { @Override // d0.f0.e public Sequence take(int i) { - int i2 = this.f2777c; + int i2 = this.f2779c; int i3 = this.b; return i >= i2 - i3 ? this : new r(this.a, i3, i + i3); } diff --git a/app/src/main/java/d0/g0/b.java b/app/src/main/java/d0/g0/b.java index 85bce59f62..05d6c81ac2 100644 --- a/app/src/main/java/d0/g0/b.java +++ b/app/src/main/java/d0/g0/b.java @@ -8,6 +8,8 @@ public class b extends a { if (!z2) { return false; } - return Character.toUpperCase(c2) == Character.toUpperCase(c3) || Character.toLowerCase(c2) == Character.toLowerCase(c3); + char upperCase = Character.toUpperCase(c2); + char upperCase2 = Character.toUpperCase(c3); + return upperCase == upperCase2 || Character.toLowerCase(upperCase) == Character.toLowerCase(upperCase2); } } diff --git a/app/src/main/java/d0/g0/c.java b/app/src/main/java/d0/g0/c.java index dab13862e9..429a2e9cf5 100644 --- a/app/src/main/java/d0/g0/c.java +++ b/app/src/main/java/d0/g0/c.java @@ -9,7 +9,7 @@ public final class c { public static Charset b; /* renamed from: c reason: collision with root package name */ - public static Charset f2778c; + public static Charset f2780c; public static final c d = new c(); static { @@ -24,13 +24,13 @@ public final class c { } public final Charset UTF32_BE() { - Charset charset = f2778c; + Charset charset = f2780c; if (charset != null) { return charset; } Charset forName = Charset.forName("UTF-32BE"); m.checkNotNullExpressionValue(forName, "Charset.forName(\"UTF-32BE\")"); - f2778c = forName; + f2780c = forName; return forName; } diff --git a/app/src/main/java/d0/g0/d.java b/app/src/main/java/d0/g0/d.java index d448f7e48f..dd24d148ca 100644 --- a/app/src/main/java/d0/g0/d.java +++ b/app/src/main/java/d0/g0/d.java @@ -15,7 +15,7 @@ public final class d implements Sequence { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2779c; + public final int f2781c; public final Function2> d; /* compiled from: Strings.kt */ @@ -107,7 +107,7 @@ public final class d implements Sequence { m.checkNotNullParameter(function2, "getNextMatch"); this.a = charSequence; this.b = i; - this.f2779c = i2; + this.f2781c = i2; this.d = function2; } @@ -120,7 +120,7 @@ public final class d implements Sequence { } public static final /* synthetic */ int access$getLimit$p(d dVar) { - return dVar.f2779c; + return dVar.f2781c; } public static final /* synthetic */ int access$getStartIndex$p(d dVar) { diff --git a/app/src/main/java/d0/g0/g.java b/app/src/main/java/d0/g0/g.java index edc2ca13f0..6dcaed43cc 100644 --- a/app/src/main/java/d0/g0/g.java +++ b/app/src/main/java/d0/g0/g.java @@ -18,7 +18,7 @@ public final class g implements MatchResult { public List b; /* renamed from: c reason: collision with root package name */ - public final Matcher f2780c; + public final Matcher f2782c; public final CharSequence d; /* compiled from: Regex.kt */ @@ -148,12 +148,12 @@ public final class g implements MatchResult { public g(Matcher matcher, CharSequence charSequence) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(charSequence, "input"); - this.f2780c = matcher; + this.f2782c = matcher; this.d = charSequence; } public static final java.util.regex.MatchResult access$getMatchResult$p(g gVar) { - return gVar.f2780c; + return gVar.f2782c; } @Override // kotlin.text.MatchResult @@ -178,23 +178,23 @@ public final class g implements MatchResult { @Override // kotlin.text.MatchResult public IntRange getRange() { - return h.access$range(this.f2780c); + return h.access$range(this.f2782c); } @Override // kotlin.text.MatchResult public String getValue() { - String group = this.f2780c.group(); + String group = this.f2782c.group(); m.checkNotNullExpressionValue(group, "matchResult.group()"); return group; } @Override // kotlin.text.MatchResult public MatchResult next() { - int end = this.f2780c.end() + (this.f2780c.end() == this.f2780c.start() ? 1 : 0); + int end = this.f2782c.end() + (this.f2782c.end() == this.f2782c.start() ? 1 : 0); if (end > this.d.length()) { return null; } - Matcher matcher = this.f2780c.pattern().matcher(this.d); + Matcher matcher = this.f2782c.pattern().matcher(this.d); m.checkNotNullExpressionValue(matcher, "matcher.pattern().matcher(input)"); return h.access$findNext(matcher, end, this.d); } diff --git a/app/src/main/java/d0/t/a.java b/app/src/main/java/d0/t/a.java index 011bd98fc2..bec0ca3b44 100644 --- a/app/src/main/java/d0/t/a.java +++ b/app/src/main/java/d0/t/a.java @@ -11,11 +11,11 @@ public abstract class a implements Collection, d0.z.d.g0.a { /* compiled from: AbstractCollection.kt */ /* renamed from: d0.t.a$a reason: collision with other inner class name */ - public static final class C0296a extends o implements Function1 { + public static final class C0297a extends o implements Function1 { public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0296a(a aVar) { + public C0297a(a aVar) { super(1); this.this$0 = aVar; } @@ -110,6 +110,6 @@ public abstract class a implements Collection, d0.z.d.g0.a { @Override // java.lang.Object public String toString() { - return u.joinToString$default(this, ", ", "[", "]", 0, null, new C0296a(this), 24, null); + return u.joinToString$default(this, ", ", "[", "]", 0, null, new C0297a(this), 24, null); } } diff --git a/app/src/main/java/d0/t/c.java b/app/src/main/java/d0/t/c.java index 926401b0ab..27d20842c2 100644 --- a/app/src/main/java/d0/t/c.java +++ b/app/src/main/java/d0/t/c.java @@ -98,8 +98,8 @@ public abstract class c extends a implements List, d0.z.d.g0.a { /* compiled from: AbstractList.kt */ /* renamed from: d0.t.c$c reason: collision with other inner class name */ - public class C0297c extends c.b implements ListIterator, d0.z.d.g0.a { - public C0297c(int i) { + public class C0298c extends c.b implements ListIterator, d0.z.d.g0.a { + public C0298c(int i) { super(); c.i.checkPositionIndex$kotlin_stdlib(i, c.this.size()); this.i = i; @@ -229,12 +229,12 @@ public abstract class c extends a implements List, d0.z.d.g0.a { @Override // java.util.List public ListIterator listIterator() { - return new C0297c(0); + return new C0298c(0); } @Override // java.util.List public ListIterator listIterator(int i2) { - return new C0297c(i2); + return new C0298c(i2); } @Override // java.util.List diff --git a/app/src/main/java/d0/t/h.java b/app/src/main/java/d0/t/h.java index 54a1d293cd..405ff8ac40 100644 --- a/app/src/main/java/d0/t/h.java +++ b/app/src/main/java/d0/t/h.java @@ -1,8 +1,18 @@ package d0.t; import c.d.b.a.a; +import d0.z.d.m; +import java.lang.reflect.Array; +import java.util.Objects; /* compiled from: ArraysJVM.kt */ public class h { + public static final T[] arrayOfNulls(T[] tArr, int i) { + m.checkNotNullParameter(tArr, "reference"); + Object newInstance = Array.newInstance(tArr.getClass().getComponentType(), i); + Objects.requireNonNull(newInstance, "null cannot be cast to non-null type kotlin.Array"); + return (T[]) ((Object[]) newInstance); + } + public static final void copyOfRangeToIndexCheck(int i, int i2) { if (i > i2) { throw new IndexOutOfBoundsException(a.p("toIndex (", i, ") is greater than size (", i2, ").")); diff --git a/app/src/main/java/d0/t/q0/c.java b/app/src/main/java/d0/t/q0/c.java index 1411509552..7075361cad 100644 --- a/app/src/main/java/d0/t/q0/c.java +++ b/app/src/main/java/d0/t/q0/c.java @@ -24,7 +24,7 @@ public final class c implements Map, d0.z.d.g0.d { public int[] r; /* renamed from: s reason: collision with root package name */ - public int[] f2781s; + public int[] f2783s; public int t; public int u; @@ -53,12 +53,12 @@ public final class c implements Map, d0.z.d.g0.d { } @Override // java.util.Iterator - public C0298c next() { + public C0299c next() { if (getIndex$kotlin_stdlib() < c.access$getLength$p(getMap$kotlin_stdlib())) { int index$kotlin_stdlib = getIndex$kotlin_stdlib(); setIndex$kotlin_stdlib(index$kotlin_stdlib + 1); setLastIndex$kotlin_stdlib(index$kotlin_stdlib); - C0298c cVar = new C0298c<>(getMap$kotlin_stdlib(), getLastIndex$kotlin_stdlib()); + C0299c cVar = new C0299c<>(getMap$kotlin_stdlib(), getLastIndex$kotlin_stdlib()); initNext$kotlin_stdlib(); return cVar; } @@ -116,11 +116,11 @@ public final class c implements Map, d0.z.d.g0.d { /* compiled from: MapBuilder.kt */ /* renamed from: d0.t.q0.c$c reason: collision with other inner class name */ - public static final class C0298c implements Map.Entry, d0.z.d.g0.a { + public static final class C0299c implements Map.Entry, d0.z.d.g0.a { public final c i; public final int j; - public C0298c(c cVar, int i) { + public C0299c(c cVar, int i) { m.checkNotNullParameter(cVar, "map"); this.i = cVar; this.j = i; @@ -294,7 +294,7 @@ public final class c implements Map, d0.z.d.g0.d { this.p = (K[]) b.arrayOfUninitializedElements(i2); this.q = null; this.r = iArr; - this.f2781s = new int[access$computeHashSize]; + this.f2783s = new int[access$computeHashSize]; this.t = 2; this.u = 0; this.j = a.access$computeShift(aVar, access$computeHashSize); @@ -338,10 +338,10 @@ public final class c implements Map, d0.z.d.g0.d { checkIsMutable$kotlin_stdlib(); while (true) { int e2 = e(k); - int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2781s.length / 2); + int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2783s.length / 2); int i2 = 0; while (true) { - int[] iArr = this.f2781s; + int[] iArr = this.f2783s; int i3 = iArr[e2]; if (i3 <= 0) { int i4 = this.u; @@ -365,10 +365,10 @@ public final class c implements Map, d0.z.d.g0.d { } else { i2++; if (i2 > coerceAtMost) { - f(this.f2781s.length * 2); + f(this.f2783s.length * 2); break; } - e2 = e2 == 0 ? this.f2781s.length - 1 : e2 - 1; + e2 = e2 == 0 ? this.f2783s.length - 1 : e2 - 1; } } } @@ -390,11 +390,11 @@ public final class c implements Map, d0.z.d.g0.d { m.checkNotNullExpressionValue(copyOf, "java.util.Arrays.copyOf(this, newSize)"); this.r = copyOf; int access$computeHashSize = a.access$computeHashSize(i, i4); - if (access$computeHashSize > this.f2781s.length) { + if (access$computeHashSize > this.f2783s.length) { f(access$computeHashSize); } } else if ((i3 + i4) - size() > this.p.length) { - f(this.f2781s.length); + f(this.f2783s.length); } } @@ -408,7 +408,7 @@ public final class c implements Map, d0.z.d.g0.d { int e2 = e(k); int i2 = this.t; while (true) { - int i3 = this.f2781s[e2]; + int i3 = this.f2783s[e2]; if (i3 == 0) { return -1; } @@ -422,7 +422,7 @@ public final class c implements Map, d0.z.d.g0.d { if (i2 < 0) { return -1; } - e2 = e2 == 0 ? this.f2781s.length - 1 : e2 - 1; + e2 = e2 == 0 ? this.f2783s.length - 1 : e2 - 1; } } @@ -442,7 +442,7 @@ public final class c implements Map, d0.z.d.g0.d { int[] iArr = this.r; int i4 = iArr[i3]; if (i4 >= 0) { - this.f2781s[i4] = 0; + this.f2783s[i4] = 0; iArr[i3] = -1; } if (i3 == i2) { @@ -574,9 +574,9 @@ public final class c implements Map, d0.z.d.g0.d { } this.u = i5; } - int[] iArr = this.f2781s; + int[] iArr = this.f2783s; if (i2 != iArr.length) { - this.f2781s = new int[i2]; + this.f2783s = new int[i2]; this.j = a.access$computeShift(i, i2); } else { j.fill(iArr, 0, 0, iArr.length); @@ -587,7 +587,7 @@ public final class c implements Map, d0.z.d.g0.d { int e2 = e(this.p[i6]); int i8 = this.t; while (true) { - int[] iArr2 = this.f2781s; + int[] iArr2 = this.f2783s; z2 = true; if (iArr2[e2] == 0) { iArr2[e2] = i7; @@ -613,17 +613,17 @@ public final class c implements Map, d0.z.d.g0.d { public final void g(int i2) { b.resetAt(this.p, i2); int i3 = this.r[i2]; - int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2781s.length / 2); + int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2783s.length / 2); int i4 = 0; int i5 = i3; while (true) { - i3 = i3 == 0 ? this.f2781s.length - 1 : i3 - 1; + i3 = i3 == 0 ? this.f2783s.length - 1 : i3 - 1; i4++; if (i4 > this.t) { - this.f2781s[i5] = 0; + this.f2783s[i5] = 0; break; } - int[] iArr = this.f2781s; + int[] iArr = this.f2783s; int i6 = iArr[i3]; if (i6 == 0) { iArr[i5] = 0; @@ -631,14 +631,14 @@ public final class c implements Map, d0.z.d.g0.d { } if (i6 >= 0) { int i7 = i6 - 1; - int[] iArr2 = this.f2781s; + int[] iArr2 = this.f2783s; if (((e(this.p[i7]) - i3) & (iArr2.length - 1)) >= i4) { iArr2[i5] = i6; this.r[i7] = i5; } coerceAtMost--; if (coerceAtMost < 0) { - this.f2781s[i5] = -1; + this.f2783s[i5] = -1; break; } } else { diff --git a/app/src/main/java/d0/u/a.java b/app/src/main/java/d0/u/a.java index 06245f0e80..83445c7a9d 100644 --- a/app/src/main/java/d0/u/a.java +++ b/app/src/main/java/d0/u/a.java @@ -8,10 +8,10 @@ public class a { /* compiled from: Comparisons.kt */ /* renamed from: d0.u.a$a reason: collision with other inner class name */ - public static final class C0299a implements Comparator { + public static final class C0300a implements Comparator { public final /* synthetic */ Function1[] i; - public C0299a(Function1[] function1Arr) { + public C0300a(Function1[] function1Arr) { this.i = function1Arr; } @@ -51,7 +51,7 @@ public class a { public static final Comparator compareBy(Function1>... function1Arr) { m.checkNotNullParameter(function1Arr, "selectors"); if (function1Arr.length > 0) { - return new C0299a(function1Arr); + return new C0300a(function1Arr); } throw new IllegalArgumentException("Failed requirement.".toString()); } diff --git a/app/src/main/java/d0/v/a.java b/app/src/main/java/d0/v/a.java index ea854ac90e..c55df540b4 100644 --- a/app/src/main/java/d0/v/a.java +++ b/app/src/main/java/d0/v/a.java @@ -8,10 +8,10 @@ public final class a { /* compiled from: Thread.kt */ /* renamed from: d0.v.a$a reason: collision with other inner class name */ - public static final class C0300a extends Thread { + public static final class C0301a extends Thread { public final /* synthetic */ Function0 i; - public C0300a(Function0 function0) { + public C0301a(Function0 function0) { this.i = function0; } @@ -23,7 +23,7 @@ public final class a { public static final Thread thread(boolean z2, boolean z3, ClassLoader classLoader, String str, int i, Function0 function0) { m.checkNotNullParameter(function0, "block"); - C0300a aVar = new C0300a(function0); + C0301a aVar = new C0301a(function0); if (z3) { aVar.setDaemon(true); } diff --git a/app/src/main/java/d0/w/c.java b/app/src/main/java/d0/w/c.java index ffb26e7346..9ac18e96e4 100644 --- a/app/src/main/java/d0/w/c.java +++ b/app/src/main/java/d0/w/c.java @@ -21,13 +21,13 @@ public final class c implements CoroutineContext, Serializable { /* compiled from: CoroutineContextImpl.kt */ /* renamed from: d0.w.c$a$a reason: collision with other inner class name */ - public static final class C0301a { - public C0301a(DefaultConstructorMarker defaultConstructorMarker) { + public static final class C0302a { + public C0302a(DefaultConstructorMarker defaultConstructorMarker) { } } static { - new C0301a(null); + new C0302a(null); } public a(CoroutineContext[] coroutineContextArr) { @@ -65,12 +65,12 @@ public final class c implements CoroutineContext, Serializable { /* compiled from: CoroutineContextImpl.kt */ /* renamed from: d0.w.c$c reason: collision with other inner class name */ - public static final class C0302c extends o implements Function2 { + public static final class C0303c extends o implements Function2 { public final /* synthetic */ CoroutineContext[] $elements; public final /* synthetic */ Ref$IntRef $index; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0302c(CoroutineContext[] coroutineContextArr, Ref$IntRef ref$IntRef) { + public C0303c(CoroutineContext[] coroutineContextArr, Ref$IntRef ref$IntRef) { super(2); this.$elements = coroutineContextArr; this.$index = ref$IntRef; @@ -108,7 +108,7 @@ public final class c implements CoroutineContext, Serializable { Ref$IntRef ref$IntRef = new Ref$IntRef(); boolean z2 = false; ref$IntRef.element = 0; - fold(Unit.a, new C0302c(coroutineContextArr, ref$IntRef)); + fold(Unit.a, new C0303c(coroutineContextArr, ref$IntRef)); if (ref$IntRef.element == b2) { z2 = true; } diff --git a/app/src/main/java/d0/w/h/b.java b/app/src/main/java/d0/w/h/b.java index 3d574a2ec8..4c5d08d854 100644 --- a/app/src/main/java/d0/w/h/b.java +++ b/app/src/main/java/d0/w/h/b.java @@ -51,7 +51,7 @@ public class b { /* compiled from: IntrinsicsJvm.kt */ /* renamed from: d0.w.h.b$b reason: collision with other inner class name */ - public static final class C0303b extends d { + public static final class C0304b extends d { public final /* synthetic */ Continuation $completion; public final /* synthetic */ CoroutineContext $context; public final /* synthetic */ Object $receiver$inlined; @@ -59,7 +59,7 @@ public class b { private int label; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0303b(Continuation continuation, CoroutineContext coroutineContext, Continuation continuation2, CoroutineContext coroutineContext2, Function2 function2, Object obj) { + public C0304b(Continuation continuation, CoroutineContext coroutineContext, Continuation continuation2, CoroutineContext coroutineContext2, Function2 function2, Object obj) { super(continuation2, coroutineContext2); this.$completion = continuation; this.$context = coroutineContext; @@ -94,7 +94,7 @@ public class b { return ((d0.w.i.a.a) function2).create(r, probeCoroutineCreated); } CoroutineContext context = probeCoroutineCreated.getContext(); - return context == f.i ? new a(probeCoroutineCreated, probeCoroutineCreated, function2, r) : new C0303b(probeCoroutineCreated, context, probeCoroutineCreated, context, function2, r); + return context == f.i ? new a(probeCoroutineCreated, probeCoroutineCreated, function2, r) : new C0304b(probeCoroutineCreated, context, probeCoroutineCreated, context, function2, r); } /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.coroutines.Continuation */ diff --git a/app/src/main/java/d0/w/i/a/f.java b/app/src/main/java/d0/w/i/a/f.java index 9969c86c84..20497d76fa 100644 --- a/app/src/main/java/d0/w/i/a/f.java +++ b/app/src/main/java/d0/w/i/a/f.java @@ -34,7 +34,7 @@ public final class f { if (i >= 0) { i2 = eVar.l()[i]; } - String moduleName = h.f2782c.getModuleName(aVar); + String moduleName = h.f2784c.getModuleName(aVar); if (moduleName == null) { str = eVar.c(); } else { diff --git a/app/src/main/java/d0/w/i/a/h.java b/app/src/main/java/d0/w/i/a/h.java index 7243c278a9..d35c9bb4fa 100644 --- a/app/src/main/java/d0/w/i/a/h.java +++ b/app/src/main/java/d0/w/i/a/h.java @@ -9,7 +9,7 @@ public final class h { public static a b; /* renamed from: c reason: collision with root package name */ - public static final h f2782c = new h(); + public static final h f2784c = new h(); /* compiled from: DebugMetadata.kt */ public static final class a { @@ -17,12 +17,12 @@ public final class h { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Method f2783c; + public final Method f2785c; public a(Method method, Method method2, Method method3) { this.a = method; this.b = method2; - this.f2783c = method3; + this.f2785c = method3; } } @@ -47,7 +47,7 @@ public final class h { if (aVar2 == a || (method = aVar2.a) == null || (invoke = method.invoke(aVar.getClass(), new Object[0])) == null || (method2 = aVar2.b) == null || (invoke2 = method2.invoke(invoke, new Object[0])) == null) { return null; } - Method method3 = aVar2.f2783c; + Method method3 = aVar2.f2785c; Object invoke3 = method3 != null ? method3.invoke(invoke2, new Object[0]) : null; if (invoke3 instanceof String) { str = invoke3; diff --git a/app/src/main/java/d0/x/a.java b/app/src/main/java/d0/x/a.java index 249c7fc712..aa49a66da9 100644 --- a/app/src/main/java/d0/x/a.java +++ b/app/src/main/java/d0/x/a.java @@ -10,7 +10,7 @@ public class a { /* compiled from: PlatformImplementations.kt */ /* renamed from: d0.x.a$a reason: collision with other inner class name */ - public static final class C0304a { + public static final class C0305a { public static final Method a; /* JADX WARNING: Removed duplicated region for block: B:10:0x003e A[LOOP:0: B:1:0x000e->B:10:0x003e, LOOP_END] */ @@ -57,7 +57,7 @@ public class a { public void addSuppressed(Throwable th, Throwable th2) { m.checkNotNullParameter(th, "cause"); m.checkNotNullParameter(th2, "exception"); - Method method = C0304a.a; + Method method = C0305a.a; if (method != null) { method.invoke(th, th2); } diff --git a/app/src/main/java/d0/y/d.java b/app/src/main/java/d0/y/d.java index 9e3e70698d..8656ccac01 100644 --- a/app/src/main/java/d0/y/d.java +++ b/app/src/main/java/d0/y/d.java @@ -17,7 +17,7 @@ public final class d implements Sequence { public final e b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2784c = null; + public final Function1 f2786c = null; public final Function1 d = null; public final Function2 e = null; public final int f = Integer.MAX_VALUE; @@ -40,7 +40,7 @@ public final class d implements Sequence { public boolean b; /* renamed from: c reason: collision with root package name */ - public File[] f2785c; + public File[] f2787c; public int d; public boolean e; public final /* synthetic */ b f; @@ -54,13 +54,13 @@ public final class d implements Sequence { @Override // d0.y.d.c public File step() { - if (!this.e && this.f2785c == null) { + if (!this.e && this.f2787c == null) { Function1 access$getOnEnter$p = d.access$getOnEnter$p(d.this); if (access$getOnEnter$p != null && !((Boolean) access$getOnEnter$p.invoke(getRoot())).booleanValue()) { return null; } File[] listFiles = getRoot().listFiles(); - this.f2785c = listFiles; + this.f2787c = listFiles; if (listFiles == null) { Function2 access$getOnFail$p = d.access$getOnFail$p(d.this); if (access$getOnFail$p != null) { @@ -69,12 +69,12 @@ public final class d implements Sequence { this.e = true; } } - File[] fileArr = this.f2785c; + File[] fileArr = this.f2787c; if (fileArr != null) { int i = this.d; m.checkNotNull(fileArr); if (i < fileArr.length) { - File[] fileArr2 = this.f2785c; + File[] fileArr2 = this.f2787c; m.checkNotNull(fileArr2); int i2 = this.d; this.d = i2 + 1; @@ -95,11 +95,11 @@ public final class d implements Sequence { /* compiled from: FileTreeWalk.kt */ /* renamed from: d0.y.d$b$b reason: collision with other inner class name */ - public final class C0305b extends c { + public final class C0306b extends c { public boolean b; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0305b(b bVar, File file) { + public C0306b(b bVar, File file) { super(file); m.checkNotNullParameter(file, "rootFile"); } @@ -119,7 +119,7 @@ public final class d implements Sequence { public boolean b; /* renamed from: c reason: collision with root package name */ - public File[] f2786c; + public File[] f2788c; public int d; public final /* synthetic */ b e; @@ -144,7 +144,7 @@ public final class d implements Sequence { this.b = true; return getRoot(); } - File[] fileArr = this.f2786c; + File[] fileArr = this.f2788c; if (fileArr != null) { int i = this.d; m.checkNotNull(fileArr); @@ -156,13 +156,13 @@ public final class d implements Sequence { return null; } } - if (this.f2786c == null) { + if (this.f2788c == null) { File[] listFiles = getRoot().listFiles(); - this.f2786c = listFiles; + this.f2788c = listFiles; if (listFiles == null && (access$getOnFail$p = d.access$getOnFail$p(d.this)) != null) { Unit unit2 = (Unit) access$getOnFail$p.invoke(getRoot(), new AccessDeniedException(getRoot(), null, "Cannot list files in a directory", 2, null)); } - File[] fileArr2 = this.f2786c; + File[] fileArr2 = this.f2788c; if (fileArr2 != null) { m.checkNotNull(fileArr2); } @@ -172,7 +172,7 @@ public final class d implements Sequence { } return null; } - File[] fileArr3 = this.f2786c; + File[] fileArr3 = this.f2788c; m.checkNotNull(fileArr3); int i2 = this.d; this.d = i2 + 1; @@ -186,7 +186,7 @@ public final class d implements Sequence { if (d.access$getStart$p(d.this).isDirectory()) { arrayDeque.push(c(d.access$getStart$p(d.this))); } else if (d.access$getStart$p(d.this).isFile()) { - arrayDeque.push(new C0305b(this, d.access$getStart$p(d.this))); + arrayDeque.push(new C0306b(this, d.access$getStart$p(d.this))); } else { this.i = 3; } @@ -207,7 +207,7 @@ public final class d implements Sequence { } t = peek.step(); if (t != 0) { - if (m.areEqual(t, peek.getRoot()) || !t.isDirectory() || this.k.size() >= d.access$getMaxDepth$p(d.this)) { + if (m.areEqual((Object) t, peek.getRoot()) || !t.isDirectory() || this.k.size() >= d.access$getMaxDepth$p(d.this)) { break; } this.k.push(c(t)); @@ -267,7 +267,7 @@ public final class d implements Sequence { } public static final /* synthetic */ Function1 access$getOnEnter$p(d dVar) { - return dVar.f2784c; + return dVar.f2786c; } public static final /* synthetic */ Function2 access$getOnFail$p(d dVar) { diff --git a/app/src/main/java/d0/z/d/m.java b/app/src/main/java/d0/z/d/m.java index acc6a95c47..b1b1f563bf 100644 --- a/app/src/main/java/d0/z/d/m.java +++ b/app/src/main/java/d0/z/d/m.java @@ -13,6 +13,10 @@ public class m { return "Parameter specified as non-null is null: method " + className + "." + methodName + ", parameter " + str; } + public static boolean areEqual(Float f, float f2) { + return f != null && f.floatValue() == f2; + } + public static boolean areEqual(Object obj, Object obj2) { return obj == null ? obj2 == null : obj.equals(obj2); } diff --git a/app/src/main/java/defpackage/a.java b/app/src/main/java/defpackage/a.java index e04c5ebf16..7e3f35e59e 100644 --- a/app/src/main/java/defpackage/a.java +++ b/app/src/main/java/defpackage/a.java @@ -10,7 +10,7 @@ import kotlinx.coroutines.android.AndroidExceptionPreHandler; public final /* synthetic */ class a { public static Iterator a() { try { - return Arrays.asList(new AndroidDispatcherFactory()).iterator(); + return Arrays.asList(new AndroidExceptionPreHandler()).iterator(); } catch (Throwable th) { throw new ServiceConfigurationError(th.getMessage(), th); } @@ -18,7 +18,7 @@ public final /* synthetic */ class a { public static Iterator b() { try { - return Arrays.asList(new AndroidExceptionPreHandler()).iterator(); + return Arrays.asList(new AndroidDispatcherFactory()).iterator(); } catch (Throwable th) { throw new ServiceConfigurationError(th.getMessage(), th); } diff --git a/app/src/main/java/defpackage/e.java b/app/src/main/java/defpackage/e.java index 73259332fe..13c50b56f0 100644 --- a/app/src/main/java/defpackage/e.java +++ b/app/src/main/java/defpackage/e.java @@ -33,7 +33,7 @@ public final class e implements View.OnClickListener { int i = this.i; if (i == 0) { OverlayMenuView overlayMenuView = (OverlayMenuView) this.j; - Long valueOf = Long.valueOf(((OverlayMenuView.a) this.k).f2202c.getChannel().h()); + Long valueOf = Long.valueOf(((OverlayMenuView.a) this.k).f2203c.getChannel().h()); int i2 = OverlayMenuView.i; Objects.requireNonNull(overlayMenuView); if (valueOf != null) { @@ -43,7 +43,7 @@ public final class e implements View.OnClickListener { } } else if (i == 1) { OverlayMenuView overlayMenuView2 = (OverlayMenuView) this.j; - Long valueOf2 = Long.valueOf(((OverlayMenuView.a) this.k).f2202c.getChannel().h()); + Long valueOf2 = Long.valueOf(((OverlayMenuView.a) this.k).f2203c.getChannel().h()); int i3 = OverlayMenuView.i; Objects.requireNonNull(overlayMenuView2); overlayMenuView2.getContext().startActivity(IntentUtils.RouteBuilders.INSTANCE.connectVoice(valueOf2 != null ? valueOf2.longValue() : 0).setClass(overlayMenuView2.getContext(), AppActivity.Main.class).addFlags(268435456)); diff --git a/app/src/main/java/defpackage/h.java b/app/src/main/java/defpackage/h.java index a9bb398b25..e87bf8a374 100644 --- a/app/src/main/java/defpackage/h.java +++ b/app/src/main/java/defpackage/h.java @@ -30,7 +30,7 @@ public final class h implements View.OnClickListener { if (i2 != 0) { boolean z2 = true; if (i2 == 1) { - List audioDevices = ((OverlayMenuView.a) this.j).f2202c.getAudioManagerState().getAudioDevices(); + List audioDevices = ((OverlayMenuView.a) this.j).f2203c.getAudioManagerState().getAudioDevices(); if (!(audioDevices instanceof Collection) || !audioDevices.isEmpty()) { i = 0; for (DiscordAudioManager.AudioDevice audioDevice : audioDevices) { @@ -57,10 +57,10 @@ public final class h implements View.OnClickListener { return; } throw null; - } else if (((OverlayMenuView.a) this.j).f2202c.isSuppressed()) { + } else if (((OverlayMenuView.a) this.j).f2203c.isSuppressed()) { m.checkNotNullExpressionValue(view, "view"); c.a.d.m.g(view.getContext(), R.string.suppressed_permission_body, 0, null, 12); - } else if (((OverlayMenuView.a) this.j).f2202c.isMuted()) { + } else if (((OverlayMenuView.a) this.j).f2203c.isMuted()) { m.checkNotNullExpressionValue(view, "view"); c.a.d.m.g(view.getContext(), R.string.server_muted_dialog_body, 0, null, 12); } else { diff --git a/app/src/main/java/e0/a/a/a/a.java b/app/src/main/java/e0/a/a/a/a.java index df7bbe4db6..af6d5090bb 100644 --- a/app/src/main/java/e0/a/a/a/a.java +++ b/app/src/main/java/e0/a/a/a/a.java @@ -29,20 +29,20 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { @ColorInt /* renamed from: s reason: collision with root package name */ - public int f2787s = getResources().getColor(R.a.viewfinder_border); + public int f2789s = getResources().getColor(R.a.viewfinder_border); public int t = getResources().getColor(R.a.viewfinder_mask); public int u = getResources().getInteger(R.b.viewfinder_border_width); public int v = getResources().getInteger(R.b.viewfinder_border_length); public boolean w = false; /* renamed from: x reason: collision with root package name */ - public int f2788x = 0; + public int f2790x = 0; /* renamed from: y reason: collision with root package name */ - public boolean f2789y = false; + public boolean f2791y = false; /* renamed from: z reason: collision with root package name */ - public float f2790z = 1.0f; + public float f2792z = 1.0f; /* JADX INFO: finally extract failed */ public a(Context context, AttributeSet attributeSet) { @@ -52,26 +52,26 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { setShouldScaleToFill(obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_shouldScaleToFill, true)); this.q = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_laserEnabled, this.q); this.r = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_laserColor, this.r); - this.f2787s = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_borderColor, this.f2787s); + this.f2789s = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_borderColor, this.f2789s); this.t = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_maskColor, this.t); this.u = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_borderWidth, this.u); this.v = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_borderLength, this.v); this.w = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_roundedCorner, this.w); - this.f2788x = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_cornerRadius, this.f2788x); - this.f2789y = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_squaredFinder, this.f2789y); - this.f2790z = obtainStyledAttributes.getFloat(R.c.BarcodeScannerView_borderAlpha, this.f2790z); + this.f2790x = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_cornerRadius, this.f2790x); + this.f2791y = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_squaredFinder, this.f2791y); + this.f2792z = obtainStyledAttributes.getFloat(R.c.BarcodeScannerView_borderAlpha, this.f2792z); this.A = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_finderOffset, this.A); obtainStyledAttributes.recycle(); g gVar = new g(getContext()); - gVar.setBorderColor(this.f2787s); + gVar.setBorderColor(this.f2789s); gVar.setLaserColor(this.r); gVar.setLaserEnabled(this.q); gVar.setBorderStrokeWidth(this.u); gVar.setBorderLineLength(this.v); gVar.setMaskColor(this.t); gVar.setBorderCornerRounded(this.w); - gVar.setBorderCornerRadius(this.f2788x); - gVar.setSquareViewFinder(this.f2789y); + gVar.setBorderCornerRadius(this.f2790x); + gVar.setSquareViewFinder(this.f2791y); gVar.setViewFinderOffset(this.A); this.k = gVar; } catch (Throwable th) { @@ -118,7 +118,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderAlpha(float f) { - this.f2790z = f; + this.f2792z = f; ((g) this.k).setBorderAlpha(f); g gVar = (g) this.k; gVar.a(); @@ -126,7 +126,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderColor(int i) { - this.f2787s = i; + this.f2789s = i; ((g) this.k).setBorderColor(i); g gVar = (g) this.k; gVar.a(); @@ -134,7 +134,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderCornerRadius(int i) { - this.f2788x = i; + this.f2790x = i; ((g) this.k).setBorderCornerRadius(i); g gVar = (g) this.k; gVar.a(); @@ -214,7 +214,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setSquareViewFinder(boolean z2) { - this.f2789y = z2; + this.f2791y = z2; ((g) this.k).setSquareViewFinder(z2); g gVar = (g) this.k; gVar.a(); diff --git a/app/src/main/java/e0/a/a/a/g.java b/app/src/main/java/e0/a/a/a/g.java index d2c5a3ffb0..3feaa6bd26 100644 --- a/app/src/main/java/e0/a/a/a/g.java +++ b/app/src/main/java/e0/a/a/a/g.java @@ -24,7 +24,7 @@ public class g extends View implements f { public Paint r; /* renamed from: s reason: collision with root package name */ - public Paint f2791s; + public Paint f2793s; public int t; public boolean u; public boolean v; @@ -50,11 +50,11 @@ public class g extends View implements f { this.r = paint2; paint2.setColor(color2); Paint paint3 = new Paint(); - this.f2791s = paint3; + this.f2793s = paint3; paint3.setColor(color3); - this.f2791s.setStyle(Paint.Style.STROKE); - this.f2791s.setStrokeWidth((float) integer); - this.f2791s.setAntiAlias(true); + this.f2793s.setStyle(Paint.Style.STROKE); + this.f2793s.setStrokeWidth((float) integer); + this.f2793s.setAntiAlias(true); this.t = integer2; } @@ -106,19 +106,19 @@ public class g extends View implements f { path.moveTo((float) framingRect2.left, (float) (framingRect2.top + this.t)); path.lineTo((float) framingRect2.left, (float) framingRect2.top); path.lineTo((float) (framingRect2.left + this.t), (float) framingRect2.top); - canvas.drawPath(path, this.f2791s); + canvas.drawPath(path, this.f2793s); path.moveTo((float) framingRect2.right, (float) (framingRect2.top + this.t)); path.lineTo((float) framingRect2.right, (float) framingRect2.top); path.lineTo((float) (framingRect2.right - this.t), (float) framingRect2.top); - canvas.drawPath(path, this.f2791s); + canvas.drawPath(path, this.f2793s); path.moveTo((float) framingRect2.right, (float) (framingRect2.bottom - this.t)); path.lineTo((float) framingRect2.right, (float) framingRect2.bottom); path.lineTo((float) (framingRect2.right - this.t), (float) framingRect2.bottom); - canvas.drawPath(path, this.f2791s); + canvas.drawPath(path, this.f2793s); path.moveTo((float) framingRect2.left, (float) (framingRect2.bottom - this.t)); path.lineTo((float) framingRect2.left, (float) framingRect2.bottom); path.lineTo((float) (framingRect2.left + this.t), (float) framingRect2.bottom); - canvas.drawPath(path, this.f2791s); + canvas.drawPath(path, this.f2793s); if (this.v) { Rect framingRect3 = getFramingRect(); Paint paint = this.q; @@ -138,22 +138,22 @@ public class g extends View implements f { } public void setBorderAlpha(float f) { - this.f2791s.setAlpha((int) (f * 255.0f)); + this.f2793s.setAlpha((int) (f * 255.0f)); } public void setBorderColor(int i2) { - this.f2791s.setColor(i2); + this.f2793s.setColor(i2); } public void setBorderCornerRadius(int i2) { - this.f2791s.setPathEffect(new CornerPathEffect((float) i2)); + this.f2793s.setPathEffect(new CornerPathEffect((float) i2)); } public void setBorderCornerRounded(boolean z2) { if (z2) { - this.f2791s.setStrokeJoin(Paint.Join.ROUND); + this.f2793s.setStrokeJoin(Paint.Join.ROUND); } else { - this.f2791s.setStrokeJoin(Paint.Join.BEVEL); + this.f2793s.setStrokeJoin(Paint.Join.BEVEL); } } @@ -162,7 +162,7 @@ public class g extends View implements f { } public void setBorderStrokeWidth(int i2) { - this.f2791s.setStrokeWidth((float) i2); + this.f2793s.setStrokeWidth((float) i2); } public void setLaserColor(int i2) { diff --git a/app/src/main/java/f0/a.java b/app/src/main/java/f0/a.java index ce8c821004..f702f57b11 100644 --- a/app/src/main/java/f0/a.java +++ b/app/src/main/java/f0/a.java @@ -19,7 +19,7 @@ public final class a { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2792c; + public final List f2794c; public final s d; public final SocketFactory e; public final SSLSocketFactory f; @@ -64,7 +64,7 @@ public final class a { aVar.f = i; this.a = aVar.b(); this.b = c.z(list); - this.f2792c = c.z(list2); + this.f2794c = c.z(list2); return; } throw new IllegalArgumentException(c.d.b.a.a.l("unexpected port: ", i).toString()); @@ -74,7 +74,7 @@ public final class a { public final boolean a(a aVar) { m.checkParameterIsNotNull(aVar, "that"); - return m.areEqual(this.d, aVar.d) && m.areEqual(this.i, aVar.i) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2792c, aVar.f2792c) && m.areEqual(this.k, aVar.k) && m.areEqual(this.j, aVar.j) && m.areEqual(this.f, aVar.f) && m.areEqual(this.g, aVar.g) && m.areEqual(this.h, aVar.h) && this.a.h == aVar.a.h; + return m.areEqual(this.d, aVar.d) && m.areEqual(this.i, aVar.i) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2794c, aVar.f2794c) && m.areEqual(this.k, aVar.k) && m.areEqual(this.j, aVar.j) && m.areEqual(this.f, aVar.f) && m.areEqual(this.g, aVar.g) && m.areEqual(this.h, aVar.h) && this.a.h == aVar.a.h; } public boolean equals(Object obj) { @@ -91,7 +91,7 @@ public final class a { int hashCode = this.d.hashCode(); int hashCode2 = this.i.hashCode(); int hashCode3 = this.b.hashCode(); - int hashCode4 = this.f2792c.hashCode(); + int hashCode4 = this.f2794c.hashCode(); int hashCode5 = this.k.hashCode(); int hashCode6 = Objects.hashCode(this.j); int hashCode7 = Objects.hashCode(this.f); diff --git a/app/src/main/java/f0/c0.java b/app/src/main/java/f0/c0.java index 3dfcb5a9b9..c5d7ccac40 100644 --- a/app/src/main/java/f0/c0.java +++ b/app/src/main/java/f0/c0.java @@ -10,7 +10,7 @@ public final class c0 { public final Proxy b; /* renamed from: c reason: collision with root package name */ - public final InetSocketAddress f2793c; + public final InetSocketAddress f2795c; public c0(a aVar, Proxy proxy, InetSocketAddress inetSocketAddress) { m.checkParameterIsNotNull(aVar, "address"); @@ -18,7 +18,7 @@ public final class c0 { m.checkParameterIsNotNull(inetSocketAddress, "socketAddress"); this.a = aVar; this.b = proxy; - this.f2793c = inetSocketAddress; + this.f2795c = inetSocketAddress; } public final boolean a() { @@ -28,7 +28,7 @@ public final class c0 { public boolean equals(Object obj) { if (obj instanceof c0) { c0 c0Var = (c0) obj; - if (m.areEqual(c0Var.a, this.a) && m.areEqual(c0Var.b, this.b) && m.areEqual(c0Var.f2793c, this.f2793c)) { + if (m.areEqual(c0Var.a, this.a) && m.areEqual(c0Var.b, this.b) && m.areEqual(c0Var.f2795c, this.f2795c)) { return true; } } @@ -37,12 +37,12 @@ public final class c0 { public int hashCode() { int hashCode = this.b.hashCode(); - return this.f2793c.hashCode() + ((hashCode + ((this.a.hashCode() + 527) * 31)) * 31); + return this.f2795c.hashCode() + ((hashCode + ((this.a.hashCode() + 527) * 31)) * 31); } public String toString() { StringBuilder P = a.P("Route{"); - P.append(this.f2793c); + P.append(this.f2795c); P.append('}'); return P.toString(); } diff --git a/app/src/main/java/f0/d.java b/app/src/main/java/f0/d.java index 7dc3716c91..054fffb1f1 100644 --- a/app/src/main/java/f0/d.java +++ b/app/src/main/java/f0/d.java @@ -14,7 +14,7 @@ public final class d { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2794c; + public final boolean f2796c; public final int d; public final int e; public final boolean f; @@ -204,7 +204,7 @@ public final class d { public d(boolean z2, boolean z3, int i, int i2, boolean z4, boolean z5, boolean z6, int i3, int i4, boolean z7, boolean z8, boolean z9, String str, DefaultConstructorMarker defaultConstructorMarker) { this.b = z2; - this.f2794c = z3; + this.f2796c = z3; this.d = i; this.e = i2; this.f = z4; @@ -227,7 +227,7 @@ public final class d { if (this.b) { sb.append("no-cache, "); } - if (this.f2794c) { + if (this.f2796c) { sb.append("no-store, "); } if (this.d != -1) { diff --git a/app/src/main/java/f0/e0/c.java b/app/src/main/java/f0/e0/c.java index 02d46e71e5..772af2457f 100644 --- a/app/src/main/java/f0/e0/c.java +++ b/app/src/main/java/f0/e0/c.java @@ -43,7 +43,7 @@ public final class c { public static final Headers b = Headers.i.c(new String[0]); /* renamed from: c reason: collision with root package name */ - public static final ResponseBody f2795c; + public static final ResponseBody f2797c; public static final o d; public static final TimeZone e; public static final Regex f = new Regex("([0-9a-fA-F]*:[0-9a-fA-F:.]*)|([\\d.]+)"); @@ -56,7 +56,7 @@ public final class c { e eVar = new e(); eVar.R(bArr); m.checkParameterIsNotNull(eVar, "$this$asResponseBody"); - f2795c = new b0(eVar, null, (long) 0); + f2797c = new b0(eVar, null, (long) 0); RequestBody.Companion.d(RequestBody.Companion, bArr, null, 0, 0, 7); o.a aVar = o.j; ByteString.a aVar2 = ByteString.j; diff --git a/app/src/main/java/f0/e0/d/b.java b/app/src/main/java/f0/e0/d/b.java index e19320847c..68db38afc4 100644 --- a/app/src/main/java/f0/e0/d/b.java +++ b/app/src/main/java/f0/e0/d/b.java @@ -135,7 +135,7 @@ public final class b implements c { m.checkParameterIsNotNull(request, "request"); new LinkedHashMap(); wVar = request.b; - String str6 = request.f2948c; + String str6 = request.f2950c; RequestBody requestBody = request.e; Map linkedHashMap = !request.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(request.f); Headers.a e3 = request.d.e(); @@ -175,7 +175,7 @@ public final class b implements c { m.checkParameterIsNotNull(request, "request"); new LinkedHashMap(); wVar = request.b; - String str6 = request.f2948c; + String str6 = request.f2950c; RequestBody requestBody = request.e; if (!request.f.isEmpty()) { } @@ -211,7 +211,7 @@ public final class b implements c { try { e.b(eVar, arrayList); } catch (EOFException e4) { - h.a aVar2 = h.f2828c; + h.a aVar2 = h.f2830c; h.a.i("Unable to parse challenge", 5, e4); } } diff --git a/app/src/main/java/f0/e0/e/a.java b/app/src/main/java/f0/e0/e/a.java index f9ca2d61e4..3d5302a724 100644 --- a/app/src/main/java/f0/e0/e/a.java +++ b/app/src/main/java/f0/e0/e/a.java @@ -21,15 +21,15 @@ import okhttp3.Response; import okhttp3.ResponseBody; /* compiled from: CacheInterceptor.kt */ public final class a implements Interceptor { - public static final C0306a b = new C0306a(null); + public static final C0307a b = new C0307a(null); /* compiled from: CacheInterceptor.kt */ /* renamed from: f0.e0.e.a$a reason: collision with other inner class name */ - public static final class C0306a { - public C0306a(DefaultConstructorMarker defaultConstructorMarker) { + public static final class C0307a { + public C0307a(DefaultConstructorMarker defaultConstructorMarker) { } - public static final Response a(C0306a aVar, Response response) { + public static final Response a(C0307a aVar, Response response) { if ((response != null ? response.o : null) == null) { return response; } @@ -43,7 +43,7 @@ public final class a implements Interceptor { Response response2 = response.p; Response response3 = response.q; Response response4 = response.r; - long j = response.f2951s; + long j = response.f2953s; long j2 = response.t; c cVar = response.u; if (!(i >= 0)) { @@ -90,9 +90,9 @@ public final class a implements Interceptor { Response.a aVar = new Response.a(); aVar.g(gVar.f); aVar.f(y.HTTP_1_1); - aVar.f2952c = 504; + aVar.f2954c = 504; aVar.e("Unsatisfiable Request (only-if-cached)"); - aVar.g = f0.e0.c.f2795c; + aVar.g = f0.e0.c.f2797c; aVar.k = -1; aVar.l = System.currentTimeMillis(); Response a = aVar.a(); @@ -104,7 +104,7 @@ public final class a implements Interceptor { m.throwNpe(); } Response.a aVar2 = new Response.a(response); - aVar2.b(C0306a.a(b, response)); + aVar2.b(C0307a.a(b, response)); Response a2 = aVar2.a(); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(a2, "response"); @@ -118,7 +118,7 @@ public final class a implements Interceptor { if (response != null) { if (a3.l == 304) { Response.a aVar3 = new Response.a(response); - C0306a aVar4 = b; + C0307a aVar4 = b; Headers headers2 = response.n; Headers headers3 = a3.n; ArrayList arrayList = new ArrayList(20); @@ -163,11 +163,11 @@ public final class a implements Interceptor { Object[] array = arrayList.toArray(new String[0]); if (array != null) { aVar3.d(new Headers((String[]) array, null)); - aVar3.k = a3.f2951s; + aVar3.k = a3.f2953s; aVar3.l = a3.t; - C0306a aVar5 = b; - aVar3.b(C0306a.a(aVar5, response)); - Response a4 = C0306a.a(aVar5, a3); + C0307a aVar5 = b; + aVar3.b(C0307a.a(aVar5, response)); + Response a4 = C0307a.a(aVar5, a3); aVar3.c("networkResponse", a4); aVar3.h = a4; aVar3.a(); @@ -194,9 +194,9 @@ public final class a implements Interceptor { } } Response.a aVar6 = new Response.a(a3); - C0306a aVar7 = b; - aVar6.b(C0306a.a(aVar7, response)); - Response a5 = C0306a.a(aVar7, a3); + C0307a aVar7 = b; + aVar6.b(C0307a.a(aVar7, response)); + Response a5 = C0307a.a(aVar7, a3); aVar6.c("networkResponse", a5); aVar6.h = a5; return aVar6.a(); diff --git a/app/src/main/java/f0/e0/f/a.java b/app/src/main/java/f0/e0/f/a.java index cc203c48cd..7b658d276f 100644 --- a/app/src/main/java/f0/e0/f/a.java +++ b/app/src/main/java/f0/e0/f/a.java @@ -8,12 +8,12 @@ public abstract class a { public long b; /* renamed from: c reason: collision with root package name */ - public final String f2796c; + public final String f2798c; public final boolean d; public a(String str, boolean z2) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2796c = str; + this.f2798c = str; this.d = z2; this.b = -1; } @@ -26,6 +26,6 @@ public abstract class a { public abstract long a(); public String toString() { - return this.f2796c; + return this.f2798c; } } diff --git a/app/src/main/java/f0/e0/f/c.java b/app/src/main/java/f0/e0/f/c.java index 4536ab8648..32eb01840c 100644 --- a/app/src/main/java/f0/e0/f/c.java +++ b/app/src/main/java/f0/e0/f/c.java @@ -16,7 +16,7 @@ public final class c { public a b; /* renamed from: c reason: collision with root package name */ - public final List f2797c = new ArrayList(); + public final List f2799c = new ArrayList(); public boolean d; public final d e; public final String f; @@ -55,14 +55,14 @@ public final class c { } } boolean z2 = false; - for (int size = this.f2797c.size() - 1; size >= 0; size--) { - if (this.f2797c.get(size).d) { - a aVar2 = this.f2797c.get(size); - Objects.requireNonNull(d.f2798c); + for (int size = this.f2799c.size() - 1; size >= 0; size--) { + if (this.f2799c.get(size).d) { + a aVar2 = this.f2799c.get(size); + Objects.requireNonNull(d.f2800c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar2, this, "canceled"); } - this.f2797c.remove(size); + this.f2799c.remove(size); z2 = true; } } @@ -77,12 +77,12 @@ public final class c { this.e.e(this); } } else if (aVar.d) { - Objects.requireNonNull(d.f2798c); + Objects.requireNonNull(d.f2800c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "schedule canceled (queue is shutdown)"); } } else { - Objects.requireNonNull(d.f2798c); + Objects.requireNonNull(d.f2800c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "schedule failed (queue is shutdown)"); } @@ -106,19 +106,19 @@ public final class c { } long c2 = this.e.j.c(); long j2 = c2 + j; - int indexOf = this.f2797c.indexOf(aVar); + int indexOf = this.f2799c.indexOf(aVar); if (indexOf != -1) { if (aVar.b <= j2) { - d.b bVar = d.f2798c; + d.b bVar = d.f2800c; if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "already scheduled"); } return false; } - this.f2797c.remove(indexOf); + this.f2799c.remove(indexOf); } aVar.b = j2; - d.b bVar2 = d.f2798c; + d.b bVar2 = d.f2800c; if (d.b.isLoggable(Level.FINE)) { if (z2) { StringBuilder P = c.d.b.a.a.P("run again after "); @@ -131,7 +131,7 @@ public final class c { } a.c(aVar, this, str); } - Iterator it = this.f2797c.iterator(); + Iterator it = this.f2799c.iterator(); int i = 0; while (true) { if (!it.hasNext()) { @@ -144,9 +144,9 @@ public final class c { i++; } if (i == -1) { - i = this.f2797c.size(); + i = this.f2799c.size(); } - this.f2797c.add(i, aVar); + this.f2799c.add(i, aVar); return i == 0; } diff --git a/app/src/main/java/f0/e0/f/d.java b/app/src/main/java/f0/e0/f/d.java index 1226392225..7e9a894c29 100644 --- a/app/src/main/java/f0/e0/f/d.java +++ b/app/src/main/java/f0/e0/f/d.java @@ -20,13 +20,13 @@ public final class d { public static final Logger b; /* renamed from: c reason: collision with root package name */ - public static final b f2798c = new b(null); + public static final b f2800c = new b(null); public int d = 10000; public boolean e; public long f; public final List g = new ArrayList(); public final List h = new ArrayList(); - public final Runnable i = new RunnableC0307d(this); + public final Runnable i = new RunnableC0308d(this); public final a j; /* compiled from: TaskRunner.kt */ @@ -85,10 +85,10 @@ public final class d { /* compiled from: TaskRunner.kt */ /* renamed from: f0.e0.f.d$d reason: collision with other inner class name */ - public static final class RunnableC0307d implements Runnable { + public static final class RunnableC0308d implements Runnable { public final /* synthetic */ d i; - public RunnableC0307d(d dVar) { + public RunnableC0308d(d dVar) { this.i = dVar; } @@ -105,7 +105,7 @@ public final class d { m.throwNpe(); } long j = -1; - b bVar = d.f2798c; + b bVar = d.f2800c; boolean isLoggable = d.b.isLoggable(Level.FINE); if (isLoggable) { j = cVar.e.j.c(); @@ -155,7 +155,7 @@ public final class d { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "currentThread"); String name = currentThread.getName(); - currentThread.setName(aVar.f2796c); + currentThread.setName(aVar.f2798c); try { long a2 = aVar.a(); synchronized (dVar) { @@ -185,7 +185,7 @@ public final class d { if (j != -1 && !z2 && !cVar.a) { cVar.e(aVar, j, true); } - if (!cVar.f2797c.isEmpty()) { + if (!cVar.f2799c.isEmpty()) { this.h.add(cVar); return; } @@ -207,7 +207,7 @@ public final class d { z2 = false; break; } - a aVar2 = it.next().f2797c.get(0); + a aVar2 = it.next().f2799c.get(0); long max = Math.max(0L, aVar2.b - c2); if (max > 0) { j = Math.min(max, j); @@ -225,7 +225,7 @@ public final class d { if (cVar == null) { m.throwNpe(); } - cVar.f2797c.remove(aVar); + cVar.f2799c.remove(aVar); this.h.remove(cVar); cVar.b = aVar; this.g.add(cVar); @@ -262,7 +262,7 @@ public final class d { for (int size2 = this.h.size() - 1; size2 >= 0; size2--) { c cVar = this.h.get(size2); cVar.b(); - if (cVar.f2797c.isEmpty()) { + if (cVar.f2799c.isEmpty()) { this.h.remove(size2); } } @@ -272,7 +272,7 @@ public final class d { m.checkParameterIsNotNull(cVar, "taskQueue"); byte[] bArr = f0.e0.c.a; if (cVar.b == null) { - if (!cVar.f2797c.isEmpty()) { + if (!cVar.f2799c.isEmpty()) { List list = this.h; m.checkParameterIsNotNull(list, "$this$addIfAbsent"); if (!list.contains(cVar)) { diff --git a/app/src/main/java/f0/e0/g/a.java b/app/src/main/java/f0/e0/g/a.java index 14d77fb33e..9cffff5d8f 100644 --- a/app/src/main/java/f0/e0/g/a.java +++ b/app/src/main/java/f0/e0/g/a.java @@ -23,7 +23,7 @@ public final class a implements Interceptor { synchronized (eVar) { if (!eVar.t) { throw new IllegalStateException("released".toString()); - } else if (!(!eVar.f2802s)) { + } else if (!(!eVar.f2804s)) { throw new IllegalStateException("Check failed.".toString()); } else if (!(!eVar.r)) { throw new IllegalStateException("Check failed.".toString()); @@ -33,17 +33,17 @@ public final class a implements Interceptor { if (dVar == null) { m.throwNpe(); } - x xVar = eVar.f2803x; + x xVar = eVar.f2805x; Objects.requireNonNull(dVar); m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(gVar, "chain"); try { - c cVar = new c(eVar, eVar.j, dVar, dVar.a(gVar.g, gVar.h, gVar.i, xVar.L, xVar.q, !m.areEqual(gVar.f.f2948c, ShareTarget.METHOD_GET)).k(xVar, gVar)); + c cVar = new c(eVar, eVar.j, dVar, dVar.a(gVar.g, gVar.h, gVar.i, xVar.L, xVar.q, !m.areEqual(gVar.f.f2950c, ShareTarget.METHOD_GET)).k(xVar, gVar)); eVar.q = cVar; eVar.v = cVar; synchronized (eVar) { eVar.r = true; - eVar.f2802s = true; + eVar.f2804s = true; } if (!eVar.u) { return g.d(gVar, 0, cVar, null, 0, 0, 0, 61).a(gVar.f); diff --git a/app/src/main/java/f0/e0/g/b.java b/app/src/main/java/f0/e0/g/b.java index 66df46c6bc..d9abe41b1e 100644 --- a/app/src/main/java/f0/e0/g/b.java +++ b/app/src/main/java/f0/e0/g/b.java @@ -17,7 +17,7 @@ public final class b { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f2799c; + public boolean f2801c; public final List d; public b(List list) { @@ -47,7 +47,7 @@ public final class b { } if (mVar == null) { StringBuilder P = a.P("Unable to find acceptable protocols. isFallback="); - P.append(this.f2799c); + P.append(this.f2801c); P.append(','); P.append(" modes="); P.append(this.d); @@ -76,13 +76,13 @@ public final class b { } } this.b = z2; - boolean z3 = this.f2799c; + boolean z3 = this.f2801c; d0.z.d.m.checkParameterIsNotNull(sSLSocket, "sslSocket"); if (mVar.g != null) { String[] enabledCipherSuites = sSLSocket.getEnabledCipherSuites(); d0.z.d.m.checkExpressionValueIsNotNull(enabledCipherSuites, "sslSocket.enabledCipherSuites"); String[] strArr3 = mVar.g; - j.b bVar = j.f2845s; + j.b bVar = j.f2847s; Comparator comparator = j.a; strArr = c.q(enabledCipherSuites, strArr3, j.a); } else { @@ -97,7 +97,7 @@ public final class b { } String[] supportedCipherSuites = sSLSocket.getSupportedCipherSuites(); d0.z.d.m.checkExpressionValueIsNotNull(supportedCipherSuites, "supportedCipherSuites"); - j.b bVar2 = j.f2845s; + j.b bVar2 = j.f2847s; Comparator comparator2 = j.a; Comparator comparator3 = j.a; byte[] bArr = c.a; diff --git a/app/src/main/java/f0/e0/g/c.java b/app/src/main/java/f0/e0/g/c.java index 24e354f9c2..31e9657670 100644 --- a/app/src/main/java/f0/e0/g/c.java +++ b/app/src/main/java/f0/e0/g/c.java @@ -28,7 +28,7 @@ public final class c { public final j b; /* renamed from: c reason: collision with root package name */ - public final e f2800c; + public final e f2802c; public final t d; public final d e; public final d f; @@ -138,7 +138,7 @@ public final class c { this.k = false; c cVar = this.o; t tVar = cVar.d; - e eVar = cVar.f2800c; + e eVar = cVar.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); } @@ -168,7 +168,7 @@ public final class c { this.k = false; c cVar = this.o; t tVar = cVar.d; - e eVar2 = cVar.f2800c; + e eVar2 = cVar.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); } @@ -202,7 +202,7 @@ public final class c { m.checkParameterIsNotNull(tVar, "eventListener"); m.checkParameterIsNotNull(dVar, "finder"); m.checkParameterIsNotNull(dVar2, "codec"); - this.f2800c = eVar; + this.f2802c = eVar; this.d = tVar; this.e = dVar; this.f = dVar2; @@ -216,13 +216,13 @@ public final class c { if (z3) { if (e != null) { t tVar = this.d; - e eVar = this.f2800c; + e eVar = this.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); } else { t tVar2 = this.d; - e eVar2 = this.f2800c; + e eVar2 = this.f2802c; Objects.requireNonNull(tVar2); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); } @@ -230,18 +230,18 @@ public final class c { if (z2) { if (e != null) { t tVar3 = this.d; - e eVar3 = this.f2800c; + e eVar3 = this.f2802c; Objects.requireNonNull(tVar3); m.checkParameterIsNotNull(eVar3, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); } else { t tVar4 = this.d; - e eVar4 = this.f2800c; + e eVar4 = this.f2802c; Objects.requireNonNull(tVar4); m.checkParameterIsNotNull(eVar4, NotificationCompat.CATEGORY_CALL); } } - return (E) this.f2800c.k(this, z3, z2, e); + return (E) this.f2802c.k(this, z3, z2, e); } public final v b(Request request, boolean z2) throws IOException { @@ -253,7 +253,7 @@ public final class c { } long contentLength = requestBody.contentLength(); t tVar = this.d; - e eVar = this.f2800c; + e eVar = this.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); return new a(this, this.f.h(request, contentLength), contentLength); @@ -264,7 +264,7 @@ public final class c { this.f.f(); } catch (IOException e) { t tVar = this.d; - e eVar = this.f2800c; + e eVar = this.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -274,11 +274,11 @@ public final class c { } public final d.c d() throws SocketException { - this.f2800c.n(); + this.f2802c.n(); j e = this.f.e(); Objects.requireNonNull(e); m.checkParameterIsNotNull(this, "exchange"); - Socket socket = e.f2806c; + Socket socket = e.f2808c; if (socket == null) { m.throwNpe(); } @@ -305,7 +305,7 @@ public final class c { return d; } catch (IOException e) { t tVar = this.d; - e eVar = this.f2800c; + e eVar = this.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -316,7 +316,7 @@ public final class c { public final void f() { t tVar = this.d; - e eVar = this.f2800c; + e eVar = this.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); } @@ -324,7 +324,7 @@ public final class c { public final void g(IOException iOException) { this.e.c(iOException); j e = this.f.e(); - e eVar = this.f2800c; + e eVar = this.f2802c; synchronized (e) { m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); if (iOException instanceof StreamResetException) { @@ -342,7 +342,7 @@ public final class c { } else if (!e.j() || (iOException instanceof ConnectionShutdownException)) { e.i = true; if (e.l == 0) { - e.d(eVar.f2803x, e.q, iOException); + e.d(eVar.f2805x, e.q, iOException); e.k++; } } diff --git a/app/src/main/java/f0/e0/g/d.java b/app/src/main/java/f0/e0/g/d.java index 85fd5bf752..717fef6aae 100644 --- a/app/src/main/java/f0/e0/g/d.java +++ b/app/src/main/java/f0/e0/g/d.java @@ -30,7 +30,7 @@ public final class d { public m b; /* renamed from: c reason: collision with root package name */ - public int f2801c; + public int f2803c; public int d; public int e; public c0 f; @@ -112,7 +112,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(jVar, "connection"); } } - this.f2801c = 0; + this.f2803c = 0; this.d = 0; this.e = 0; if (this.g.a(this.h, this.i, null, false)) { @@ -132,7 +132,7 @@ public final class d { if (mVar2 == null) { a aVar3 = this.h; e eVar2 = this.i; - mVar2 = new m(aVar3, eVar2.f2803x.N, eVar2, this.j); + mVar2 = new m(aVar3, eVar2.f2805x.N, eVar2, this.j); this.b = mVar2; } if (mVar2.a()) { @@ -144,7 +144,7 @@ public final class d { mVar2.b = i6 + 1; Proxy proxy = (Proxy) list2.get(i6); ArrayList arrayList2 = new ArrayList(); - mVar2.f2808c = arrayList2; + mVar2.f2810c = arrayList2; if (proxy.type() == Proxy.Type.DIRECT || proxy.type() == Proxy.Type.SOCKS) { w wVar = mVar2.e.a; str = wVar.g; @@ -193,7 +193,7 @@ public final class d { throw new UnknownHostException(mVar2.e.d + " returned no addresses for " + str); } } - for (InetSocketAddress inetSocketAddress2 : mVar2.f2808c) { + for (InetSocketAddress inetSocketAddress2 : mVar2.f2810c) { c0 c0Var2 = new c0(mVar2.e, proxy, inetSocketAddress2); l lVar2 = mVar2.f; synchronized (lVar2) { @@ -241,7 +241,7 @@ public final class d { this.i.w = jVar2; jVar2.c(i, i2, i3, i4, z2, this.i, this.j); this.i.w = null; - lVar = this.i.f2803x.N; + lVar = this.i.f2805x.N; c0 c0Var3 = jVar2.q; synchronized (lVar) { d0.z.d.m.checkParameterIsNotNull(c0Var3, "route"); @@ -263,7 +263,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(jVar2, "connection"); byte[] bArr = c.a; kVar.d.add(jVar2); - f0.e0.f.c.d(kVar.b, kVar.f2807c, 0, 2); + f0.e0.f.c.d(kVar.b, kVar.f2809c, 0, 2); this.i.f(jVar2); } t tVar4 = this.j; @@ -294,7 +294,7 @@ public final class d { try { jVar2.c(i, i2, i3, i4, z2, this.i, this.j); this.i.w = null; - lVar = this.i.f2803x.N; + lVar = this.i.f2805x.N; c0 c0Var3 = jVar2.q; synchronized (lVar) { } @@ -320,7 +320,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(iOException, "e"); this.f = null; if ((iOException instanceof StreamResetException) && ((StreamResetException) iOException).errorCode == f0.e0.j.a.REFUSED_STREAM) { - this.f2801c++; + this.f2803c++; } else if (iOException instanceof ConnectionShutdownException) { this.d++; } else { diff --git a/app/src/main/java/f0/e0/g/e.java b/app/src/main/java/f0/e0/g/e.java index a19cdbbe51..ccb9637eda 100644 --- a/app/src/main/java/f0/e0/g/e.java +++ b/app/src/main/java/f0/e0/g/e.java @@ -38,20 +38,20 @@ public final class e implements f0.e { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2802s; + public boolean f2804s; public boolean t = true; public volatile boolean u; public volatile c v; public volatile j w; /* renamed from: x reason: collision with root package name */ - public final x f2803x; + public final x f2805x; /* renamed from: y reason: collision with root package name */ - public final Request f2804y; + public final Request f2806y; /* renamed from: z reason: collision with root package name */ - public final boolean f2805z; + public final boolean f2807z; /* compiled from: RealCall.kt */ public final class a implements Runnable { @@ -66,7 +66,7 @@ public final class e implements f0.e { } public final String a() { - return this.k.f2804y.b.g; + return this.k.f2806y.b.g; } /* JADX WARNING: Removed duplicated region for block: B:18:0x0053 A[Catch:{ IOException -> 0x0076, all -> 0x004b, all -> 0x0074 }] */ @@ -78,7 +78,7 @@ public final class e implements f0.e { e eVar; Throwable th; StringBuilder P = c.d.b.a.a.P("OkHttp "); - P.append(this.k.f2804y.b.h()); + P.append(this.k.f2806y.b.h()); String sb = P.toString(); Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "currentThread"); @@ -97,7 +97,7 @@ public final class e implements f0.e { if (!z2) { } eVar = this.k; - eVar.f2803x.l.c(this); + eVar.f2805x.l.c(this); } catch (Throwable th2) { th = th2; z2 = true; @@ -109,19 +109,19 @@ public final class e implements f0.e { } catch (IOException e3) { e = e3; if (!z2) { - h.a aVar = h.f2828c; + h.a aVar = h.f2830c; h hVar = h.a; hVar.i("Callback failure for " + e.b(this.k), 4, e); } else { this.j.b(this.k, e); } eVar = this.k; - eVar.f2803x.l.c(this); + eVar.f2805x.l.c(this); } catch (Throwable th3) { - this.k.f2803x.l.c(this); + this.k.f2805x.l.c(this); throw th3; } - eVar.f2803x.l.c(this); + eVar.f2805x.l.c(this); } finally { currentThread.setName(name); } @@ -157,9 +157,9 @@ public final class e implements f0.e { public e(x xVar, Request request, boolean z2) { m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(request, "originalRequest"); - this.f2803x = xVar; - this.f2804y = request; - this.f2805z = z2; + this.f2805x = xVar; + this.f2806y = request; + this.f2807z = z2; this.i = xVar.m.a; this.j = xVar.p.a(this); c cVar = new c(this); @@ -170,15 +170,15 @@ public final class e implements f0.e { public static final String b(e eVar) { StringBuilder sb = new StringBuilder(); sb.append(eVar.u ? "canceled " : ""); - sb.append(eVar.f2805z ? "web socket" : NotificationCompat.CATEGORY_CALL); + sb.append(eVar.f2807z ? "web socket" : NotificationCompat.CATEGORY_CALL); sb.append(" to "); - sb.append(eVar.f2804y.b.h()); + sb.append(eVar.f2806y.b.h()); return sb.toString(); } @Override // f0.e public Request c() { - return this.f2804y; + return this.f2806y; } @Override // f0.e @@ -201,7 +201,7 @@ public final class e implements f0.e { @Override // java.lang.Object public Object clone() { - return new e(this.f2803x, this.f2804y, this.f2805z); + return new e(this.f2805x, this.f2806y, this.f2807z); } @Override // f0.e @@ -215,15 +215,15 @@ public final class e implements f0.e { m.checkParameterIsNotNull(fVar, "responseCallback"); if (this.l.compareAndSet(false, true)) { h(); - q qVar = this.f2803x.l; + q qVar = this.f2805x.l; a aVar2 = new a(this, fVar); Objects.requireNonNull(qVar); m.checkParameterIsNotNull(aVar2, NotificationCompat.CATEGORY_CALL); synchronized (qVar) { qVar.b.add(aVar2); - if (!aVar2.k.f2805z) { + if (!aVar2.k.f2807z) { String a2 = aVar2.a(); - Iterator it = qVar.f2849c.iterator(); + Iterator it = qVar.f2851c.iterator(); while (true) { if (!it.hasNext()) { Iterator it2 = qVar.b.iterator(); @@ -263,14 +263,14 @@ public final class e implements f0.e { this.k.i(); h(); try { - q qVar2 = this.f2803x.l; + q qVar2 = this.f2805x.l; synchronized (qVar2) { m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); qVar2.d.add(this); } return j(); } finally { - qVar = this.f2803x.l; + qVar = this.f2805x.l; Objects.requireNonNull(qVar); m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); qVar.b(qVar.d, this); @@ -339,7 +339,7 @@ public final class e implements f0.e { } public final void h() { - h.a aVar = h.f2828c; + h.a aVar = h.f2830c; this.m = h.a.g("response.body().close()"); Objects.requireNonNull(this.j); m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); @@ -354,7 +354,7 @@ public final class e implements f0.e { } if (z2 && (cVar = this.v) != null) { cVar.f.cancel(); - cVar.f2800c.k(cVar, true, true, null); + cVar.f2802c.k(cVar, true, true, null); } this.q = null; } @@ -398,22 +398,22 @@ public final class e implements f0.e { /* JADX WARNING: Removed duplicated region for block: B:28:0x0095 */ public final Response j() throws IOException { ArrayList arrayList = new ArrayList(); - r.addAll(arrayList, this.f2803x.n); - arrayList.add(new i(this.f2803x)); - arrayList.add(new f0.e0.h.a(this.f2803x.u)); - Objects.requireNonNull(this.f2803x); + r.addAll(arrayList, this.f2805x.n); + arrayList.add(new i(this.f2805x)); + arrayList.add(new f0.e0.h.a(this.f2805x.u)); + Objects.requireNonNull(this.f2805x); arrayList.add(new f0.e0.e.a()); arrayList.add(a.b); - if (!this.f2805z) { - r.addAll(arrayList, this.f2803x.o); + if (!this.f2807z) { + r.addAll(arrayList, this.f2805x.o); } - arrayList.add(new f0.e0.h.b(this.f2805z)); - Request request = this.f2804y; - x xVar = this.f2803x; + arrayList.add(new f0.e0.h.b(this.f2807z)); + Request request = this.f2806y; + x xVar = this.f2805x; g gVar = new g(this, arrayList, 0, null, request, xVar.I, xVar.J, xVar.K); boolean z2 = false; try { - Response a2 = gVar.a(this.f2804y); + Response a2 = gVar.a(this.f2806y); if (!this.u) { l(null); return a2; @@ -447,11 +447,11 @@ public final class e implements f0.e { this.r = false; } if (z3) { - this.f2802s = false; + this.f2804s = false; } boolean z6 = this.r; - boolean z7 = z6 && !this.f2802s; - if (!z6 && !this.f2802s && !this.t) { + boolean z7 = z6 && !this.f2804s; + if (!z6 && !this.f2804s && !this.t) { z4 = true; } z5 = z4; @@ -460,7 +460,7 @@ public final class e implements f0.e { throw th; } } - if (!z3 || !this.f2802s) { + if (!z3 || !this.f2804s) { z5 = false; } if (z2) { @@ -492,7 +492,7 @@ public final class e implements f0.e { z2 = false; if (this.t) { this.t = false; - if (!this.r && !this.f2802s) { + if (!this.r && !this.f2804s) { z2 = true; } } @@ -537,7 +537,7 @@ public final class e implements f0.e { } z2 = true; } else { - f0.e0.f.c.d(kVar.b, kVar.f2807c, 0, 2); + f0.e0.f.c.d(kVar.b, kVar.f2809c, 0, 2); } if (z2) { return jVar.n(); diff --git a/app/src/main/java/f0/e0/g/j.java b/app/src/main/java/f0/e0/g/j.java index f03db55f84..b68caa5fd8 100644 --- a/app/src/main/java/f0/e0/g/j.java +++ b/app/src/main/java/f0/e0/g/j.java @@ -67,7 +67,7 @@ public final class j extends e.c implements k { public Socket b; /* renamed from: c reason: collision with root package name */ - public Socket f2806c; + public Socket f2808c; public v d; public y e; public e f; @@ -116,13 +116,13 @@ public final class j extends e.c implements k { m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(tVar, "eventListener"); if (this.e == null) { - List list = this.q.a.f2792c; + List list = this.q.a.f2794c; b bVar = new b(list); f0.a aVar = this.q.a; if (aVar.f == null) { if (list.contains(f0.m.d)) { String str = this.q.a.a.g; - h.a aVar2 = h.f2828c; + h.a aVar2 = h.f2830c; if (!h.a.h(str)) { throw new RouteException(new UnknownServiceException(c.d.b.a.a.v("CLEARTEXT communication to ", str, " not permitted by network security policy"))); } @@ -149,13 +149,13 @@ public final class j extends e.c implements k { e(i, i2, eVar, tVar); } catch (IOException e2) { e = e2; - socket = this.f2806c; + socket = this.f2808c; if (socket != null) { } socket2 = this.b; if (socket2 != null) { } - this.f2806c = null; + this.f2808c = null; this.b = null; this.g = null; this.h = null; @@ -164,7 +164,7 @@ public final class j extends e.c implements k { this.f = null; this.n = 1; c0 c0Var = this.q; - InetSocketAddress inetSocketAddress = c0Var.f2793c; + InetSocketAddress inetSocketAddress = c0Var.f2795c; Proxy proxy = c0Var.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -181,7 +181,7 @@ public final class j extends e.c implements k { try { g(bVar, i4, eVar, tVar); c0 c0Var2 = this.q; - InetSocketAddress inetSocketAddress2 = c0Var2.f2793c; + InetSocketAddress inetSocketAddress2 = c0Var2.f2795c; Proxy proxy2 = c0Var2.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -196,7 +196,7 @@ public final class j extends e.c implements k { } } catch (IOException e4) { e = e4; - socket = this.f2806c; + socket = this.f2808c; if (socket != null) { c.e(socket); } @@ -204,7 +204,7 @@ public final class j extends e.c implements k { if (socket2 != null) { c.e(socket2); } - this.f2806c = null; + this.f2808c = null; this.b = null; this.g = null; this.h = null; @@ -213,7 +213,7 @@ public final class j extends e.c implements k { this.f = null; this.n = 1; c0 c0Var = this.q; - InetSocketAddress inetSocketAddress = c0Var.f2793c; + InetSocketAddress inetSocketAddress = c0Var.f2795c; Proxy proxy = c0Var.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -229,7 +229,7 @@ public final class j extends e.c implements k { break; } m.checkParameterIsNotNull(e, "e"); - bVar.f2799c = true; + bVar.f2801c = true; if (bVar.b && !(e instanceof ProtocolException) && !(e instanceof InterruptedIOException) && ((!(e instanceof SSLHandshakeException) || !(e.getCause() instanceof CertificateException)) && !(e instanceof SSLPeerUnverifiedException) && (e instanceof SSLException))) { z3 = true; continue; @@ -278,15 +278,15 @@ public final class j extends e.c implements k { socket = new Socket(proxy); } this.b = socket; - InetSocketAddress inetSocketAddress = this.q.f2793c; + InetSocketAddress inetSocketAddress = this.q.f2795c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(inetSocketAddress, "inetSocketAddress"); m.checkParameterIsNotNull(proxy, "proxy"); socket.setSoTimeout(i2); try { - h.a aVar2 = h.f2828c; - h.a.e(socket, this.q.f2793c, i); + h.a aVar2 = h.f2830c; + h.a.e(socket, this.q.f2795c, i); try { g0.x Q = c.q.a.k.a.Q(socket); m.checkParameterIsNotNull(Q, "$this$buffer"); @@ -301,7 +301,7 @@ public final class j extends e.c implements k { } } catch (ConnectException e2) { StringBuilder P2 = c.d.b.a.a.P("Failed to connect to "); - P2.append(this.q.f2793c); + P2.append(this.q.f2795c); ConnectException connectException = new ConnectException(P2.toString()); connectException.initCause(e2); throw connectException; @@ -321,9 +321,9 @@ public final class j extends e.c implements k { Response.a aVar2 = new Response.a(); aVar2.g(a); aVar2.f(y.HTTP_1_1); - aVar2.f2952c = 407; + aVar2.f2954c = 407; aVar2.e("Preemptive Authenticate"); - aVar2.g = c.f2795c; + aVar2.g = c.f2797c; aVar2.k = -1; aVar2.l = -1; m.checkParameterIsNotNull("Proxy-Authenticate", ModelAuditLogEntry.CHANGE_KEY_NAME); @@ -411,7 +411,7 @@ public final class j extends e.c implements k { this.h = null; this.g = null; c0 c0Var3 = this.q; - InetSocketAddress inetSocketAddress = c0Var3.f2793c; + InetSocketAddress inetSocketAddress = c0Var3.f2795c; Proxy proxy = c0Var3.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -437,12 +437,12 @@ public final class j extends e.c implements k { List list = aVar.b; y yVar2 = y.H2_PRIOR_KNOWLEDGE; if (list.contains(yVar2)) { - this.f2806c = this.b; + this.f2808c = this.b; this.e = yVar2; o(i); return; } - this.f2806c = this.b; + this.f2808c = this.b; this.e = yVar; return; } @@ -471,7 +471,7 @@ public final class j extends e.c implements k { try { f0.m a = bVar.a(sSLSocket); if (a.f) { - h.a aVar3 = h.f2828c; + h.a aVar3 = h.f2830c; h.a.d(sSLSocket, aVar2.a.g, aVar2.b); } sSLSocket.startHandshake(); @@ -512,15 +512,15 @@ public final class j extends e.c implements k { if (gVar == null) { m.throwNpe(); } - this.d = new v(a2.b, a2.f2852c, a2.d, new g(gVar, a2, aVar2)); + this.d = new v(a2.b, a2.f2854c, a2.d, new g(gVar, a2, aVar2)); gVar.a(aVar2.a.g, new h(this)); if (a.f) { - h.a aVar4 = h.f2828c; + h.a aVar4 = h.f2830c; str = h.a.f(sSLSocket); } else { str = null; } - this.f2806c = sSLSocket; + this.f2808c = sSLSocket; g0.x Q = c.q.a.k.a.Q(sSLSocket); m.checkParameterIsNotNull(Q, "$this$buffer"); this.g = new r(Q); @@ -531,7 +531,7 @@ public final class j extends e.c implements k { yVar = y.p.a(str); } this.e = yVar; - h.a aVar5 = h.f2828c; + h.a aVar5 = h.f2830c; h.a.a(sSLSocket); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); if (this.e == y.HTTP_2) { @@ -540,7 +540,7 @@ public final class j extends e.c implements k { } catch (Throwable th3) { th = th3; if (sSLSocket != null) { - h.a aVar6 = h.f2828c; + h.a aVar6 = h.f2830c; h.a.a(sSLSocket); } if (sSLSocket != null) { @@ -584,7 +584,7 @@ public final class j extends e.c implements k { break; } c0 c0Var = (c0) it.next(); - if (c0Var.b.type() == Proxy.Type.DIRECT && this.q.b.type() == Proxy.Type.DIRECT && m.areEqual(this.q.f2793c, c0Var.f2793c)) { + if (c0Var.b.type() == Proxy.Type.DIRECT && this.q.b.type() == Proxy.Type.DIRECT && m.areEqual(this.q.f2795c, c0Var.f2795c)) { z5 = true; continue; } else { @@ -669,7 +669,7 @@ public final class j extends e.c implements k { if (socket == null) { m.throwNpe(); } - Socket socket2 = this.f2806c; + Socket socket2 = this.f2808c; if (socket2 == null) { m.throwNpe(); } @@ -686,7 +686,7 @@ public final class j extends e.c implements k { if (eVar.q) { return false; } - return eVar.f2821z >= eVar.f2820y || nanoTime < eVar.B; + return eVar.f2823z >= eVar.f2822y || nanoTime < eVar.B; } } synchronized (this) { @@ -722,7 +722,7 @@ public final class j extends e.c implements k { public final f0.e0.h.d k(x xVar, f0.e0.h.g gVar) throws SocketException { m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(gVar, "chain"); - Socket socket = this.f2806c; + Socket socket = this.f2808c; if (socket == null) { m.throwNpe(); } @@ -758,7 +758,7 @@ public final class j extends e.c implements k { } public Socket n() { - Socket socket = this.f2806c; + Socket socket = this.f2808c; if (socket == null) { m.throwNpe(); } @@ -767,7 +767,7 @@ public final class j extends e.c implements k { public final void o(int i) throws IOException { String str; - Socket socket = this.f2806c; + Socket socket = this.f2808c; if (socket == null) { m.throwNpe(); } @@ -794,7 +794,7 @@ public final class j extends e.c implements k { str = c.d.b.a.a.u("MockWebServer ", str2); } bVar.b = str; - bVar.f2822c = gVar; + bVar.f2824c = gVar; bVar.d = bufferedSink; m.checkParameterIsNotNull(this, "listener"); bVar.e = this; @@ -856,10 +856,10 @@ public final class j extends e.c implements k { P.append(" proxy="); P.append(this.q.b); P.append(" hostAddress="); - P.append(this.q.f2793c); + P.append(this.q.f2795c); P.append(" cipherSuite="); v vVar = this.d; - if (vVar == null || (obj = vVar.f2852c) == null) { + if (vVar == null || (obj = vVar.f2854c) == null) { obj = "none"; } P.append(obj); diff --git a/app/src/main/java/f0/e0/g/k.java b/app/src/main/java/f0/e0/g/k.java index bfcd5bbb9f..7150980ce7 100644 --- a/app/src/main/java/f0/e0/g/k.java +++ b/app/src/main/java/f0/e0/g/k.java @@ -18,7 +18,7 @@ public final class k { public final c b; /* renamed from: c reason: collision with root package name */ - public final a f2807c = new a(this, c.d.b.a.a.H(new StringBuilder(), f0.e0.c.g, " ConnectionPool")); + public final a f2809c = new a(this, c.d.b.a.a.H(new StringBuilder(), f0.e0.c.g, " ConnectionPool")); public final ConcurrentLinkedQueue d = new ConcurrentLinkedQueue<>(); public final int e; @@ -135,7 +135,7 @@ public final class k { P.append(" was leaked. "); P.append("Did you forget to close a response body?"); String sb = P.toString(); - h.a aVar = h.f2828c; + h.a aVar = h.f2830c; h.a.k(sb, ((e.b) reference).a); list.remove(i); jVar.i = true; diff --git a/app/src/main/java/f0/e0/g/m.java b/app/src/main/java/f0/e0/g/m.java index f45dfdaf61..319ad20a65 100644 --- a/app/src/main/java/f0/e0/g/m.java +++ b/app/src/main/java/f0/e0/g/m.java @@ -18,7 +18,7 @@ public final class m { public int b; /* renamed from: c reason: collision with root package name */ - public List f2808c = n.emptyList(); + public List f2810c = n.emptyList(); public final List d = new ArrayList(); public final f0.a e; public final l f; diff --git a/app/src/main/java/f0/e0/h/b.java b/app/src/main/java/f0/e0/h/b.java index 950e9c2275..9342a3b333 100644 --- a/app/src/main/java/f0/e0/h/b.java +++ b/app/src/main/java/f0/e0/h/b.java @@ -50,18 +50,18 @@ public final class b implements Interceptor { m.checkParameterIsNotNull(request, "request"); try { t tVar = cVar.d; - e eVar = cVar.f2800c; + e eVar = cVar.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); cVar.f.b(request); t tVar2 = cVar.d; - e eVar2 = cVar.f2800c; + e eVar2 = cVar.f2802c; Objects.requireNonNull(tVar2); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(request, "request"); Response.a aVar2 = null; - if (!f.a(request.f2948c) || requestBody == null) { - cVar.f2800c.k(cVar, true, false, null); + if (!f.a(request.f2950c) || requestBody == null) { + cVar.f2802c.k(cVar, true, false, null); z2 = true; } else { if (d0.g0.t.equals("100-continue", request.b("Expect"), true)) { @@ -74,7 +74,7 @@ public final class b implements Interceptor { aVar = null; } if (aVar != null) { - cVar.f2800c.k(cVar, true, false, null); + cVar.f2802c.k(cVar, true, false, null); if (!cVar.b.j()) { cVar.f.e().l(); } @@ -97,7 +97,7 @@ public final class b implements Interceptor { cVar.f.a(); } catch (IOException e) { t tVar3 = cVar.d; - e eVar3 = cVar.f2800c; + e eVar3 = cVar.f2802c; Objects.requireNonNull(tVar3); m.checkParameterIsNotNull(eVar3, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -138,7 +138,7 @@ public final class b implements Interceptor { } m.checkParameterIsNotNull(a, "response"); t tVar4 = cVar.d; - e eVar4 = cVar.f2800c; + e eVar4 = cVar.f2802c; Objects.requireNonNull(tVar4); m.checkParameterIsNotNull(eVar4, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(a, "response"); @@ -153,7 +153,7 @@ public final class b implements Interceptor { Response response2 = a.p; Response response3 = a.q; Response response4 = a.r; - long j = a.f2951s; + long j = a.f2953s; long j2 = a.t; c cVar2 = a.u; m.checkParameterIsNotNull(a, "response"); @@ -177,7 +177,7 @@ public final class b implements Interceptor { } } catch (IOException e4) { t tVar5 = cVar.d; - e eVar5 = cVar.f2800c; + e eVar5 = cVar.f2802c; Objects.requireNonNull(tVar5); m.checkParameterIsNotNull(eVar5, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e4, "ioe"); @@ -195,10 +195,10 @@ public final class b implements Interceptor { Response response5 = a.p; Response response6 = a.q; Response response7 = a.r; - long j3 = a.f2951s; + long j3 = a.f2953s; long j4 = a.t; c cVar3 = a.u; - ResponseBody responseBody = f0.e0.c.f2795c; + ResponseBody responseBody = f0.e0.c.f2797c; if (!(i4 >= 0)) { throw new IllegalStateException(a.l("code < 0: ", i4).toString()); } else if (request3 == null) { @@ -233,7 +233,7 @@ public final class b implements Interceptor { return response; } catch (IOException e6) { t tVar6 = cVar.d; - e eVar6 = cVar.f2800c; + e eVar6 = cVar.f2802c; Objects.requireNonNull(tVar6); m.checkParameterIsNotNull(eVar6, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e6, "ioe"); diff --git a/app/src/main/java/f0/e0/h/c.java b/app/src/main/java/f0/e0/h/c.java index 3c131688d4..95f8634b1b 100644 --- a/app/src/main/java/f0/e0/h/c.java +++ b/app/src/main/java/f0/e0/h/c.java @@ -9,7 +9,7 @@ public final class c { public static final String[] b; /* renamed from: c reason: collision with root package name */ - public static final DateFormat[] f2809c; + public static final DateFormat[] f2811c; /* compiled from: dates.kt */ public static final class a extends ThreadLocal { @@ -26,6 +26,6 @@ public final class c { static { String[] strArr = {"EEE, dd MMM yyyy HH:mm:ss zzz", "EEEE, dd-MMM-yy HH:mm:ss zzz", "EEE MMM d HH:mm:ss yyyy", "EEE, dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MMM-yyyy HH-mm-ss z", "EEE, dd MMM yy HH:mm:ss z", "EEE dd-MMM-yyyy HH:mm:ss z", "EEE dd MMM yyyy HH:mm:ss z", "EEE dd-MMM-yyyy HH-mm-ss z", "EEE dd-MMM-yy HH:mm:ss z", "EEE dd MMM yy HH:mm:ss z", "EEE,dd-MMM-yy HH:mm:ss z", "EEE,dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MM-yyyy HH:mm:ss z", "EEE MMM d yyyy HH:mm:ss z"}; b = strArr; - f2809c = new DateFormat[strArr.length]; + f2811c = new DateFormat[strArr.length]; } } diff --git a/app/src/main/java/f0/e0/h/e.java b/app/src/main/java/f0/e0/h/e.java index fab4a1333f..c2922aeb46 100644 --- a/app/src/main/java/f0/e0/h/e.java +++ b/app/src/main/java/f0/e0/h/e.java @@ -39,7 +39,7 @@ public final class e { public static final boolean a(Response response) { m.checkParameterIsNotNull(response, "$this$promisesBody"); - if (m.areEqual(response.i.f2948c, "HEAD")) { + if (m.areEqual(response.i.f2950c, "HEAD")) { return false; } int i = response.l; @@ -161,7 +161,7 @@ public final class e { if (r5.b(r0, r8) == false) goto L_0x0225; */ /* JADX WARNING: Code restructure failed: missing block: B:110:0x0223, code lost: - if (okhttp3.internal.publicsuffix.PublicSuffixDatabase.f2953c.a(r8) == null) goto L_0x0225; + if (okhttp3.internal.publicsuffix.PublicSuffixDatabase.f2955c.a(r8) == null) goto L_0x0225; */ /* JADX WARNING: Removed duplicated region for block: B:129:0x0277 */ /* JADX WARNING: Removed duplicated region for block: B:150:0x0282 A[SYNTHETIC] */ diff --git a/app/src/main/java/f0/e0/h/g.java b/app/src/main/java/f0/e0/h/g.java index 7cbfec6f2c..fa2d1b21e7 100644 --- a/app/src/main/java/f0/e0/h/g.java +++ b/app/src/main/java/f0/e0/h/g.java @@ -17,7 +17,7 @@ public final class g implements Interceptor.Chain { public final e b; /* renamed from: c reason: collision with root package name */ - public final List f2810c; + public final List f2812c; public final int d; public final c e; public final Request f; @@ -32,7 +32,7 @@ public final class g implements Interceptor.Chain { m.checkParameterIsNotNull(list, "interceptors"); m.checkParameterIsNotNull(request, "request"); this.b = eVar; - this.f2810c = list; + this.f2812c = list; this.d = i; this.e = cVar; this.f = request; @@ -49,37 +49,37 @@ public final class g implements Interceptor.Chain { int i8 = (i5 & 16) != 0 ? gVar.h : i3; int i9 = (i5 & 32) != 0 ? gVar.i : i4; m.checkParameterIsNotNull(request2, "request"); - return new g(gVar.b, gVar.f2810c, i6, cVar2, request2, i7, i8, i9); + return new g(gVar.b, gVar.f2812c, i6, cVar2, request2, i7, i8, i9); } @Override // okhttp3.Interceptor.Chain public Response a(Request request) throws IOException { m.checkParameterIsNotNull(request, "request"); boolean z2 = false; - if (this.d < this.f2810c.size()) { + if (this.d < this.f2812c.size()) { this.a++; c cVar = this.e; if (cVar != null) { if (cVar.e.b(request.b)) { if (!(this.a == 1)) { StringBuilder P = a.P("network interceptor "); - P.append(this.f2810c.get(this.d - 1)); + P.append(this.f2812c.get(this.d - 1)); P.append(" must call proceed() exactly once"); throw new IllegalStateException(P.toString().toString()); } } else { StringBuilder P2 = a.P("network interceptor "); - P2.append(this.f2810c.get(this.d - 1)); + P2.append(this.f2812c.get(this.d - 1)); P2.append(" must retain the same host and port"); throw new IllegalStateException(P2.toString().toString()); } } g d = d(this, this.d + 1, null, request, 0, 0, 0, 58); - Interceptor interceptor = this.f2810c.get(this.d); + Interceptor interceptor = this.f2812c.get(this.d); Response intercept = interceptor.intercept(d); if (intercept != null) { if (this.e != null) { - if (!(this.d + 1 >= this.f2810c.size() || d.a == 1)) { + if (!(this.d + 1 >= this.f2812c.size() || d.a == 1)) { throw new IllegalStateException(("network interceptor " + interceptor + " must call proceed() exactly once").toString()); } } diff --git a/app/src/main/java/f0/e0/h/h.java b/app/src/main/java/f0/e0/h/h.java index d0e855bac9..6d49b34a55 100644 --- a/app/src/main/java/f0/e0/h/h.java +++ b/app/src/main/java/f0/e0/h/h.java @@ -28,7 +28,7 @@ public final class h extends ResponseBody { if (str == null) { return null; } - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; return MediaType.a.b(str); } diff --git a/app/src/main/java/f0/e0/h/i.java b/app/src/main/java/f0/e0/h/i.java index 380b8e42e4..14c0a90ade 100644 --- a/app/src/main/java/f0/e0/h/i.java +++ b/app/src/main/java/f0/e0/h/i.java @@ -56,7 +56,7 @@ public final class i implements Interceptor { c0 c0Var = (cVar == null || (jVar = cVar.b) == null) ? null : jVar.q; int i = response.l; Request request = response.i; - String str = request.f2948c; + String str = request.f2950c; boolean z2 = false; if (!(i == 307 || i == 308)) { if (i == 401) { @@ -83,7 +83,7 @@ public final class i implements Interceptor { m.throwNpe(); } if (c0Var.b.type() == Proxy.Type.HTTP) { - return this.b.f2857y.a(c0Var, response); + return this.b.f2859y.a(c0Var, response); } throw new ProtocolException("Received HTTP_PROXY_AUTH (407) code while not using proxy"); } else if (i != 408) { @@ -110,7 +110,7 @@ public final class i implements Interceptor { return null; } } - if (!this.b.f2855s || (a = Response.a(response, "Location", null, 2)) == null) { + if (!this.b.f2857s || (a = Response.a(response, "Location", null, 2)) == null) { return null; } w wVar = response.i.b; @@ -173,7 +173,7 @@ public final class i implements Interceptor { if (dVar == null) { m.throwNpe(); } - int i = dVar.f2801c; + int i = dVar.f2803c; if (i == 0 && dVar.d == 0 && dVar.e == 0) { z3 = false; } else { @@ -260,7 +260,7 @@ public final class i implements Interceptor { if (eVar4.q == null) { synchronized (eVar4) { try { - if (!(eVar4.f2802s ^ z3)) { + if (!(eVar4.f2804s ^ z3)) { throw new IllegalStateException("cannot make a new request because the previous response is still open: please call response.close()".toString()); } else if (!(eVar4.r ^ z3)) { eVar = eVar4; @@ -280,8 +280,8 @@ public final class i implements Interceptor { if (z4) { k kVar = eVar4.i; w wVar = request3.b; - if (wVar.f2853c) { - x xVar = eVar4.f2803x; + if (wVar.f2855c) { + x xVar = eVar4.f2805x; SSLSocketFactory sSLSocketFactory2 = xVar.A; if (sSLSocketFactory2 != null) { HostnameVerifier hostnameVerifier2 = xVar.E; @@ -298,11 +298,11 @@ public final class i implements Interceptor { } String str2 = wVar.g; int i4 = wVar.h; - x xVar2 = eVar4.f2803x; + x xVar2 = eVar4.f2805x; list = emptyList; i = i3; response = response5; - eVar4.n = new d(kVar, new a(str2, i4, xVar2.v, xVar2.f2858z, sSLSocketFactory, hostnameVerifier, gVar2, xVar2.f2857y, xVar2.w, xVar2.D, xVar2.C, xVar2.f2856x), eVar4, eVar4.j); + eVar4.n = new d(kVar, new a(str2, i4, xVar2.v, xVar2.f2860z, sSLSocketFactory, hostnameVerifier, gVar2, xVar2.f2859y, xVar2.w, xVar2.D, xVar2.C, xVar2.f2858x), eVar4, eVar4.j); } else { list = emptyList; response = response5; @@ -324,7 +324,7 @@ public final class i implements Interceptor { responseBody = a.o; response3 = a.p; response4 = a.q; - j = a.f2951s; + j = a.f2953s; gVar = gVar3; eVar3 = eVar4; } catch (Throwable th5) { @@ -347,7 +347,7 @@ public final class i implements Interceptor { Response response6 = response.p; Response response7 = response.q; Response response8 = response.r; - long j3 = response.f2951s; + long j3 = response.f2953s; long j4 = response.t; c cVar2 = response.u; if (!(i5 >= 0)) { diff --git a/app/src/main/java/f0/e0/h/j.java b/app/src/main/java/f0/e0/h/j.java index a48d333325..e044a13265 100644 --- a/app/src/main/java/f0/e0/h/j.java +++ b/app/src/main/java/f0/e0/h/j.java @@ -12,14 +12,14 @@ public final class j { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2811c; + public final String f2813c; public j(y yVar, int i, String str) { m.checkParameterIsNotNull(yVar, "protocol"); m.checkParameterIsNotNull(str, "message"); this.a = yVar; this.b = i; - this.f2811c = str; + this.f2813c = str; } public static final j a(String str) throws IOException { @@ -77,7 +77,7 @@ public final class j { sb.append(' '); sb.append(this.b); sb.append(' '); - sb.append(this.f2811c); + sb.append(this.f2813c); String sb2 = sb.toString(); m.checkExpressionValueIsNotNull(sb2, "StringBuilder().apply(builderAction).toString()"); return sb2; diff --git a/app/src/main/java/f0/e0/i/b.java b/app/src/main/java/f0/e0/i/b.java index d472b29963..b811cfd568 100644 --- a/app/src/main/java/f0/e0/i/b.java +++ b/app/src/main/java/f0/e0/i/b.java @@ -29,7 +29,7 @@ public final class b implements f0.e0.h.d { public final a b; /* renamed from: c reason: collision with root package name */ - public Headers f2812c; + public Headers f2814c; public final x d; public final j e; public final g f; @@ -79,11 +79,11 @@ public final class b implements f0.e0.h.d { /* compiled from: Http1ExchangeCodec.kt */ /* renamed from: f0.e0.i.b$b reason: collision with other inner class name */ - public final class C0308b implements v { + public final class C0309b implements v { public final k i; public boolean j; - public C0308b() { + public C0309b() { this.i = new k(b.this.g.timeout()); } @@ -178,14 +178,14 @@ public final class b implements f0.e0.h.d { if (this.l == 0) { this.m = false; b bVar = this.o; - bVar.f2812c = bVar.b.a(); + bVar.f2814c = bVar.b.a(); x xVar = this.o.d; if (xVar == null) { m.throwNpe(); } p pVar = xVar.u; w wVar = this.n; - Headers headers = this.o.f2812c; + Headers headers = this.o.f2814c; if (headers == null) { m.throwNpe(); } @@ -384,10 +384,10 @@ public final class b implements f0.e0.h.d { m.checkParameterIsNotNull(request, "request"); m.checkParameterIsNotNull(type, "proxyType"); StringBuilder sb = new StringBuilder(); - sb.append(request.f2948c); + sb.append(request.f2950c); sb.append(' '); w wVar = request.b; - if (!wVar.f2853c && type == Proxy.Type.HTTP) { + if (!wVar.f2855c && type == Proxy.Type.HTTP) { sb.append(wVar); } else { m.checkParameterIsNotNull(wVar, "url"); @@ -461,8 +461,8 @@ public final class b implements f0.e0.h.d { f0.e0.h.j a2 = f0.e0.h.j.a(this.b.b()); Response.a aVar = new Response.a(); aVar.f(a2.a); - aVar.f2952c = a2.b; - aVar.e(a2.f2811c); + aVar.f2954c = a2.b; + aVar.e(a2.f2813c); aVar.d(this.b.a()); if (z2 && a2.b == 100) { return null; @@ -517,7 +517,7 @@ public final class b implements f0.e0.h.d { } if (z2) { this.a = 2; - return new C0308b(); + return new C0309b(); } StringBuilder P = c.d.b.a.a.P("state: "); P.append(this.a); diff --git a/app/src/main/java/f0/e0/j/a.java b/app/src/main/java/f0/e0/j/a.java index d609549b10..3efca01962 100644 --- a/app/src/main/java/f0/e0/j/a.java +++ b/app/src/main/java/f0/e0/j/a.java @@ -26,13 +26,13 @@ public enum a { /* Fake field, exist only in values array */ HTTP_1_1_REQUIRED(13); - public static final C0309a p = new C0309a(null); + public static final C0310a p = new C0310a(null); private final int httpCode; /* compiled from: ErrorCode.kt */ /* renamed from: f0.e0.j.a$a reason: collision with other inner class name */ - public static final class C0309a { - public C0309a(DefaultConstructorMarker defaultConstructorMarker) { + public static final class C0310a { + public C0310a(DefaultConstructorMarker defaultConstructorMarker) { } } diff --git a/app/src/main/java/f0/e0/j/b.java b/app/src/main/java/f0/e0/j/b.java index 90ab1478cb..57c9292819 100644 --- a/app/src/main/java/f0/e0/j/b.java +++ b/app/src/main/java/f0/e0/j/b.java @@ -9,7 +9,7 @@ public final class b { public static final ByteString b; /* renamed from: c reason: collision with root package name */ - public static final ByteString f2813c; + public static final ByteString f2815c; public static final ByteString d; public static final ByteString e; public static final ByteString f; @@ -21,7 +21,7 @@ public final class b { ByteString.a aVar = ByteString.j; a = aVar.c(":"); b = aVar.c(":status"); - f2813c = aVar.c(":method"); + f2815c = aVar.c(":method"); d = aVar.c(":path"); e = aVar.c(":scheme"); f = aVar.c(":authority"); diff --git a/app/src/main/java/f0/e0/j/c.java b/app/src/main/java/f0/e0/j/c.java index a16f91be95..8c380c18e1 100644 --- a/app/src/main/java/f0/e0/j/c.java +++ b/app/src/main/java/f0/e0/j/c.java @@ -26,7 +26,7 @@ public final class c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final c f2814c = new c(); + public static final c f2816c = new c(); /* compiled from: Hpack.kt */ public static final class a { @@ -34,7 +34,7 @@ public final class c { public final g b; /* renamed from: c reason: collision with root package name */ - public b[] f2815c; + public b[] f2817c; public int d; public int e; public int f; @@ -49,13 +49,13 @@ public final class c { this.a = new ArrayList(); m.checkParameterIsNotNull(xVar, "$this$buffer"); this.b = new r(xVar); - this.f2815c = new b[8]; + this.f2817c = new b[8]; this.d = 7; } public final void a() { - j.fill$default(this.f2815c, null, 0, 0, 6, null); - this.d = this.f2815c.length - 1; + j.fill$default(this.f2817c, null, 0, 0, 6, null); + this.d = this.f2817c.length - 1; this.e = 0; this.f = 0; } @@ -68,14 +68,14 @@ public final class c { int i2; int i3 = 0; if (i > 0) { - int length = this.f2815c.length; + int length = this.f2817c.length; while (true) { length--; i2 = this.d; if (length < i2 || i <= 0) { break; } - b bVar = this.f2815c[length]; + b bVar = this.f2817c[length]; if (bVar == null) { m.throwNpe(); } @@ -85,7 +85,7 @@ public final class c { this.e--; i3++; } - b[] bVarArr = this.f2815c; + b[] bVarArr = this.f2817c; System.arraycopy(bVarArr, i2 + 1, bVarArr, i2 + 1 + i3, this.e); this.d += i3; } @@ -97,17 +97,17 @@ public final class c { public final ByteString d(int i) throws IOException { boolean z2; if (i >= 0) { - c cVar = c.f2814c; + c cVar = c.f2816c; if (i <= c.a.length - 1) { z2 = true; if (!z2) { - c cVar2 = c.f2814c; + c cVar2 = c.f2816c; return c.a[i].h; } - c cVar3 = c.f2814c; + c cVar3 = c.f2816c; int b = b(i - c.a.length); if (b >= 0) { - b[] bVarArr = this.f2815c; + b[] bVarArr = this.f2817c; if (b < bVarArr.length) { b bVar = bVarArr[b]; if (bVar == null) { @@ -130,7 +130,7 @@ public final class c { this.a.add(bVar); int i2 = bVar.g; if (i != -1) { - b bVar2 = this.f2815c[this.d + 1 + i]; + b bVar2 = this.f2817c[this.d + 1 + i]; if (bVar2 == null) { m.throwNpe(); } @@ -144,19 +144,19 @@ public final class c { int c2 = c((this.f + i2) - i3); if (i == -1) { int i4 = this.e + 1; - b[] bVarArr = this.f2815c; + b[] bVarArr = this.f2817c; if (i4 > bVarArr.length) { b[] bVarArr2 = new b[(bVarArr.length * 2)]; System.arraycopy(bVarArr, 0, bVarArr2, bVarArr.length, bVarArr.length); - this.d = this.f2815c.length - 1; - this.f2815c = bVarArr2; + this.d = this.f2817c.length - 1; + this.f2817c = bVarArr2; } int i5 = this.d; this.d = i5 - 1; - this.f2815c[i5] = bVar; + this.f2817c[i5] = bVar; this.e++; } else { - this.f2815c[this.d + 1 + i + c2 + i] = bVar; + this.f2817c[this.d + 1 + i + c2 + i] = bVar; } this.f += i2; } @@ -176,7 +176,7 @@ public final class c { g gVar = this.b; m.checkParameterIsNotNull(gVar, "source"); m.checkParameterIsNotNull(eVar, "sink"); - p.a aVar = p.f2825c; + p.a aVar = p.f2827c; int i3 = 0; for (long j = 0; j < g; j++) { byte readByte2 = gVar.readByte(); @@ -196,8 +196,8 @@ public final class c { } if (aVar.a == null) { eVar.T(aVar.b); - i3 -= aVar.f2826c; - aVar = p.f2825c; + i3 -= aVar.f2828c; + aVar = p.f2827c; } else { i3 = i4; } @@ -213,12 +213,12 @@ public final class c { if (aVar2 == null) { m.throwNpe(); } - if (aVar2.a != null || aVar2.f2826c > i3) { + if (aVar2.a != null || aVar2.f2828c > i3) { break; } eVar.T(aVar2.b); - i3 -= aVar2.f2826c; - aVar = p.f2825c; + i3 -= aVar2.f2828c; + aVar = p.f2827c; } return eVar.x(); } @@ -248,7 +248,7 @@ public final class c { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f2816c; + public int f2818c; public b[] d; public int e; public int f; @@ -265,7 +265,7 @@ public final class c { this.i = z2; this.j = eVar; this.a = Integer.MAX_VALUE; - this.f2816c = i; + this.f2818c = i; this.d = new b[8]; this.e = 7; } @@ -314,7 +314,7 @@ public final class c { public final void c(b bVar) { int i = bVar.g; - int i2 = this.f2816c; + int i2 = this.f2818c; if (i > i2) { a(); return; @@ -390,19 +390,19 @@ public final class c { m.checkParameterIsNotNull(list, "headerBlock"); if (this.b) { int i3 = this.a; - if (i3 < this.f2816c) { + if (i3 < this.f2818c) { f(i3, 31, 32); } this.b = false; this.a = Integer.MAX_VALUE; - f(this.f2816c, 31, 32); + f(this.f2818c, 31, 32); } int size = list.size(); for (int i4 = 0; i4 < size; i4++) { b bVar = list.get(i4); ByteString p = bVar.h.p(); ByteString byteString = bVar.i; - c cVar = c.f2814c; + c cVar = c.f2816c; Integer num = c.b.get(p); if (num != null) { i2 = num.intValue() + 1; @@ -439,11 +439,11 @@ public final class c { } if (m.areEqual(bVar3.i, byteString)) { int i6 = i5 - this.e; - c cVar2 = c.f2814c; + c cVar2 = c.f2816c; i2 = c.a.length + i6; break; } else if (i == -1) { - c cVar3 = c.f2814c; + c cVar3 = c.f2816c; i = (i5 - this.e) + c.a.length; } } @@ -490,7 +490,7 @@ public final class c { static { b bVar = new b(b.f, ""); - ByteString byteString = b.f2813c; + ByteString byteString = b.f2815c; ByteString byteString2 = b.d; ByteString byteString3 = b.e; ByteString byteString4 = b.b; diff --git a/app/src/main/java/f0/e0/j/d.java b/app/src/main/java/f0/e0/j/d.java index 57a3e56c56..5880c992d4 100644 --- a/app/src/main/java/f0/e0/j/d.java +++ b/app/src/main/java/f0/e0/j/d.java @@ -11,7 +11,7 @@ public final class d { public static final String[] b = {"DATA", "HEADERS", "PRIORITY", "RST_STREAM", "SETTINGS", "PUSH_PROMISE", "PING", "GOAWAY", "WINDOW_UPDATE", "CONTINUATION"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f2817c = new String[64]; + public static final String[] f2819c = new String[64]; public static final String[] d; public static final d e = new d(); @@ -23,17 +23,17 @@ public final class d { strArr[i] = t.replace$default(c.j("%8s", binaryString), ' ', '0', false, 4, (Object) null); } d = strArr; - String[] strArr2 = f2817c; + String[] strArr2 = f2819c; strArr2[0] = ""; strArr2[1] = "END_STREAM"; int[] iArr = {1}; strArr2[8] = "PADDED"; for (int i2 = 0; i2 < 1; i2++) { int i3 = iArr[i2]; - String[] strArr3 = f2817c; + String[] strArr3 = f2819c; strArr3[i3 | 8] = m.stringPlus(strArr3[i3], "|PADDED"); } - String[] strArr4 = f2817c; + String[] strArr4 = f2819c; strArr4[4] = "END_HEADERS"; strArr4[32] = "PRIORITY"; strArr4[36] = "END_HEADERS|PRIORITY"; @@ -42,7 +42,7 @@ public final class d { int i5 = iArr2[i4]; for (int i6 = 0; i6 < 1; i6++) { int i7 = iArr[i6]; - String[] strArr5 = f2817c; + String[] strArr5 = f2819c; int i8 = i7 | i5; strArr5[i8] = strArr5[i7] + "|" + strArr5[i5]; StringBuilder sb = new StringBuilder(); @@ -51,9 +51,9 @@ public final class d { strArr5[i8 | 8] = a.H(sb, strArr5[i5], "|PADDED"); } } - int length = f2817c.length; + int length = f2819c.length; for (int i9 = 0; i9 < length; i9++) { - String[] strArr6 = f2817c; + String[] strArr6 = f2819c; if (strArr6[i9] == null) { strArr6[i9] = d[i9]; } @@ -76,7 +76,7 @@ public final class d { if (i3 == 4 || i3 == 6) { str = i4 == 1 ? "ACK" : d[i4]; } else if (!(i3 == 7 || i3 == 8)) { - String[] strArr = f2817c; + String[] strArr = f2819c; if (i4 < strArr.length) { str2 = strArr[i4]; if (str2 == null) { diff --git a/app/src/main/java/f0/e0/j/e.java b/app/src/main/java/f0/e0/j/e.java index 856a56b4af..5b0b5aa469 100644 --- a/app/src/main/java/f0/e0/j/e.java +++ b/app/src/main/java/f0/e0/j/e.java @@ -51,20 +51,20 @@ public final class e implements Closeable { public final f0.e0.f.d r; /* renamed from: s reason: collision with root package name */ - public final f0.e0.f.c f2818s; + public final f0.e0.f.c f2820s; public final f0.e0.f.c t; public final f0.e0.f.c u; public final r v; public long w; /* renamed from: x reason: collision with root package name */ - public long f2819x; + public long f2821x; /* renamed from: y reason: collision with root package name */ - public long f2820y; + public long f2822y; /* renamed from: z reason: collision with root package name */ - public long f2821z; + public long f2823z; /* compiled from: TaskQueue.kt */ public static final class a extends f0.e0.f.a { @@ -84,7 +84,7 @@ public final class e implements Closeable { boolean z2; synchronized (this.e) { eVar = this.e; - long j = eVar.f2819x; + long j = eVar.f2821x; long j2 = eVar.w; if (j < j2) { z2 = true; @@ -109,7 +109,7 @@ public final class e implements Closeable { public String b; /* renamed from: c reason: collision with root package name */ - public g f2822c; + public g f2824c; public BufferedSink d; public c e = c.a; public r f = r.a; @@ -170,7 +170,7 @@ public final class e implements Closeable { this.f.j.l.b(this.e); return -1; } catch (IOException e) { - h.a aVar = h.f2828c; + h.a aVar = h.f2830c; h hVar = h.a; StringBuilder P = c.d.b.a.a.P("Http2Connection.Listener failure for "); P.append(this.f.j.n); @@ -357,7 +357,7 @@ public final class e implements Closeable { @Override // f0.e0.j.m.b public void b(boolean z2, s sVar) { d0.z.d.m.checkParameterIsNotNull(sVar, "settings"); - f0.e0.f.c cVar = this.j.f2818s; + f0.e0.f.c cVar = this.j.f2820s; String H = c.d.b.a.a.H(new StringBuilder(), this.j.n, " applyAndAckSettings"); cVar.c(new c(H, true, H, true, this, z2, sVar), 0); } @@ -511,9 +511,9 @@ public final class e implements Closeable { if (z2) { synchronized (this.j) { if (i == 1) { - this.j.f2819x++; + this.j.f2821x++; } else if (i == 2) { - this.j.f2821z++; + this.j.f2823z++; } else if (i == 3) { e eVar = this.j; eVar.A++; @@ -522,7 +522,7 @@ public final class e implements Closeable { } return; } - f0.e0.f.c cVar = this.j.f2818s; + f0.e0.f.c cVar = this.j.f2820s; String H = c.d.b.a.a.H(new StringBuilder(), this.j.n, " ping"); cVar.c(new b(H, true, H, true, this, i, i2), 0); } @@ -639,13 +639,13 @@ public final class e implements Closeable { /* compiled from: TaskQueue.kt */ /* renamed from: f0.e0.j.e$e reason: collision with other inner class name */ - public static final class C0310e extends f0.e0.f.a { + public static final class C0311e extends f0.e0.f.a { public final /* synthetic */ e e; public final /* synthetic */ int f; public final /* synthetic */ a g; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0310e(String str, boolean z2, String str2, boolean z3, e eVar, int i, a aVar) { + public C0311e(String str, boolean z2, String str2, boolean z3, e eVar, int i, a aVar) { super(str2, z3); this.e = eVar; this.f = i; @@ -720,7 +720,7 @@ public final class e implements Closeable { f0.e0.f.d dVar = bVar.i; this.r = dVar; f0.e0.f.c f2 = dVar.f(); - this.f2818s = f2; + this.f2820s = f2; this.t = dVar.f(); this.u = dVar.f(); this.v = bVar.f; @@ -742,7 +742,7 @@ public final class e implements Closeable { d0.z.d.m.throwUninitializedPropertyAccessException("sink"); } this.J = new o(bufferedSink, z2); - g gVar = bVar.f2822c; + g gVar = bVar.f2824c; if (gVar == null) { d0.z.d.m.throwUninitializedPropertyAccessException("source"); } @@ -793,7 +793,7 @@ public final class e implements Closeable { this.I.close(); } catch (IOException unused4) { } - this.f2818s.f(); + this.f2820s.f(); this.t.f(); this.u.f(); } @@ -890,11 +890,11 @@ public final class e implements Closeable { public final void s(int i2, a aVar) { d0.z.d.m.checkParameterIsNotNull(aVar, "errorCode"); String str = this.n + '[' + i2 + "] writeSynReset"; - this.f2818s.c(new C0310e(str, true, str, true, this, i2, aVar), 0); + this.f2820s.c(new C0311e(str, true, str, true, this, i2, aVar), 0); } public final void t(int i2, long j2) { String str = this.n + '[' + i2 + "] windowUpdate"; - this.f2818s.c(new f(str, true, str, true, this, i2, j2), 0); + this.f2820s.c(new f(str, true, str, true, this, i2, j2), 0); } } diff --git a/app/src/main/java/f0/e0/j/l.java b/app/src/main/java/f0/e0/j/l.java index c47de672fd..ce3f5ac22f 100644 --- a/app/src/main/java/f0/e0/j/l.java +++ b/app/src/main/java/f0/e0/j/l.java @@ -32,7 +32,7 @@ public final class l implements d { public static final List b = c.m("connection", "host", "keep-alive", "proxy-connection", "te", "transfer-encoding", "encoding", "upgrade"); /* renamed from: c reason: collision with root package name */ - public volatile n f2823c; + public volatile n f2825c; public final y d; public volatile boolean e; public final j f; @@ -54,7 +54,7 @@ public final class l implements d { @Override // f0.e0.h.d public void a() { - n nVar = this.f2823c; + n nVar = this.f2825c; if (nVar == null) { m.throwNpe(); } @@ -66,13 +66,13 @@ public final class l implements d { int i; n nVar; m.checkParameterIsNotNull(request, "request"); - if (this.f2823c == null) { + if (this.f2825c == null) { boolean z2 = false; boolean z3 = request.e != null; m.checkParameterIsNotNull(request, "request"); Headers headers = request.d; ArrayList arrayList = new ArrayList(headers.size() + 4); - arrayList.add(new b(b.f2813c, request.f2948c)); + arrayList.add(new b(b.f2815c, request.f2950c)); ByteString byteString = b.d; w wVar = request.b; m.checkParameterIsNotNull(wVar, "url"); @@ -115,7 +115,7 @@ public final class l implements d { i = eVar.p; eVar.p = i + 2; nVar = new n(i, eVar, z4, false, null); - if (!z3 || eVar.G >= eVar.H || nVar.f2824c >= nVar.d) { + if (!z3 || eVar.G >= eVar.H || nVar.f2826c >= nVar.d) { z2 = true; } if (nVar.i()) { @@ -130,22 +130,22 @@ public final class l implements d { if (z2) { eVar.J.flush(); } - this.f2823c = nVar; + this.f2825c = nVar; if (this.e) { - n nVar2 = this.f2823c; + n nVar2 = this.f2825c; if (nVar2 == null) { m.throwNpe(); } nVar2.e(a.CANCEL); throw new IOException("Canceled"); } - n nVar3 = this.f2823c; + n nVar3 = this.f2825c; if (nVar3 == null) { m.throwNpe(); } TimeUnit timeUnit = TimeUnit.MILLISECONDS; nVar3.i.g((long) this.g.h, timeUnit); - n nVar4 = this.f2823c; + n nVar4 = this.f2825c; if (nVar4 == null) { m.throwNpe(); } @@ -156,7 +156,7 @@ public final class l implements d { @Override // f0.e0.h.d public g0.x c(Response response) { m.checkParameterIsNotNull(response, "response"); - n nVar = this.f2823c; + n nVar = this.f2825c; if (nVar == null) { m.throwNpe(); } @@ -166,7 +166,7 @@ public final class l implements d { @Override // f0.e0.h.d public void cancel() { this.e = true; - n nVar = this.f2823c; + n nVar = this.f2825c; if (nVar != null) { nVar.e(a.CANCEL); } @@ -176,7 +176,7 @@ public final class l implements d { @Override // f0.e0.h.d public Response.a d(boolean z2) { Headers headers; - n nVar = this.f2823c; + n nVar = this.f2825c; if (nVar == null) { m.throwNpe(); } @@ -228,12 +228,12 @@ public final class l implements d { if (jVar != null) { Response.a aVar2 = new Response.a(); aVar2.f(yVar); - aVar2.f2952c = jVar.b; - aVar2.e(jVar.f2811c); + aVar2.f2954c = jVar.b; + aVar2.e(jVar.f2813c); Object[] array = arrayList.toArray(new String[0]); if (array != null) { aVar2.d(new Headers((String[]) array, null)); - if (!z2 || aVar2.f2952c != 100) { + if (!z2 || aVar2.f2954c != 100) { return aVar2; } return null; @@ -265,7 +265,7 @@ public final class l implements d { @Override // f0.e0.h.d public v h(Request request, long j) { m.checkParameterIsNotNull(request, "request"); - n nVar = this.f2823c; + n nVar = this.f2825c; if (nVar == null) { m.throwNpe(); } diff --git a/app/src/main/java/f0/e0/j/m.java b/app/src/main/java/f0/e0/j/m.java index 37a334e927..f49f2efe44 100644 --- a/app/src/main/java/f0/e0/j/m.java +++ b/app/src/main/java/f0/e0/j/m.java @@ -424,17 +424,17 @@ public final class m implements Closeable { } else if ((i6 & 128) == 128) { int g = aVar2.g(i6, 127) - 1; if (g >= 0) { - c cVar = c.f2814c; + c cVar = c.f2816c; if (g <= c.a.length - 1) { z2 = true; if (!z2) { - c cVar2 = c.f2814c; + c cVar2 = c.f2816c; aVar2.a.add(c.a[g]); } else { - c cVar3 = c.f2814c; + c cVar3 = c.f2816c; int b2 = aVar2.b(g - c.a.length); if (b2 >= 0) { - b[] bVarArr = aVar2.f2815c; + b[] bVarArr = aVar2.f2817c; if (b2 < bVarArr.length) { List list = aVar2.a; b bVar = bVarArr[b2]; @@ -454,7 +454,7 @@ public final class m implements Closeable { if (!z2) { } } else if (i6 == 64) { - c cVar4 = c.f2814c; + c cVar4 = c.f2816c; ByteString f = aVar2.f(); cVar4.a(f); aVar2.e(-1, new b(f, aVar2.f())); @@ -477,7 +477,7 @@ public final class m implements Closeable { } } } else if (i6 == 16 || i6 == 0) { - c cVar5 = c.f2814c; + c cVar5 = c.f2816c; ByteString f2 = aVar2.f(); cVar5.a(f2); aVar2.a.add(new b(f2, aVar2.f())); diff --git a/app/src/main/java/f0/e0/j/n.java b/app/src/main/java/f0/e0/j/n.java index f22c8ac138..f297e4d53e 100644 --- a/app/src/main/java/f0/e0/j/n.java +++ b/app/src/main/java/f0/e0/j/n.java @@ -20,7 +20,7 @@ public final class n { public long b; /* renamed from: c reason: collision with root package name */ - public long f2824c; + public long f2826c; public long d; public final ArrayDeque e; public boolean f; @@ -57,7 +57,7 @@ public final class n { n.this.j.m(); throw th; } - if (nVar.f2824c < nVar.d || this.k || this.j || nVar.f() != null) { + if (nVar.f2826c < nVar.d || this.k || this.j || nVar.f() != null) { break; } n.this.l(); @@ -65,9 +65,9 @@ public final class n { n.this.j.m(); n.this.b(); n nVar2 = n.this; - min = Math.min(nVar2.d - nVar2.f2824c, this.i.j); + min = Math.min(nVar2.d - nVar2.f2826c, this.i.j); n nVar3 = n.this; - nVar3.f2824c += min; + nVar3.f2826c += min; z3 = z2 && min == this.i.j && nVar3.f() == null; } n.this.j.i(); @@ -277,12 +277,12 @@ public final class n { n.this.e(a.CANCEL); e eVar = n.this.n; synchronized (eVar) { - long j = eVar.f2821z; - long j2 = eVar.f2820y; + long j = eVar.f2823z; + long j2 = eVar.f2822y; if (j >= j2) { - eVar.f2820y = j2 + 1; + eVar.f2822y = j2 + 1; eVar.B = System.nanoTime() + ((long) 1000000000); - f0.e0.f.c cVar = eVar.f2818s; + f0.e0.f.c cVar = eVar.f2820s; String H = c.d.b.a.a.H(new StringBuilder(), eVar.n, " ping"); cVar.c(new k(H, true, H, true, eVar), 0); } diff --git a/app/src/main/java/f0/e0/j/o.java b/app/src/main/java/f0/e0/j/o.java index 5d073d2f07..26f1ac271f 100644 --- a/app/src/main/java/f0/e0/j/o.java +++ b/app/src/main/java/f0/e0/j/o.java @@ -48,13 +48,13 @@ public final class o implements Closeable { } bVar.h = i5; int min = Math.min(i5, 16384); - int i6 = bVar.f2816c; + int i6 = bVar.f2818c; if (i6 != min) { if (min < i6) { bVar.a = Math.min(bVar.a, min); } bVar.b = true; - bVar.f2816c = min; + bVar.f2818c = min; int i7 = bVar.g; if (min < i7) { if (min == 0) { diff --git a/app/src/main/java/f0/e0/j/p.java b/app/src/main/java/f0/e0/j/p.java index 672747ed0f..463c8211c0 100644 --- a/app/src/main/java/f0/e0/j/p.java +++ b/app/src/main/java/f0/e0/j/p.java @@ -9,7 +9,7 @@ public final class p { public static final byte[] b = {13, 23, 28, 28, 28, 28, 28, 28, 28, 24, 30, 28, 28, 30, 28, 28, 28, 28, 28, 28, 28, 28, 30, 28, 28, 28, 28, 28, 28, 28, 28, 28, 6, 10, 10, 12, 13, 6, 8, 11, 10, 10, 8, 11, 8, 6, 6, 6, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 7, 8, 15, 6, 12, 10, 13, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 7, 8, 13, 19, 13, 14, 6, 15, 5, 6, 5, 6, 5, 6, 6, 6, 5, 7, 7, 6, 6, 6, 5, 6, 7, 6, 5, 5, 6, 7, 7, 7, 7, 7, 15, 11, 14, 13, 28, 20, 22, 20, 20, 22, 22, 22, 23, 22, 23, 23, 23, 23, 23, 24, 23, 24, 24, 22, 23, 24, 23, 23, 23, 23, 21, 22, 23, 22, 23, 23, 24, 22, 21, 20, 22, 22, 23, 23, 21, 23, 22, 22, 24, 21, 22, 23, 23, 21, 21, 22, 21, 23, 22, 23, 23, 20, 22, 22, 22, 23, 22, 22, 23, 26, 26, 20, 19, 22, 23, 22, 25, 26, 26, 26, 27, 27, 26, 24, 25, 19, 21, 26, 27, 27, 26, 27, 24, 21, 21, 26, 26, 28, 27, 27, 27, 20, 24, 20, 21, 22, 21, 21, 23, 22, 22, 25, 25, 24, 24, 26, 23, 26, 27, 26, 26, 27, 27, 27, 27, 27, 28, 27, 27, 27, 27, 27, 26}; /* renamed from: c reason: collision with root package name */ - public static final a f2825c = new a(); + public static final a f2827c = new a(); public static final p d; /* compiled from: Huffman.kt */ @@ -18,19 +18,19 @@ public final class p { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2826c; + public final int f2828c; public a() { this.a = new a[256]; this.b = 0; - this.f2826c = 0; + this.f2828c = 0; } public a(int i, int i2) { this.a = null; this.b = i; int i3 = i2 & 7; - this.f2826c = i3 == 0 ? 8 : i3; + this.f2828c = i3 == 0 ? 8 : i3; } } @@ -44,7 +44,7 @@ public final class p { public final void a(int i, int i2, int i3) { a aVar = new a(i, i3); - a aVar2 = f2825c; + a aVar2 = f2827c; while (i3 > 8) { i3 -= 8; int i4 = (i2 >>> i3) & 255; diff --git a/app/src/main/java/f0/e0/k/a.java b/app/src/main/java/f0/e0/k/a.java index 871b4f1937..b1a85b9bb0 100644 --- a/app/src/main/java/f0/e0/k/a.java +++ b/app/src/main/java/f0/e0/k/a.java @@ -21,7 +21,7 @@ import javax.net.ssl.SSLSocket; import javax.net.ssl.X509TrustManager; /* compiled from: Android10Platform.kt */ public final class a extends h { - public static final boolean d = (h.f2828c.c() && Build.VERSION.SDK_INT >= 29); + public static final boolean d = (h.f2830c.c() && Build.VERSION.SDK_INT >= 29); public static final a e = null; public final List f; diff --git a/app/src/main/java/f0/e0/k/b.java b/app/src/main/java/f0/e0/k/b.java index 1eab04df8a..da8138a19d 100644 --- a/app/src/main/java/f0/e0/k/b.java +++ b/app/src/main/java/f0/e0/k/b.java @@ -45,11 +45,11 @@ public final class b extends h { /* compiled from: AndroidPlatform.kt */ /* renamed from: f0.e0.k.b$b reason: collision with other inner class name */ - public static final class C0311b implements e { + public static final class C0312b implements e { public final X509TrustManager a; public final Method b; - public C0311b(X509TrustManager x509TrustManager, Method method) { + public C0312b(X509TrustManager x509TrustManager, Method method) { m.checkParameterIsNotNull(x509TrustManager, "trustManager"); m.checkParameterIsNotNull(method, "findByIssuerAndSignatureMethod"); this.a = x509TrustManager; @@ -76,10 +76,10 @@ public final class b extends h { if (this == obj) { return true; } - if (!(obj instanceof C0311b)) { + if (!(obj instanceof C0312b)) { return false; } - C0311b bVar = (C0311b) obj; + C0312b bVar = (C0312b) obj; return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b); } @@ -106,7 +106,7 @@ public final class b extends h { static { boolean z2 = false; - if (h.f2828c.c() && Build.VERSION.SDK_INT < 30) { + if (h.f2830c.c() && Build.VERSION.SDK_INT < 30) { z2 = true; } d = z2; @@ -181,7 +181,7 @@ public final class b extends h { Method declaredMethod = x509TrustManager.getClass().getDeclaredMethod("findTrustAnchorByIssuerAndSignature", X509Certificate.class); m.checkExpressionValueIsNotNull(declaredMethod, "method"); declaredMethod.setAccessible(true); - return new C0311b(x509TrustManager, declaredMethod); + return new C0312b(x509TrustManager, declaredMethod); } catch (NoSuchMethodException unused) { return super.c(x509TrustManager); } @@ -291,7 +291,7 @@ public final class b extends h { boolean z2 = false; if (obj != null) { try { - Method method = hVar.f2831c; + Method method = hVar.f2833c; if (method == null) { m.throwNpe(); } diff --git a/app/src/main/java/f0/e0/k/e.java b/app/src/main/java/f0/e0/k/e.java index d532e57c92..a82ba4d14c 100644 --- a/app/src/main/java/f0/e0/k/e.java +++ b/app/src/main/java/f0/e0/k/e.java @@ -27,11 +27,11 @@ public final class e extends h { public String b; /* renamed from: c reason: collision with root package name */ - public final List f2827c; + public final List f2829c; public a(List list) { m.checkParameterIsNotNull(list, "protocols"); - this.f2827c = list; + this.f2829c = list; } @Override // java.lang.reflect.InvocationHandler @@ -49,7 +49,7 @@ public final class e extends h { if (!m.areEqual(name, "unsupported") || !m.areEqual(Void.TYPE, returnType)) { if (m.areEqual(name, "protocols")) { if (objArr.length == 0) { - return this.f2827c; + return this.f2829c; } } if ((m.areEqual(name, "selectProtocol") || m.areEqual(name, "select")) && m.areEqual(String.class, returnType) && objArr.length == 1 && (objArr[0] instanceof List)) { @@ -63,7 +63,7 @@ public final class e extends h { Object obj3 = list.get(i); if (obj3 != null) { String str = (String) obj3; - if (!this.f2827c.contains(str)) { + if (!this.f2829c.contains(str)) { if (i == size) { break; } @@ -77,7 +77,7 @@ public final class e extends h { } } } - String str2 = this.f2827c.get(0); + String str2 = this.f2829c.get(0); this.b = str2; return str2; } diff --git a/app/src/main/java/f0/e0/k/h.java b/app/src/main/java/f0/e0/k/h.java index dfd7622907..468db2e855 100644 --- a/app/src/main/java/f0/e0/k/h.java +++ b/app/src/main/java/f0/e0/k/h.java @@ -44,7 +44,7 @@ public class h { public static final Logger b = Logger.getLogger(x.class.getName()); /* renamed from: c reason: collision with root package name */ - public static final a f2828c; + public static final a f2830c; /* compiled from: Platform.kt */ public static final class a { @@ -100,9 +100,9 @@ public class h { h hVar; h hVar2 = null; a aVar = new a(null); - f2828c = aVar; + f2830c = aVar; if (aVar.c()) { - c cVar = c.f2829c; + c cVar = c.f2831c; for (Map.Entry entry : c.b.entrySet()) { String value = entry.getValue(); Logger logger = Logger.getLogger(entry.getKey()); diff --git a/app/src/main/java/f0/e0/k/i/a.java b/app/src/main/java/f0/e0/k/i/a.java index eb8b5c14da..b6bc34f2ec 100644 --- a/app/src/main/java/f0/e0/k/i/a.java +++ b/app/src/main/java/f0/e0/k/i/a.java @@ -22,7 +22,7 @@ public final class a implements k { @Override // f0.e0.k.i.k public boolean b() { - return h.f2828c.c() && Build.VERSION.SDK_INT >= 29; + return h.f2830c.c() && Build.VERSION.SDK_INT >= 29; } @Override // f0.e0.k.i.k @@ -45,7 +45,7 @@ public final class a implements k { SSLSockets.setUseSessionTickets(sSLSocket, true); SSLParameters sSLParameters = sSLSocket.getSSLParameters(); m.checkExpressionValueIsNotNull(sSLParameters, "sslParameters"); - Object[] array = h.f2828c.a(list).toArray(new String[0]); + Object[] array = h.f2830c.a(list).toArray(new String[0]); if (array != null) { sSLParameters.setApplicationProtocols((String[]) array); sSLSocket.setSSLParameters(sSLParameters); diff --git a/app/src/main/java/f0/e0/k/i/c.java b/app/src/main/java/f0/e0/k/i/c.java index 3273da3c4f..4354e38179 100644 --- a/app/src/main/java/f0/e0/k/i/c.java +++ b/app/src/main/java/f0/e0/k/i/c.java @@ -14,7 +14,7 @@ public final class c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final c f2829c = null; + public static final c f2831c = null; static { LinkedHashMap linkedHashMap = new LinkedHashMap(); diff --git a/app/src/main/java/f0/e0/k/i/d.java b/app/src/main/java/f0/e0/k/i/d.java index dcce5515c1..6587b04ecb 100644 --- a/app/src/main/java/f0/e0/k/i/d.java +++ b/app/src/main/java/f0/e0/k/i/d.java @@ -25,7 +25,7 @@ public final class d extends Handler { public void publish(LogRecord logRecord) { int min; m.checkParameterIsNotNull(logRecord, "record"); - c cVar = c.f2829c; + c cVar = c.f2831c; String loggerName = logRecord.getLoggerName(); m.checkExpressionValueIsNotNull(loggerName, "record.loggerName"); int i = logRecord.getLevel().intValue() > Level.INFO.intValue() ? 5 : logRecord.getLevel().intValue() == Level.INFO.intValue() ? 4 : 3; diff --git a/app/src/main/java/f0/e0/k/i/f.java b/app/src/main/java/f0/e0/k/i/f.java index 3bd256fa92..58a0dc6efd 100644 --- a/app/src/main/java/f0/e0/k/i/f.java +++ b/app/src/main/java/f0/e0/k/i/f.java @@ -19,7 +19,7 @@ public class f implements k { public static final a b; /* renamed from: c reason: collision with root package name */ - public final Method f2830c; + public final Method f2832c; public final Method d; public final Method e; public final Method f; @@ -43,7 +43,7 @@ public class f implements k { this.g = cls; Method declaredMethod = cls.getDeclaredMethod("setUseSessionTickets", Boolean.TYPE); m.checkExpressionValueIsNotNull(declaredMethod, "sslSocketClass.getDeclar…:class.javaPrimitiveType)"); - this.f2830c = declaredMethod; + this.f2832c = declaredMethod; this.d = cls.getMethod("setHostname", String.class); this.e = cls.getMethod("getAlpnSelectedProtocol", new Class[0]); this.f = cls.getMethod("setAlpnProtocols", byte[].class); @@ -93,11 +93,11 @@ public class f implements k { m.checkParameterIsNotNull(list, "protocols"); if (a(sSLSocket)) { try { - this.f2830c.invoke(sSLSocket, Boolean.TRUE); + this.f2832c.invoke(sSLSocket, Boolean.TRUE); if (str != null) { this.d.invoke(sSLSocket, str); } - this.f.invoke(sSLSocket, h.f2828c.b(list)); + this.f.invoke(sSLSocket, h.f2830c.b(list)); } catch (IllegalAccessException e) { throw new AssertionError(e); } catch (InvocationTargetException e2) { diff --git a/app/src/main/java/f0/e0/k/i/g.java b/app/src/main/java/f0/e0/k/i/g.java index 2fb2099179..c1d0de5931 100644 --- a/app/src/main/java/f0/e0/k/i/g.java +++ b/app/src/main/java/f0/e0/k/i/g.java @@ -60,7 +60,7 @@ public final class g implements k { BCSSLSocket bCSSLSocket = (BCSSLSocket) sSLSocket; BCSSLParameters parameters = bCSSLSocket.getParameters(); m.checkExpressionValueIsNotNull(parameters, "sslParameters"); - Object[] array = h.f2828c.a(list).toArray(new String[0]); + Object[] array = h.f2830c.a(list).toArray(new String[0]); if (array != null) { parameters.setApplicationProtocols((String[]) array); bCSSLSocket.setParameters(parameters); diff --git a/app/src/main/java/f0/e0/k/i/h.java b/app/src/main/java/f0/e0/k/i/h.java index b9a8927c0d..4b0b7a2772 100644 --- a/app/src/main/java/f0/e0/k/i/h.java +++ b/app/src/main/java/f0/e0/k/i/h.java @@ -7,11 +7,11 @@ public final class h { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Method f2831c; + public final Method f2833c; public h(Method method, Method method2, Method method3) { this.a = method; this.b = method2; - this.f2831c = method3; + this.f2833c = method3; } } diff --git a/app/src/main/java/f0/e0/k/i/i.java b/app/src/main/java/f0/e0/k/i/i.java index 5b59009119..0eccf6ea22 100644 --- a/app/src/main/java/f0/e0/k/i/i.java +++ b/app/src/main/java/f0/e0/k/i/i.java @@ -56,7 +56,7 @@ public final class i implements k { m.checkParameterIsNotNull(list, "protocols"); if (a(sSLSocket)) { Conscrypt.setUseSessionTickets(sSLSocket, true); - Object[] array = h.f2828c.a(list).toArray(new String[0]); + Object[] array = h.f2830c.a(list).toArray(new String[0]); if (array != null) { Conscrypt.setApplicationProtocols(sSLSocket, (String[]) array); return; diff --git a/app/src/main/java/f0/e0/n/d.java b/app/src/main/java/f0/e0/n/d.java index db7b41468b..786a35d7b1 100644 --- a/app/src/main/java/f0/e0/n/d.java +++ b/app/src/main/java/f0/e0/n/d.java @@ -37,7 +37,7 @@ public final class d implements WebSocket, h.a { public final String b; /* renamed from: c reason: collision with root package name */ - public f0.e f2832c; + public f0.e f2834c; public f0.e0.f.a d; public h e; public i f; @@ -55,20 +55,20 @@ public final class d implements WebSocket, h.a { public int r; /* renamed from: s reason: collision with root package name */ - public int f2833s; + public int f2835s; public boolean t; public final Request u; public final WebSocketListener v; public final Random w; /* renamed from: x reason: collision with root package name */ - public final long f2834x; + public final long f2836x; /* renamed from: y reason: collision with root package name */ - public f f2835y = null; + public f f2837y = null; /* renamed from: z reason: collision with root package name */ - public long f2836z; + public long f2838z; /* compiled from: RealWebSocket.kt */ public static final class a { @@ -76,12 +76,12 @@ public final class d implements WebSocket, h.a { public final ByteString b; /* renamed from: c reason: collision with root package name */ - public final long f2837c; + public final long f2839c; public a(int i, ByteString byteString, long j) { this.a = i; this.b = byteString; - this.f2837c = j; + this.f2839c = j; } } @@ -114,8 +114,8 @@ public final class d implements WebSocket, h.a { /* compiled from: RealWebSocket.kt */ /* renamed from: f0.e0.n.d$d reason: collision with other inner class name */ - public final class C0312d extends f0.e0.f.a { - public C0312d() { + public final class C0313d extends f0.e0.f.a { + public C0313d() { super(c.d.b.a.a.H(new StringBuilder(), d.this.h, " writer"), false, 2); } @@ -154,7 +154,7 @@ public final class d implements WebSocket, h.a { dVar.t = true; if (i != -1) { StringBuilder P = c.d.b.a.a.P("sent ping but didn't receive pong within "); - P.append(dVar.f2834x); + P.append(dVar.f2836x); P.append("ms (after "); P.append(i - 1); P.append(" successful ping/pongs)"); @@ -187,7 +187,7 @@ public final class d implements WebSocket, h.a { @Override // f0.e0.f.a public long a() { - f0.e eVar = this.e.f2832c; + f0.e eVar = this.e.f2834c; if (eVar == null) { d0.z.d.m.throwNpe(); } @@ -204,13 +204,13 @@ public final class d implements WebSocket, h.a { this.u = request; this.v = webSocketListener; this.w = random; - this.f2834x = j; - this.f2836z = j2; + this.f2836x = j; + this.f2838z = j2; this.g = dVar.f(); this.j = new ArrayDeque<>(); this.k = new ArrayDeque<>(); this.n = -1; - if (d0.z.d.m.areEqual(ShareTarget.METHOD_GET, request.f2948c)) { + if (d0.z.d.m.areEqual(ShareTarget.METHOD_GET, request.f2950c)) { ByteString.a aVar = ByteString.j; byte[] bArr = new byte[16]; random.nextBytes(bArr); @@ -218,7 +218,7 @@ public final class d implements WebSocket, h.a { return; } StringBuilder P = c.d.b.a.a.P("Request must be GET: "); - P.append(request.f2948c); + P.append(request.f2950c); throw new IllegalArgumentException(P.toString().toString()); } @@ -306,7 +306,7 @@ public final class d implements WebSocket, h.a { @Override // f0.e0.n.h.a public synchronized void f(ByteString byteString) { d0.z.d.m.checkParameterIsNotNull(byteString, "payload"); - this.f2833s++; + this.f2835s++; this.t = false; } @@ -526,7 +526,7 @@ public final class d implements WebSocket, h.a { public final void j(String str, c cVar) throws IOException { d0.z.d.m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkParameterIsNotNull(cVar, "streams"); - f fVar = this.f2835y; + f fVar = this.f2837y; if (fVar == null) { d0.z.d.m.throwNpe(); } @@ -534,9 +534,9 @@ public final class d implements WebSocket, h.a { this.h = str; this.i = cVar; boolean z2 = cVar.i; - this.f = new i(z2, cVar.k, this.w, fVar.a, z2 ? fVar.f2838c : fVar.e, this.f2836z); - this.d = new C0312d(); - long j = this.f2834x; + this.f = new i(z2, cVar.k, this.w, fVar.a, z2 ? fVar.f2840c : fVar.e, this.f2838z); + this.d = new C0313d(); + long j = this.f2836x; if (j != 0) { long nanos = TimeUnit.MILLISECONDS.toNanos(j); String str2 = str + " ping"; @@ -547,7 +547,7 @@ public final class d implements WebSocket, h.a { } } boolean z3 = cVar.i; - this.e = new h(z3, cVar.j, this, fVar.a, z3 ^ true ? fVar.f2838c : fVar.e); + this.e = new h(z3, cVar.j, this, fVar.a, z3 ^ true ? fVar.f2840c : fVar.e); } public final void k() throws IOException { @@ -568,26 +568,26 @@ public final class d implements WebSocket, h.a { hVar.u.A(hVar.p, j); if (!hVar.t) { g0.e eVar = hVar.p; - e.a aVar = hVar.f2839s; + e.a aVar = hVar.f2841s; if (aVar == null) { d0.z.d.m.throwNpe(); } eVar.w(aVar); - hVar.f2839s.b(hVar.p.j - hVar.k); - e.a aVar2 = hVar.f2839s; + hVar.f2841s.b(hVar.p.j - hVar.k); + e.a aVar2 = hVar.f2841s; byte[] bArr = hVar.r; if (bArr == null) { d0.z.d.m.throwNpe(); } g.a(aVar2, bArr); - hVar.f2839s.close(); + hVar.f2841s.close(); } } if (hVar.l) { if (hVar.n) { c cVar = hVar.q; if (cVar == null) { - cVar = new c(hVar.f2840x); + cVar = new c(hVar.f2842x); hVar.q = cVar; } g0.e eVar2 = hVar.p; @@ -704,7 +704,7 @@ public final class d implements WebSocket, h.a { } else { a aVar = ref$ObjectRef8.element; if (aVar != null) { - long j = aVar.f2837c; + long j = aVar.f2839c; String str = this.h + " cancel"; byteString = poll; iVar = iVar4; diff --git a/app/src/main/java/f0/e0/n/e.java b/app/src/main/java/f0/e0/n/e.java index eab609ddb7..172730b1cb 100644 --- a/app/src/main/java/f0/e0/n/e.java +++ b/app/src/main/java/f0/e0/n/e.java @@ -112,7 +112,7 @@ public final class e implements f { i2++; i = 0; } - this.a.f2835y = new f(z2, num, z3, num2, z4, z5); + this.a.f2837y = new f(z2, num, z3, num2, z4, z5); if (!(!z5 && num == null && (num2 == null || (8 <= (intValue = num2.intValue()) && 15 >= intValue)))) { synchronized (this.a) { this.a.k.clear(); diff --git a/app/src/main/java/f0/e0/n/f.java b/app/src/main/java/f0/e0/n/f.java index 3b38db6092..4b4a61206b 100644 --- a/app/src/main/java/f0/e0/n/f.java +++ b/app/src/main/java/f0/e0/n/f.java @@ -8,7 +8,7 @@ public final class f { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final boolean f2838c; + public final boolean f2840c; public final Integer d; public final boolean e; public final boolean f; @@ -16,7 +16,7 @@ public final class f { public f() { this.a = false; this.b = null; - this.f2838c = false; + this.f2840c = false; this.d = null; this.e = false; this.f = false; @@ -25,7 +25,7 @@ public final class f { public f(boolean z2, Integer num, boolean z3, Integer num2, boolean z4, boolean z5) { this.a = z2; this.b = num; - this.f2838c = z3; + this.f2840c = z3; this.d = num2; this.e = z4; this.f = z5; @@ -39,7 +39,7 @@ public final class f { return false; } f fVar = (f) obj; - return this.a == fVar.a && m.areEqual(this.b, fVar.b) && this.f2838c == fVar.f2838c && m.areEqual(this.d, fVar.d) && this.e == fVar.e && this.f == fVar.f; + return this.a == fVar.a && m.areEqual(this.b, fVar.b) && this.f2840c == fVar.f2840c && m.areEqual(this.d, fVar.d) && this.e == fVar.e && this.f == fVar.f; } public int hashCode() { @@ -55,7 +55,7 @@ public final class f { Integer num = this.b; int i6 = 0; int hashCode = (i5 + (num != null ? num.hashCode() : 0)) * 31; - boolean z3 = this.f2838c; + boolean z3 = this.f2840c; if (z3) { z3 = true; } @@ -89,7 +89,7 @@ public final class f { P.append(", clientMaxWindowBits="); P.append(this.b); P.append(", clientNoContextTakeover="); - P.append(this.f2838c); + P.append(this.f2840c); P.append(", serverMaxWindowBits="); P.append(this.d); P.append(", serverNoContextTakeover="); diff --git a/app/src/main/java/f0/e0/n/h.java b/app/src/main/java/f0/e0/n/h.java index 2fa16d4c15..a6729738b0 100644 --- a/app/src/main/java/f0/e0/n/h.java +++ b/app/src/main/java/f0/e0/n/h.java @@ -23,14 +23,14 @@ public final class h implements Closeable { public final byte[] r; /* renamed from: s reason: collision with root package name */ - public final e.a f2839s; + public final e.a f2841s; public final boolean t; public final g u; public final a v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2840x; + public final boolean f2842x; /* compiled from: WebSocketReader.kt */ public interface a { @@ -52,10 +52,10 @@ public final class h implements Closeable { this.u = gVar; this.v = aVar; this.w = z3; - this.f2840x = z4; + this.f2842x = z4; e.a aVar2 = null; this.r = z2 ? null : new byte[4]; - this.f2839s = !z2 ? new e.a() : aVar2; + this.f2841s = !z2 ? new e.a() : aVar2; } public final void a() throws IOException { @@ -65,19 +65,19 @@ public final class h implements Closeable { this.u.A(this.o, j); if (!this.t) { e eVar = this.o; - e.a aVar = this.f2839s; + e.a aVar = this.f2841s; if (aVar == null) { m.throwNpe(); } eVar.w(aVar); - this.f2839s.b(0); - e.a aVar2 = this.f2839s; + this.f2841s.b(0); + e.a aVar2 = this.f2841s; byte[] bArr = this.r; if (bArr == null) { m.throwNpe(); } g.a(aVar2, bArr); - this.f2839s.close(); + this.f2841s.close(); } } switch (this.j) { diff --git a/app/src/main/java/f0/e0/n/i.java b/app/src/main/java/f0/e0/n/i.java index fae990df76..b2fe21347d 100644 --- a/app/src/main/java/f0/e0/n/i.java +++ b/app/src/main/java/f0/e0/n/i.java @@ -24,7 +24,7 @@ public final class i implements Closeable { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2841s; + public final boolean f2843s; public final long t; public i(boolean z2, BufferedSink bufferedSink, Random random, boolean z3, boolean z4, long j) { @@ -34,7 +34,7 @@ public final class i implements Closeable { this.p = bufferedSink; this.q = random; this.r = z3; - this.f2841s = z4; + this.f2843s = z4; this.t = j; this.j = bufferedSink.g(); e.a aVar = null; @@ -128,7 +128,7 @@ public final class i implements Closeable { if (this.r && ((long) byteString.j()) >= this.t) { a aVar = this.l; if (aVar == null) { - aVar = new a(this.f2841s); + aVar = new a(this.f2843s); this.l = aVar; } e eVar = this.i; @@ -194,7 +194,7 @@ public final class i implements Closeable { e eVar5 = this.j; s N = eVar5.N(8); byte[] bArr = N.a; - int i5 = N.f2864c; + int i5 = N.f2866c; int i6 = i5 + 1; bArr[i5] = (byte) ((int) ((j4 >>> 56) & 255)); int i7 = i6 + 1; @@ -210,7 +210,7 @@ public final class i implements Closeable { int i12 = i11 + 1; bArr[i11] = (byte) ((int) ((j4 >>> 8) & 255)); bArr[i12] = (byte) ((int) (j4 & 255)); - N.f2864c = i12 + 1; + N.f2866c = i12 + 1; eVar5.j += 8; } if (this.o) { diff --git a/app/src/main/java/f0/f0/a.java b/app/src/main/java/f0/f0/a.java index 88bb97b0e9..a071260f19 100644 --- a/app/src/main/java/f0/f0/a.java +++ b/app/src/main/java/f0/f0/a.java @@ -26,12 +26,12 @@ public final class a implements Interceptor { public volatile Set b = n0.emptySet(); /* renamed from: c reason: collision with root package name */ - public volatile EnumC0313a f2842c = EnumC0313a.NONE; + public volatile EnumC0314a f2844c = EnumC0314a.NONE; public final b d; /* compiled from: HttpLoggingInterceptor.kt */ /* renamed from: f0.f0.a$a reason: collision with other inner class name */ - public enum EnumC0313a { + public enum EnumC0314a { NONE, BASIC, HEADERS, @@ -77,18 +77,18 @@ public final class a implements Interceptor { Charset charset; Charset charset2; m.checkParameterIsNotNull(chain, "chain"); - EnumC0313a aVar = this.f2842c; + EnumC0314a aVar = this.f2844c; g gVar = (g) chain; Request request = gVar.f; - if (aVar == EnumC0313a.NONE) { + if (aVar == EnumC0314a.NONE) { return gVar.a(request); } - boolean z2 = aVar == EnumC0313a.BODY; - boolean z3 = z2 || aVar == EnumC0313a.HEADERS; + boolean z2 = aVar == EnumC0314a.BODY; + boolean z3 = z2 || aVar == EnumC0314a.HEADERS; RequestBody requestBody = request.e; k b2 = gVar.b(); StringBuilder P = c.d.b.a.a.P("--> "); - P.append(request.f2948c); + P.append(request.f2950c); P.append(' '); P.append(request.b); if (b2 != null) { @@ -128,24 +128,24 @@ public final class a implements Interceptor { if (!z2 || requestBody == null) { b bVar2 = this.d; StringBuilder P4 = c.d.b.a.a.P("--> END "); - P4.append(request.f2948c); + P4.append(request.f2950c); bVar2.log(P4.toString()); } else if (a(request.d)) { b bVar3 = this.d; StringBuilder P5 = c.d.b.a.a.P("--> END "); - P5.append(request.f2948c); + P5.append(request.f2950c); P5.append(" (encoded body omitted)"); bVar3.log(P5.toString()); } else if (requestBody.isDuplex()) { b bVar4 = this.d; StringBuilder P6 = c.d.b.a.a.P("--> END "); - P6.append(request.f2948c); + P6.append(request.f2950c); P6.append(" (duplex request body omitted)"); bVar4.log(P6.toString()); } else if (requestBody.isOneShot()) { b bVar5 = this.d; StringBuilder P7 = c.d.b.a.a.P("--> END "); - P7.append(request.f2948c); + P7.append(request.f2950c); P7.append(" (one-shot body omitted)"); bVar5.log(P7.toString()); } else { @@ -161,7 +161,7 @@ public final class a implements Interceptor { this.d.log(eVar.L(charset2)); b bVar6 = this.d; StringBuilder P8 = c.d.b.a.a.P("--> END "); - P8.append(request.f2948c); + P8.append(request.f2950c); P8.append(" ("); P8.append(requestBody.contentLength()); P8.append("-byte body)"); @@ -169,7 +169,7 @@ public final class a implements Interceptor { } else { b bVar7 = this.d; StringBuilder P9 = c.d.b.a.a.P("--> END "); - P9.append(request.f2948c); + P9.append(request.f2950c); P9.append(" (binary "); P9.append(requestBody.contentLength()); P9.append("-byte body omitted)"); diff --git a/app/src/main/java/f0/g.java b/app/src/main/java/f0/g.java index 3ae828acdf..08723b8d0d 100644 --- a/app/src/main/java/f0/g.java +++ b/app/src/main/java/f0/g.java @@ -27,7 +27,7 @@ public final class g { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final Set f2843c; + public final Set f2845c; public final c d; /* compiled from: CertificatePinner.kt */ @@ -62,11 +62,11 @@ public final class g { } b bVar = (b) obj; Objects.requireNonNull(bVar); - if (!m.areEqual(null, null)) { + if (!m.areEqual((Object) null, (Object) null)) { return false; } Objects.requireNonNull(bVar); - if (!m.areEqual(null, null)) { + if (!m.areEqual((Object) null, (Object) null)) { return false; } Objects.requireNonNull(bVar); @@ -87,14 +87,14 @@ public final class g { public g(Set set, c cVar) { m.checkParameterIsNotNull(set, "pins"); - this.f2843c = set; + this.f2845c = set; this.d = cVar; } public g(Set set, c cVar, int i) { int i2 = i & 2; m.checkParameterIsNotNull(set, "pins"); - this.f2843c = set; + this.f2845c = set; this.d = null; } @@ -102,7 +102,7 @@ public final class g { m.checkParameterIsNotNull(str, "hostname"); m.checkParameterIsNotNull(function0, "cleanedPeerCertificatesFn"); m.checkParameterIsNotNull(str, "hostname"); - Set set = this.f2843c; + Set set = this.f2845c; List emptyList = n.emptyList(); for (Object obj : set) { Objects.requireNonNull((b) obj); @@ -111,7 +111,7 @@ public final class g { throw null; } else if (t.startsWith$default(null, "*.", false, 2, null)) { throw null; - } else if (m.areEqual(str, null)) { + } else if (m.areEqual(str, (Object) null)) { if (emptyList.isEmpty()) { emptyList = new ArrayList(); } @@ -165,13 +165,13 @@ public final class g { public final g b(c cVar) { m.checkParameterIsNotNull(cVar, "certificateChainCleaner"); - return m.areEqual(this.d, cVar) ? this : new g(this.f2843c, cVar); + return m.areEqual(this.d, cVar) ? this : new g(this.f2845c, cVar); } public boolean equals(Object obj) { if (obj instanceof g) { g gVar = (g) obj; - if (m.areEqual(gVar.f2843c, this.f2843c) && m.areEqual(gVar.d, this.d)) { + if (m.areEqual(gVar.f2845c, this.f2845c) && m.areEqual(gVar.d, this.d)) { return true; } } @@ -179,7 +179,7 @@ public final class g { } public int hashCode() { - int hashCode = (this.f2843c.hashCode() + 1517) * 41; + int hashCode = (this.f2845c.hashCode() + 1517) * 41; c cVar = this.d; return hashCode + (cVar != null ? cVar.hashCode() : 0); } diff --git a/app/src/main/java/f0/j.java b/app/src/main/java/f0/j.java index 4ea253ec6f..a799ccc79a 100644 --- a/app/src/main/java/f0/j.java +++ b/app/src/main/java/f0/j.java @@ -14,7 +14,7 @@ public final class j { public static final Map b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public static final j f2844c; + public static final j f2846c; public static final j d; public static final j e; public static final j f; @@ -32,7 +32,7 @@ public final class j { public static final j r; /* renamed from: s reason: collision with root package name */ - public static final b f2845s; + public static final b f2847s; public final String t; /* compiled from: CipherSuite.kt */ @@ -123,7 +123,7 @@ public final class j { static { b bVar = new b(null); - f2845s = bVar; + f2847s = bVar; b.a(bVar, "SSL_RSA_WITH_NULL_MD5", 1); b.a(bVar, "SSL_RSA_WITH_NULL_SHA", 2); b.a(bVar, "SSL_RSA_EXPORT_WITH_RC4_40_MD5", 3); @@ -131,7 +131,7 @@ public final class j { b.a(bVar, "SSL_RSA_WITH_RC4_128_SHA", 5); b.a(bVar, "SSL_RSA_EXPORT_WITH_DES40_CBC_SHA", 8); b.a(bVar, "SSL_RSA_WITH_DES_CBC_SHA", 9); - f2844c = b.a(bVar, "SSL_RSA_WITH_3DES_EDE_CBC_SHA", 10); + f2846c = b.a(bVar, "SSL_RSA_WITH_3DES_EDE_CBC_SHA", 10); b.a(bVar, "SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA", 17); b.a(bVar, "SSL_DHE_DSS_WITH_DES_CBC_SHA", 18); b.a(bVar, "SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA", 19); diff --git a/app/src/main/java/f0/m.java b/app/src/main/java/f0/m.java index 3117adfba4..0f0125cddd 100644 --- a/app/src/main/java/f0/m.java +++ b/app/src/main/java/f0/m.java @@ -16,7 +16,7 @@ public final class m { public static final j[] b; /* renamed from: c reason: collision with root package name */ - public static final m f2846c; + public static final m f2848c; public static final m d = new m(false, false, null, null); public final boolean e; public final boolean f; @@ -29,14 +29,14 @@ public final class m { public String[] b; /* renamed from: c reason: collision with root package name */ - public String[] f2847c; + public String[] f2849c; public boolean d; public a(m mVar) { d0.z.d.m.checkParameterIsNotNull(mVar, "connectionSpec"); this.a = mVar.e; this.b = mVar.g; - this.f2847c = mVar.h; + this.f2849c = mVar.h; this.d = mVar.f; } @@ -45,7 +45,7 @@ public final class m { } public final m a() { - return new m(this.a, this.d, this.b, this.f2847c); + return new m(this.a, this.d, this.b, this.f2849c); } public final a b(String... strArr) { @@ -96,7 +96,7 @@ public final class m { if (!(strArr.length == 0)) { Object clone = strArr.clone(); if (clone != null) { - this.f2847c = (String[]) clone; + this.f2849c = (String[]) clone; return this; } throw new TypeCastException("null cannot be cast to non-null type kotlin.Array"); @@ -137,7 +137,7 @@ public final class m { j jVar9 = j.n; j[] jVarArr = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9}; a = jVarArr; - j[] jVarArr2 = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9, j.h, j.i, j.f, j.g, j.d, j.e, j.f2844c}; + j[] jVarArr2 = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9, j.h, j.i, j.f, j.g, j.d, j.e, j.f2846c}; b = jVarArr2; a aVar = new a(true); aVar.c((j[]) Arrays.copyOf(jVarArr, jVarArr.length)); @@ -150,7 +150,7 @@ public final class m { aVar2.c((j[]) Arrays.copyOf(jVarArr2, jVarArr2.length)); aVar2.f(d0Var, d0Var2); aVar2.d(true); - f2846c = aVar2.a(); + f2848c = aVar2.a(); a aVar3 = new a(true); aVar3.c((j[]) Arrays.copyOf(jVarArr2, jVarArr2.length)); aVar3.f(d0Var, d0Var2, d0.TLS_1_1, d0.TLS_1_0); @@ -172,7 +172,7 @@ public final class m { } ArrayList arrayList = new ArrayList(strArr.length); for (String str : strArr) { - arrayList.add(j.f2845s.b(str)); + arrayList.add(j.f2847s.b(str)); } return u.toList(arrayList); } @@ -191,7 +191,7 @@ public final class m { return true; } String[] enabledCipherSuites = sSLSocket.getEnabledCipherSuites(); - j.b bVar = j.f2845s; + j.b bVar = j.f2847s; Comparator comparator = j.a; return c.k(strArr2, enabledCipherSuites, j.a); } diff --git a/app/src/main/java/f0/n.java b/app/src/main/java/f0/n.java index 29dc402465..f580e758cc 100644 --- a/app/src/main/java/f0/n.java +++ b/app/src/main/java/f0/n.java @@ -21,7 +21,7 @@ public final class n { public static final Pattern b = Pattern.compile("(?i)(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec).*"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f2848c = Pattern.compile("(\\d{1,2})[^\\d]*"); + public static final Pattern f2850c = Pattern.compile("(\\d{1,2})[^\\d]*"); public static final Pattern d = Pattern.compile("(\\d{1,2}):(\\d{1,2}):(\\d{1,2})[^\\d]*"); public static final a e = new a(null); public final String f; @@ -86,7 +86,7 @@ public final class n { String group3 = matcher.group(3); m.checkExpressionValueIsNotNull(group3, "matcher.group(3)"); i8 = Integer.parseInt(group3); - } else if (i5 != -1 || !matcher.usePattern(n.f2848c).matches()) { + } else if (i5 != -1 || !matcher.usePattern(n.f2850c).matches()) { if (i6 == -1) { Pattern pattern = n.b; if (matcher.usePattern(pattern).matches()) { @@ -194,7 +194,7 @@ public final class n { if (!(m.areEqual(b2, str3) || (t.startsWith$default(b2, str3, false, 2, null) && (t.endsWith$default(str3, AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, false, 2, null) || b2.charAt(str3.length()) == '/')))) { return false; } - return !this.k || wVar.f2853c; + return !this.k || wVar.f2855c; } public boolean equals(Object obj) { diff --git a/app/src/main/java/f0/q.java b/app/src/main/java/f0/q.java index 13d93ac7b7..eed18af264 100644 --- a/app/src/main/java/f0/q.java +++ b/app/src/main/java/f0/q.java @@ -23,7 +23,7 @@ public final class q { public final ArrayDeque b = new ArrayDeque<>(); /* renamed from: c reason: collision with root package name */ - public final ArrayDeque f2849c = new ArrayDeque<>(); + public final ArrayDeque f2851c = new ArrayDeque<>(); public final ArrayDeque d = new ArrayDeque<>(); public final synchronized void a() { @@ -31,7 +31,7 @@ public final class q { while (it.hasNext()) { it.next().k.cancel(); } - Iterator it2 = this.f2849c.iterator(); + Iterator it2 = this.f2851c.iterator(); while (it2.hasNext()) { it2.next().k.cancel(); } @@ -53,7 +53,7 @@ public final class q { public final void c(e.a aVar) { m.checkParameterIsNotNull(aVar, NotificationCompat.CATEGORY_CALL); aVar.i.decrementAndGet(); - b(this.f2849c, aVar); + b(this.f2851c, aVar); } /* JADX WARNING: Removed duplicated region for block: B:25:0x0067 */ @@ -72,18 +72,18 @@ public final class q { break; } e.a next = it.next(); - if (this.f2849c.size() >= 64) { + if (this.f2851c.size() >= 64) { break; } else if (next.i.get() < 5) { it.remove(); next.i.incrementAndGet(); m.checkExpressionValueIsNotNull(next, "asyncCall"); arrayList.add(next); - this.f2849c.add(next); + this.f2851c.add(next); } } synchronized (this) { - size = this.f2849c.size() + this.d.size(); + size = this.f2851c.size() + this.d.size(); } size2 = arrayList.size(); for (i = 0; i < size2; i++) { @@ -103,7 +103,7 @@ public final class q { } Objects.requireNonNull(aVar); m.checkParameterIsNotNull(executorService, "executorService"); - q qVar = aVar.k.f2803x.l; + q qVar = aVar.k.f2805x.l; byte[] bArr2 = c.a; try { executorService.execute(aVar); @@ -112,9 +112,9 @@ public final class q { interruptedIOException.initCause(e); aVar.k.l(interruptedIOException); aVar.j.b(aVar.k, interruptedIOException); - aVar.k.f2803x.l.c(aVar); + aVar.k.f2805x.l.c(aVar); } catch (Throwable th) { - aVar.k.f2803x.l.c(aVar); + aVar.k.f2805x.l.c(aVar); throw th; } } diff --git a/app/src/main/java/f0/u.java b/app/src/main/java/f0/u.java index 720a37cc9e..162651b66a 100644 --- a/app/src/main/java/f0/u.java +++ b/app/src/main/java/f0/u.java @@ -17,7 +17,7 @@ public final class u extends RequestBody { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2850c; + public final List f2852c; /* compiled from: FormBody.kt */ public static final class a { @@ -25,18 +25,18 @@ public final class u extends RequestBody { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final Charset f2851c = null; + public final Charset f2853c = null; } static { - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; } public u(List list, List list2) { m.checkParameterIsNotNull(list, "encodedNames"); m.checkParameterIsNotNull(list2, "encodedValues"); this.b = c.z(list); - this.f2850c = c.z(list2); + this.f2852c = c.z(list2); } public final long a(BufferedSink bufferedSink, boolean z2) { @@ -56,7 +56,7 @@ public final class u extends RequestBody { } eVar.b0(this.b.get(i)); eVar.T(61); - eVar.b0(this.f2850c.get(i)); + eVar.b0(this.f2852c.get(i)); } if (!z2) { return 0; diff --git a/app/src/main/java/f0/v.java b/app/src/main/java/f0/v.java index 139e6d9028..811ff1294d 100644 --- a/app/src/main/java/f0/v.java +++ b/app/src/main/java/f0/v.java @@ -21,7 +21,7 @@ public final class v { public final d0 b; /* renamed from: c reason: collision with root package name */ - public final j f2852c; + public final j f2854c; public final List d; /* compiled from: Handshake.kt */ @@ -72,7 +72,7 @@ public final class v { m.checkParameterIsNotNull(list, "localCertificates"); m.checkParameterIsNotNull(function0, "peerCertificatesFn"); this.b = d0Var; - this.f2852c = jVar; + this.f2854c = jVar; this.d = list; this.a = g.lazy(new b(function0)); } @@ -86,7 +86,7 @@ public final class v { if (hashCode == 1019404634 ? cipherSuite.equals("TLS_NULL_WITH_NULL_NULL") : hashCode == 1208658923 && cipherSuite.equals("SSL_NULL_WITH_NULL_NULL")) { throw new IOException(c.d.b.a.a.u("cipherSuite == ", cipherSuite)); } - j b2 = j.f2845s.b(cipherSuite); + j b2 = j.f2847s.b(cipherSuite); String protocol = sSLSession.getProtocol(); if (protocol == null) { throw new IllegalStateException("tlsVersion == null".toString()); @@ -126,7 +126,7 @@ public final class v { public boolean equals(Object obj) { if (obj instanceof v) { v vVar = (v) obj; - if (vVar.b == this.b && m.areEqual(vVar.f2852c, this.f2852c) && m.areEqual(vVar.c(), c()) && m.areEqual(vVar.d, this.d)) { + if (vVar.b == this.b && m.areEqual(vVar.f2854c, this.f2854c) && m.areEqual(vVar.c(), c()) && m.areEqual(vVar.d, this.d)) { return true; } } @@ -134,7 +134,7 @@ public final class v { } public int hashCode() { - int hashCode = this.f2852c.hashCode(); + int hashCode = this.f2854c.hashCode(); int hashCode2 = c().hashCode(); return this.d.hashCode() + ((hashCode2 + ((hashCode + ((this.b.hashCode() + 527) * 31)) * 31)) * 31); } @@ -150,7 +150,7 @@ public final class v { U.append(this.b); U.append(' '); U.append("cipherSuite="); - U.append(this.f2852c); + U.append(this.f2854c); U.append(' '); U.append("peerCertificates="); U.append(obj); diff --git a/app/src/main/java/f0/w.java b/app/src/main/java/f0/w.java index db027f5cb2..4324131aa6 100644 --- a/app/src/main/java/f0/w.java +++ b/app/src/main/java/f0/w.java @@ -26,7 +26,7 @@ public final class w { public static final b b = new b(null); /* renamed from: c reason: collision with root package name */ - public final boolean f2853c; + public final boolean f2855c; public final String d; public final String e; public final String f; @@ -39,11 +39,11 @@ public final class w { /* compiled from: HttpUrl.kt */ public static final class a { - public static final C0314a a = new C0314a(null); + public static final C0315a a = new C0315a(null); public String b; /* renamed from: c reason: collision with root package name */ - public String f2854c = ""; + public String f2856c = ""; public String d = ""; public String e; public int f = -1; @@ -53,8 +53,8 @@ public final class w { /* compiled from: HttpUrl.kt */ /* renamed from: f0.w$a$a reason: collision with other inner class name */ - public static final class C0314a { - public C0314a(DefaultConstructorMarker defaultConstructorMarker) { + public static final class C0315a { + public C0315a(DefaultConstructorMarker defaultConstructorMarker) { } } @@ -88,7 +88,7 @@ public final class w { String str = this.b; if (str != null) { b bVar = w.b; - String d = b.d(bVar, this.f2854c, 0, 0, false, 7); + String d = b.d(bVar, this.f2856c, 0, 0, false, 7); String d2 = b.d(bVar, this.d, 0, 0, false, 7); String str2 = this.e; if (str2 != null) { @@ -279,9 +279,9 @@ public final class w { i19 = g; String a2 = b.a(bVar, str, i23, f, " \"':;<=>@[]^`{}|/\\?#", true, false, false, false, null, 240); if (z4) { - a2 = this.f2854c + "%40" + a2; + a2 = this.f2856c + "%40" + a2; } - this.f2854c = a2; + this.f2856c = a2; if (f != i19) { this.d = b.a(bVar, str, f + 1, i19, " \"':;<=>@[]^`{}|/\\?#", true, false, false, false, null, 240); z2 = true; @@ -386,7 +386,7 @@ public final class w { throw new IllegalArgumentException(P3.toString().toString()); } } else { - this.f2854c = wVar.e(); + this.f2856c = wVar.e(); this.d = wVar.a(); this.e = wVar.g; this.f = wVar.h; @@ -557,9 +557,9 @@ public final class w { sb.append("//"); } boolean z2 = true; - if (!(this.f2854c.length() > 0)) { + if (!(this.f2856c.length() > 0)) { } - sb.append(this.f2854c); + sb.append(this.f2856c); if (this.d.length() <= 0) { z2 = false; } @@ -878,7 +878,7 @@ public final class w { this.j = list2; this.k = str5; this.l = str6; - this.f2853c = m.areEqual(str, Constants.SCHEME); + this.f2855c = m.areEqual(str, Constants.SCHEME); } public final String a() { @@ -976,7 +976,7 @@ public final class w { aVar.b = this.d; String e = e(); m.checkParameterIsNotNull(e, ""); - aVar.f2854c = e; + aVar.f2856c = e; String a2 = a(); m.checkParameterIsNotNull(a2, ""); aVar.d = a2; @@ -1056,7 +1056,7 @@ public final class w { Objects.requireNonNull(g); m.checkParameterIsNotNull("", "username"); b bVar = b; - g.f2854c = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); + g.f2856c = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); m.checkParameterIsNotNull("", "password"); g.d = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); return g.b().l; diff --git a/app/src/main/java/f0/x.java b/app/src/main/java/f0/x.java index d639be5f5f..1a13083073 100644 --- a/app/src/main/java/f0/x.java +++ b/app/src/main/java/f0/x.java @@ -33,7 +33,7 @@ import okhttp3.WebSocketListener; /* compiled from: OkHttpClient.kt */ public class x implements Cloneable, e.a { public static final List i = c.m(y.HTTP_2, y.HTTP_1_1); - public static final List j = c.m(m.f2846c, m.d); + public static final List j = c.m(m.f2848c, m.d); public static final b k = new b(null); public final SSLSocketFactory A; public final X509TrustManager B; @@ -58,20 +58,20 @@ public class x implements Cloneable, e.a { public final c r; /* renamed from: s reason: collision with root package name */ - public final boolean f2855s; + public final boolean f2857s; public final boolean t; public final p u; public final s v; public final Proxy w; /* renamed from: x reason: collision with root package name */ - public final ProxySelector f2856x; + public final ProxySelector f2858x; /* renamed from: y reason: collision with root package name */ - public final c f2857y; + public final c f2859y; /* renamed from: z reason: collision with root package name */ - public final SocketFactory f2858z; + public final SocketFactory f2860z; /* compiled from: OkHttpClient.kt */ public static final class a { @@ -82,7 +82,7 @@ public class x implements Cloneable, e.a { public l b = new l(); /* renamed from: c reason: collision with root package name */ - public final List f2859c = new ArrayList(); + public final List f2861c = new ArrayList(); public final List d = new ArrayList(); public t.b e; public boolean f; @@ -100,20 +100,20 @@ public class x implements Cloneable, e.a { public List r; /* renamed from: s reason: collision with root package name */ - public List f2860s; + public List f2862s; public HostnameVerifier t; public g u; public f0.e0.m.c v; public int w; /* renamed from: x reason: collision with root package name */ - public int f2861x; + public int f2863x; /* renamed from: y reason: collision with root package name */ - public int f2862y; + public int f2864y; /* renamed from: z reason: collision with root package name */ - public int f2863z; + public int f2865z; public a() { t tVar = t.a; @@ -132,18 +132,18 @@ public class x implements Cloneable, e.a { this.o = socketFactory; b bVar = x.k; this.r = x.j; - this.f2860s = x.i; + this.f2862s = x.i; this.t = d.a; this.u = g.a; - this.f2861x = 10000; - this.f2862y = 10000; - this.f2863z = 10000; + this.f2863x = 10000; + this.f2864y = 10000; + this.f2865z = 10000; this.B = Permission.VIEW_CHANNEL; } public final a a(long j, TimeUnit timeUnit) { m.checkParameterIsNotNull(timeUnit, "unit"); - this.f2862y = c.b("timeout", j, timeUnit); + this.f2864y = c.b("timeout", j, timeUnit); return this; } @@ -155,7 +155,7 @@ public class x implements Cloneable, e.a { } this.p = sSLSocketFactory; m.checkParameterIsNotNull(x509TrustManager, "trustManager"); - h.a aVar = h.f2828c; + h.a aVar = h.f2830c; this.v = h.a.b(x509TrustManager); this.q = x509TrustManager; return this; @@ -185,12 +185,12 @@ public class x implements Cloneable, e.a { m.checkParameterIsNotNull(aVar, "builder"); this.l = aVar.a; this.m = aVar.b; - this.n = c.z(aVar.f2859c); + this.n = c.z(aVar.f2861c); this.o = c.z(aVar.d); this.p = aVar.e; this.q = aVar.f; this.r = aVar.g; - this.f2855s = aVar.h; + this.f2857s = aVar.h; this.t = aVar.i; this.u = aVar.j; this.v = aVar.k; @@ -205,17 +205,17 @@ public class x implements Cloneable, e.a { proxySelector = f0.e0.l.a.a; } } - this.f2856x = proxySelector; - this.f2857y = aVar.n; - this.f2858z = aVar.o; + this.f2858x = proxySelector; + this.f2859y = aVar.n; + this.f2860z = aVar.o; List list2 = aVar.r; this.C = list2; - this.D = aVar.f2860s; + this.D = aVar.f2862s; this.E = aVar.t; this.H = aVar.w; - this.I = aVar.f2861x; - this.J = aVar.f2862y; - this.K = aVar.f2863z; + this.I = aVar.f2863x; + this.J = aVar.f2864y; + this.K = aVar.f2865z; this.L = aVar.A; this.M = aVar.B; l lVar = aVar.C; @@ -258,7 +258,7 @@ public class x implements Cloneable, e.a { } this.F = gVar.b(cVar); } else { - h.a aVar2 = h.f2828c; + h.a aVar2 = h.f2830c; X509TrustManager n = h.a.n(); this.B = n; h hVar = h.a; @@ -362,30 +362,30 @@ public class x implements Cloneable, e.a { a aVar = new a(); aVar.a = this.l; aVar.b = this.m; - r.addAll(aVar.f2859c, this.n); + r.addAll(aVar.f2861c, this.n); r.addAll(aVar.d, this.o); aVar.e = this.p; aVar.f = this.q; aVar.g = this.r; - aVar.h = this.f2855s; + aVar.h = this.f2857s; aVar.i = this.t; aVar.j = this.u; aVar.k = this.v; aVar.l = this.w; - aVar.m = this.f2856x; - aVar.n = this.f2857y; - aVar.o = this.f2858z; + aVar.m = this.f2858x; + aVar.n = this.f2859y; + aVar.o = this.f2860z; aVar.p = this.A; aVar.q = this.B; aVar.r = this.C; - aVar.f2860s = this.D; + aVar.f2862s = this.D; aVar.t = this.E; aVar.u = this.F; aVar.v = this.G; aVar.w = this.H; - aVar.f2861x = this.I; - aVar.f2862y = this.J; - aVar.f2863z = this.K; + aVar.f2863x = this.I; + aVar.f2864y = this.J; + aVar.f2865z = this.K; aVar.A = this.L; aVar.B = this.M; aVar.C = this.N; @@ -421,12 +421,12 @@ public class x implements Cloneable, e.a { throw new IllegalArgumentException(("protocols must not contain http/1.0: " + mutableList).toString()); } else if (!mutableList.contains(null)) { mutableList.remove(y.SPDY_3); - if (!m.areEqual(mutableList, f.f2860s)) { + if (!m.areEqual(mutableList, f.f2862s)) { f.C = null; } List unmodifiableList = Collections.unmodifiableList(mutableList); m.checkExpressionValueIsNotNull(unmodifiableList, "Collections.unmodifiableList(protocolsCopy)"); - f.f2860s = unmodifiableList; + f.f2862s = unmodifiableList; x xVar = new x(f); Request.a aVar = new Request.a(dVar.u); aVar.b("Upgrade", "websocket"); @@ -436,7 +436,7 @@ public class x implements Cloneable, e.a { aVar.b("Sec-WebSocket-Extensions", "permessage-deflate"); Request a2 = aVar.a(); f0.e0.g.e eVar = new f0.e0.g.e(xVar, a2, true); - dVar.f2832c = eVar; + dVar.f2834c = eVar; eVar.e(new f0.e0.n.e(dVar, a2)); } else { throw new IllegalArgumentException("protocols must not contain null".toString()); diff --git a/app/src/main/java/g0/b.java b/app/src/main/java/g0/b.java index f1bd45659d..a23271abba 100644 --- a/app/src/main/java/g0/b.java +++ b/app/src/main/java/g0/b.java @@ -56,8 +56,8 @@ public class b extends y { /* compiled from: AsyncTimeout.kt */ /* renamed from: g0.b$b reason: collision with other inner class name */ - public static final class C0315b extends Thread { - public C0315b() { + public static final class C0316b extends Thread { + public C0316b() { super("Okio Watchdog"); setDaemon(true); } @@ -100,7 +100,7 @@ public class b extends y { synchronized (b.class) { if (g == null) { g = new b(); - new C0315b().start(); + new C0316b().start(); } long nanoTime = System.nanoTime(); if (i != 0 && z2) { diff --git a/app/src/main/java/g0/c.java b/app/src/main/java/g0/c.java index ff8a66a7f5..2bccc55bb3 100644 --- a/app/src/main/java/g0/c.java +++ b/app/src/main/java/g0/c.java @@ -79,7 +79,7 @@ public final class c implements v { if (j2 >= ((long) 65536)) { break; } - j2 += (long) (sVar.f2864c - sVar.b); + j2 += (long) (sVar.f2866c - sVar.b); if (j2 >= j) { j2 = j; break; diff --git a/app/src/main/java/g0/e.java b/app/src/main/java/g0/e.java index 0b19c45f78..7c9a355e26 100644 --- a/app/src/main/java/g0/e.java +++ b/app/src/main/java/g0/e.java @@ -51,10 +51,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - int i3 = sVar2.f2864c; + int i3 = sVar2.f2866c; long j4 = (long) (i3 - sVar2.b); if (j4 > j3) { - sVar2.f2864c = i3 - ((int) j3); + sVar2.f2866c = i3 - ((int) j3); break; } eVar.i = sVar2.a(); @@ -77,9 +77,9 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { boolean z2 = true; while (j5 > 0) { s N = eVar.N(i); - int min = (int) Math.min(j5, (long) (8192 - N.f2864c)); - int i4 = N.f2864c + min; - N.f2864c = i4; + int min = (int) Math.min(j5, (long) (8192 - N.f2866c)); + int i4 = N.f2866c + min; + N.f2866c = i4; j5 -= (long) min; if (z2) { this.k = N; @@ -141,7 +141,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i2 = sVar.f2864c; + int i2 = sVar.f2866c; int i3 = sVar.b; if (j < ((long) (i2 - i3)) + j2) { break; @@ -158,7 +158,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - j3 -= (long) (sVar2.f2864c - sVar2.b); + j3 -= (long) (sVar2.f2866c - sVar2.b); } sVar = sVar2; j2 = j3; @@ -171,7 +171,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { byte[] bArr = sVar.a; byte[] copyOf = Arrays.copyOf(bArr, bArr.length); m.checkExpressionValueIsNotNull(copyOf, "java.util.Arrays.copyOf(this, size)"); - s sVar4 = new s(copyOf, sVar.b, sVar.f2864c, false, true); + s sVar4 = new s(copyOf, sVar.b, sVar.f2866c, false, true); if (eVar.i == sVar) { eVar.i = sVar4; } @@ -192,7 +192,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { this.m = sVar.a; int i4 = sVar.b + ((int) (j - j2)); this.n = i4; - int i5 = sVar.f2864c; + int i5 = sVar.f2866c; this.o = i5; return i5 - i4; } @@ -284,7 +284,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i2 = sVar.b; - if (((long) i2) + j > ((long) sVar.f2864c)) { + if (((long) i2) + j > ((long) sVar.f2866c)) { return new String(Y(j), charset); } int i3 = (int) j; @@ -292,7 +292,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i4 = sVar.b + i3; sVar.b = i4; this.j -= j; - if (i4 == sVar.f2864c) { + if (i4 == sVar.f2866c) { this.i = sVar.a(); t.a(sVar); } @@ -423,7 +423,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i5 = sVar.f2864c; + int i5 = sVar.f2866c; int i6 = sVar.b; if (i5 != i6) { i3 += i5 - i6; @@ -442,7 +442,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } bArr[i7] = sVar2.a; - i2 += sVar2.f2864c - sVar2.b; + i2 += sVar2.f2866c - sVar2.b; iArr[i7] = Math.min(i2, i); iArr[i7 + i4] = sVar2.b; sVar2.d = true; @@ -473,7 +473,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - if (sVar2.f2864c + i <= 8192 && sVar2.e) { + if (sVar2.f2866c + i <= 8192 && sVar2.e) { return sVar2; } s b3 = t.b(); @@ -515,10 +515,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i3 = i2 + i; while (i < i3) { s N = N(1); - int min = Math.min(i3 - i, 8192 - N.f2864c); + int min = Math.min(i3 - i, 8192 - N.f2866c); int i4 = i + min; - j.copyInto(bArr, N.a, N.f2864c, i, i4); - N.f2864c += min; + j.copyInto(bArr, N.a, N.f2866c, i, i4); + N.f2866c += min; i = i4; } this.j += j; @@ -528,8 +528,8 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e T(int i) { s N = N(1); byte[] bArr = N.a; - int i2 = N.f2864c; - N.f2864c = i2 + 1; + int i2 = N.f2866c; + N.f2866c = i2 + 1; bArr[i2] = (byte) i; this.j++; return this; @@ -565,7 +565,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } s N = N(i2); byte[] bArr = N.a; - int i3 = N.f2864c + i2; + int i3 = N.f2866c + i2; while (j != 0) { long j2 = (long) 10; i3--; @@ -575,7 +575,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (z2) { bArr[i3 - 1] = (byte) 45; } - N.f2864c += i2; + N.f2866c += i2; this.j += (long) i2; } return this; @@ -600,12 +600,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i = (int) ((((j12 & 63) + ((j12 >>> 32) & 63)) + ((long) 3)) / ((long) 4)); s N = N(i); byte[] bArr = N.a; - int i2 = N.f2864c; + int i2 = N.f2866c; for (int i3 = (i2 + i) - 1; i3 >= i2; i3--) { bArr[i3] = g0.z.a.a[(int) (15 & j)]; j >>>= 4; } - N.f2864c += i; + N.f2866c += i; this.j += (long) i; } return this; @@ -614,7 +614,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e W(int i) { s N = N(4); byte[] bArr = N.a; - int i2 = N.f2864c; + int i2 = N.f2866c; int i3 = i2 + 1; bArr[i2] = (byte) ((i >>> 24) & 255); int i4 = i3 + 1; @@ -622,7 +622,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i5 = i4 + 1; bArr[i4] = (byte) ((i >>> 8) & 255); bArr[i5] = (byte) (i & 255); - N.f2864c = i5 + 1; + N.f2866c = i5 + 1; this.j += 4; return this; } @@ -648,11 +648,11 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e a0(int i) { s N = N(2); byte[] bArr = N.a; - int i2 = N.f2864c; + int i2 = N.f2866c; int i3 = i2 + 1; bArr[i2] = (byte) ((i >>> 8) & 255); bArr[i3] = (byte) (i & 255); - N.f2864c = i3 + 1; + N.f2866c = i3 + 1; this.j += 2; return this; } @@ -701,7 +701,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (charAt2 < 128) { s N = N(1); byte[] bArr = N.a; - int i3 = N.f2864c - i; + int i3 = N.f2866c - i; int min = Math.min(i2, 8192 - i3); int i4 = i + 1; bArr[i + i3] = (byte) charAt2; @@ -713,27 +713,27 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i4 = i + 1; bArr[i + i3] = (byte) charAt; } - int i5 = N.f2864c; + int i5 = N.f2866c; int i6 = (i3 + i) - i5; - N.f2864c = i5 + i6; + N.f2866c = i5 + i6; this.j += (long) i6; } else { if (charAt2 < 2048) { s N2 = N(2); byte[] bArr2 = N2.a; - int i7 = N2.f2864c; + int i7 = N2.f2866c; bArr2[i7] = (byte) ((charAt2 >> 6) | 192); bArr2[i7 + 1] = (byte) ((charAt2 & '?') | 128); - N2.f2864c = i7 + 2; + N2.f2866c = i7 + 2; this.j += 2; } else if (charAt2 < 55296 || charAt2 > 57343) { s N3 = N(3); byte[] bArr3 = N3.a; - int i8 = N3.f2864c; + int i8 = N3.f2866c; bArr3[i8] = (byte) ((charAt2 >> '\f') | 224); bArr3[i8 + 1] = (byte) ((63 & (charAt2 >> 6)) | 128); bArr3[i8 + 2] = (byte) ((charAt2 & '?') | 128); - N3.f2864c = i8 + 3; + N3.f2866c = i8 + 3; this.j += 3; } else { int i9 = i + 1; @@ -745,12 +745,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i10 = (((charAt2 & 1023) << 10) | (charAt3 & 1023)) + 65536; s N4 = N(4); byte[] bArr4 = N4.a; - int i11 = N4.f2864c; + int i11 = N4.f2866c; bArr4[i11] = (byte) ((i10 >> 18) | 240); bArr4[i11 + 1] = (byte) (((i10 >> 12) & 63) | 128); bArr4[i11 + 2] = (byte) (((i10 >> 6) & 63) | 128); bArr4[i11 + 3] = (byte) ((i10 & 63) | 128); - N4.f2864c = i11 + 4; + N4.f2866c = i11 + 4; this.j += 4; i += 2; } @@ -786,31 +786,31 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } else if (i < 2048) { s N = N(2); byte[] bArr = N.a; - int i2 = N.f2864c; + int i2 = N.f2866c; bArr[i2] = (byte) ((i >> 6) | 192); bArr[i2 + 1] = (byte) ((i & 63) | 128); - N.f2864c = i2 + 2; + N.f2866c = i2 + 2; this.j += 2; } else if (55296 <= i && 57343 >= i) { T(63); } else if (i < 65536) { s N2 = N(3); byte[] bArr2 = N2.a; - int i3 = N2.f2864c; + int i3 = N2.f2866c; bArr2[i3] = (byte) ((i >> 12) | 224); bArr2[i3 + 1] = (byte) (((i >> 6) & 63) | 128); bArr2[i3 + 2] = (byte) ((i & 63) | 128); - N2.f2864c = i3 + 3; + N2.f2866c = i3 + 3; this.j += 3; } else if (i <= 1114111) { s N3 = N(4); byte[] bArr3 = N3.a; - int i4 = N3.f2864c; + int i4 = N3.f2866c; bArr3[i4] = (byte) ((i >> 18) | 240); bArr3[i4 + 1] = (byte) (((i >> 12) & 63) | 128); bArr3[i4 + 2] = (byte) (((i >> 6) & 63) | 128); bArr3[i4 + 3] = (byte) ((i & 63) | 128); - N3.f2864c = i4 + 4; + N3.f2866c = i4 + 4; this.j += 4; } else { StringBuilder P = c.d.b.a.a.P("Unexpected code point: 0x"); @@ -855,7 +855,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i2 = sVar2.b; long j2 = 0; while (j2 < this.j) { - long min = (long) Math.min(sVar.f2864c - i, sVar2.f2864c - i2); + long min = (long) Math.min(sVar.f2866c - i, sVar2.f2866c - i2); long j3 = 0; while (j3 < min) { int i3 = i + 1; @@ -867,14 +867,14 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i = i3; i2 = i4; } - if (i == sVar.f2864c) { + if (i == sVar.f2866c) { sVar = sVar.f; if (sVar == null) { m.throwNpe(); } i = sVar.b; } - if (i2 == sVar2.f2864c) { + if (i2 == sVar2.f2866c) { sVar2 = sVar2.f; if (sVar2 == null) { m.throwNpe(); @@ -901,7 +901,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - int i = sVar2.f2864c; + int i = sVar2.f2866c; if (i < 8192 && sVar2.e) { j -= (long) (i - sVar2.b); } @@ -942,7 +942,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } int i = 1; do { - int i2 = sVar.f2864c; + int i2 = sVar.f2866c; for (int i3 = sVar.b; i3 < i2; i3++) { i = (i * 31) + sVar.a[i3]; } @@ -1011,7 +1011,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i = sVar.f2864c; + int i = sVar.f2866c; int i2 = sVar.b; if (j < ((long) (i - i2))) { break; @@ -1026,7 +1026,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { s c2 = sVar.c(); int i3 = c2.b + ((int) j); c2.b = i3; - c2.f2864c = Math.min(i3 + ((int) j2), c2.f2864c); + c2.f2866c = Math.min(i3 + ((int) j2), c2.f2866c); s sVar2 = eVar.i; if (sVar2 == null) { c2.g = c2; @@ -1042,7 +1042,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } sVar3.b(c2); } - j2 -= (long) (c2.f2864c - c2.b); + j2 -= (long) (c2.f2866c - c2.b); sVar = sVar.f; j = 0; } @@ -1061,13 +1061,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j2 -= (long) (sVar.f2864c - sVar.b); + j2 -= (long) (sVar.f2866c - sVar.b); } return sVar.a[(int) ((((long) sVar.b) + j) - j2)]; } long j3 = 0; while (true) { - int i = sVar.f2864c; + int i = sVar.f2866c; int i2 = sVar.b; long j4 = ((long) (i - i2)) + j3; if (j4 > j) { @@ -1100,7 +1100,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } byte[] bArr = sVar.a; int i3 = sVar.b; - int i4 = sVar.f2864c; + int i4 = sVar.f2866c; while (true) { if (i3 >= i4) { break; @@ -1159,12 +1159,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { return -1; } - int min = Math.min(byteBuffer.remaining(), sVar.f2864c - sVar.b); + int min = Math.min(byteBuffer.remaining(), sVar.f2866c - sVar.b); byteBuffer.put(sVar.a, sVar.b, min); int i = sVar.b + min; sVar.b = i; this.j -= (long) min; - if (i == sVar.f2864c) { + if (i == sVar.f2866c) { this.i = sVar.a(); t.a(sVar); } @@ -1178,14 +1178,14 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { return -1; } - int min = Math.min(i2, sVar.f2864c - sVar.b); + int min = Math.min(i2, sVar.f2866c - sVar.b); byte[] bArr2 = sVar.a; int i3 = sVar.b; j.copyInto(bArr2, bArr, i, i3, i3 + min); int i4 = sVar.b + min; sVar.b = i4; this.j -= (long) min; - if (i4 != sVar.f2864c) { + if (i4 != sVar.f2866c) { return min; } this.i = sVar.a(); @@ -1201,7 +1201,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2864c; + int i2 = sVar.f2866c; int i3 = i + 1; byte b2 = sVar.a[i]; this.j--; @@ -1238,7 +1238,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2864c; + int i2 = sVar.f2866c; if (((long) (i2 - i)) < 4) { return ((readByte() & 255) << 24) | ((readByte() & 255) << 16) | ((readByte() & 255) << 8) | (readByte() & 255); } @@ -1270,7 +1270,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2864c; + int i2 = sVar.f2866c; if (((long) (i2 - i)) < 8) { return ((((long) readInt()) & 4294967295L) << 32) | (4294967295L & ((long) readInt())); } @@ -1307,7 +1307,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2864c; + int i2 = sVar.f2866c; if (i2 - i < 2) { return (short) (((readByte() & 255) << 8) | (readByte() & 255)); } @@ -1342,17 +1342,17 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j4 -= (long) (sVar.f2864c - sVar.b); + j4 -= (long) (sVar.f2866c - sVar.b); } while (j4 < j2) { byte[] bArr = sVar.a; - int min = (int) Math.min((long) sVar.f2864c, (((long) sVar.b) + j2) - j4); + int min = (int) Math.min((long) sVar.f2866c, (((long) sVar.b) + j2) - j4); for (int i = (int) ((((long) sVar.b) + j) - j4); i < min; i++) { if (bArr[i] == b2) { return ((long) (i - sVar.b)) + j4; } } - j4 += (long) (sVar.f2864c - sVar.b); + j4 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1361,7 +1361,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } } else { while (true) { - long j5 = ((long) (sVar.f2864c - sVar.b)) + j3; + long j5 = ((long) (sVar.f2866c - sVar.b)) + j3; if (j5 > j) { break; } @@ -1373,13 +1373,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } while (j3 < j2) { byte[] bArr2 = sVar.a; - int min2 = (int) Math.min((long) sVar.f2864c, (((long) sVar.b) + j2) - j3); + int min2 = (int) Math.min((long) sVar.f2866c, (((long) sVar.b) + j2) - j3); for (int i2 = (int) ((((long) sVar.b) + j) - j3); i2 < min2; i2++) { if (bArr2[i2] == b2) { return ((long) (i2 - sVar.b)) + j3; } } - j3 += (long) (sVar.f2864c - sVar.b); + j3 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1404,13 +1404,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j > 0) { s sVar = this.i; if (sVar != null) { - int min = (int) Math.min(j, (long) (sVar.f2864c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2866c - sVar.b)); long j2 = (long) min; this.j -= j2; j -= j2; int i = sVar.b + min; sVar.b = i; - if (i == sVar.f2864c) { + if (i == sVar.f2866c) { this.i = sVar.a(); t.a(sVar); } @@ -1440,7 +1440,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j4 -= (long) (sVar.f2864c - sVar.b); + j4 -= (long) (sVar.f2866c - sVar.b); } if (byteString.j() == 2) { byte m = byteString.m(0); @@ -1448,7 +1448,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j4 < this.j) { byte[] bArr = sVar.a; i3 = (int) ((((long) sVar.b) + j2) - j4); - int i5 = sVar.f2864c; + int i5 = sVar.f2866c; while (i3 < i5) { byte b2 = bArr[i3]; if (b2 == m || b2 == m2) { @@ -1457,7 +1457,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i3++; } } - j4 += (long) (sVar.f2864c - sVar.b); + j4 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1470,7 +1470,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j4 < this.j) { byte[] bArr2 = sVar.a; i3 = (int) ((((long) sVar.b) + j2) - j4); - int i6 = sVar.f2864c; + int i6 = sVar.f2866c; while (i3 < i6) { byte b3 = bArr2[i3]; for (byte b4 : l) { @@ -1480,7 +1480,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } i3++; } - j4 += (long) (sVar.f2864c - sVar.b); + j4 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1491,7 +1491,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { return ((long) (i3 - i4)) + j4; } while (true) { - long j5 = ((long) (sVar.f2864c - sVar.b)) + j3; + long j5 = ((long) (sVar.f2866c - sVar.b)) + j3; if (j5 > j2) { break; } @@ -1507,7 +1507,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j3 < this.j) { byte[] bArr3 = sVar.a; i = (int) ((((long) sVar.b) + j2) - j3); - int i7 = sVar.f2864c; + int i7 = sVar.f2866c; while (i < i7) { byte b5 = bArr3[i]; if (b5 == m3 || b5 == m4) { @@ -1516,7 +1516,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i++; } } - j3 += (long) (sVar.f2864c - sVar.b); + j3 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1529,7 +1529,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j3 < this.j) { byte[] bArr4 = sVar.a; i = (int) ((((long) sVar.b) + j2) - j3); - int i8 = sVar.f2864c; + int i8 = sVar.f2866c; while (i < i8) { byte b6 = bArr4[i]; for (byte b7 : l2) { @@ -1539,7 +1539,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } i++; } - j3 += (long) (sVar.f2864c - sVar.b); + j3 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1606,10 +1606,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i = remaining; while (i > 0) { s N = N(1); - int min = Math.min(i, 8192 - N.f2864c); - byteBuffer.get(N.a, N.f2864c, min); + int min = Math.min(i, 8192 - N.f2866c); + byteBuffer.get(N.a, N.f2866c, min); i -= min; - N.f2864c += min; + N.f2866c += min; } this.j += (long) remaining; return remaining; @@ -1641,7 +1641,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar3 == null) { m.throwNpe(); } - int i2 = sVar3.f2864c; + int i2 = sVar3.f2866c; s sVar4 = eVar.i; if (sVar4 == null) { m.throwNpe(); @@ -1657,7 +1657,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { sVar = null; } if (sVar != null && sVar.e) { - if ((((long) sVar.f2864c) + j2) - ((long) (sVar.d ? 0 : sVar.b)) <= ((long) 8192)) { + if ((((long) sVar.f2866c) + j2) - ((long) (sVar.d ? 0 : sVar.b)) <= ((long) 8192)) { s sVar6 = eVar.i; if (sVar6 == null) { m.throwNpe(); @@ -1674,7 +1674,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } int i3 = (int) j2; Objects.requireNonNull(sVar7); - if (i3 > 0 && i3 <= sVar7.f2864c - sVar7.b) { + if (i3 > 0 && i3 <= sVar7.f2866c - sVar7.b) { if (i3 >= 1024) { sVar2 = sVar7.c(); } else { @@ -1684,7 +1684,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i4 = sVar7.b; j.copyInto$default(bArr, bArr2, 0, i4, i4 + i3, 2, (Object) null); } - sVar2.f2864c = sVar2.b + i3; + sVar2.f2866c = sVar2.b + i3; sVar7.b += i3; s sVar8 = sVar7.g; if (sVar8 == null) { @@ -1700,7 +1700,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar9 == null) { m.throwNpe(); } - long j3 = (long) (sVar9.f2864c - sVar9.b); + long j3 = (long) (sVar9.f2866c - sVar9.b); eVar.i = sVar9.a(); s sVar10 = this.i; if (sVar10 == null) { @@ -1722,12 +1722,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } if (sVar12.e) { - int i5 = sVar9.f2864c - sVar9.b; + int i5 = sVar9.f2866c - sVar9.b; s sVar13 = sVar9.g; if (sVar13 == null) { m.throwNpe(); } - int i6 = 8192 - sVar13.f2864c; + int i6 = 8192 - sVar13.f2866c; s sVar14 = sVar9.g; if (sVar14 == null) { m.throwNpe(); diff --git a/app/src/main/java/g0/h.java b/app/src/main/java/g0/h.java index c343474794..260f28a985 100644 --- a/app/src/main/java/g0/h.java +++ b/app/src/main/java/g0/h.java @@ -33,23 +33,23 @@ public final class h implements v { if (z2) { Deflater deflater = this.k; byte[] bArr = N.a; - int i2 = N.f2864c; + int i2 = N.f2866c; i = deflater.deflate(bArr, i2, 8192 - i2, 2); } else { Deflater deflater2 = this.k; byte[] bArr2 = N.a; - int i3 = N.f2864c; + int i3 = N.f2866c; i = deflater2.deflate(bArr2, i3, 8192 - i3); } if (i > 0) { - N.f2864c += i; + N.f2866c += i; g.j += (long) i; this.j.E(); } else if (this.k.needsInput()) { break; } } - if (N.b == N.f2864c) { + if (N.b == N.f2866c) { g.i = N.a(); t.a(N); } @@ -114,14 +114,14 @@ public final class h implements v { if (sVar == null) { m.throwNpe(); } - int min = (int) Math.min(j, (long) (sVar.f2864c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2866c - sVar.b)); this.k.setInput(sVar.a, sVar.b, min); a(false); long j2 = (long) min; eVar.j -= j2; int i = sVar.b + min; sVar.b = i; - if (i == sVar.f2864c) { + if (i == sVar.f2866c) { eVar.i = sVar.a(); t.a(sVar); } diff --git a/app/src/main/java/g0/l.java b/app/src/main/java/g0/l.java index e2b76c071b..94c0027a27 100644 --- a/app/src/main/java/g0/l.java +++ b/app/src/main/java/g0/l.java @@ -39,7 +39,7 @@ public final class l implements x { m.throwNpe(); } while (true) { - int i = sVar.f2864c; + int i = sVar.f2866c; int i2 = sVar.b; if (j < ((long) (i - i2))) { break; @@ -52,7 +52,7 @@ public final class l implements x { } while (j2 > 0) { int i3 = (int) (((long) sVar.b) + j); - int min = (int) Math.min((long) (sVar.f2864c - i3), j2); + int min = (int) Math.min((long) (sVar.f2866c - i3), j2); this.m.update(sVar.a, i3, min); j2 -= (long) min; sVar = sVar.f; diff --git a/app/src/main/java/g0/m.java b/app/src/main/java/g0/m.java index f949de0edf..d5d92d6e07 100644 --- a/app/src/main/java/g0/m.java +++ b/app/src/main/java/g0/m.java @@ -42,21 +42,21 @@ public final class m implements x { } else { try { s N = eVar.N(1); - int min = (int) Math.min(j, (long) (8192 - N.f2864c)); + int min = (int) Math.min(j, (long) (8192 - N.f2866c)); if (this.l.needsInput()) { if (!this.k.v()) { s sVar = this.k.g().i; if (sVar == null) { d0.z.d.m.throwNpe(); } - int i2 = sVar.f2864c; + int i2 = sVar.f2866c; int i3 = sVar.b; int i4 = i2 - i3; this.i = i4; this.l.setInput(sVar.a, i3, i4); } } - int inflate = this.l.inflate(N.a, N.f2864c, min); + int inflate = this.l.inflate(N.a, N.f2866c, min); int i5 = this.i; if (i5 != 0) { int remaining = i5 - this.l.getRemaining(); @@ -64,12 +64,12 @@ public final class m implements x { this.k.skip((long) remaining); } if (inflate > 0) { - N.f2864c += inflate; + N.f2866c += inflate; long j2 = (long) inflate; eVar.j += j2; return j2; } - if (N.b == N.f2864c) { + if (N.b == N.f2866c) { eVar.i = N.a(); t.a(N); } diff --git a/app/src/main/java/g0/n.java b/app/src/main/java/g0/n.java index ba2b075527..6f0a9dc4f8 100644 --- a/app/src/main/java/g0/n.java +++ b/app/src/main/java/g0/n.java @@ -32,13 +32,13 @@ public final class n implements x { try { this.j.f(); s N = eVar.N(1); - int read = this.i.read(N.a, N.f2864c, (int) Math.min(j, (long) (8192 - N.f2864c))); + int read = this.i.read(N.a, N.f2866c, (int) Math.min(j, (long) (8192 - N.f2866c))); if (read != -1) { - N.f2864c += read; + N.f2866c += read; long j2 = (long) read; eVar.j += j2; return j2; - } else if (N.b != N.f2864c) { + } else if (N.b != N.f2866c) { return -1; } else { eVar.i = N.a(); diff --git a/app/src/main/java/g0/p.java b/app/src/main/java/g0/p.java index 748ed51395..68b2a141af 100644 --- a/app/src/main/java/g0/p.java +++ b/app/src/main/java/g0/p.java @@ -48,14 +48,14 @@ public final class p implements v { if (sVar == null) { m.throwNpe(); } - int min = (int) Math.min(j, (long) (sVar.f2864c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2866c - sVar.b)); this.i.write(sVar.a, sVar.b, min); int i = sVar.b + min; sVar.b = i; long j2 = (long) min; j -= j2; eVar.j -= j2; - if (i == sVar.f2864c) { + if (i == sVar.f2866c) { eVar.i = sVar.a(); t.a(sVar); } diff --git a/app/src/main/java/g0/s.java b/app/src/main/java/g0/s.java index 11c8872580..8225dfbb60 100644 --- a/app/src/main/java/g0/s.java +++ b/app/src/main/java/g0/s.java @@ -8,7 +8,7 @@ public final class s { public int b; /* renamed from: c reason: collision with root package name */ - public int f2864c; + public int f2866c; public boolean d; public boolean e; public s f; @@ -24,7 +24,7 @@ public final class s { m.checkParameterIsNotNull(bArr, "data"); this.a = bArr; this.b = i; - this.f2864c = i2; + this.f2866c = i2; this.d = z2; this.e = z3; } @@ -64,20 +64,20 @@ public final class s { public final s c() { this.d = true; - return new s(this.a, this.b, this.f2864c, true, false); + return new s(this.a, this.b, this.f2866c, true, false); } public final void d(s sVar, int i) { m.checkParameterIsNotNull(sVar, "sink"); if (sVar.e) { - int i2 = sVar.f2864c; + int i2 = sVar.f2866c; if (i2 + i > 8192) { if (!sVar.d) { int i3 = sVar.b; if ((i2 + i) - i3 <= 8192) { byte[] bArr = sVar.a; j.copyInto$default(bArr, bArr, 0, i3, i2, 2, (Object) null); - sVar.f2864c -= sVar.b; + sVar.f2866c -= sVar.b; sVar.b = 0; } else { throw new IllegalArgumentException(); @@ -88,10 +88,10 @@ public final class s { } byte[] bArr2 = this.a; byte[] bArr3 = sVar.a; - int i4 = sVar.f2864c; + int i4 = sVar.f2866c; int i5 = this.b; j.copyInto(bArr2, bArr3, i4, i5, i5 + i); - sVar.f2864c += i; + sVar.f2866c += i; this.b += i; return; } diff --git a/app/src/main/java/g0/t.java b/app/src/main/java/g0/t.java index 3ef66ab123..af2e5985a1 100644 --- a/app/src/main/java/g0/t.java +++ b/app/src/main/java/g0/t.java @@ -8,7 +8,7 @@ public final class t { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final AtomicReference[] f2865c; + public static final AtomicReference[] f2867c; public static final t d = new t(); static { @@ -18,7 +18,7 @@ public final class t { for (int i = 0; i < highestOneBit; i++) { atomicReferenceArr[i] = new AtomicReference<>(); } - f2865c = atomicReferenceArr; + f2867c = atomicReferenceArr; } public static final void a(s sVar) { @@ -28,14 +28,14 @@ public final class t { } else if (!sVar.d) { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "Thread.currentThread()"); - AtomicReference atomicReference = f2865c[(int) (currentThread.getId() & (((long) b) - 1))]; + AtomicReference atomicReference = f2867c[(int) (currentThread.getId() & (((long) b) - 1))]; s sVar2 = atomicReference.get(); if (sVar2 != a) { - int i = sVar2 != null ? sVar2.f2864c : 0; + int i = sVar2 != null ? sVar2.f2866c : 0; if (i < 65536) { sVar.f = sVar2; sVar.b = 0; - sVar.f2864c = i + 8192; + sVar.f2866c = i + 8192; if (!atomicReference.compareAndSet(sVar2, sVar)) { sVar.f = null; } @@ -47,7 +47,7 @@ public final class t { public static final s b() { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "Thread.currentThread()"); - AtomicReference atomicReference = f2865c[(int) (currentThread.getId() & (((long) b) - 1))]; + AtomicReference atomicReference = f2867c[(int) (currentThread.getId() & (((long) b) - 1))]; s sVar = a; s andSet = atomicReference.getAndSet(sVar); if (andSet == sVar) { @@ -59,7 +59,7 @@ public final class t { } atomicReference.set(andSet.f); andSet.f = null; - andSet.f2864c = 0; + andSet.f2866c = 0; return andSet; } } diff --git a/app/src/main/java/g0/y.java b/app/src/main/java/g0/y.java index df6335e394..3e83960a24 100644 --- a/app/src/main/java/g0/y.java +++ b/app/src/main/java/g0/y.java @@ -10,7 +10,7 @@ public class y { public boolean b; /* renamed from: c reason: collision with root package name */ - public long f2866c; + public long f2868c; public long d; /* compiled from: Timeout.kt */ @@ -43,14 +43,14 @@ public class y { public long c() { if (this.b) { - return this.f2866c; + return this.f2868c; } throw new IllegalStateException("No deadline".toString()); } public y d(long j) { this.b = true; - this.f2866c = j; + this.f2868c = j; return this; } @@ -62,7 +62,7 @@ public class y { if (Thread.interrupted()) { Thread.currentThread().interrupt(); throw new InterruptedIOException("interrupted"); - } else if (this.b && this.f2866c - System.nanoTime() <= 0) { + } else if (this.b && this.f2868c - System.nanoTime() <= 0) { throw new InterruptedIOException("deadline reached"); } } diff --git a/app/src/main/java/g0/z/a.java b/app/src/main/java/g0/z/a.java index 28363ff8ea..43839c7a2d 100644 --- a/app/src/main/java/g0/z/a.java +++ b/app/src/main/java/g0/z/a.java @@ -45,7 +45,7 @@ public final class a { } byte[] bArr = sVar2.a; int i5 = sVar2.b; - int i6 = sVar2.f2864c; + int i6 = sVar2.f2866c; int[] iArr = oVar.l; s sVar3 = sVar2; int i7 = 0; @@ -81,7 +81,7 @@ public final class a { } i4 = sVar4.b; byte[] bArr2 = sVar4.a; - i3 = sVar4.f2864c; + i3 = sVar4.f2866c; if (sVar4 != sVar2) { sVar = sVar4; bArr = bArr2; @@ -122,7 +122,7 @@ public final class a { } i = sVar3.b; bArr = sVar3.a; - i6 = sVar3.f2864c; + i6 = sVar3.f2866c; if (sVar3 == sVar2) { sVar3 = null; } diff --git a/app/src/main/java/h0/a/a/a.java b/app/src/main/java/h0/a/a/a.java index c6b5d30ee5..05bd334606 100644 --- a/app/src/main/java/h0/a/a/a.java +++ b/app/src/main/java/h0/a/a/a.java @@ -7,7 +7,7 @@ public final class a { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final c f2867c; + public final c f2869c; public final int d; public int e; public final a f; @@ -16,7 +16,7 @@ public final class a { public a(v vVar, boolean z2, c cVar, a aVar) { this.a = vVar; this.b = z2; - this.f2867c = cVar; + this.f2869c = cVar; int i = cVar.b; this.d = i == 0 ? -1 : i - 2; this.f = aVar; @@ -53,7 +53,7 @@ public final class a { } cVar.j(i6); while (aVar2 != null) { - c cVar2 = aVar2.f2867c; + c cVar2 = aVar2.f2869c; cVar.h(cVar2.a, 0, cVar2.b); aVar2 = aVar2.g; } @@ -66,7 +66,7 @@ public final class a { } int i = 8; for (a aVar = this; aVar != null; aVar = aVar.f) { - i += aVar.f2867c.b; + i += aVar.f2869c.b; } return i; } @@ -77,7 +77,7 @@ public final class a { a aVar = null; for (a aVar2 = this; aVar2 != null; aVar2 = aVar2.f) { aVar2.g(); - i2 += aVar2.f2867c.b; + i2 += aVar2.f2869c.b; i3++; aVar = aVar2; } @@ -85,7 +85,7 @@ public final class a { cVar.i(i2); cVar.j(i3); while (aVar != null) { - c cVar2 = aVar.f2867c; + c cVar2 = aVar.f2869c; cVar.h(cVar2.a, 0, cVar2.b); aVar = aVar.g; } @@ -94,77 +94,77 @@ public final class a { public void e(String str, Object obj) { this.e++; if (this.b) { - this.f2867c.j(this.a.l(str)); + this.f2869c.j(this.a.l(str)); } if (obj instanceof String) { - this.f2867c.e(115, this.a.l((String) obj)); + this.f2869c.e(115, this.a.l((String) obj)); } else if (obj instanceof Byte) { - this.f2867c.e(66, this.a.e(((Byte) obj).byteValue()).a); + this.f2869c.e(66, this.a.e(((Byte) obj).byteValue()).a); } else if (obj instanceof Boolean) { - this.f2867c.e(90, this.a.e(((Boolean) obj).booleanValue() ? 1 : 0).a); + this.f2869c.e(90, this.a.e(((Boolean) obj).booleanValue() ? 1 : 0).a); } else if (obj instanceof Character) { - this.f2867c.e(67, this.a.e(((Character) obj).charValue()).a); + this.f2869c.e(67, this.a.e(((Character) obj).charValue()).a); } else if (obj instanceof Short) { - this.f2867c.e(83, this.a.e(((Short) obj).shortValue()).a); + this.f2869c.e(83, this.a.e(((Short) obj).shortValue()).a); } else if (obj instanceof w) { - this.f2867c.e(99, this.a.l(((w) obj).d())); + this.f2869c.e(99, this.a.l(((w) obj).d())); } else { int i = 0; if (obj instanceof byte[]) { byte[] bArr = (byte[]) obj; - this.f2867c.e(91, bArr.length); + this.f2869c.e(91, bArr.length); int length = bArr.length; while (i < length) { - this.f2867c.e(66, this.a.e(bArr[i]).a); + this.f2869c.e(66, this.a.e(bArr[i]).a); i++; } } else if (obj instanceof boolean[]) { boolean[] zArr = (boolean[]) obj; - this.f2867c.e(91, zArr.length); + this.f2869c.e(91, zArr.length); int length2 = zArr.length; while (i < length2) { - this.f2867c.e(90, this.a.e(zArr[i] ? 1 : 0).a); + this.f2869c.e(90, this.a.e(zArr[i] ? 1 : 0).a); i++; } } else if (obj instanceof short[]) { short[] sArr = (short[]) obj; - this.f2867c.e(91, sArr.length); + this.f2869c.e(91, sArr.length); int length3 = sArr.length; while (i < length3) { - this.f2867c.e(83, this.a.e(sArr[i]).a); + this.f2869c.e(83, this.a.e(sArr[i]).a); i++; } } else if (obj instanceof char[]) { char[] cArr = (char[]) obj; - this.f2867c.e(91, cArr.length); + this.f2869c.e(91, cArr.length); int length4 = cArr.length; while (i < length4) { - this.f2867c.e(67, this.a.e(cArr[i]).a); + this.f2869c.e(67, this.a.e(cArr[i]).a); i++; } } else if (obj instanceof int[]) { int[] iArr = (int[]) obj; - this.f2867c.e(91, iArr.length); + this.f2869c.e(91, iArr.length); int length5 = iArr.length; while (i < length5) { - this.f2867c.e(73, this.a.e(iArr[i]).a); + this.f2869c.e(73, this.a.e(iArr[i]).a); i++; } } else if (obj instanceof long[]) { long[] jArr = (long[]) obj; - this.f2867c.e(91, jArr.length); + this.f2869c.e(91, jArr.length); int length6 = jArr.length; while (i < length6) { - this.f2867c.e(74, this.a.g(5, jArr[i]).a); + this.f2869c.e(74, this.a.g(5, jArr[i]).a); i++; } } else if (obj instanceof float[]) { float[] fArr = (float[]) obj; - this.f2867c.e(91, fArr.length); + this.f2869c.e(91, fArr.length); int length7 = fArr.length; while (i < length7) { float f = fArr[i]; - c cVar = this.f2867c; + c cVar = this.f2869c; v vVar = this.a; Objects.requireNonNull(vVar); cVar.e(70, vVar.f(4, Float.floatToRawIntBits(f)).a); @@ -172,11 +172,11 @@ public final class a { } } else if (obj instanceof double[]) { double[] dArr = (double[]) obj; - this.f2867c.e(91, dArr.length); + this.f2869c.e(91, dArr.length); int length8 = dArr.length; while (i < length8) { double d = dArr[i]; - c cVar2 = this.f2867c; + c cVar2 = this.f2869c; v vVar2 = this.a; Objects.requireNonNull(vVar2); cVar2.e(68, vVar2.g(6, Double.doubleToRawLongBits(d)).a); @@ -184,7 +184,7 @@ public final class a { } } else { u b = this.a.b(obj); - this.f2867c.e(".s.IFJDCS".charAt(b.b), b.a); + this.f2869c.e(".s.IFJDCS".charAt(b.b), b.a); } } } @@ -192,16 +192,16 @@ public final class a { public a f(String str) { this.e++; if (this.b) { - this.f2867c.j(this.a.l(str)); + this.f2869c.j(this.a.l(str)); } - this.f2867c.e(91, 0); - return new a(this.a, false, this.f2867c, null); + this.f2869c.e(91, 0); + return new a(this.a, false, this.f2869c, null); } public void g() { int i = this.d; if (i != -1) { - byte[] bArr = this.f2867c.a; + byte[] bArr = this.f2869c.a; int i2 = this.e; bArr[i] = (byte) (i2 >>> 8); bArr[i + 1] = (byte) i2; diff --git a/app/src/main/java/h0/a/a/b.java b/app/src/main/java/h0/a/a/b.java index 08031bca9d..2fdbc25343 100644 --- a/app/src/main/java/h0/a/a/b.java +++ b/app/src/main/java/h0/a/a/b.java @@ -5,7 +5,7 @@ public class b { public byte[] b; /* renamed from: c reason: collision with root package name */ - public b f2868c; + public b f2870c; /* compiled from: Attribute */ public static final class a { @@ -40,7 +40,7 @@ public class b { this.a = i3 + 1; bVarArr3[i3] = bVar; } - bVar = bVar.f2868c; + bVar = bVar.f2870c; } } } @@ -56,7 +56,7 @@ public class b { public final int b(v vVar, byte[] bArr, int i, int i2, int i3) { f fVar = vVar.a; int i4 = 0; - for (b bVar = this; bVar != null; bVar = bVar.f2868c) { + for (b bVar = this; bVar != null; bVar = bVar.f2870c) { vVar.l(bVar.a); i4 += bVar.b.length + 6; } @@ -65,7 +65,7 @@ public class b { public final int c() { int i = 0; - for (b bVar = this; bVar != null; bVar = bVar.f2868c) { + for (b bVar = this; bVar != null; bVar = bVar.f2870c) { i++; } return i; @@ -77,7 +77,7 @@ public class b { public final void e(v vVar, byte[] bArr, int i, int i2, int i3, c cVar) { f fVar = vVar.a; - for (b bVar = this; bVar != null; bVar = bVar.f2868c) { + for (b bVar = this; bVar != null; bVar = bVar.f2870c) { byte[] bArr2 = bVar.b; int length = bArr2.length; c.d.b.a.a.q0(vVar, bVar.a, cVar, length); diff --git a/app/src/main/java/h0/a/a/d.java b/app/src/main/java/h0/a/a/d.java index c16abe9c03..b599726c5c 100644 --- a/app/src/main/java/h0/a/a/d.java +++ b/app/src/main/java/h0/a/a/d.java @@ -14,7 +14,7 @@ public class d { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final String[] f2869c; + public final String[] f2871c; public final g[] d; public final int[] e; public final int f; @@ -34,7 +34,7 @@ public class d { } int u = u(i + 8); this.b = new int[u]; - this.f2869c = new String[u]; + this.f2871c = new String[u]; int i4 = i + 10; int i5 = 1; int i6 = 0; @@ -320,7 +320,7 @@ public class d { int i37; int i38; byte[] bArr = this.a; - char[] cArr = hVar.f2876c; + char[] cArr = hVar.f2878c; int u3 = u(i); int u4 = u(i + 2); int l = l(i + 4); @@ -762,7 +762,7 @@ public class d { i31 = i50; i30 = i33; b e = e(hVar.a, t2, i57, l4, cArr, i, pVarArr5); - e.f2868c = bVar3; + e.f2870c = bVar3; bVar3 = e; iArr8 = iArr6; } else if ((hVar.b & 4) == 0) { @@ -807,8 +807,8 @@ public class d { int i62 = i60 + 4; a(u10, pVarArr8); p pVar = pVarArr8[u10]; - if (pVar.f2883c == 0) { - pVar.f2883c = (short) u11; + if (pVar.f2885c == 0) { + pVar.f2885c = (short) u11; i35 = i62; iArr7 = iArr8; pVarArr7 = pVarArr8; @@ -871,14 +871,14 @@ public class d { Object[] objArr = new Object[u4]; hVar.q = objArr; hVar.r = 0; - hVar.f2877s = new Object[u3]; + hVar.f2879s = new Object[u3]; if (z12) { String str2 = hVar.f; if ((hVar.d & 8) == 0) { if ("".equals(hVar.e)) { objArr[0] = t.g; } else { - objArr[0] = g(this.g + 2, hVar.f2876c); + objArr[0] = g(this.g + 2, hVar.f2878c); } i28 = 1; } else { @@ -891,7 +891,7 @@ public class d { char charAt = str2.charAt(i67); if (charAt == 'F') { i29 = i66 + 1; - objArr[i66] = t.f2892c; + objArr[i66] = t.f2894c; } else if (charAt != 'L') { if (!(charAt == 'S' || charAt == 'I')) { if (charAt == 'J') { @@ -1009,7 +1009,7 @@ public class d { if (pVar2 != null) { boolean z14 = (hVar.b & 2) == 0; qVar.i(pVar2); - if (z14 && (s2 = pVar2.f2883c) != 0) { + if (z14 && (s2 = pVar2.f2885c) != 0) { qVar.k(s2 & 65535, pVar2); if (pVar2.d != null) { i7 = i75; @@ -1034,14 +1034,14 @@ public class d { i19 = u4; i20 = i6; i21 = i8; - qVar.c(-1, hVar.o, hVar.q, hVar.r, hVar.f2877s); + qVar.c(-1, hVar.o, hVar.q, hVar.r, hVar.f2879s); } else { i19 = u4; i21 = i8; i20 = i6; iArr4 = iArr13; iArr3 = iArr12; - qVar.c(hVar.n, hVar.p, hVar.q, hVar.r, hVar.f2877s); + qVar.c(hVar.n, hVar.p, hVar.q, hVar.r, hVar.f2879s); } z10 = false; } else { @@ -1053,7 +1053,7 @@ public class d { z10 = z2; } if (i21 < i2) { - char[] cArr2 = hVar.f2876c; + char[] cArr2 = hVar.f2878c; p[] pVarArr10 = hVar.g; if (z11) { i23 = i21 + 1; @@ -1077,7 +1077,7 @@ public class d { u = i22 - 64; i25 = i2; pVarArr3 = pVarArr10; - i26 = x(i23, hVar.f2877s, 0, cArr2, pVarArr3); + i26 = x(i23, hVar.f2879s, 0, cArr2, pVarArr3); hVar.n = 4; hVar.r = 1; } else { @@ -1087,7 +1087,7 @@ public class d { u = u(i23); int i82 = i23 + 2; if (i22 == 247) { - i26 = x(i82, hVar.f2877s, 0, cArr2, pVarArr3); + i26 = x(i82, hVar.f2879s, 0, cArr2, pVarArr3); hVar.n = 4; hVar.r = 1; } else { @@ -1128,7 +1128,7 @@ public class d { i82 = i87 + 2; hVar.r = u13; for (int i89 = 0; i89 < u13; i89++) { - i82 = x(i82, hVar.f2877s, i89, cArr2, pVarArr3); + i82 = x(i82, hVar.f2879s, i89, cArr2, pVarArr3); } } i26 = i82; @@ -2292,10 +2292,10 @@ public class d { } b bVar4 = bVar; while (bVar4 != null) { - b bVar5 = bVar4.f2868c; - bVar4.f2868c = null; + b bVar5 = bVar4.f2870c; + bVar4.f2870c = null; r rVar5 = (r) qVar; - bVar4.f2868c = rVar5.M; + bVar4.f2870c = rVar5.M; rVar5.M = bVar4; bVar4 = bVar5; } @@ -2382,9 +2382,9 @@ public class d { String t3 = t(i4 + 2, cArr); aVar.e++; if (aVar.b) { - aVar.f2867c.j(aVar.a.l(str)); + aVar.f2869c.j(aVar.a.l(str)); } - c cVar = aVar.f2867c; + c cVar = aVar.f2869c; cVar.e(101, aVar.a.l(t2)); cVar.j(aVar.a.l(t3)); return i4 + 4; @@ -2500,12 +2500,12 @@ public class d { String t4 = t(i4, cArr); aVar.e++; if (aVar.b) { - aVar.f2867c.j(aVar.a.l(str)); + aVar.f2869c.j(aVar.a.l(str)); } - c cVar2 = aVar.f2867c; + c cVar2 = aVar.f2869c; cVar2.e(64, aVar.a.l(t4)); cVar2.j(0); - return k(new a(aVar.a, true, aVar.f2867c, null), i4 + 2, true, cArr); + return k(new a(aVar.a, true, aVar.f2869c, null), i4 + 2, true, cArr); } public final int k(a aVar, int i, boolean z2, char[] cArr) { @@ -2563,7 +2563,7 @@ public class d { } else { rVar.F = i3; } - char[] cArr = hVar.f2876c; + char[] cArr = hVar.f2878c; for (int i4 = 0; i4 < i3; i4++) { int u = u(i2); i2 += 2; @@ -2688,7 +2688,7 @@ public class d { public final int[] s(q qVar, h hVar, int i, boolean z2) { int i2; a aVar; - char[] cArr = hVar.f2876c; + char[] cArr = hVar.f2878c; int u = u(i); int[] iArr = new int[u]; int i3 = i + 2; @@ -2760,8 +2760,8 @@ public class d { aVar = new a(rVar.d, true, cVar, rVar.w); rVar.w = aVar; } else { - aVar = new a(rVar.d, true, cVar, rVar.f2888x); - rVar.f2888x = aVar; + aVar = new a(rVar.d, true, cVar, rVar.f2890x); + rVar.f2890x = aVar; } i3 = k(aVar, i8, true, cArr); } else { @@ -2819,7 +2819,7 @@ public class d { } public final String w(int i, char[] cArr) { - String[] strArr = this.f2869c; + String[] strArr = this.f2871c; String str = strArr[i]; if (str != null) { return str; @@ -2840,7 +2840,7 @@ public class d { objArr[i2] = t.b; return i3; case 2: - objArr[i2] = t.f2892c; + objArr[i2] = t.f2894c; return i3; case 3: objArr[i2] = t.d; diff --git a/app/src/main/java/h0/a/a/f.java b/app/src/main/java/h0/a/a/f.java index 73a9699c65..8544780502 100644 --- a/app/src/main/java/h0/a/a/f.java +++ b/app/src/main/java/h0/a/a/f.java @@ -12,7 +12,7 @@ public class f extends e { public final v b = new v(this); /* renamed from: c reason: collision with root package name */ - public int f2870c; + public int f2872c; public int d; public int e; public int f; @@ -30,20 +30,20 @@ public class f extends e { public c r; /* renamed from: s reason: collision with root package name */ - public a f2871s; + public a f2873s; public a t; public a u; public a v; public s w; /* renamed from: x reason: collision with root package name */ - public int f2872x; + public int f2874x; /* renamed from: y reason: collision with root package name */ - public int f2873y; + public int f2875y; /* renamed from: z reason: collision with root package name */ - public c f2874z; + public c f2876z; public f(int i) { super(458752); @@ -57,7 +57,7 @@ public class f extends e { } /* JADX WARNING: Code restructure failed: missing block: B:395:0x0aa5, code lost: - if (r1.f2889y != 0) goto L_0x0acf; + if (r1.f2891y != 0) goto L_0x0acf; */ /* JADX WARNING: Removed duplicated region for block: B:407:0x0ad2 */ /* JADX WARNING: Removed duplicated region for block: B:408:0x0ad7 */ @@ -133,14 +133,14 @@ public class f extends e { this.i = null; this.j = null; this.k = null; - this.f2871s = null; + this.f2873s = null; this.t = null; this.u = null; this.v = null; this.w = null; - this.f2872x = 0; - this.f2873y = 0; - this.f2874z = null; + this.f2874x = 0; + this.f2875y = 0; + this.f2876z = null; this.A = null; this.B = z2 ? 3 : 0; d dVar2 = new d(bArr, 0, false); @@ -149,7 +149,7 @@ public class f extends e { hVar2.a = bVarArr; hVar2.b = i10; char[] cArr = new char[dVar2.f]; - hVar2.f2876c = cArr; + hVar2.f2878c = cArr; int i11 = dVar2.g; int u = dVar2.u(i11); String g = dVar2.g(i11 + 2, cArr); @@ -242,7 +242,7 @@ public class f extends e { i7 = i14; strArr3 = strArr5; bVar = dVar2.e(bVarArr, t, i6, l, cArr, -1, null); - bVar.f2868c = bVar; + bVar.f2870c = bVar; } else { str33 = str34; i6 = i24; @@ -299,7 +299,7 @@ public class f extends e { } } if (i15 != 0) { - char[] cArr2 = hVar3.f2876c; + char[] cArr2 = hVar3.f2878c; String t2 = dVar3.t(dVar3.b[dVar3.u(i15)], cArr2); int u4 = dVar3.u(i15 + 2); String t3 = dVar3.t(i15 + 4, cArr2); @@ -459,7 +459,7 @@ public class f extends e { str6 = str2; } if (str36 != null) { - fVar.f2872x = fVar.b.m(7, str36).a; + fVar.f2874x = fVar.b.m(7, str36).a; } if (i17 != 0) { String g4 = dVar3.g(i17, cArr); @@ -523,9 +523,9 @@ public class f extends e { } b bVar2 = bVar; while (bVar2 != null) { - b bVar3 = bVar2.f2868c; - bVar2.f2868c = null; - bVar2.f2868c = fVar.A; + b bVar3 = bVar2.f2870c; + bVar2.f2870c = null; + bVar2.f2870c = fVar.A; fVar.A = bVar2; bVar2 = bVar3; } @@ -538,11 +538,11 @@ public class f extends e { break; } String g5 = dVar3.g(i53, cArr); - if (fVar.f2874z == null) { - fVar.f2874z = new c(); + if (fVar.f2876z == null) { + fVar.f2876z = new c(); } - fVar.f2873y++; - fVar.f2874z.j(fVar.b.m(7, g5).a); + fVar.f2875y++; + fVar.f2876z.j(fVar.b.m(7, g5).a); i53 += 2; u22 = i54; } @@ -582,7 +582,7 @@ public class f extends e { if (u25 <= 0) { break; } - char[] cArr3 = hVar3.f2876c; + char[] cArr3 = hVar3.f2878c; int u26 = dVar3.u(i57); String t8 = dVar3.t(i57 + 2, cArr3); String t9 = dVar3.t(i57 + 4, cArr3); @@ -729,7 +729,7 @@ public class f extends e { str22 = str31; hVar = hVar3; b e = dVar3.e(hVar3.a, t10, i66, l2, cArr3, -1, null); - e.f2868c = bVar4; + e.f2870c = bVar4; bVar4 = e; i60 = i60; i64 = i4; @@ -854,9 +854,9 @@ public class f extends e { } b bVar5 = bVar4; while (bVar5 != null) { - b bVar6 = bVar5.f2868c; - bVar5.f2868c = null; - bVar5.f2868c = lVar2.l; + b bVar6 = bVar5.f2870c; + bVar5.f2870c = null; + bVar5.f2870c = lVar2.l; lVar2.l = bVar5; bVar5 = bVar6; } @@ -888,7 +888,7 @@ public class f extends e { if (u33 <= 0) { return b(); } - char[] cArr4 = hVar4.f2876c; + char[] cArr4 = hVar4.f2878c; hVar4.d = dVar4.u(i76); hVar4.e = dVar4.t(i76 + 2, cArr4); int i78 = i76 + 4; @@ -1095,7 +1095,7 @@ public class f extends e { str11 = str47; str13 = str15; b e2 = dVar4.e(hVar4.a, t11, i93, l3, cArr4, -1, null); - e2.f2868c = bVar7; + e2.f2870c = bVar7; z5 = z5; i82 = i82; bVar7 = e2; @@ -1193,15 +1193,15 @@ public class f extends e { if (dVar4 == vVar2.b && u36 == rVar2.h && i85 == rVar2.A) { int i98 = rVar2.e; if (z6 == ((i98 & 131072) != 0)) { - if (z3 == (vVar2.f2894c < 49 && (i98 & 4096) != 0)) { + if (z3 == (vVar2.f2896c < 49 && (i98 & 4096) != 0)) { if (i82 != 0) { - if (dVar4.u(i82) == rVar2.f2889y) { + if (dVar4.u(i82) == rVar2.f2891y) { int i99 = i82 + 2; int i100 = 0; while (true) { - if (i100 >= rVar2.f2889y) { + if (i100 >= rVar2.f2891y) { break; - } else if (dVar4.u(i99) != rVar2.f2890z[i100]) { + } else if (dVar4.u(i99) != rVar2.f2892z[i100]) { break; } else { i99 += 2; @@ -1210,8 +1210,8 @@ public class f extends e { } } } - rVar2.f2885a0 = i79; - rVar2.f2886b0 = i97 - 6; + rVar2.f2887a0 = i79; + rVar2.f2888b0 = i97 - 6; z4 = true; if (z4) { if (i83 != 0) { @@ -1300,9 +1300,9 @@ public class f extends e { } b bVar8 = bVar7; while (bVar8 != null) { - b bVar9 = bVar8.f2868c; - bVar8.f2868c = null; - bVar8.f2868c = rVar2.M; + b bVar9 = bVar8.f2870c; + bVar8.f2870c = null; + bVar8.f2870c = rVar2.M; rVar2.M = bVar8; bVar8 = bVar9; } @@ -1377,9 +1377,9 @@ public class f extends e { } else { i = 8; } - if ((lVar.f2879c & 4096) != 0) { + if ((lVar.f2881c & 4096) != 0) { v vVar = lVar.b; - if (vVar.f2894c < 49) { + if (vVar.f2896c < 49) { vVar.l("Synthetic"); i += 6; } @@ -1388,7 +1388,7 @@ public class f extends e { lVar.b.l("Signature"); i += 8; } - if ((lVar.f2879c & 131072) != 0) { + if ((lVar.f2881c & 131072) != 0) { lVar.b.l("Deprecated"); i += 6; } @@ -1421,8 +1421,8 @@ public class f extends e { boolean z2 = true; if (rVar != null) { int i14 = i13 + 1; - if (rVar.f2885a0 != 0) { - i9 = rVar.f2886b0 + 6; + if (rVar.f2887a0 != 0) { + i9 = rVar.f2888b0 + 6; i8 = i14; } else { int i15 = rVar.l.b; @@ -1440,7 +1440,7 @@ public class f extends e { if (rVar.v != null) { v vVar2 = rVar.d; i8 = i14; - vVar2.l(vVar2.f2894c >= 50 ? "StackMapTable" : "StackMap"); + vVar2.l(vVar2.f2896c >= 50 ? "StackMapTable" : "StackMap"); i10 += rVar.v.b + 8; } else { i8 = i14; @@ -1461,19 +1461,19 @@ public class f extends e { if (aVar5 != null) { i10 += aVar5.a("RuntimeVisibleTypeAnnotations"); } - a aVar6 = rVar.f2888x; + a aVar6 = rVar.f2890x; if (aVar6 != null) { i10 += aVar6.a("RuntimeInvisibleTypeAnnotations"); } } else { throw new MethodTooLargeException(rVar.d.d, rVar.g, rVar.i, rVar.l.b); } - if (rVar.f2889y > 0) { + if (rVar.f2891y > 0) { rVar.d.l("Exceptions"); - i10 += (rVar.f2889y * 2) + 8; + i10 += (rVar.f2891y * 2) + 8; } v vVar3 = rVar.d; - if (vVar3.f2894c >= 49) { + if (vVar3.f2896c >= 49) { z2 = false; } if ((rVar.e & 4096) != 0 && z2) { @@ -1553,7 +1553,7 @@ public class f extends e { i11 += 10; this.b.l("EnclosingMethod"); } - if ((this.f2870c & 4096) != 0) { + if ((this.f2872c & 4096) != 0) { str = "EnclosingMethod"; if ((this.a & 65535) < 49) { i2++; @@ -1579,12 +1579,12 @@ public class f extends e { i11 += cVar2.b + 6; this.b.l("SourceDebugExtension"); } - if ((this.f2870c & 131072) != 0) { + if ((this.f2872c & 131072) != 0) { i2++; i11 += 6; this.b.l("Deprecated"); } - a aVar11 = this.f2871s; + a aVar11 = this.f2873s; if (aVar11 != null) { i2++; i11 += aVar11.a("RuntimeVisibleAnnotations"); @@ -1643,12 +1643,12 @@ public class f extends e { str3 = "RuntimeInvisibleTypeAnnotations"; str2 = "RuntimeVisibleTypeAnnotations"; } - if (this.f2872x != 0) { + if (this.f2874x != 0) { i2++; i11 += 8; this.b.l("NestHost"); } - c cVar3 = this.f2874z; + c cVar3 = this.f2876z; if (cVar3 != null) { i2++; i11 += cVar3.b + 8; @@ -1671,7 +1671,7 @@ public class f extends e { cVar4.j(vVar7.g); c cVar5 = vVar7.h; cVar4.h(cVar5.a, 0, cVar5.b); - cVar4.j((~((this.a & 65535) < 49 ? 4096 : 0)) & this.f2870c); + cVar4.j((~((this.a & 65535) < 49 ? 4096 : 0)) & this.f2872c); cVar4.j(this.d); cVar4.j(this.e); cVar4.j(this.f); @@ -1681,12 +1681,12 @@ public class f extends e { cVar4.j(i12); l lVar2 = this.h; while (lVar2 != null) { - boolean z3 = lVar2.b.f2894c < 49; - cVar4.j((~(z3 ? 4096 : 0)) & lVar2.f2879c); + boolean z3 = lVar2.b.f2896c < 49; + cVar4.j((~(z3 ? 4096 : 0)) & lVar2.f2881c); cVar4.j(lVar2.d); cVar4.j(lVar2.e); int i24 = lVar2.g != 0 ? 1 : 0; - int i25 = lVar2.f2879c; + int i25 = lVar2.f2881c; if ((i25 & 4096) != 0 && z3) { i24++; } @@ -1717,14 +1717,14 @@ public class f extends e { a.q0(lVar2.b, "ConstantValue", cVar4, 2); cVar4.j(lVar2.g); } - if ((lVar2.f2879c & 4096) != 0 && z3) { + if ((lVar2.f2881c & 4096) != 0 && z3) { a.q0(lVar2.b, "Synthetic", cVar4, 0); } if (lVar2.f != 0) { a.q0(lVar2.b, "Signature", cVar4, 2); cVar4.j(lVar2.f); } - if ((lVar2.f2879c & 131072) != 0) { + if ((lVar2.f2881c & 131072) != 0) { a.q0(lVar2.b, "Deprecated", cVar4, 0); } a aVar15 = lVar2.h; @@ -1779,7 +1779,7 @@ public class f extends e { cVar4.j(this.n); cVar4.j(this.o); } - if ((this.f2870c & 4096) != 0 && (this.a & 65535) < 49) { + if ((this.f2872c & 4096) != 0 && (this.a & 65535) < 49) { a.q0(this.b, "Synthetic", cVar4, 0); } if (this.p != 0) { @@ -1802,10 +1802,10 @@ public class f extends e { } else { i5 = 0; } - if ((this.f2870c & 131072) != 0) { + if ((this.f2872c & 131072) != 0) { a.q0(this.b, "Deprecated", cVar4, i5); } - a aVar19 = this.f2871s; + a aVar19 = this.f2873s; if (aVar19 != null) { aVar19.c(this.b.l("RuntimeVisibleAnnotations"), cVar4); } @@ -1833,7 +1833,7 @@ public class f extends e { if (sVar2 != null) { a.q0(sVar2.a, "Module", cVar4, sVar2.f.b + 16 + sVar2.h.b + sVar2.j.b + sVar2.l.b + sVar2.n.b); cVar4.j(sVar2.b); - cVar4.j(sVar2.f2891c); + cVar4.j(sVar2.f2893c); cVar4.j(sVar2.d); cVar4.j(sVar2.e); c cVar9 = sVar2.f; @@ -1861,15 +1861,15 @@ public class f extends e { i6 = 2; a.q0(sVar2.a, str6, cVar4, 2); cVar4.j(sVar2.q); - if (this.f2872x != 0) { + if (this.f2874x != 0) { a.q0(this.b, "NestHost", cVar4, i6); - cVar4.j(this.f2872x); + cVar4.j(this.f2874x); } - if (this.f2874z != null) { + if (this.f2876z != null) { cVar4.j(this.b.l("NestMembers")); - cVar4.i(this.f2874z.b + 2); - cVar4.j(this.f2873y); - c cVar15 = this.f2874z; + cVar4.i(this.f2876z.b + 2); + cVar4.j(this.f2875y); + c cVar15 = this.f2876z; cVar4.h(cVar15.a, 0, cVar15.b); } bVar = this.A; @@ -1880,9 +1880,9 @@ public class f extends e { } } i6 = 2; - if (this.f2872x != 0) { + if (this.f2874x != 0) { } - if (this.f2874z != null) { + if (this.f2876z != null) { } bVar = this.A; if (bVar != null) { @@ -1898,10 +1898,10 @@ public class f extends e { public final void c(int i, int i2, String str, String str2, String str3, String[] strArr) { this.a = i; - this.f2870c = i2; + this.f2872c = i2; v vVar = this.b; int i3 = i & 65535; - vVar.f2894c = i3; + vVar.f2896c = i3; vVar.d = str; this.d = vVar.m(7, str).a; if (str2 != null) { @@ -1926,8 +1926,8 @@ public class f extends e { cVar.j(this.b.l(str)); cVar.j(0); if (z2) { - a aVar = new a(this.b, true, cVar, this.f2871s); - this.f2871s = aVar; + a aVar = new a(this.b, true, cVar, this.f2873s); + this.f2873s = aVar; return aVar; } a aVar2 = new a(this.b, true, cVar, this.t); diff --git a/app/src/main/java/h0/a/a/g.java b/app/src/main/java/h0/a/a/g.java index 4238015889..866d7218f8 100644 --- a/app/src/main/java/h0/a/a/g.java +++ b/app/src/main/java/h0/a/a/g.java @@ -7,13 +7,13 @@ public final class g { public final String b; /* renamed from: c reason: collision with root package name */ - public final n f2875c; + public final n f2877c; public final Object[] d; public g(String str, String str2, n nVar, Object... objArr) { this.a = str; this.b = str2; - this.f2875c = nVar; + this.f2877c = nVar; this.d = objArr; } @@ -25,14 +25,14 @@ public final class g { return false; } g gVar = (g) obj; - return this.a.equals(gVar.a) && this.b.equals(gVar.b) && this.f2875c.equals(gVar.f2875c) && Arrays.equals(this.d, gVar.d); + return this.a.equals(gVar.a) && this.b.equals(gVar.b) && this.f2877c.equals(gVar.f2877c) && Arrays.equals(this.d, gVar.d); } public int hashCode() { - return ((this.a.hashCode() ^ Integer.rotateLeft(this.b.hashCode(), 8)) ^ Integer.rotateLeft(this.f2875c.hashCode(), 16)) ^ Integer.rotateLeft(Arrays.hashCode(this.d), 24); + return ((this.a.hashCode() ^ Integer.rotateLeft(this.b.hashCode(), 8)) ^ Integer.rotateLeft(this.f2877c.hashCode(), 16)) ^ Integer.rotateLeft(Arrays.hashCode(this.d), 24); } public String toString() { - return this.a + " : " + this.b + ' ' + this.f2875c + ' ' + Arrays.toString(this.d); + return this.a + " : " + this.b + ' ' + this.f2877c + ' ' + Arrays.toString(this.d); } } diff --git a/app/src/main/java/h0/a/a/h.java b/app/src/main/java/h0/a/a/h.java index 18588db92c..0493e0b63d 100644 --- a/app/src/main/java/h0/a/a/h.java +++ b/app/src/main/java/h0/a/a/h.java @@ -5,7 +5,7 @@ public final class h { public int b; /* renamed from: c reason: collision with root package name */ - public char[] f2876c; + public char[] f2878c; public int d; public String e; public String f; @@ -23,5 +23,5 @@ public final class h { public int r; /* renamed from: s reason: collision with root package name */ - public Object[] f2877s; + public Object[] f2879s; } diff --git a/app/src/main/java/h0/a/a/i.java b/app/src/main/java/h0/a/a/i.java index b8e0e95dc3..6de9688848 100644 --- a/app/src/main/java/h0/a/a/i.java +++ b/app/src/main/java/h0/a/a/i.java @@ -11,7 +11,7 @@ public final class i extends m { m mVar = new m(null); h(vVar, mVar, 0); this.b = mVar.b; - this.f2880c = mVar.f2880c; + this.f2882c = mVar.f2882c; this.f = 0; this.d = mVar.d; this.e = mVar.e; diff --git a/app/src/main/java/h0/a/a/j.java b/app/src/main/java/h0/a/a/j.java index d933772f76..5f37c41314 100644 --- a/app/src/main/java/h0/a/a/j.java +++ b/app/src/main/java/h0/a/a/j.java @@ -5,11 +5,11 @@ public final class j { public final p b; /* renamed from: c reason: collision with root package name */ - public j f2878c; + public j f2880c; public j(int i, p pVar, j jVar) { this.a = i; this.b = pVar; - this.f2878c = jVar; + this.f2880c = jVar; } } diff --git a/app/src/main/java/h0/a/a/l.java b/app/src/main/java/h0/a/a/l.java index 915786d387..af323dc37c 100644 --- a/app/src/main/java/h0/a/a/l.java +++ b/app/src/main/java/h0/a/a/l.java @@ -6,7 +6,7 @@ public final class l extends k { public final v b; /* renamed from: c reason: collision with root package name */ - public final int f2879c; + public final int f2881c; public final int d; public final int e; public int f; @@ -20,7 +20,7 @@ public final class l extends k { public l(v vVar, int i, String str, String str2, String str3, Object obj) { super(458752); this.b = vVar; - this.f2879c = i; + this.f2881c = i; this.d = vVar.l(str); this.e = vVar.l(str2); if (str3 != null) { diff --git a/app/src/main/java/h0/a/a/m.java b/app/src/main/java/h0/a/a/m.java index b205c22c60..86c121c97b 100644 --- a/app/src/main/java/h0/a/a/m.java +++ b/app/src/main/java/h0/a/a/m.java @@ -10,7 +10,7 @@ public class m { public int[] b; /* renamed from: c reason: collision with root package name */ - public int[] f2880c; + public int[] f2882c; public int[] d; public int[] e; public short f; @@ -222,7 +222,7 @@ public class m { } while (i == 16777216); i4 += i5; } - int[] iArr2 = this.f2880c; + int[] iArr2 = this.f2882c; int i7 = 0; int i8 = 0; while (i7 < iArr2.length) { @@ -307,7 +307,7 @@ public class m { i2 = this.b[i7]; } else { if (i6 == 83886080) { - int[] iArr = this.f2880c; + int[] iArr = this.f2882c; i2 = iArr[iArr.length - i7]; } if (i != i4) { @@ -358,7 +358,7 @@ public class m { int i3; int i4; int length = this.b.length; - int length2 = this.f2880c.length; + int length2 = this.f2882c.length; if (mVar.b == null) { mVar.b = new int[length]; z2 = true; @@ -384,7 +384,7 @@ public class m { } i3 = i4; } else if (i8 == 83886080) { - i4 = i7 + this.f2880c[length2 - (i6 & 1048575)]; + i4 = i7 + this.f2882c[length2 - (i6 & 1048575)]; if ((i6 & 1048576) != 0) { if (i4 != 16777220) { } @@ -405,27 +405,27 @@ public class m { for (int i9 = 0; i9 < length; i9++) { z2 |= g(vVar, this.b[i9], mVar.b, i9); } - if (mVar.f2880c == null) { - mVar.f2880c = new int[1]; + if (mVar.f2882c == null) { + mVar.f2882c = new int[1]; z4 = true; } else { z4 = z2; } - return g(vVar, i, mVar.f2880c, 0) | z4; + return g(vVar, i, mVar.f2882c, 0) | z4; } - int length3 = this.f2880c.length + this.f; - if (mVar.f2880c == null) { - mVar.f2880c = new int[(this.g + length3)]; + int length3 = this.f2882c.length + this.f; + if (mVar.f2882c == null) { + mVar.f2882c = new int[(this.g + length3)]; z3 = true; } else { z3 = z2; } for (int i10 = 0; i10 < length3; i10++) { - int i11 = this.f2880c[i10]; + int i11 = this.f2882c[i10]; if (this.i != null) { i11 = e(vVar, i11); } - z3 |= g(vVar, i11, mVar.f2880c, i10); + z3 |= g(vVar, i11, mVar.f2882c, i10); } for (int i12 = 0; i12 < this.g; i12++) { int i13 = this.e[i12]; @@ -441,10 +441,10 @@ public class m { if (this.i != null) { i13 = e(vVar, i13); } - z3 |= g(vVar, i13, mVar.f2880c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2882c, length3 + i12); } else { if (i15 == 83886080) { - i2 = i14 + this.f2880c[length2 - (i13 & 1048575)]; + i2 = i14 + this.f2882c[length2 - (i13 & 1048575)]; if ((i13 & 1048576) != 0) { if (i2 != 16777220) { } @@ -453,12 +453,12 @@ public class m { } if (this.i != null) { } - z3 |= g(vVar, i13, mVar.f2880c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2882c, length3 + i12); } i13 = 16777216; if (this.i != null) { } - z3 |= g(vVar, i13, mVar.f2880c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2882c, length3 + i12); } return z3; } @@ -537,7 +537,7 @@ public class m { public final void n(v vVar, int i, String str, int i2) { int[] iArr = new int[i2]; this.b = iArr; - this.f2880c = new int[0]; + this.f2882c = new int[0]; int i3 = 1; if ((i & 8) != 0) { i3 = 0; diff --git a/app/src/main/java/h0/a/a/n.java b/app/src/main/java/h0/a/a/n.java index 24c9638bcc..1ac61b950b 100644 --- a/app/src/main/java/h0/a/a/n.java +++ b/app/src/main/java/h0/a/a/n.java @@ -7,14 +7,14 @@ public final class n { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f2881c; + public final String f2883c; public final String d; public final boolean e; public n(int i, String str, String str2, String str3, boolean z2) { this.a = i; this.b = str; - this.f2881c = str2; + this.f2883c = str2; this.d = str3; this.e = z2; } @@ -27,18 +27,18 @@ public final class n { return false; } n nVar = (n) obj; - return this.a == nVar.a && this.e == nVar.e && this.b.equals(nVar.b) && this.f2881c.equals(nVar.f2881c) && this.d.equals(nVar.d); + return this.a == nVar.a && this.e == nVar.e && this.b.equals(nVar.b) && this.f2883c.equals(nVar.f2883c) && this.d.equals(nVar.d); } public int hashCode() { - return (this.d.hashCode() * this.f2881c.hashCode() * this.b.hashCode()) + this.a + (this.e ? 64 : 0); + return (this.d.hashCode() * this.f2883c.hashCode() * this.b.hashCode()) + this.a + (this.e ? 64 : 0); } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.b); sb.append('.'); - sb.append(this.f2881c); + sb.append(this.f2883c); sb.append(this.d); sb.append(" ("); sb.append(this.a); diff --git a/app/src/main/java/h0/a/a/o.java b/app/src/main/java/h0/a/a/o.java index 540668ebf1..2bcab4bbfd 100644 --- a/app/src/main/java/h0/a/a/o.java +++ b/app/src/main/java/h0/a/a/o.java @@ -5,18 +5,18 @@ public final class o { public final p b; /* renamed from: c reason: collision with root package name */ - public final p f2882c; + public final p f2884c; public final int d; public final String e; public o f; public o(o oVar, p pVar, p pVar2) { - p pVar3 = oVar.f2882c; + p pVar3 = oVar.f2884c; int i = oVar.d; String str = oVar.e; this.a = pVar; this.b = pVar2; - this.f2882c = pVar3; + this.f2884c = pVar3; this.d = i; this.e = str; this.f = oVar.f; @@ -25,7 +25,7 @@ public final class o { public o(p pVar, p pVar2, p pVar3, int i, String str) { this.a = pVar; this.b = pVar2; - this.f2882c = pVar3; + this.f2884c = pVar3; this.d = i; this.e = str; } diff --git a/app/src/main/java/h0/a/a/p.java b/app/src/main/java/h0/a/a/p.java index 31bef96d35..7a4a279b3d 100644 --- a/app/src/main/java/h0/a/a/p.java +++ b/app/src/main/java/h0/a/a/p.java @@ -7,7 +7,7 @@ public class p { public short b; /* renamed from: c reason: collision with root package name */ - public short f2883c; + public short f2885c; public int[] d; public int e; public int[] f; @@ -62,14 +62,14 @@ public class p { public final p d(p pVar) { j jVar = this.m; while (jVar != null) { - if (!((this.b & 16) != 0 && jVar == this.m.f2878c)) { + if (!((this.b & 16) != 0 && jVar == this.m.f2880c)) { p pVar2 = jVar.b; if (pVar2.n == null) { pVar2.n = pVar; pVar = pVar2; } } - jVar = jVar.f2878c; + jVar = jVar.f2880c; } return pVar; } diff --git a/app/src/main/java/h0/a/a/r.java b/app/src/main/java/h0/a/a/r.java index bd92e19b6e..13c010817b 100644 --- a/app/src/main/java/h0/a/a/r.java +++ b/app/src/main/java/h0/a/a/r.java @@ -8,7 +8,7 @@ import h0.a.a.v; public final class r extends q { /* renamed from: c reason: collision with root package name */ - public static final int[] f2884c = {0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 0, 0, 1, 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -1, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -4, -3, -4, -3, -3, -3, -3, -1, -2, 1, 1, 1, 2, 2, 2, 0, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -2, -1, -2, -1, -2, 0, 1, 0, 1, -1, -1, 0, 0, 1, 1, -1, 0, -1, 0, 0, 0, -3, -1, -1, -3, -3, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, 0, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0}; + public static final int[] f2886c = {0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 0, 0, 1, 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -1, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -4, -3, -4, -3, -3, -3, -3, -1, -2, 1, 1, 1, 2, 2, 2, 0, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -2, -1, -2, -1, -2, 0, 1, 0, 1, -1, -1, 0, 0, 1, 1, -1, 0, -1, 0, 0, 0, -3, -1, -1, -3, -3, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, 0, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0}; public final int A; public a B; public a C; @@ -37,10 +37,10 @@ public final class r extends q { public int Z; /* renamed from: a0 reason: collision with root package name */ - public int f2885a0; + public int f2887a0; /* renamed from: b0 reason: collision with root package name */ - public int f2886b0; + public int f2888b0; public final v d; public final int e; public final int f; @@ -58,20 +58,20 @@ public final class r extends q { public c r; /* renamed from: s reason: collision with root package name */ - public int f2887s; + public int f2889s; public c t; public int u; public c v; public a w; /* renamed from: x reason: collision with root package name */ - public a f2888x; + public a f2890x; /* renamed from: y reason: collision with root package name */ - public final int f2889y; + public final int f2891y; /* renamed from: z reason: collision with root package name */ - public final int[] f2890z; + public final int[] f2892z; public r(v vVar, int i, String str, String str2, String str3, String[] strArr, int i2) { super(458752); @@ -83,14 +83,14 @@ public final class r extends q { this.i = str2; this.A = str3 == null ? 0 : vVar.l(str3); if (strArr == null || strArr.length <= 0) { - this.f2889y = 0; - this.f2890z = null; + this.f2891y = 0; + this.f2892z = null; } else { int length = strArr.length; - this.f2889y = length; - this.f2890z = new int[length]; - for (int i3 = 0; i3 < this.f2889y; i3++) { - this.f2890z[i3] = vVar.c(strArr[i3]).a; + this.f2891y = length; + this.f2892z = new int[length]; + for (int i3 = 0; i3 < this.f2891y; i3++) { + this.f2892z[i3] = vVar.c(strArr[i3]).a; } } this.N = i2; @@ -256,13 +256,13 @@ public final class r extends q { i10++; } } - mVar.f2880c = new int[(i10 + i3)]; + mVar.f2882c = new int[(i10 + i3)]; int i12 = 0; for (int i13 = 0; i13 < i3; i13++) { int i14 = i12 + 1; - mVar.f2880c[i12] = m.c(vVar, objArr2[i13]); + mVar.f2882c[i12] = m.c(vVar, objArr2[i13]); if (objArr2[i13] == t.e || objArr2[i13] == t.d) { - mVar.f2880c[i14] = 16777216; + mVar.f2882c[i14] = 16777216; i12 = i14 + 1; } else { i12 = i14; @@ -407,7 +407,7 @@ public final class r extends q { if (i2 == 4 || i2 == 3) { pVar.k.b(i, 0, null, null); } else { - int i3 = this.R + f2884c[i]; + int i3 = this.R + f2886c[i]; if (i3 > this.S) { this.S = i3; } @@ -431,8 +431,8 @@ public final class r extends q { this.w = aVar; return aVar; } - a aVar2 = new a(this.d, true, cVar, this.f2888x); - this.f2888x = aVar2; + a aVar2 = new a(this.d, true, cVar, this.f2890x); + this.f2890x = aVar2; return aVar2; } @@ -511,7 +511,7 @@ public final class r extends q { } else if (i4 == 3) { pVar2.k.b(i3, 0, null, null); } else if (i4 == 2) { - this.R += f2884c[i3]; + this.R += f2886c[i3]; } else if (i3 == 168) { short s2 = pVar.b; if ((s2 & 32) == 0) { @@ -522,7 +522,7 @@ public final class r extends q { u(this.R + 1, pVar); pVar3 = new p(); } else { - int i5 = this.R + f2884c[i3]; + int i5 = this.R + f2886c[i3]; this.R = i5; u(i5, pVar); } @@ -648,7 +648,7 @@ public final class r extends q { if (this.t == null) { this.t = new c(); } - this.f2887s++; + this.f2889s++; c cVar = this.t; cVar.j(pVar.e); cVar.j(pVar2.e - pVar.e); @@ -696,8 +696,8 @@ public final class r extends q { this.w = aVar; return aVar; } - a aVar2 = new a(this.d, true, cVar, this.f2888x); - this.f2888x = aVar2; + a aVar2 = new a(this.d, true, cVar, this.f2890x); + this.f2890x = aVar2; return aVar2; } @@ -717,7 +717,7 @@ public final class r extends q { str = str2; } int n = 33554432 | this.d.n(str); - p b = oVar.f2882c.b(); + p b = oVar.f2884c.b(); b.b = (short) (b.b | 2); p b2 = oVar.b.b(); for (p b3 = oVar.a.b(); b3 != b2; b3 = b3.l) { @@ -735,11 +735,11 @@ public final class r extends q { p pVar2 = pVar.n; pVar.n = null; pVar.b = (short) (pVar.b | 8); - int length = pVar.k.f2880c.length + pVar.i; + int length = pVar.k.f2882c.length + pVar.i; if (length > i4) { i4 = length; } - for (j jVar = pVar.m; jVar != null; jVar = jVar.f2878c) { + for (j jVar = pVar.m; jVar != null; jVar = jVar.f2880c) { p b4 = jVar.b.b(); if (pVar.k.h(this.d, b4.k, jVar.a) && b4.n == null) { b4.n = pVar2; @@ -772,14 +772,14 @@ public final class r extends q { this.j = i4; } else if (i3 == 1) { for (o oVar2 = this.m; oVar2 != null; oVar2 = oVar2.f) { - p pVar5 = oVar2.f2882c; + p pVar5 = oVar2.f2884c; p pVar6 = oVar2.b; for (p pVar7 = oVar2.a; pVar7 != pVar6; pVar7 = pVar7.l) { if ((pVar7.b & 16) == 0) { pVar7.m = new j(Integer.MAX_VALUE, pVar5, pVar7.m); } else { - j jVar2 = pVar7.m.f2878c; - jVar2.f2878c = new j(Integer.MAX_VALUE, pVar5, jVar2.f2878c); + j jVar2 = pVar7.m.f2880c; + jVar2.f2880c = new j(Integer.MAX_VALUE, pVar5, jVar2.f2880c); } } } @@ -789,7 +789,7 @@ public final class r extends q { for (short s3 = 1; s3 <= s2; s3 = (short) (s3 + 1)) { for (p pVar8 = this.O; pVar8 != null; pVar8 = pVar8.l) { if ((pVar8.b & 16) != 0 && pVar8.j == s3) { - p pVar9 = pVar8.m.f2878c.b; + p pVar9 = pVar8.m.f2880c.b; if (pVar9.j == 0) { s2 = (short) (s2 + 1); pVar9.c(s2); @@ -799,7 +799,7 @@ public final class r extends q { } for (p pVar10 = this.O; pVar10 != null; pVar10 = pVar10.l) { if ((pVar10.b & 16) != 0) { - p pVar11 = pVar10.m.f2878c.b; + p pVar11 = pVar10.m.f2880c.b; p pVar12 = p.a; pVar11.n = pVar12; while (pVar11 != p.a) { @@ -831,7 +831,7 @@ public final class r extends q { } j jVar3 = pVar15.m; if ((pVar15.b & 16) != 0) { - jVar3 = jVar3.f2878c; + jVar3 = jVar3.f2880c; } pVar15 = pVar16; while (jVar3 != null) { @@ -842,7 +842,7 @@ public final class r extends q { pVar17.n = pVar15; pVar15 = pVar17; } - jVar3 = jVar3.f2878c; + jVar3 = jVar3.f2880c; } } this.j = i8; @@ -957,7 +957,7 @@ public final class r extends q { pVar.h = (short) this.R; v(); } else { - int i4 = this.R + f2884c[i]; + int i4 = this.R + f2886c[i]; if (i4 > this.S) { this.S = i4; } @@ -1083,17 +1083,17 @@ public final class r extends q { public void y(c cVar) { int i; - boolean z2 = this.d.f2894c < 49; + boolean z2 = this.d.f2896c < 49; cVar.j((~(z2 ? 4096 : 0)) & this.e); cVar.j(this.f); cVar.j(this.h); - int i2 = this.f2885a0; + int i2 = this.f2887a0; if (i2 != 0) { - cVar.h(this.d.b.a, i2, this.f2886b0); + cVar.h(this.d.b.a, i2, this.f2888b0); return; } int i3 = this.l.b > 0 ? 1 : 0; - if (this.f2889y > 0) { + if (this.f2891y > 0) { i3++; } int i4 = this.e; @@ -1170,7 +1170,7 @@ public final class r extends q { i8 += aVar.a("RuntimeVisibleTypeAnnotations"); i++; } - a aVar2 = this.f2888x; + a aVar2 = this.f2890x; if (aVar2 != null) { i8 += aVar2.a("RuntimeInvisibleTypeAnnotations"); i++; @@ -1190,14 +1190,14 @@ public final class r extends q { while (oVar2 != null) { cVar.j(oVar2.a.e); cVar.j(oVar2.b.e); - cVar.j(oVar2.f2882c.e); + cVar.j(oVar2.f2884c.e); cVar.j(oVar2.d); oVar2 = oVar2.f; } cVar.j(i); if (this.v != null) { v vVar = this.d; - cVar.j(vVar.l(vVar.f2894c >= 50 ? "StackMapTable" : "StackMap")); + cVar.j(vVar.l(vVar.f2896c >= 50 ? "StackMapTable" : "StackMap")); cVar.i(this.v.b + 2); cVar.j(this.u); c cVar7 = this.v; @@ -1220,7 +1220,7 @@ public final class r extends q { if (this.t != null) { cVar.j(this.d.l("LocalVariableTypeTable")); cVar.i(this.t.b + 2); - cVar.j(this.f2887s); + cVar.j(this.f2889s); c cVar10 = this.t; cVar.h(cVar10.a, 0, cVar10.b); } @@ -1228,16 +1228,16 @@ public final class r extends q { if (aVar3 != null) { aVar3.c(this.d.l("RuntimeVisibleTypeAnnotations"), cVar); } - a aVar4 = this.f2888x; + a aVar4 = this.f2890x; if (aVar4 != null) { aVar4.c(this.d.l("RuntimeInvisibleTypeAnnotations"), cVar); } } - if (this.f2889y > 0) { + if (this.f2891y > 0) { cVar.j(this.d.l("Exceptions")); - cVar.i((this.f2889y * 2) + 2); - cVar.j(this.f2889y); - for (int i10 : this.f2890z) { + cVar.i((this.f2891y * 2) + 2); + cVar.j(this.f2891y); + for (int i10 : this.f2892z) { cVar.j(i10); } } @@ -1318,7 +1318,7 @@ public final class r extends q { int i = iArr2[1]; int i2 = iArr2[2]; int i3 = 0; - if (this.d.f2894c < 50) { + if (this.d.f2896c < 50) { c cVar = this.v; cVar.j(iArr2[0]); cVar.j(i); diff --git a/app/src/main/java/h0/a/a/s.java b/app/src/main/java/h0/a/a/s.java index b7cc799a6b..35daa255a3 100644 --- a/app/src/main/java/h0/a/a/s.java +++ b/app/src/main/java/h0/a/a/s.java @@ -5,7 +5,7 @@ public final class s { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2891c; + public final int f2893c; public final int d; public int e; public final c f = new c(); @@ -24,7 +24,7 @@ public final class s { public s(v vVar, int i, int i2, int i3) { this.a = vVar; this.b = i; - this.f2891c = i2; + this.f2893c = i2; this.d = i3; } } diff --git a/app/src/main/java/h0/a/a/t.java b/app/src/main/java/h0/a/a/t.java index cba2278b92..6775aa05d0 100644 --- a/app/src/main/java/h0/a/a/t.java +++ b/app/src/main/java/h0/a/a/t.java @@ -5,7 +5,7 @@ public interface t { public static final Integer b = 1; /* renamed from: c reason: collision with root package name */ - public static final Integer f2892c = 2; + public static final Integer f2894c = 2; public static final Integer d = 3; public static final Integer e = 4; public static final Integer f = 5; diff --git a/app/src/main/java/h0/a/a/u.java b/app/src/main/java/h0/a/a/u.java index 08630375e8..449b574af0 100644 --- a/app/src/main/java/h0/a/a/u.java +++ b/app/src/main/java/h0/a/a/u.java @@ -5,7 +5,7 @@ public abstract class u { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2893c; + public final String f2895c; public final String d; public final String e; public final long f; @@ -14,7 +14,7 @@ public abstract class u { public u(int i, int i2, String str, String str2, String str3, long j) { this.a = i; this.b = i2; - this.f2893c = str; + this.f2895c = str; this.d = str2; this.e = str3; this.f = j; diff --git a/app/src/main/java/h0/a/a/v.java b/app/src/main/java/h0/a/a/v.java index c72b814586..02e03eb4f2 100644 --- a/app/src/main/java/h0/a/a/v.java +++ b/app/src/main/java/h0/a/a/v.java @@ -5,7 +5,7 @@ public final class v { public final d b = null; /* renamed from: c reason: collision with root package name */ - public int f2894c; + public int f2896c; public String d; public int e; public a[] f = new a[256]; @@ -78,7 +78,7 @@ public final class v { b(obj); } int i = cVar.b; - cVar.j(i(nVar.a, nVar.b, nVar.f2881c, nVar.d, nVar.e).a); + cVar.j(i(nVar.a, nVar.b, nVar.f2883c, nVar.d, nVar.e).a); cVar.j(objArr.length); for (Object obj2 : objArr) { cVar.j(b(obj2).a); @@ -153,10 +153,10 @@ public final class v { return i == 10 ? c(wVar.g()) : i == 11 ? m(16, wVar.d()) : c(wVar.d()); } else if (obj instanceof n) { n nVar = (n) obj; - return i(nVar.a, nVar.b, nVar.f2881c, nVar.d, nVar.e); + return i(nVar.a, nVar.b, nVar.f2883c, nVar.d, nVar.e); } else if (obj instanceof g) { g gVar = (g) obj; - return d(17, gVar.a, gVar.b, a(gVar.f2875c, gVar.d).a); + return d(17, gVar.a, gVar.b, a(gVar.f2877c, gVar.d).a); } else { throw new IllegalArgumentException(c.d.b.a.a.t("value ", obj)); } @@ -244,7 +244,7 @@ public final class v { public final a h(int i, String str, String str2, String str3) { int t = t(i, str, str2, str3); for (a q = q(t); q != null; q = q.i) { - if (q.b == i && q.h == t && q.f2893c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { + if (q.b == i && q.h == t && q.f2895c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { return q; } } @@ -259,7 +259,7 @@ public final class v { public u i(int i, String str, String str2, String str3, boolean z2) { int u = u(15, str, str2, str3, i); for (a q = q(u); q != null; q = q.i) { - if (q.b == 15 && q.h == u && q.f == ((long) i) && q.f2893c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { + if (q.b == 15 && q.h == u && q.f == ((long) i) && q.f2895c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { return q; } } diff --git a/app/src/main/java/h0/a/a/w.java b/app/src/main/java/h0/a/a/w.java index 23fa892430..930161d803 100644 --- a/app/src/main/java/h0/a/a/w.java +++ b/app/src/main/java/h0/a/a/w.java @@ -9,7 +9,7 @@ public final class w { public static final w b = new w(1, "VZCBSIFJD", 1, 2); /* renamed from: c reason: collision with root package name */ - public static final w f2895c = new w(2, "VZCBSIFJD", 2, 3); + public static final w f2897c = new w(2, "VZCBSIFJD", 2, 3); public static final w d = new w(3, "VZCBSIFJD", 3, 4); public static final w e = new w(4, "VZCBSIFJD", 4, 5); public static final w f = new w(5, "VZCBSIFJD", 5, 6); @@ -157,7 +157,7 @@ public final class w { return d; } if (cls == Character.TYPE) { - return f2895c; + return f2897c; } if (cls == Short.TYPE) { return e; @@ -208,7 +208,7 @@ public final class w { case 'B': return d; case 'C': - return f2895c; + return f2897c; case 'D': return i; default: diff --git a/app/src/main/java/h0/b/a/b/b.java b/app/src/main/java/h0/b/a/b/b.java index 8cddf6188a..a1ef88f1f1 100644 --- a/app/src/main/java/h0/b/a/b/b.java +++ b/app/src/main/java/h0/b/a/b/b.java @@ -11,7 +11,7 @@ public class b implements a { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Integer f2896c; + public final Integer f2898c; public b(Class cls) { this.a = cls; @@ -22,7 +22,7 @@ public class b implements a { try { Method declaredMethod2 = ObjectStreamClass.class.getDeclaredMethod("getConstructorId", Class.class); declaredMethod2.setAccessible(true); - this.f2896c = (Integer) declaredMethod2.invoke(null, Object.class); + this.f2898c = (Integer) declaredMethod2.invoke(null, Object.class); } catch (RuntimeException e) { throw new ObjenesisException(e); } catch (NoSuchMethodException e2) { @@ -43,7 +43,7 @@ public class b implements a { public T newInstance() { try { Class cls = this.a; - return cls.cast(this.b.invoke(null, cls, this.f2896c)); + return cls.cast(this.b.invoke(null, cls, this.f2898c)); } catch (Exception e) { throw new ObjenesisException(e); } diff --git a/app/src/main/java/h0/b/a/b/c.java b/app/src/main/java/h0/b/a/b/c.java index 0630acdbce..c6da2ba54f 100644 --- a/app/src/main/java/h0/b/a/b/c.java +++ b/app/src/main/java/h0/b/a/b/c.java @@ -11,7 +11,7 @@ public class c implements a { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Long f2897c; + public final Long f2899c; public c(Class cls) { this.a = cls; @@ -22,7 +22,7 @@ public class c implements a { try { Method declaredMethod2 = ObjectStreamClass.class.getDeclaredMethod("getConstructorId", Class.class); declaredMethod2.setAccessible(true); - this.f2897c = (Long) declaredMethod2.invoke(null, Object.class); + this.f2899c = (Long) declaredMethod2.invoke(null, Object.class); } catch (RuntimeException e) { throw new ObjenesisException(e); } catch (NoSuchMethodException e2) { @@ -43,7 +43,7 @@ public class c implements a { public T newInstance() { try { Class cls = this.a; - return cls.cast(this.b.invoke(null, cls, this.f2897c)); + return cls.cast(this.b.invoke(null, cls, this.f2899c)); } catch (Exception e) { throw new ObjenesisException(e); } diff --git a/app/src/main/java/h0/b/a/d/a.java b/app/src/main/java/h0/b/a/d/a.java index cc6139ba69..f5f050b5f2 100644 --- a/app/src/main/java/h0/b/a/d/a.java +++ b/app/src/main/java/h0/b/a/d/a.java @@ -11,7 +11,7 @@ public class a extends b { @Override // h0.b.a.a public T newInstance() { try { - Class cls = this.f2898c; + Class cls = this.f2900c; return cls.cast(b.a.invoke(b.b, cls, Object.class)); } catch (RuntimeException e) { throw new ObjenesisException(e); diff --git a/app/src/main/java/h0/b/a/d/b.java b/app/src/main/java/h0/b/a/d/b.java index 312ccf23e3..d9bd980eaf 100644 --- a/app/src/main/java/h0/b/a/d/b.java +++ b/app/src/main/java/h0/b/a/d/b.java @@ -10,14 +10,14 @@ public abstract class b implements h0.b.a.a { public static ObjectInputStream b; /* renamed from: c reason: collision with root package name */ - public final Class f2898c; + public final Class f2900c; /* compiled from: GCJInstantiatorBase */ public static class a extends ObjectInputStream { } public b(Class cls) { - this.f2898c = cls; + this.f2900c = cls; if (a == null) { try { Method declaredMethod = ObjectInputStream.class.getDeclaredMethod("newObject", Class.class, Class.class); diff --git a/app/src/main/java/h0/b/b/b.java b/app/src/main/java/h0/b/b/b.java index 9e9a51c656..e9481bf3a9 100644 --- a/app/src/main/java/h0/b/b/b.java +++ b/app/src/main/java/h0/b/b/b.java @@ -7,7 +7,7 @@ public final class b { public static final int b = a(); /* renamed from: c reason: collision with root package name */ - public static final boolean f2899c; + public static final boolean f2901c; public static final String d = System.getProperty("com.google.appengine.runtime.version"); static { @@ -21,7 +21,7 @@ public final class b { if (!(a() == 0 || (property = System.getProperty("java.boot.class.path")) == null || !property.toLowerCase().contains("core-oj.jar"))) { z2 = true; } - f2899c = z2; + f2901c = z2; } public static int a() { diff --git a/app/src/main/java/h0/b/b/c.java b/app/src/main/java/h0/b/b/c.java index 026240a87b..9f3621c3f4 100644 --- a/app/src/main/java/h0/b/b/c.java +++ b/app/src/main/java/h0/b/b/c.java @@ -12,7 +12,7 @@ public class c implements a { } else if (!b.b("Dalvik")) { return b.b("BEA") ? new h0.b.a.f.a(cls) : b.b("GNU libgcj") ? new h0.b.a.d.a(cls) : b.b("PERC") ? new h0.b.a.e.a(cls) : new h0.b.a.f.b(cls); } else { - if (b.f2899c) { + if (b.f2901c) { return new h0.b.a.f.b(cls); } int i = b.b; diff --git a/app/src/main/java/i0/c.java b/app/src/main/java/i0/c.java index 4cb154462c..2a4edf6459 100644 --- a/app/src/main/java/i0/c.java +++ b/app/src/main/java/i0/c.java @@ -43,8 +43,8 @@ public final class c extends h.a { /* compiled from: BuiltInConverters */ /* renamed from: i0.c$c reason: collision with other inner class name */ - public static final class C0316c implements h { - public static final C0316c a = new C0316c(); + public static final class C0317c implements h { + public static final C0317c a = new C0317c(); /* 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] */ @@ -102,7 +102,7 @@ public final class c extends h.a { @Override // i0.h.a public h responseBodyConverter(Type type, Annotation[] annotationArr, y yVar) { if (type == ResponseBody.class) { - return c0.i(annotationArr, w.class) ? C0316c.a : a.a; + return c0.i(annotationArr, w.class) ? C0317c.a : a.a; } if (type == Void.class) { return f.a; diff --git a/app/src/main/java/i0/d0/a/a.java b/app/src/main/java/i0/d0/a/a.java index a6fc9698d1..996cd47dca 100644 --- a/app/src/main/java/i0/d0/a/a.java +++ b/app/src/main/java/i0/d0/a/a.java @@ -16,11 +16,11 @@ public final class a implements Observable.a { /* compiled from: BodyOnSubscribe */ /* renamed from: i0.d0.a.a$a reason: collision with other inner class name */ - public static class C0317a extends Subscriber> { + public static class C0318a extends Subscriber> { public final Subscriber i; public boolean j; - public C0317a(Subscriber subscriber) { + public C0318a(Subscriber subscriber) { super(subscriber); this.i = subscriber; } @@ -69,6 +69,6 @@ public final class a implements Observable.a { @Override // rx.functions.Action1 public void call(Object obj) { - this.i.call(new C0317a((Subscriber) obj)); + this.i.call(new C0318a((Subscriber) obj)); } } diff --git a/app/src/main/java/i0/d0/a/f.java b/app/src/main/java/i0/d0/a/f.java index 76f7360d0d..4e43ef8c6b 100644 --- a/app/src/main/java/i0/d0/a/f.java +++ b/app/src/main/java/i0/d0/a/f.java @@ -15,14 +15,14 @@ public final class f implements e { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2900c; + public final boolean f2902c; public final boolean d; public final boolean e; public f(Type type, Scheduler scheduler, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6) { this.a = type; this.b = z3; - this.f2900c = z4; + this.f2902c = z4; this.d = z5; this.e = z6; } @@ -41,7 +41,7 @@ public final class f implements e { if (this.b) { aVar = new e(cVar); } else { - if (this.f2900c) { + if (this.f2902c) { aVar = new a(cVar); } Observable observable = new Observable(l.a(cVar)); diff --git a/app/src/main/java/i0/e0/a/b.java b/app/src/main/java/i0/e0/a/b.java index 7d6cd4d749..9fdbe90d4c 100644 --- a/app/src/main/java/i0/e0/a/b.java +++ b/app/src/main/java/i0/e0/a/b.java @@ -18,15 +18,15 @@ public final class b implements h { public static final Charset b = Charset.forName(Constants.ENCODING); /* renamed from: c reason: collision with root package name */ - public final Gson f2901c; + public final Gson f2903c; public final TypeAdapter d; static { - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; } public b(Gson gson, TypeAdapter typeAdapter) { - this.f2901c = gson; + this.f2903c = gson; this.d = typeAdapter; } @@ -34,7 +34,7 @@ public final class b implements h { @Override // i0.h public RequestBody convert(Object obj) throws IOException { e eVar = new e(); - JsonWriter l = this.f2901c.l(new OutputStreamWriter(new f(eVar), b)); + JsonWriter l = this.f2903c.l(new OutputStreamWriter(new f(eVar), b)); this.d.write(l, obj); l.close(); return RequestBody.create(a, eVar.x()); diff --git a/app/src/main/java/i0/e0/b/a.java b/app/src/main/java/i0/e0/b/a.java index 6f24ba4b3e..bbdb043b6a 100644 --- a/app/src/main/java/i0/e0/b/a.java +++ b/app/src/main/java/i0/e0/b/a.java @@ -10,7 +10,7 @@ public final class a implements h { public static final MediaType b = MediaType.a.a("text/plain; charset=UTF-8"); static { - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; } /* Return type fixed from 'java.lang.Object' to match base method */ diff --git a/app/src/main/java/i0/g.java b/app/src/main/java/i0/g.java index 217cd8cf90..da1626bd51 100644 --- a/app/src/main/java/i0/g.java +++ b/app/src/main/java/i0/g.java @@ -21,10 +21,10 @@ public final class g extends e.a { /* compiled from: CompletableFutureCallAdapterFactory */ @IgnoreJRERequirement /* renamed from: i0.g$a$a reason: collision with other inner class name */ - public class C0318a implements f { + public class C0319a implements f { public final CompletableFuture a; - public C0318a(a aVar, CompletableFuture completableFuture) { + public C0319a(a aVar, CompletableFuture completableFuture) { this.a = completableFuture; } @@ -55,7 +55,7 @@ public final class g extends e.a { @Override // i0.e public Object b(d dVar) { b bVar = new b(dVar); - dVar.B(new C0318a(this, bVar)); + dVar.B(new C0319a(this, bVar)); return bVar; } } diff --git a/app/src/main/java/i0/j.java b/app/src/main/java/i0/j.java index b2ae8f73b8..c9cab8b4d8 100644 --- a/app/src/main/java/i0/j.java +++ b/app/src/main/java/i0/j.java @@ -11,7 +11,7 @@ public abstract class j extends z { public final e.a b; /* renamed from: c reason: collision with root package name */ - public final h f2902c; + public final h f2904c; /* compiled from: HttpServiceMethod */ public static final class a extends j { @@ -87,12 +87,12 @@ public abstract class j extends z { public j(w wVar, e.a aVar, h hVar) { this.a = wVar; this.b = aVar; - this.f2902c = hVar; + this.f2904c = hVar; } @Override // i0.z public final ReturnT a(Object[] objArr) { - return c(new p(this.a, objArr, this.b, this.f2902c), objArr); + return c(new p(this.a, objArr, this.b, this.f2904c), objArr); } public abstract ReturnT c(d dVar, Object[] objArr); diff --git a/app/src/main/java/i0/p.java b/app/src/main/java/i0/p.java index c090f77998..964cd331cb 100644 --- a/app/src/main/java/i0/p.java +++ b/app/src/main/java/i0/p.java @@ -200,7 +200,7 @@ public final class p implements d { t[] tVarArr = wVar2.j; int length = objArr.length; if (length == tVarArr.length) { - v vVar = new v(wVar2.f2914c, wVar2.b, wVar2.d, wVar2.e, wVar2.f, wVar2.g, wVar2.h, wVar2.i); + v vVar = new v(wVar2.f2916c, wVar2.b, wVar2.d, wVar2.e, wVar2.f, wVar2.g, wVar2.h, wVar2.i); if (wVar2.k) { length--; } @@ -255,8 +255,8 @@ public final class p implements d { aVar6.g(wVar); Headers c2 = vVar.h.c(); m.checkParameterIsNotNull(c2, "headers"); - aVar6.f2949c = c2.e(); - aVar6.c(vVar.f2913c, aVar5); + aVar6.f2951c = c2.e(); + aVar6.c(vVar.f2915c, aVar5); aVar6.e(k.class, new k(wVar2.a, arrayList)); e b2 = aVar.b(aVar6.a()); Objects.requireNonNull(b2, "Call.Factory returned null."); @@ -360,7 +360,7 @@ public final class p implements d { Response response2 = response.p; Response response3 = response.q; Response response4 = response.r; - long j = response.f2951s; + long j = response.f2953s; long j2 = response.t; f0.e0.g.c cVar = response.u; c cVar2 = new c(responseBody.b(), responseBody.a()); diff --git a/app/src/main/java/i0/t.java b/app/src/main/java/i0/t.java index 3916d77712..cbf6ee91b0 100644 --- a/app/src/main/java/i0/t.java +++ b/app/src/main/java/i0/t.java @@ -16,19 +16,19 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2903c; + public final h f2905c; public a(Method method, int i, h hVar) { this.a = method; this.b = i; - this.f2903c = hVar; + this.f2905c = hVar; } @Override // i0.t public void a(v vVar, T t) { if (t != null) { try { - vVar.m = this.f2903c.convert(t); + vVar.m = this.f2905c.convert(t); } catch (IOException e) { Method method = this.a; int i = this.b; @@ -46,20 +46,20 @@ public abstract class t { public final h b; /* renamed from: c reason: collision with root package name */ - public final boolean f2904c; + public final boolean f2906c; public b(String str, h hVar, boolean z2) { Objects.requireNonNull(str, "name == null"); this.a = str; this.b = hVar; - this.f2904c = z2; + this.f2906c = z2; } @Override // i0.t public void a(v vVar, T t) throws IOException { String convert; if (t != null && (convert = this.b.convert(t)) != null) { - vVar.a(this.a, convert, this.f2904c); + vVar.a(this.a, convert, this.f2906c); } } } @@ -70,13 +70,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2905c; + public final h f2907c; public final boolean d; public c(Method method, int i, h hVar, boolean z2) { this.a = method; this.b = i; - this.f2905c = hVar; + this.f2907c = hVar; this.d = z2; } @@ -91,13 +91,13 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - String str2 = (String) this.f2905c.convert(value); + String str2 = (String) this.f2907c.convert(value); if (str2 != null) { vVar.a(str, str2, this.d); } else { Method method = this.a; int i = this.b; - throw c0.l(method, i, "Field map value '" + value + "' converted to null by " + this.f2905c.getClass().getName() + " for key '" + str + "'.", new Object[0]); + throw c0.l(method, i, "Field map value '" + value + "' converted to null by " + this.f2907c.getClass().getName() + " for key '" + str + "'.", new Object[0]); } } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Field map contained null value for key '", str, "'."), new Object[0]); @@ -138,12 +138,12 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2906c; + public final h f2908c; public e(Method method, int i, h hVar) { this.a = method; this.b = i; - this.f2906c = hVar; + this.f2908c = hVar; } /* JADX DEBUG: Multi-variable search result rejected for r3v1, resolved type: i0.h */ @@ -157,7 +157,7 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - vVar.b(str, (String) this.f2906c.convert(value)); + vVar.b(str, (String) this.f2908c.convert(value)); } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Header map contained null value for key '", str, "'."), new Object[0]); } @@ -205,13 +205,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final Headers f2907c; + public final Headers f2909c; public final h d; public g(Method method, int i, Headers headers, h hVar) { this.a = method; this.b = i; - this.f2907c = headers; + this.f2909c = headers; this.d = hVar; } @@ -219,7 +219,7 @@ public abstract class t { public void a(v vVar, T t) { if (t != null) { try { - vVar.c(this.f2907c, this.d.convert(t)); + vVar.c(this.f2909c, this.d.convert(t)); } catch (IOException e) { Method method = this.a; int i = this.b; @@ -235,13 +235,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2908c; + public final h f2910c; public final String d; public h(Method method, int i, h hVar, String str) { this.a = method; this.b = i; - this.f2908c = hVar; + this.f2910c = hVar; this.d = str; } @@ -256,7 +256,7 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - vVar.c(Headers.i.c("Content-Disposition", c.d.b.a.a.v("form-data; name=\"", str, "\""), "Content-Transfer-Encoding", this.d), (RequestBody) this.f2908c.convert(value)); + vVar.c(Headers.i.c("Content-Disposition", c.d.b.a.a.v("form-data; name=\"", str, "\""), "Content-Transfer-Encoding", this.d), (RequestBody) this.f2910c.convert(value)); } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Part map contained null value for key '", str, "'."), new Object[0]); } @@ -276,7 +276,7 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2909c; + public final String f2911c; public final h d; public final boolean e; @@ -284,7 +284,7 @@ public abstract class t { this.a = method; this.b = i; Objects.requireNonNull(str, "name == null"); - this.f2909c = str; + this.f2911c = str; this.d = hVar; this.e = z2; } @@ -295,7 +295,7 @@ public abstract class t { int i; int i2; if (t != null) { - String str2 = this.f2909c; + String str2 = this.f2911c; String convert = this.d.convert(t); boolean z2 = this.e; if (vVar.e != null) { @@ -351,7 +351,7 @@ public abstract class t { } throw new AssertionError(); } - throw c0.l(this.a, this.b, c.d.b.a.a.H(c.d.b.a.a.P("Path parameter \""), this.f2909c, "\" value must not be null."), new Object[0]); + throw c0.l(this.a, this.b, c.d.b.a.a.H(c.d.b.a.a.P("Path parameter \""), this.f2911c, "\" value must not be null."), new Object[0]); } } @@ -361,20 +361,20 @@ public abstract class t { public final h b; /* renamed from: c reason: collision with root package name */ - public final boolean f2910c; + public final boolean f2912c; public j(String str, h hVar, boolean z2) { Objects.requireNonNull(str, "name == null"); this.a = str; this.b = hVar; - this.f2910c = z2; + this.f2912c = z2; } @Override // i0.t public void a(v vVar, T t) throws IOException { String convert; if (t != null && (convert = this.b.convert(t)) != null) { - vVar.d(this.a, convert, this.f2910c); + vVar.d(this.a, convert, this.f2912c); } } } @@ -385,13 +385,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2911c; + public final h f2913c; public final boolean d; public k(Method method, int i, h hVar, boolean z2) { this.a = method; this.b = i; - this.f2911c = hVar; + this.f2913c = hVar; this.d = z2; } @@ -406,13 +406,13 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - String str2 = (String) this.f2911c.convert(value); + String str2 = (String) this.f2913c.convert(value); if (str2 != null) { vVar.d(str, str2, this.d); } else { Method method = this.a; int i = this.b; - throw c0.l(method, i, "Query map value '" + value + "' converted to null by " + this.f2911c.getClass().getName() + " for key '" + str + "'.", new Object[0]); + throw c0.l(method, i, "Query map value '" + value + "' converted to null by " + this.f2913c.getClass().getName() + " for key '" + str + "'.", new Object[0]); } } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Query map contained null value for key '", str, "'."), new Object[0]); diff --git a/app/src/main/java/i0/u.java b/app/src/main/java/i0/u.java index e7608976b4..9f7cc8ee04 100644 --- a/app/src/main/java/i0/u.java +++ b/app/src/main/java/i0/u.java @@ -14,14 +14,14 @@ public class u { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final Constructor f2912c; + public final Constructor f2914c; /* compiled from: Platform */ public static final class a extends u { /* compiled from: Platform */ /* renamed from: i0.u$a$a reason: collision with other inner class name */ - public static final class ExecutorC0319a implements Executor { + public static final class ExecutorC0320a implements Executor { public final Handler i = new Handler(Looper.getMainLooper()); @Override // java.util.concurrent.Executor @@ -37,7 +37,7 @@ public class u { @Override // i0.u public Executor a() { - return new ExecutorC0319a(); + return new ExecutorC0320a(); } @Override // i0.u @@ -59,7 +59,7 @@ public class u { } catch (NoClassDefFoundError | NoSuchMethodException unused) { } } - this.f2912c = constructor; + this.f2914c = constructor; } public Executor a() { @@ -68,7 +68,7 @@ public class u { @IgnoreJRERequirement public Object b(Method method, Class cls, Object obj, Object... objArr) throws Throwable { - Constructor constructor = this.f2912c; + Constructor constructor = this.f2914c; return (constructor != null ? constructor.newInstance(cls, -1) : MethodHandles.lookup()).unreflectSpecial(method, cls).bindTo(obj).invokeWithArguments(objArr); } } diff --git a/app/src/main/java/i0/v.java b/app/src/main/java/i0/v.java index 3ce9c297ad..511f7d479f 100644 --- a/app/src/main/java/i0/v.java +++ b/app/src/main/java/i0/v.java @@ -21,7 +21,7 @@ public final class v { public static final Pattern b = Pattern.compile("(.*/)?(\\.|%2e|%2E){1,2}(/.*)?"); /* renamed from: c reason: collision with root package name */ - public final String f2913c; + public final String f2915c; public final w d; public String e; public w.a f; @@ -60,7 +60,7 @@ public final class v { } public v(String str, w wVar, String str2, Headers headers, MediaType mediaType, boolean z2, boolean z3, boolean z4) { - this.f2913c = str; + this.f2915c = str; this.d = wVar; this.e = str2; this.i = mediaType; @@ -87,8 +87,8 @@ public final class v { m.checkParameterIsNotNull(str2, "value"); List list = aVar.a; w.b bVar = w.b; - list.add(w.b.a(bVar, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2851c, 83)); - aVar.b.add(w.b.a(bVar, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2851c, 83)); + list.add(w.b.a(bVar, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2853c, 83)); + aVar.b.add(w.b.a(bVar, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2853c, 83)); return; } u.a aVar2 = this.l; @@ -97,14 +97,14 @@ public final class v { m.checkParameterIsNotNull(str2, "value"); List list2 = aVar2.a; w.b bVar2 = w.b; - list2.add(w.b.a(bVar2, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2851c, 91)); - aVar2.b.add(w.b.a(bVar2, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2851c, 91)); + list2.add(w.b.a(bVar2, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2853c, 91)); + aVar2.b.add(w.b.a(bVar2, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2853c, 91)); } public void b(String str, String str2) { if ("Content-Type".equalsIgnoreCase(str)) { try { - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; this.i = MediaType.a.a(str2); } catch (IllegalArgumentException e) { throw new IllegalArgumentException(c.d.b.a.a.u("Malformed content type: ", str2), e); diff --git a/app/src/main/java/i0/w.java b/app/src/main/java/i0/w.java index fb1264ef7d..03a7e2a439 100644 --- a/app/src/main/java/i0/w.java +++ b/app/src/main/java/i0/w.java @@ -15,7 +15,7 @@ public final class w { public final f0.w b; /* renamed from: c reason: collision with root package name */ - public final String f2914c; + public final String f2916c; public final String d; public final Headers e; public final MediaType f; @@ -31,7 +31,7 @@ public final class w { public static final Pattern b = Pattern.compile("[a-zA-Z][a-zA-Z0-9_-]*"); /* renamed from: c reason: collision with root package name */ - public final y f2915c; + public final y f2917c; public final Method d; public final Annotation[] e; public final Annotation[][] f; @@ -49,20 +49,20 @@ public final class w { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2916s; + public boolean f2918s; public String t; public Headers u; public MediaType v; public Set w; /* renamed from: x reason: collision with root package name */ - public t[] f2917x; + public t[] f2919x; /* renamed from: y reason: collision with root package name */ - public boolean f2918y; + public boolean f2920y; public a(y yVar, Method method) { - this.f2915c = yVar; + this.f2917c = yVar; this.d = method; this.e = method.getAnnotations(); this.g = method.getGenericParameterTypes(); @@ -109,15 +109,15 @@ public final class w { public w(a aVar) { this.a = aVar.d; - this.b = aVar.f2915c.f2920c; - this.f2914c = aVar.p; + this.b = aVar.f2917c.f2922c; + this.f2916c = aVar.p; this.d = aVar.t; this.e = aVar.u; this.f = aVar.v; this.g = aVar.q; this.h = aVar.r; - this.i = aVar.f2916s; - this.j = aVar.f2917x; - this.k = aVar.f2918y; + this.i = aVar.f2918s; + this.j = aVar.f2919x; + this.k = aVar.f2920y; } } diff --git a/app/src/main/java/i0/x.java b/app/src/main/java/i0/x.java index 424ae59b65..913f29f972 100644 --- a/app/src/main/java/i0/x.java +++ b/app/src/main/java/i0/x.java @@ -8,12 +8,12 @@ public class x implements InvocationHandler { public final Object[] b = new Object[0]; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Class f2919c; + public final /* synthetic */ Class f2921c; public final /* synthetic */ y d; public x(y yVar, Class cls) { this.d = yVar; - this.f2919c = cls; + this.f2921c = cls; } @Override // java.lang.reflect.InvocationHandler @@ -24,6 +24,6 @@ public class x implements InvocationHandler { if (objArr == null) { objArr = this.b; } - return this.a.b && method.isDefault() ? this.a.b(method, this.f2919c, obj, objArr) : this.d.b(method).a(objArr); + return this.a.b && method.isDefault() ? this.a.b(method, this.f2921c, obj, objArr) : this.d.b(method).a(objArr); } } diff --git a/app/src/main/java/i0/y.java b/app/src/main/java/i0/y.java index 6cfe596369..500ba2dcc0 100644 --- a/app/src/main/java/i0/y.java +++ b/app/src/main/java/i0/y.java @@ -21,14 +21,14 @@ public final class y { public final e.a b; /* renamed from: c reason: collision with root package name */ - public final w f2920c; + public final w f2922c; public final List d; public final List e; public final boolean f; public y(e.a aVar, w wVar, List list, List list2, Executor executor, boolean z2) { this.b = aVar; - this.f2920c = wVar; + this.f2922c = wVar; this.d = list; this.e = list2; this.f = z2; diff --git a/app/src/main/java/i0/z.java b/app/src/main/java/i0/z.java index b95d00fe59..c11e4ae38d 100644 --- a/app/src/main/java/i0/z.java +++ b/app/src/main/java/i0/z.java @@ -107,13 +107,13 @@ public abstract class z { } } else if (annotation instanceof l) { if (!aVar.r) { - aVar.f2916s = true; + aVar.f2918s = true; } else { throw c0.j(aVar.d, "Only one encoding annotation is allowed.", new Object[0]); } } else if (!(annotation instanceof e)) { continue; - } else if (!aVar.f2916s) { + } else if (!aVar.f2918s) { aVar.r = true; } else { throw c0.j(aVar.d, "Only one encoding annotation is allowed.", new Object[0]); @@ -121,18 +121,18 @@ public abstract class z { } if (aVar.p != null) { if (!aVar.q) { - if (aVar.f2916s) { + if (aVar.f2918s) { throw c0.j(aVar.d, "Multipart can only be specified on HTTP methods with request body (e.g., @POST).", new Object[0]); } else if (aVar.r) { throw c0.j(aVar.d, "FormUrlEncoded can only be specified on HTTP methods with request body (e.g., @POST).", new Object[0]); } } int length = aVar.f.length; - aVar.f2917x = new t[length]; + aVar.f2919x = new t[length]; int i7 = length - 1; int i8 = 0; while (i8 < length) { - t[] tVarArr = aVar.f2917x; + t[] tVarArr = aVar.f2919x; Type type2 = aVar.g[i8]; Annotation[] annotationArr2 = aVar.f[i8]; boolean z3 = i8 == i7; @@ -188,7 +188,7 @@ public abstract class z { } else if (aVar.w.contains(value2)) { i3 = i9; i6 = length2; - tVar3 = new t.i<>(aVar.d, i8, value2, aVar.f2915c.e(type2, annotationArr2), sVar.encoded()); + tVar3 = new t.i<>(aVar.d, i8, value2, aVar.f2917c.e(type2, annotationArr2), sVar.encoded()); } else { throw c0.l(aVar.d, i8, "URL \"%s\" does not contain \"{%s}\".", aVar.t, value2); } @@ -207,14 +207,14 @@ public abstract class z { aVar.l = true; if (Iterable.class.isAssignableFrom(f)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.j(value3, aVar.f2915c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded)); + tVar3 = new r(new t.j(value3, aVar.f2917c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded)); } else { throw c0.l(aVar.d, i8, a.k(f, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f.isArray()) { - tVar3 = new s(new t.j(value3, aVar.f2915c.e(w.a.a(f.getComponentType()), annotationArr2), encoded)); + tVar3 = new s(new t.j(value3, aVar.f2917c.e(w.a.a(f.getComponentType()), annotationArr2), encoded)); } else { - tVar4 = new t.j<>(value3, aVar.f2915c.e(type2, annotationArr2), encoded); + tVar4 = new t.j<>(value3, aVar.f2917c.e(type2, annotationArr2), encoded); } } else { if (annotation2 instanceof v) { @@ -224,14 +224,14 @@ public abstract class z { aVar.m = true; if (Iterable.class.isAssignableFrom(f2)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.l(aVar.f2915c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded2)); + tVar3 = new r(new t.l(aVar.f2917c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded2)); } else { throw c0.l(aVar.d, i8, a.k(f2, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f2.isArray()) { - tVar3 = new s(new t.l(aVar.f2915c.e(w.a.a(f2.getComponentType()), annotationArr2), encoded2)); + tVar3 = new s(new t.l(aVar.f2917c.e(w.a.a(f2.getComponentType()), annotationArr2), encoded2)); } else { - cVar = new t.l<>(aVar.f2915c.e(type2, annotationArr2), encoded2); + cVar = new t.l<>(aVar.f2917c.e(type2, annotationArr2), encoded2); } } else if (annotation2 instanceof u) { aVar.c(i8, type2); @@ -243,7 +243,7 @@ public abstract class z { ParameterizedType parameterizedType = (ParameterizedType) g; Type e2 = c0.e(0, parameterizedType); if (String.class == e2) { - cVar = new t.k<>(aVar.d, i8, aVar.f2915c.e(c0.e(1, parameterizedType), annotationArr2), ((u) annotation2).encoded()); + cVar = new t.k<>(aVar.d, i8, aVar.f2917c.e(c0.e(1, parameterizedType), annotationArr2), ((u) annotation2).encoded()); } else { throw c0.l(aVar.d, i8, a.w("@QueryMap keys must be of type String: ", e2), new Object[0]); } @@ -259,14 +259,14 @@ public abstract class z { Class f4 = c0.f(type2); if (Iterable.class.isAssignableFrom(f4)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.d(value4, aVar.f2915c.e(c0.e(0, (ParameterizedType) type2), annotationArr2))); + tVar3 = new r(new t.d(value4, aVar.f2917c.e(c0.e(0, (ParameterizedType) type2), annotationArr2))); } else { throw c0.l(aVar.d, i8, a.k(f4, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f4.isArray()) { - tVar3 = new s(new t.d(value4, aVar.f2915c.e(w.a.a(f4.getComponentType()), annotationArr2))); + tVar3 = new s(new t.d(value4, aVar.f2917c.e(w.a.a(f4.getComponentType()), annotationArr2))); } else { - cVar = new t.d<>(value4, aVar.f2915c.e(type2, annotationArr2)); + cVar = new t.d<>(value4, aVar.f2917c.e(type2, annotationArr2)); } } else { if (annotation2 instanceof j) { @@ -281,7 +281,7 @@ public abstract class z { ParameterizedType parameterizedType2 = (ParameterizedType) g2; Type e3 = c0.e(0, parameterizedType2); if (String.class == e3) { - tVar5 = new t.e<>(aVar.d, i8, aVar.f2915c.e(c0.e(1, parameterizedType2), annotationArr2)); + tVar5 = new t.e<>(aVar.d, i8, aVar.f2917c.e(c0.e(1, parameterizedType2), annotationArr2)); } else { throw c0.l(aVar.d, i8, a.w("@HeaderMap keys must be of type String: ", e3), new Object[0]); } @@ -302,14 +302,14 @@ public abstract class z { Class f6 = c0.f(type2); if (Iterable.class.isAssignableFrom(f6)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.b(value5, aVar.f2915c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded3)); + tVar3 = new r(new t.b(value5, aVar.f2917c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded3)); } else { throw c0.l(aVar.d, i8, a.k(f6, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f6.isArray()) { - tVar3 = new s(new t.b(value5, aVar.f2915c.e(w.a.a(f6.getComponentType()), annotationArr2), encoded3)); + tVar3 = new s(new t.b(value5, aVar.f2917c.e(w.a.a(f6.getComponentType()), annotationArr2), encoded3)); } else { - tVar4 = new t.b<>(value5, aVar.f2915c.e(type2, annotationArr2), encoded3); + tVar4 = new t.b<>(value5, aVar.f2917c.e(type2, annotationArr2), encoded3); } } else { throw c0.l(aVar.d, i8, "@Field parameters can only be used with form encoding.", new Object[0]); @@ -324,7 +324,7 @@ public abstract class z { ParameterizedType parameterizedType3 = (ParameterizedType) g3; Type e4 = c0.e(0, parameterizedType3); if (String.class == e4) { - h e5 = aVar.f2915c.e(c0.e(1, parameterizedType3), annotationArr2); + h e5 = aVar.f2917c.e(c0.e(1, parameterizedType3), annotationArr2); aVar.h = true; cVar = new t.c<>(aVar.d, i8, e5, ((d) annotation2).encoded()); } else { @@ -341,7 +341,7 @@ public abstract class z { } } else if (annotation2 instanceof q) { aVar.c(i8, type2); - if (aVar.f2916s) { + if (aVar.f2918s) { q qVar = (q) annotation2; aVar.i = true; String value6 = qVar.value(); @@ -353,7 +353,7 @@ public abstract class z { if (type2 instanceof ParameterizedType) { Type e6 = c0.e(0, (ParameterizedType) type2); if (!MultipartBody.Part.class.isAssignableFrom(c0.f(e6))) { - tVar2 = new r(new t.g(aVar.d, i8, c2, aVar.f2915c.c(e6, annotationArr2, aVar.e))); + tVar2 = new r(new t.g(aVar.d, i8, c2, aVar.f2917c.c(e6, annotationArr2, aVar.e))); } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); } @@ -363,12 +363,12 @@ public abstract class z { } else if (f8.isArray()) { Class a = w.a.a(f8.getComponentType()); if (!MultipartBody.Part.class.isAssignableFrom(a)) { - tVar2 = new s(new t.g(aVar.d, i8, c2, aVar.f2915c.c(a, annotationArr2, aVar.e))); + tVar2 = new s(new t.g(aVar.d, i8, c2, aVar.f2917c.c(a, annotationArr2, aVar.e))); } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); } } else if (!MultipartBody.Part.class.isAssignableFrom(f8)) { - tVar3 = new t.g<>(aVar.d, i8, c2, aVar.f2915c.c(type2, annotationArr2, aVar.e)); + tVar3 = new t.g<>(aVar.d, i8, c2, aVar.f2917c.c(type2, annotationArr2, aVar.e)); tVar2 = tVar3; } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); @@ -399,7 +399,7 @@ public abstract class z { i4 = i6; if (annotation2 instanceof r) { aVar.c(i8, type2); - if (aVar.f2916s) { + if (aVar.f2918s) { aVar.i = true; Class f9 = c0.f(type2); if (Map.class.isAssignableFrom(f9)) { @@ -410,7 +410,7 @@ public abstract class z { if (String.class == e7) { Type e8 = c0.e(1, parameterizedType4); if (!MultipartBody.Part.class.isAssignableFrom(c0.f(e8))) { - tVar2 = new t.h<>(aVar.d, i8, aVar.f2915c.c(e8, annotationArr2, aVar.e), ((r) annotation2).encoding()); + tVar2 = new t.h<>(aVar.d, i8, aVar.f2917c.c(e8, annotationArr2, aVar.e), ((r) annotation2).encoding()); } else { throw c0.l(aVar.d, i8, "@PartMap values cannot be MultipartBody.Part. Use @Part List or a different value type instead.", new Object[0]); } @@ -428,11 +428,11 @@ public abstract class z { } } else if (annotation2 instanceof i0.f0.a) { aVar.c(i8, type2); - if (aVar.r || aVar.f2916s) { + if (aVar.r || aVar.f2918s) { throw c0.l(aVar.d, i8, "@Body parameters cannot be used with form or multi-part encoding.", new Object[0]); } else if (!aVar.j) { try { - h c3 = aVar.f2915c.c(type2, annotationArr2, aVar.e); + h c3 = aVar.f2917c.c(type2, annotationArr2, aVar.e); aVar.j = true; tVar2 = new t.a<>(aVar.d, i8, c3); } catch (RuntimeException e9) { @@ -445,7 +445,7 @@ public abstract class z { aVar.c(i8, type2); Class f10 = c0.f(type2); for (int i10 = i8 - 1; i10 >= 0; i10--) { - t tVar7 = aVar.f2917x[i10]; + t tVar7 = aVar.f2919x[i10]; if ((tVar7 instanceof t.o) && ((t.o) tVar7).a.equals(f10)) { Method method2 = aVar.d; StringBuilder P = a.P("@Tag type "); @@ -496,7 +496,7 @@ public abstract class z { if (z3) { try { if (c0.f(type2) == Continuation.class) { - aVar.f2918y = true; + aVar.f2920y = true; tVar = null; } } catch (NoClassDefFoundError unused) { @@ -511,11 +511,11 @@ public abstract class z { } if (aVar.t != null || aVar.o) { boolean z4 = aVar.r; - if (!z4 && !aVar.f2916s && !aVar.q && aVar.j) { + if (!z4 && !aVar.f2918s && !aVar.q && aVar.j) { throw c0.j(aVar.d, "Non-body HTTP method cannot contain @Body.", new Object[0]); } else if (z4 && !aVar.h) { throw c0.j(aVar.d, "Form-encoded method must contain at least one @Field.", new Object[0]); - } else if (!aVar.f2916s || aVar.i) { + } else if (!aVar.f2918s || aVar.i) { w wVar = new w(aVar); Type genericReturnType = method.getGenericReturnType(); if (c0.h(genericReturnType)) { @@ -556,7 +556,7 @@ public abstract class z { throw c0.j(method, P2.toString(), new Object[0]); } else if (a3 == Response.class) { throw c0.j(method, "Response must include generic type (e.g., Response)", new Object[0]); - } else if (!wVar.f2914c.equals("HEAD") || Void.class.equals(a3)) { + } else if (!wVar.f2916c.equals("HEAD") || Void.class.equals(a3)) { try { h d = yVar.d(a3, method.getAnnotations()); e.a aVar3 = yVar.b; diff --git a/app/src/main/java/j0/a.java b/app/src/main/java/j0/a.java index dbf3fe473c..565c9238ad 100644 --- a/app/src/main/java/j0/a.java +++ b/app/src/main/java/j0/a.java @@ -7,8 +7,8 @@ public final class a { /* compiled from: BackpressureOverflow */ /* renamed from: j0.a$a reason: collision with other inner class name */ - public static final class C0320a implements b { - public static final C0320a a = new C0320a(); + public static final class C0321a implements b { + public static final C0321a a = new C0321a(); @Override // j0.a.b public boolean a() throws MissingBackpressureException { diff --git a/app/src/main/java/j0/f.java b/app/src/main/java/j0/f.java index a1f447c9d9..59b45b4e6d 100644 --- a/app/src/main/java/j0/f.java +++ b/app/src/main/java/j0/f.java @@ -5,7 +5,7 @@ public final class f { public final a b; /* renamed from: c reason: collision with root package name */ - public final Throwable f2921c; + public final Throwable f2923c; public final T d; /* compiled from: Notification */ @@ -17,12 +17,12 @@ public final class f { public f(a aVar, T t, Throwable th) { this.d = t; - this.f2921c = th; + this.f2923c = th; this.b = aVar; } public boolean a() { - return (this.b == a.OnError) && this.f2921c != null; + return (this.b == a.OnError) && this.f2923c != null; } public boolean b() { @@ -48,8 +48,8 @@ public final class f { if (t != t2 && (t == null || !t.equals(t2))) { return false; } - Throwable th = this.f2921c; - Throwable th2 = fVar.f2921c; + Throwable th = this.f2923c; + Throwable th2 = fVar.f2923c; return th == th2 || (th != null && th.equals(th2)); } @@ -58,7 +58,7 @@ public final class f { if (b()) { hashCode = (hashCode * 31) + this.d.hashCode(); } - return a() ? (hashCode * 31) + this.f2921c.hashCode() : hashCode; + return a() ? (hashCode * 31) + this.f2923c.hashCode() : hashCode; } public String toString() { @@ -73,7 +73,7 @@ public final class f { } if (a()) { sb.append(' '); - sb.append(this.f2921c.getMessage()); + sb.append(this.f2923c.getMessage()); } sb.append(']'); return sb.toString(); diff --git a/app/src/main/java/j0/h.java b/app/src/main/java/j0/h.java index 02157c1ace..6debb82de7 100644 --- a/app/src/main/java/j0/h.java +++ b/app/src/main/java/j0/h.java @@ -12,7 +12,7 @@ public class h { } public h(a aVar) { - b bVar = l.f2939c; + b bVar = l.f2941c; this.a = bVar != null ? bVar.call(aVar) : aVar; } } diff --git a/app/src/main/java/j0/j/b/b.java b/app/src/main/java/j0/j/b/b.java index c72cb4cb5e..eb28b9a8e1 100644 --- a/app/src/main/java/j0/j/b/b.java +++ b/app/src/main/java/j0/j/b/b.java @@ -37,7 +37,7 @@ public class b extends Scheduler { } Objects.requireNonNull(this.j); Handler handler = this.i; - RunnableC0321b bVar = new RunnableC0321b(action0, handler); + RunnableC0322b bVar = new RunnableC0322b(action0, handler); Message obtain = Message.obtain(handler, bVar); obtain.obj = this; this.i.sendMessageDelayed(obtain, timeUnit.toMillis(j)); @@ -62,12 +62,12 @@ public class b extends Scheduler { /* compiled from: LooperScheduler */ /* renamed from: j0.j.b.b$b reason: collision with other inner class name */ - public static final class RunnableC0321b implements Runnable, Subscription { + public static final class RunnableC0322b implements Runnable, Subscription { public final Action0 i; public final Handler j; public volatile boolean k; - public RunnableC0321b(Action0 action0, Handler handler) { + public RunnableC0322b(Action0 action0, Handler handler) { this.i = action0; this.j = handler; } diff --git a/app/src/main/java/j0/k/a.java b/app/src/main/java/j0/k/a.java index c463dbb097..eadb27cd9c 100644 --- a/app/src/main/java/j0/k/a.java +++ b/app/src/main/java/j0/k/a.java @@ -6,11 +6,11 @@ import rx.functions.Action2; import rx.functions.Action3; /* compiled from: Actions */ public final class a { - public static final C0322a a = new C0322a(); + public static final C0323a a = new C0323a(); /* compiled from: Actions */ /* renamed from: j0.k.a$a reason: collision with other inner class name */ - public static final class C0322a implements Action0, Action1, Action2, Action3 { + public static final class C0323a implements Action0, Action1, Action2, Action3 { @Override // rx.functions.Action0 public void call() { } diff --git a/app/src/main/java/j0/l/a/a.java b/app/src/main/java/j0/l/a/a.java index 2e86104586..4a4adf2044 100644 --- a/app/src/main/java/j0/l/a/a.java +++ b/app/src/main/java/j0/l/a/a.java @@ -14,10 +14,10 @@ public abstract class a extends Subscriber { /* compiled from: DeferredScalarSubscriber */ /* renamed from: j0.l.a.a$a reason: collision with other inner class name */ - public static final class C0323a implements Producer { + public static final class C0324a implements Producer { public final a i; - public C0323a(a aVar) { + public C0324a(a aVar) { this.i = aVar; } diff --git a/app/src/main/java/j0/l/a/a1.java b/app/src/main/java/j0/l/a/a1.java index 242d8383cf..3b93a86ba8 100644 --- a/app/src/main/java/j0/l/a/a1.java +++ b/app/src/main/java/j0/l/a/a1.java @@ -12,7 +12,7 @@ import rx.exceptions.MissingBackpressureException; import rx.functions.Action0; /* compiled from: OperatorOnBackpressureBuffer */ public class a1 implements Observable.b { - public final a.b i = a.C0320a.a; + public final a.b i = a.C0321a.a; /* compiled from: OperatorOnBackpressureBuffer */ public static final class a extends Subscriber implements c.a { diff --git a/app/src/main/java/j0/l/a/j1.java b/app/src/main/java/j0/l/a/j1.java index edad8cf958..ba68b91553 100644 --- a/app/src/main/java/j0/l/a/j1.java +++ b/app/src/main/java/j0/l/a/j1.java @@ -308,14 +308,14 @@ public final class j1 extends j0.m.c implements Subscription { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2922s; + public boolean f2924s; public long t; public long u; public volatile Producer v; public List> w; /* renamed from: x reason: collision with root package name */ - public boolean f2923x; + public boolean f2925x; public f(e eVar) { this.j = eVar; @@ -373,9 +373,9 @@ public final class j1 extends j0.m.c implements Subscription { } list2.add(cVar); } else { - this.f2923x = true; + this.f2925x = true; } - this.f2922s = true; + this.f2924s = true; return; } this.r = true; @@ -396,15 +396,15 @@ public final class j1 extends j0.m.c implements Subscription { b(j, j3); while (!isUnsubscribed()) { synchronized (this) { - if (!this.f2922s) { + if (!this.f2924s) { this.r = false; return; } - this.f2922s = false; + this.f2924s = false; list = this.w; this.w = null; - z2 = this.f2923x; - this.f2923x = false; + z2 = this.f2925x; + this.f2925x = false; } long j5 = this.t; if (list != null) { diff --git a/app/src/main/java/j0/l/a/l0.java b/app/src/main/java/j0/l/a/l0.java index 09a4d41019..5d7da7cc4c 100644 --- a/app/src/main/java/j0/l/a/l0.java +++ b/app/src/main/java/j0/l/a/l0.java @@ -70,7 +70,7 @@ public final class l0 implements Observable.a>, Func0 observable = this.i; Subscriber subscriber2 = aVar.i; subscriber2.add(aVar); - subscriber2.setProducer(new a.C0323a(aVar)); + subscriber2.setProducer(new a.C0324a(aVar)); observable.h0(aVar); } catch (Throwable th) { c.q.a.k.a.a0(th); diff --git a/app/src/main/java/j0/l/a/p0.java b/app/src/main/java/j0/l/a/p0.java index d9d5f729aa..6bfa9e662a 100644 --- a/app/src/main/java/j0/l/a/p0.java +++ b/app/src/main/java/j0/l/a/p0.java @@ -33,11 +33,11 @@ public class p0 extends Subscriber { SerializedSubscriber serializedSubscriber = p0Var.m; Subscriber subscriber = p0Var.j; synchronized (aVar) { - if (!aVar.e && aVar.f2924c) { + if (!aVar.e && aVar.f2926c) { if (i == aVar.a) { t = aVar.b; aVar.b = null; - aVar.f2924c = false; + aVar.f2926c = false; aVar.e = true; } } @@ -79,9 +79,9 @@ public class p0 extends Subscriber { return; } t = aVar.b; - z2 = aVar.f2924c; + z2 = aVar.f2926c; aVar.b = null; - aVar.f2924c = false; + aVar.f2926c = false; aVar.e = true; } if (z2) { @@ -103,7 +103,7 @@ public class p0 extends Subscriber { synchronized (aVar) { aVar.a++; aVar.b = null; - aVar.f2924c = false; + aVar.f2926c = false; } } @@ -113,7 +113,7 @@ public class p0 extends Subscriber { q0.a aVar = this.i; synchronized (aVar) { aVar.b = t; - aVar.f2924c = true; + aVar.f2926c = true; i = aVar.a + 1; aVar.a = i; } diff --git a/app/src/main/java/j0/l/a/q0.java b/app/src/main/java/j0/l/a/q0.java index 351501aa86..d5ee2e507a 100644 --- a/app/src/main/java/j0/l/a/q0.java +++ b/app/src/main/java/j0/l/a/q0.java @@ -18,7 +18,7 @@ public final class q0 implements Observable.b { public T b; /* renamed from: c reason: collision with root package name */ - public boolean f2924c; + public boolean f2926c; public boolean d; public boolean e; } diff --git a/app/src/main/java/j0/l/a/r2.java b/app/src/main/java/j0/l/a/r2.java index 4d428e766d..1dc1759bc9 100644 --- a/app/src/main/java/j0/l/a/r2.java +++ b/app/src/main/java/j0/l/a/r2.java @@ -29,10 +29,10 @@ public final class r2 implements Observable.b[]> { /* compiled from: OperatorZip */ /* renamed from: j0.l.a.r2$a$a reason: collision with other inner class name */ - public final class C0324a extends Subscriber { + public final class C0325a extends Subscriber { public final h i; - public C0324a() { + public C0325a() { int i = h.i; this.i = y.b() ? new h(true, h.i) : new h(); } @@ -78,14 +78,14 @@ public final class r2 implements Observable.b[]> { public void a(Observable[] observableArr, AtomicLong atomicLong) { Object[] objArr = new Object[observableArr.length]; for (int i2 = 0; i2 < observableArr.length; i2++) { - C0324a aVar = new C0324a(); + C0325a aVar = new C0325a(); objArr[i2] = aVar; this.childSubscription.a(aVar); } this.requested = atomicLong; this.subscribers = objArr; for (int i3 = 0; i3 < observableArr.length; i3++) { - observableArr[i3].h0((C0324a) objArr[i3]); + observableArr[i3].h0((C0325a) objArr[i3]); } } @@ -99,7 +99,7 @@ public final class r2 implements Observable.b[]> { Object[] objArr2 = new Object[length]; boolean z2 = true; for (int i2 = 0; i2 < length; i2++) { - Object b = ((C0324a) objArr[i2]).i.b(); + Object b = ((C0325a) objArr[i2]).i.b(); if (b == null) { z2 = false; } else if (e.c(b)) { @@ -116,7 +116,7 @@ public final class r2 implements Observable.b[]> { atomicLong.decrementAndGet(); this.emitted++; for (Object obj : objArr) { - h hVar = ((C0324a) obj).i; + h hVar = ((C0325a) obj).i; hVar.c(); if (e.c(hVar.b())) { gVar.onCompleted(); @@ -126,7 +126,7 @@ public final class r2 implements Observable.b[]> { } if (this.emitted > i) { for (Object obj2 : objArr) { - ((C0324a) obj2).request((long) this.emitted); + ((C0325a) obj2).request((long) this.emitted); } this.emitted = 0; } diff --git a/app/src/main/java/j0/l/a/u.java b/app/src/main/java/j0/l/a/u.java index 52bb7d13b1..3d234b2a3c 100644 --- a/app/src/main/java/j0/l/a/u.java +++ b/app/src/main/java/j0/l/a/u.java @@ -38,7 +38,7 @@ public class u extends Subscriber> { if (!z2 || !this.j.i.l) { this.i.onNext(fVar); } else { - this.i.onError(fVar.f2921c); + this.i.onError(fVar.f2923c); } } else { this.i.onCompleted(); diff --git a/app/src/main/java/j0/l/a/x0.java b/app/src/main/java/j0/l/a/x0.java index 3aa0b815c8..d69ca2cb7c 100644 --- a/app/src/main/java/j0/l/a/x0.java +++ b/app/src/main/java/j0/l/a/x0.java @@ -112,11 +112,11 @@ public final class x0 implements Observable.b> { } a(1); synchronized (eVar) { - if (!eVar.f2925s) { + if (!eVar.f2927s) { eVar.r = false; return; } - eVar.f2925s = false; + eVar.f2927s = false; eVar.c(); return; } @@ -181,31 +181,31 @@ public final class x0 implements Observable.b> { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2925s; + public boolean f2927s; public final Object t = new Object(); public volatile c[] u = i; public long v; public long w; /* renamed from: x reason: collision with root package name */ - public int f2926x; + public int f2928x; /* renamed from: y reason: collision with root package name */ - public final int f2927y; + public final int f2929y; /* renamed from: z reason: collision with root package name */ - public int f2928z; + public int f2930z; public e(Subscriber subscriber, boolean z2, int i2) { this.j = subscriber; this.k = z2; this.l = i2; if (i2 == Integer.MAX_VALUE) { - this.f2927y = Integer.MAX_VALUE; + this.f2929y = Integer.MAX_VALUE; request(RecyclerView.FOREVER_NS); return; } - this.f2927y = Math.max(1, i2 >> 1); + this.f2929y = Math.max(1, i2 >> 1); request((long) i2); } @@ -228,7 +228,7 @@ public final class x0 implements Observable.b> { public void b() { synchronized (this) { if (this.r) { - this.f2925s = true; + this.f2927s = true; return; } this.r = true; @@ -325,7 +325,7 @@ public final class x0 implements Observable.b> { if (!z5 || ((queue2 != null && !queue2.isEmpty()) || length != 0)) { if (length > 0) { long j4 = this.w; - int i6 = this.f2926x; + int i6 = this.f2928x; if (length <= i6 || cVarArr[i6].k != j4) { if (length <= i6) { i6 = 0; @@ -336,7 +336,7 @@ public final class x0 implements Observable.b> { i6 = 0; } } - this.f2926x = i6; + this.f2928x = i6; this.w = cVarArr[i6].k; } int i8 = 0; @@ -414,7 +414,7 @@ public final class x0 implements Observable.b> { return; } } - this.f2926x = i6; + this.f2928x = i6; this.w = cVarArr[i6].k; } else { subscriber2 = subscriber; @@ -426,7 +426,7 @@ public final class x0 implements Observable.b> { if (!z3) { synchronized (this) { try { - if (!this.f2925s) { + if (!this.f2927s) { try { this.r = false; return; @@ -443,7 +443,7 @@ public final class x0 implements Observable.b> { throw th2; } } else { - this.f2925s = false; + this.f2927s = false; } } catch (Throwable th8) { th2 = th8; @@ -593,13 +593,13 @@ public final class x0 implements Observable.b> { if (observable != null) { z2 = true; if (observable == c.j) { - int i2 = this.f2928z + 1; - if (i2 == this.f2927y) { - this.f2928z = 0; + int i2 = this.f2930z + 1; + if (i2 == this.f2929y) { + this.f2930z = 0; request((long) i2); return; } - this.f2928z = i2; + this.f2930z = i2; return; } else if (observable instanceof j) { T t = ((j) observable).k; @@ -628,19 +628,19 @@ public final class x0 implements Observable.b> { if (j != RecyclerView.FOREVER_NS) { this.m.a(1); } - int i3 = this.f2928z + 1; - if (i3 == this.f2927y) { - this.f2928z = 0; + int i3 = this.f2930z + 1; + if (i3 == this.f2929y) { + this.f2930z = 0; request((long) i3); } else { - this.f2928z = i3; + this.f2930z = i3; } synchronized (this) { - if (!this.f2925s) { + if (!this.f2927s) { this.r = false; return; } - this.f2925s = false; + this.f2927s = false; c(); return; } diff --git a/app/src/main/java/j0/l/a/x1.java b/app/src/main/java/j0/l/a/x1.java index 6ca4f9e5fe..f32df387e7 100644 --- a/app/src/main/java/j0/l/a/x1.java +++ b/app/src/main/java/j0/l/a/x1.java @@ -21,25 +21,25 @@ public final class x1 implements Observable.a { /* compiled from: OperatorSubscribeOn */ /* renamed from: j0.l.a.x1$a$a reason: collision with other inner class name */ - public class C0325a implements Producer { + public class C0326a implements Producer { public final /* synthetic */ Producer i; /* compiled from: OperatorSubscribeOn */ /* renamed from: j0.l.a.x1$a$a$a reason: collision with other inner class name */ - public class C0326a implements Action0 { + public class C0327a implements Action0 { public final /* synthetic */ long i; - public C0326a(long j) { + public C0327a(long j) { this.i = j; } @Override // rx.functions.Action0 public void call() { - C0325a.this.i.j(this.i); + C0326a.this.i.j(this.i); } } - public C0325a(Producer producer) { + public C0326a(Producer producer) { this.i = producer; } @@ -48,7 +48,7 @@ public final class x1 implements Observable.a { if (a.this.m != Thread.currentThread()) { a aVar = a.this; if (aVar.j) { - aVar.k.a(new C0326a(j)); + aVar.k.a(new C0327a(j)); return; } } @@ -96,7 +96,7 @@ public final class x1 implements Observable.a { @Override // rx.Subscriber public void setProducer(Producer producer) { - this.i.setProducer(new C0325a(producer)); + this.i.setProducer(new C0326a(producer)); } } diff --git a/app/src/main/java/j0/l/a/y1.java b/app/src/main/java/j0/l/a/y1.java index 9bf7b1934f..699d15f9b0 100644 --- a/app/src/main/java/j0/l/a/y1.java +++ b/app/src/main/java/j0/l/a/y1.java @@ -108,7 +108,7 @@ public final class y1 implements Observable.b> { public Producer r; /* renamed from: s reason: collision with root package name */ - public volatile boolean f2929s; + public volatile boolean f2931s; public Throwable t; public boolean u; @@ -167,7 +167,7 @@ public final class y1 implements Observable.b> { Subscriber subscriber = this.j; long j2 = j; Throwable th4 = th; - boolean z3 = this.f2929s; + boolean z3 = this.f2931s; while (true) { long j3 = 0; while (true) { @@ -192,7 +192,7 @@ public final class y1 implements Observable.b> { return; } } - if (i2 != 0 || (!subscriber.isUnsubscribed() && !a(this.f2929s, z2, th4, eVar, subscriber, eVar.isEmpty()))) { + if (i2 != 0 || (!subscriber.isUnsubscribed() && !a(this.f2931s, z2, th4, eVar, subscriber, eVar.isEmpty()))) { synchronized (this) { long j4 = this.q; if (j4 != RecyclerView.FOREVER_NS) { @@ -205,7 +205,7 @@ public final class y1 implements Observable.b> { return; } this.p = false; - z3 = this.f2929s; + z3 = this.f2931s; z2 = this.u; th4 = this.t; if (!(th4 == null || th4 == (th2 = i) || this.l)) { @@ -237,7 +237,7 @@ public final class y1 implements Observable.b> { @Override // j0.g public void onCompleted() { - this.f2929s = true; + this.f2931s = true; b(); } @@ -248,7 +248,7 @@ public final class y1 implements Observable.b> { c2 = c(th); } if (c2) { - this.f2929s = true; + this.f2931s = true; b(); return; } diff --git a/app/src/main/java/j0/l/b/a.java b/app/src/main/java/j0/l/b/a.java index 822764a5f6..dffeaeaba8 100644 --- a/app/src/main/java/j0/l/b/a.java +++ b/app/src/main/java/j0/l/b/a.java @@ -4,7 +4,7 @@ import androidx.recyclerview.widget.RecyclerView; import rx.Producer; /* compiled from: ProducerArbiter */ public final class a implements Producer { - public static final Producer i = new C0327a(); + public static final Producer i = new C0328a(); public long j; public Producer k; public boolean l; @@ -14,7 +14,7 @@ public final class a implements Producer { /* compiled from: ProducerArbiter */ /* renamed from: j0.l.b.a$a reason: collision with other inner class name */ - public static class C0327a implements Producer { + public static class C0328a implements Producer { @Override // rx.Producer public void j(long j) { } diff --git a/app/src/main/java/j0/l/c/a.java b/app/src/main/java/j0/l/c/a.java index d238b5b04c..108e83ea8a 100644 --- a/app/src/main/java/j0/l/c/a.java +++ b/app/src/main/java/j0/l/c/a.java @@ -23,29 +23,29 @@ public final class a extends Scheduler implements k { public static final TimeUnit b = TimeUnit.SECONDS; /* renamed from: c reason: collision with root package name */ - public static final c f2930c; - public static final C0328a d; + public static final c f2932c; + public static final C0329a d; public final ThreadFactory e; - public final AtomicReference f; + public final AtomicReference f; /* compiled from: CachedThreadScheduler */ /* renamed from: j0.l.c.a$a reason: collision with other inner class name */ - public static final class C0328a { + public static final class C0329a { public final ThreadFactory a; public final long b; /* renamed from: c reason: collision with root package name */ - public final ConcurrentLinkedQueue f2931c; + public final ConcurrentLinkedQueue f2933c; public final CompositeSubscription d; public final ScheduledExecutorService e; public final Future f; /* compiled from: CachedThreadScheduler */ /* renamed from: j0.l.c.a$a$a reason: collision with other inner class name */ - public class ThreadFactoryC0329a implements ThreadFactory { + public class ThreadFactoryC0330a implements ThreadFactory { public final /* synthetic */ ThreadFactory i; - public ThreadFactoryC0329a(C0328a aVar, ThreadFactory threadFactory) { + public ThreadFactoryC0330a(C0329a aVar, ThreadFactory threadFactory) { this.i = threadFactory; } @@ -65,16 +65,16 @@ public final class a extends Scheduler implements k { @Override // java.lang.Runnable public void run() { - C0328a aVar = C0328a.this; - if (!aVar.f2931c.isEmpty()) { + C0329a aVar = C0329a.this; + if (!aVar.f2933c.isEmpty()) { long nanoTime = System.nanoTime(); - Iterator it = aVar.f2931c.iterator(); + Iterator it = aVar.f2933c.iterator(); while (it.hasNext()) { c next = it.next(); if (next.q > nanoTime) { return; } - if (aVar.f2931c.remove(next)) { + if (aVar.f2933c.remove(next)) { aVar.d.c(next); } } @@ -82,16 +82,16 @@ public final class a extends Scheduler implements k { } } - public C0328a(ThreadFactory threadFactory, long j, TimeUnit timeUnit) { + public C0329a(ThreadFactory threadFactory, long j, TimeUnit timeUnit) { ScheduledFuture scheduledFuture; this.a = threadFactory; long nanos = timeUnit != null ? timeUnit.toNanos(j) : 0; this.b = nanos; - this.f2931c = new ConcurrentLinkedQueue<>(); + this.f2933c = new ConcurrentLinkedQueue<>(); this.d = new CompositeSubscription(); ScheduledExecutorService scheduledExecutorService = null; if (timeUnit != null) { - scheduledExecutorService = Executors.newScheduledThreadPool(1, new ThreadFactoryC0329a(this, threadFactory)); + scheduledExecutorService = Executors.newScheduledThreadPool(1, new ThreadFactoryC0330a(this, threadFactory)); g.g(scheduledExecutorService); scheduledFuture = scheduledExecutorService.scheduleWithFixedDelay(new b(), nanos, nanos, TimeUnit.NANOSECONDS); } else { @@ -120,16 +120,16 @@ public final class a extends Scheduler implements k { /* compiled from: CachedThreadScheduler */ public static final class b extends Scheduler.Worker implements Action0 { public final CompositeSubscription i = new CompositeSubscription(); - public final C0328a j; + public final C0329a j; public final c k; public final AtomicBoolean l; /* compiled from: CachedThreadScheduler */ /* renamed from: j0.l.c.a$b$a reason: collision with other inner class name */ - public class C0330a implements Action0 { + public class C0331a implements Action0 { public final /* synthetic */ Action0 i; - public C0330a(Action0 action0) { + public C0331a(Action0 action0) { this.i = action0; } @@ -141,21 +141,21 @@ public final class a extends Scheduler implements k { } } - public b(C0328a aVar) { + public b(C0329a aVar) { c cVar; c cVar2; this.j = aVar; this.l = new AtomicBoolean(); if (aVar.d.j) { - cVar = a.f2930c; + cVar = a.f2932c; } else { while (true) { - if (aVar.f2931c.isEmpty()) { + if (aVar.f2933c.isEmpty()) { cVar2 = new c(aVar.a); aVar.d.a(cVar2); break; } - cVar2 = aVar.f2931c.poll(); + cVar2 = aVar.f2933c.poll(); if (cVar2 != null) { break; } @@ -175,7 +175,7 @@ public final class a extends Scheduler implements k { if (this.i.j) { return j0.r.c.a; } - j f = this.k.f(new C0330a(action0), j, timeUnit); + j f = this.k.f(new C0331a(action0), j, timeUnit); this.i.a(f); f.cancel.a(new j.c(f, this.i)); return f; @@ -183,11 +183,11 @@ public final class a extends Scheduler implements k { @Override // rx.functions.Action0 public void call() { - C0328a aVar = this.j; + C0329a aVar = this.j; c cVar = this.k; Objects.requireNonNull(aVar); cVar.q = System.nanoTime() + aVar.b; - aVar.f2931c.offer(cVar); + aVar.f2933c.offer(cVar); } @Override // rx.Subscription @@ -215,19 +215,19 @@ public final class a extends Scheduler implements k { static { c cVar = new c(i.i); - f2930c = cVar; + f2932c = cVar; cVar.unsubscribe(); - C0328a aVar = new C0328a(null, 0, null); + C0329a aVar = new C0329a(null, 0, null); d = aVar; aVar.a(); } public a(ThreadFactory threadFactory) { this.e = threadFactory; - C0328a aVar = d; - AtomicReference atomicReference = new AtomicReference<>(aVar); + C0329a aVar = d; + AtomicReference atomicReference = new AtomicReference<>(aVar); this.f = atomicReference; - C0328a aVar2 = new C0328a(threadFactory, a, b); + C0329a aVar2 = new C0329a(threadFactory, a, b); if (!atomicReference.compareAndSet(aVar, aVar2)) { aVar2.a(); } @@ -240,8 +240,8 @@ public final class a extends Scheduler implements k { @Override // j0.l.c.k public void shutdown() { - C0328a aVar; - C0328a aVar2; + C0329a aVar; + C0329a aVar2; do { aVar = this.f.get(); aVar2 = d; diff --git a/app/src/main/java/j0/l/c/b.java b/app/src/main/java/j0/l/c/b.java index 41fadf6b26..4dcf62a654 100644 --- a/app/src/main/java/j0/l/c/b.java +++ b/app/src/main/java/j0/l/c/b.java @@ -17,9 +17,9 @@ public final class b extends Scheduler implements k { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final C0333b f2932c = new C0333b(null, 0); + public static final C0334b f2934c = new C0334b(null, 0); public final ThreadFactory d; - public final AtomicReference e; + public final AtomicReference e; /* compiled from: EventLoopsScheduler */ public static final class a extends Scheduler.Worker { @@ -30,10 +30,10 @@ public final class b extends Scheduler implements k { /* compiled from: EventLoopsScheduler */ /* renamed from: j0.l.c.b$a$a reason: collision with other inner class name */ - public class C0331a implements Action0 { + public class C0332a implements Action0 { public final /* synthetic */ Action0 i; - public C0331a(Action0 action0) { + public C0332a(Action0 action0) { this.i = action0; } @@ -47,10 +47,10 @@ public final class b extends Scheduler implements k { /* compiled from: EventLoopsScheduler */ /* renamed from: j0.l.c.b$a$b reason: collision with other inner class name */ - public class C0332b implements Action0 { + public class C0333b implements Action0 { public final /* synthetic */ Action0 i; - public C0332b(Action0 action0) { + public C0333b(Action0 action0) { this.i = action0; } @@ -77,7 +77,7 @@ public final class b extends Scheduler implements k { return j0.r.c.a; } c cVar = this.l; - C0331a aVar = new C0331a(action0); + C0332a aVar = new C0332a(action0); SubscriptionList subscriptionList = this.i; Objects.requireNonNull(cVar); j jVar = new j(l.d(aVar), subscriptionList); @@ -92,7 +92,7 @@ public final class b extends Scheduler implements k { return j0.r.c.a; } c cVar = this.l; - C0332b bVar = new C0332b(action0); + C0333b bVar = new C0333b(action0); CompositeSubscription compositeSubscription = this.j; Objects.requireNonNull(cVar); j jVar = new j(l.d(bVar), compositeSubscription); @@ -114,14 +114,14 @@ public final class b extends Scheduler implements k { /* compiled from: EventLoopsScheduler */ /* renamed from: j0.l.c.b$b reason: collision with other inner class name */ - public static final class C0333b { + public static final class C0334b { public final int a; public final c[] b; /* renamed from: c reason: collision with root package name */ - public long f2933c; + public long f2935c; - public C0333b(ThreadFactory threadFactory, int i) { + public C0334b(ThreadFactory threadFactory, int i) { this.a = i; this.b = new c[i]; for (int i2 = 0; i2 < i; i2++) { @@ -135,8 +135,8 @@ public final class b extends Scheduler implements k { return b.b; } c[] cVarArr = this.b; - long j = this.f2933c; - this.f2933c = 1 + j; + long j = this.f2935c; + this.f2935c = 1 + j; return cVarArr[(int) (j % ((long) i))]; } } @@ -162,10 +162,10 @@ public final class b extends Scheduler implements k { public b(ThreadFactory threadFactory) { this.d = threadFactory; - C0333b bVar = f2932c; - AtomicReference atomicReference = new AtomicReference<>(bVar); + C0334b bVar = f2934c; + AtomicReference atomicReference = new AtomicReference<>(bVar); this.e = atomicReference; - C0333b bVar2 = new C0333b(threadFactory, a); + C0334b bVar2 = new C0334b(threadFactory, a); if (!atomicReference.compareAndSet(bVar, bVar2)) { for (c cVar : bVar2.b) { cVar.unsubscribe(); @@ -180,11 +180,11 @@ public final class b extends Scheduler implements k { @Override // j0.l.c.k public void shutdown() { - C0333b bVar; - C0333b bVar2; + C0334b bVar; + C0334b bVar2; do { bVar = this.e.get(); - bVar2 = f2932c; + bVar2 = f2934c; if (bVar == bVar2) { return; } diff --git a/app/src/main/java/j0/l/c/c.java b/app/src/main/java/j0/l/c/c.java index 0e247e8649..3e0274b2ea 100644 --- a/app/src/main/java/j0/l/c/c.java +++ b/app/src/main/java/j0/l/c/c.java @@ -25,10 +25,10 @@ public final class c extends Scheduler { /* compiled from: ExecutorScheduler */ /* renamed from: j0.l.c.c$a$a reason: collision with other inner class name */ - public class C0334a implements Action0 { + public class C0335a implements Action0 { public final /* synthetic */ j0.r.b i; - public C0334a(j0.r.b bVar) { + public C0335a(j0.r.b bVar) { this.i = bVar; } @@ -65,7 +65,7 @@ public final class c extends Scheduler { public a(Executor executor) { ScheduledExecutorService scheduledExecutorService; this.i = executor; - ScheduledExecutorService[] scheduledExecutorServiceArr = d.f2934c.e.get(); + ScheduledExecutorService[] scheduledExecutorServiceArr = d.f2936c.e.get(); if (scheduledExecutorServiceArr == d.a) { scheduledExecutorService = d.b; } else { @@ -111,7 +111,7 @@ public final class c extends Scheduler { j0.r.b bVar2 = new j0.r.b(); bVar2.a(bVar); this.j.a(bVar2); - j0.r.a aVar = new j0.r.a(new C0334a(bVar2)); + j0.r.a aVar = new j0.r.a(new C0335a(bVar2)); j jVar = new j(new b(bVar2, d, aVar)); bVar.a(jVar); try { diff --git a/app/src/main/java/j0/l/c/d.java b/app/src/main/java/j0/l/c/d.java index 98c550b1cc..a9e5f71fd6 100644 --- a/app/src/main/java/j0/l/c/d.java +++ b/app/src/main/java/j0/l/c/d.java @@ -10,7 +10,7 @@ public final class d implements k { public static final ScheduledExecutorService b; /* renamed from: c reason: collision with root package name */ - public static final d f2934c = new d(); + public static final d f2936c = new d(); public static int d; public final AtomicReference e = new AtomicReference<>(a); diff --git a/app/src/main/java/j0/l/c/j.java b/app/src/main/java/j0/l/c/j.java index 03dd574fd1..a537929e38 100644 --- a/app/src/main/java/j0/l/c/j.java +++ b/app/src/main/java/j0/l/c/j.java @@ -45,16 +45,16 @@ public final class j extends AtomicReference implements Runnable, Subscr public final SubscriptionList parent; /* renamed from: s reason: collision with root package name */ - public final j f2935s; + public final j f2937s; public b(j jVar, SubscriptionList subscriptionList) { - this.f2935s = jVar; + this.f2937s = jVar; this.parent = subscriptionList; } @Override // rx.Subscription public boolean isUnsubscribed() { - return this.f2935s.cancel.j; + return this.f2937s.cancel.j; } @Override // rx.Subscription @@ -62,7 +62,7 @@ public final class j extends AtomicReference implements Runnable, Subscr boolean remove; if (compareAndSet(false, true)) { SubscriptionList subscriptionList = this.parent; - j jVar = this.f2935s; + j jVar = this.f2937s; if (!subscriptionList.j) { synchronized (subscriptionList) { List list = subscriptionList.i; @@ -87,22 +87,22 @@ public final class j extends AtomicReference implements Runnable, Subscr public final CompositeSubscription parent; /* renamed from: s reason: collision with root package name */ - public final j f2936s; + public final j f2938s; public c(j jVar, CompositeSubscription compositeSubscription) { - this.f2936s = jVar; + this.f2938s = jVar; this.parent = compositeSubscription; } @Override // rx.Subscription public boolean isUnsubscribed() { - return this.f2936s.cancel.j; + return this.f2938s.cancel.j; } @Override // rx.Subscription public void unsubscribe() { if (compareAndSet(false, true)) { - this.parent.c(this.f2936s); + this.parent.c(this.f2938s); } } } diff --git a/app/src/main/java/j0/l/c/m.java b/app/src/main/java/j0/l/c/m.java index fad4b300b2..b6bd264cd5 100644 --- a/app/src/main/java/j0/l/c/m.java +++ b/app/src/main/java/j0/l/c/m.java @@ -20,10 +20,10 @@ public final class m extends Scheduler { /* compiled from: TrampolineScheduler */ /* renamed from: j0.l.c.m$a$a reason: collision with other inner class name */ - public class C0335a implements Action0 { + public class C0336a implements Action0 { public final /* synthetic */ b i; - public C0335a(b bVar) { + public C0336a(b bVar) { this.i = bVar; } @@ -51,7 +51,7 @@ public final class m extends Scheduler { b bVar = new b(action0, Long.valueOf(j), this.i.incrementAndGet()); this.j.add(bVar); if (this.l.getAndIncrement() != 0) { - return new j0.r.a(new C0335a(bVar)); + return new j0.r.a(new C0336a(bVar)); } do { b poll = this.j.poll(); diff --git a/app/src/main/java/j0/l/e/e.java b/app/src/main/java/j0/l/e/e.java index 54f30437f0..e54bd2a9f1 100644 --- a/app/src/main/java/j0/l/e/e.java +++ b/app/src/main/java/j0/l/e/e.java @@ -8,7 +8,7 @@ import rx.functions.Action1; public enum e { ; - public static final C0336e i = new C0336e(); + public static final C0337e i = new C0337e(); public static final b j = new b(); public static final Action1 k = new a(); @@ -27,7 +27,7 @@ public enum e { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // j0.k.b public Throwable call(f fVar) { - return fVar.f2921c; + return fVar.f2923c; } } @@ -65,7 +65,7 @@ public enum e { /* compiled from: InternalObservableUtils */ /* renamed from: j0.l.e.e$e reason: collision with other inner class name */ - public static final class C0336e implements j0.k.b { + public static final class C0337e implements j0.k.b { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // j0.k.b public /* bridge */ /* synthetic */ Void call(Object obj) { diff --git a/app/src/main/java/j0/l/e/f.java b/app/src/main/java/j0/l/e/f.java index 3e6a9faa2c..fc448c5fbb 100644 --- a/app/src/main/java/j0/l/e/f.java +++ b/app/src/main/java/j0/l/e/f.java @@ -7,13 +7,13 @@ public final class f { public int b; /* renamed from: c reason: collision with root package name */ - public int f2937c; + public int f2939c; public T[] d; public f() { int N = a.N(16); this.a = N - 1; - this.f2937c = (int) (((float) N) * 0.75f); + this.f2939c = (int) (((float) N) * 0.75f); this.d = (T[]) new Object[N]; } @@ -43,7 +43,7 @@ public final class f { tArr[b] = t; int i2 = this.b + 1; this.b = i2; - if (i2 >= this.f2937c) { + if (i2 >= this.f2939c) { T[] tArr2 = this.d; int length = tArr2.length; int i3 = length << 1; @@ -67,7 +67,7 @@ public final class f { i2 = i5; } this.a = i4; - this.f2937c = (int) (((float) i3) * 0.75f); + this.f2939c = (int) (((float) i3) * 0.75f); this.d = tArr3; } return true; diff --git a/app/src/main/java/j0/l/e/n/t.java b/app/src/main/java/j0/l/e/n/t.java index 1e0b45fd1c..0674dbd1b3 100644 --- a/app/src/main/java/j0/l/e/n/t.java +++ b/app/src/main/java/j0/l/e/n/t.java @@ -12,16 +12,16 @@ public class t extends v { public static final long r; /* renamed from: s reason: collision with root package name */ - public static final int f2938s; + public static final int f2940s; public static final Object t = new Object(); static { Unsafe unsafe = y.a; int arrayIndexScale = unsafe.arrayIndexScale(Object[].class); if (4 == arrayIndexScale) { - f2938s = 2; + f2940s = 2; } else if (8 == arrayIndexScale) { - f2938s = 3; + f2940s = 3; } else { throw new IllegalStateException("Unknown pointer size"); } @@ -56,7 +56,7 @@ public class t extends v { } public static long c(long j) { - return r + (j << f2938s); + return r + (j << f2940s); } public static long d(long j, long j2) { diff --git a/app/src/main/java/j0/n/a.java b/app/src/main/java/j0/n/a.java index 2a0f5b4a5b..2d3aadce3e 100644 --- a/app/src/main/java/j0/n/a.java +++ b/app/src/main/java/j0/n/a.java @@ -4,11 +4,11 @@ import j0.g; import rx.exceptions.OnErrorNotImplementedException; /* compiled from: Observers */ public final class a { - public static final g a = new C0337a(); + public static final g a = new C0338a(); /* compiled from: Observers */ /* renamed from: j0.n.a$a reason: collision with other inner class name */ - public static class C0337a implements g { + public static class C0338a implements g { @Override // j0.g public final void onCompleted() { } diff --git a/app/src/main/java/j0/o/l.java b/app/src/main/java/j0/o/l.java index a733ec4b98..6e7e549a60 100644 --- a/app/src/main/java/j0/o/l.java +++ b/app/src/main/java/j0/o/l.java @@ -16,7 +16,7 @@ public final class l { public static volatile b b = new c(); /* renamed from: c reason: collision with root package name */ - public static volatile b f2939c = new d(); + public static volatile b f2941c = new d(); public static volatile b d = new e(); public static volatile Func2 e = new g(); public static volatile b f = new i(); diff --git a/app/src/main/java/j0/o/o.java b/app/src/main/java/j0/o/o.java index eae12fcff1..866246943c 100644 --- a/app/src/main/java/j0/o/o.java +++ b/app/src/main/java/j0/o/o.java @@ -10,7 +10,7 @@ public class o { public static final b b = new a(); /* renamed from: c reason: collision with root package name */ - public final AtomicReference f2940c = new AtomicReference<>(); + public final AtomicReference f2942c = new AtomicReference<>(); public final AtomicReference d = new AtomicReference<>(); public final AtomicReference e = new AtomicReference<>(); public final AtomicReference f = new AtomicReference<>(); @@ -88,15 +88,15 @@ public class o { } public b b() { - if (this.f2940c.get() == null) { + if (this.f2942c.get() == null) { Object d = d(b.class, g()); if (d == null) { - this.f2940c.compareAndSet(null, b); + this.f2942c.compareAndSet(null, b); } else { - this.f2940c.compareAndSet(null, (b) d); + this.f2942c.compareAndSet(null, (b) d); } } - return this.f2940c.get(); + return this.f2942c.get(); } public m c() { diff --git a/app/src/main/java/j0/p/a.java b/app/src/main/java/j0/p/a.java index b00b2e49c3..b599fc9361 100644 --- a/app/src/main/java/j0/p/a.java +++ b/app/src/main/java/j0/p/a.java @@ -14,7 +14,7 @@ public final class a { public final Scheduler b = new b(new i("RxComputationScheduler-")); /* renamed from: c reason: collision with root package name */ - public final Scheduler f2941c = new j0.l.c.a(new i("RxIoScheduler-")); + public final Scheduler f2943c = new j0.l.c.a(new i("RxIoScheduler-")); public final Scheduler d = new f(new i("RxNewThreadScheduler-")); public a() { @@ -41,7 +41,7 @@ public final class a { if (scheduler instanceof k) { ((k) scheduler).shutdown(); } - Scheduler scheduler2 = aVar2.f2941c; + Scheduler scheduler2 = aVar2.f2943c; if (scheduler2 instanceof k) { ((k) scheduler2).shutdown(); } @@ -54,6 +54,6 @@ public final class a { } public static Scheduler c() { - return b().f2941c; + return b().f2943c; } } diff --git a/app/src/main/java/j0/q/a.java b/app/src/main/java/j0/q/a.java index 6591b05df9..6b536f973f 100644 --- a/app/src/main/java/j0/q/a.java +++ b/app/src/main/java/j0/q/a.java @@ -19,7 +19,7 @@ public final class a extends Subject { /* compiled from: ReplaySubject */ /* renamed from: j0.q.a$a reason: collision with other inner class name */ - public interface AbstractC0338a { + public interface AbstractC0339a { } /* compiled from: ReplaySubject */ @@ -60,31 +60,31 @@ public final class a extends Subject { } /* compiled from: ReplaySubject */ - public static final class c implements AbstractC0338a { + public static final class c implements AbstractC0339a { public final int a; - public volatile C0339a b; + public volatile C0340a b; /* renamed from: c reason: collision with root package name */ - public C0339a f2942c; + public C0340a f2944c; public int d; public volatile boolean e; public Throwable f; /* compiled from: ReplaySubject */ /* renamed from: j0.q.a$c$a reason: collision with other inner class name */ - public static final class C0339a extends AtomicReference> { + public static final class C0340a extends AtomicReference> { private static final long serialVersionUID = 3713592843205853725L; public final T value; - public C0339a(T t) { + public C0340a(T t) { this.value = t; } } public c(int i) { this.a = i; - C0339a aVar = new C0339a<>(null); - this.f2942c = aVar; + C0340a aVar = new C0340a<>(null); + this.f2944c = aVar; this.b = aVar; } @@ -96,7 +96,7 @@ public final class a extends Subject { int i2 = 1; do { long j = bVar.requested.get(); - C0339a aVar = (C0339a) bVar.node; + C0340a aVar = (C0340a) bVar.node; if (aVar == null) { aVar = this.b; } @@ -111,7 +111,7 @@ public final class a extends Subject { return; } else { boolean z3 = this.e; - C0339a aVar2 = aVar.get(); + C0340a aVar2 = aVar.get(); boolean z4 = aVar2 == null; if (z3 && z4) { bVar.node = null; @@ -168,9 +168,9 @@ public final class a extends Subject { public static final b[] i = new b[0]; public static final b[] j = new b[0]; private static final long serialVersionUID = 5952362471246910544L; - public final AbstractC0338a buffer; + public final AbstractC0339a buffer; - public d(AbstractC0338a aVar) { + public d(AbstractC0339a aVar) { this.buffer = aVar; lazySet(i); } @@ -243,7 +243,7 @@ public final class a extends Subject { @Override // j0.g public void onCompleted() { - AbstractC0338a aVar = this.buffer; + AbstractC0339a aVar = this.buffer; ((c) aVar).e = true; for (b bVar : getAndSet(j)) { ((c) aVar).a(bVar); @@ -252,7 +252,7 @@ public final class a extends Subject { @Override // j0.g public void onError(Throwable th) { - AbstractC0338a aVar = this.buffer; + AbstractC0339a aVar = this.buffer; c cVar = (c) aVar; cVar.f = th; cVar.e = true; @@ -272,12 +272,12 @@ public final class a extends Subject { @Override // j0.g public void onNext(T t) { - AbstractC0338a aVar = this.buffer; + AbstractC0339a aVar = this.buffer; c cVar = (c) aVar; Objects.requireNonNull(cVar); - c.C0339a aVar2 = new c.C0339a<>(t); - cVar.f2942c.set(aVar2); - cVar.f2942c = aVar2; + c.C0340a aVar2 = new c.C0340a<>(t); + cVar.f2944c.set(aVar2); + cVar.f2944c = aVar2; int i2 = cVar.d; if (i2 == cVar.a) { cVar.b = cVar.b.get(); diff --git a/app/src/main/java/j0/q/c.java b/app/src/main/java/j0/q/c.java index 5a81aac764..9d52d7d5df 100644 --- a/app/src/main/java/j0/q/c.java +++ b/app/src/main/java/j0/q/c.java @@ -24,7 +24,7 @@ public final class c extends AtomicReference> implements Observable.a public static final a b; /* renamed from: c reason: collision with root package name */ - public static final a f2943c; + public static final a f2945c; public final boolean d; public final b[] e; @@ -32,7 +32,7 @@ public final class c extends AtomicReference> implements Observable.a b[] bVarArr = new b[0]; a = bVarArr; b = new a(true, bVarArr); - f2943c = new a(false, bVarArr); + f2945c = new a(false, bVarArr); } public a(boolean z2, b[] bVarArr) { @@ -87,8 +87,8 @@ public final class c extends AtomicReference> implements Observable.a } public c() { - super(a.f2943c); - a.C0322a aVar = j0.k.a.a; + super(a.f2945c); + a.C0323a aVar = j0.k.a.a; this.onStart = aVar; this.onAdded = aVar; this.onTerminated = aVar; @@ -103,7 +103,7 @@ public final class c extends AtomicReference> implements Observable.a b[] bVarArr = aVar.e; int length = bVarArr.length; if (length == 1 && bVarArr[0] == bVar) { - aVar2 = a.f2943c; + aVar2 = a.f2945c; } else { if (length != 0) { int i = length - 1; @@ -122,7 +122,7 @@ public final class c extends AtomicReference> implements Observable.a } i2++; } else if (i3 == 0) { - aVar2 = a.f2943c; + aVar2 = a.f2945c; } else { if (i3 < i) { b[] bVarArr3 = new b[i3]; diff --git a/app/src/main/java/j0/r/a.java b/app/src/main/java/j0/r/a.java index d814c993e5..449c409ed9 100644 --- a/app/src/main/java/j0/r/a.java +++ b/app/src/main/java/j0/r/a.java @@ -5,12 +5,12 @@ import rx.Subscription; import rx.functions.Action0; /* compiled from: BooleanSubscription */ public final class a implements Subscription { - public static final Action0 i = new C0340a(); + public static final Action0 i = new C0341a(); public final AtomicReference j; /* compiled from: BooleanSubscription */ /* renamed from: j0.r.a$a reason: collision with other inner class name */ - public static class C0340a implements Action0 { + public static class C0341a implements Action0 { @Override // rx.functions.Action0 public void call() { } diff --git a/app/src/main/java/kotlin/Metadata.java b/app/src/main/java/kotlin/Metadata.java index 26740db561..33baca3b26 100644 --- a/app/src/main/java/kotlin/Metadata.java +++ b/app/src/main/java/kotlin/Metadata.java @@ -8,7 +8,7 @@ import java.lang.annotation.Target; @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) public @interface Metadata { - int[] bv() default {}; + int[] bv() default {1, 0, 3}; String[] d1() default {}; diff --git a/app/src/main/java/kotlin/collections/ArrayDeque.java b/app/src/main/java/kotlin/collections/ArrayDeque.java index 47f9cf3742..fb93a0acf3 100644 --- a/app/src/main/java/kotlin/collections/ArrayDeque.java +++ b/app/src/main/java/kotlin/collections/ArrayDeque.java @@ -4,6 +4,7 @@ import com.esotericsoftware.kryo.io.Util; import d0.d0.f; import d0.t.c; import d0.t.e; +import d0.t.h; import d0.t.j; import d0.t.k; import d0.t.n; @@ -618,4 +619,32 @@ public final class ArrayDeque extends e { this.l[access$positiveMod] = e; return e2; } + + @Override // java.util.AbstractCollection, java.util.List, java.util.Collection + public Object[] toArray() { + return toArray(new Object[size()]); + } + + @Override // java.util.AbstractCollection, java.util.List, java.util.Collection + public T[] toArray(T[] tArr) { + m.checkNotNullParameter(tArr, "array"); + if (tArr.length < size()) { + tArr = (T[]) h.arrayOfNulls(tArr, size()); + } + Objects.requireNonNull(tArr, "null cannot be cast to non-null type kotlin.Array"); + int access$positiveMod = access$positiveMod(this, access$getHead$p(this) + size()); + int i2 = this.k; + if (i2 < access$positiveMod) { + j.copyInto$default(this.l, tArr, 0, i2, access$positiveMod, 2, (Object) null); + } else if (!isEmpty()) { + Object[] objArr = this.l; + j.copyInto(objArr, tArr, 0, this.k, objArr.length); + Object[] objArr2 = this.l; + j.copyInto(objArr2, tArr, objArr2.length - this.k, 0, access$positiveMod); + } + if (tArr.length > size()) { + tArr[size()] = null; + } + return tArr; + } } diff --git a/app/src/main/java/kotlin/coroutines/CoroutineContext.java b/app/src/main/java/kotlin/coroutines/CoroutineContext.java index 5c4c5c4e36..51b05252e5 100644 --- a/app/src/main/java/kotlin/coroutines/CoroutineContext.java +++ b/app/src/main/java/kotlin/coroutines/CoroutineContext.java @@ -55,10 +55,10 @@ public interface CoroutineContext { /* compiled from: CoroutineContext.kt */ /* renamed from: kotlin.coroutines.CoroutineContext$a$a reason: collision with other inner class name */ - public static final class C0341a extends o implements Function2 { - public static final C0341a i = new C0341a(); + public static final class C0342a extends o implements Function2 { + public static final C0342a i = new C0342a(); - public C0341a() { + public C0342a() { super(2); } @@ -89,7 +89,7 @@ public interface CoroutineContext { public static CoroutineContext plus(CoroutineContext coroutineContext, CoroutineContext coroutineContext2) { m.checkNotNullParameter(coroutineContext2, "context"); - return coroutineContext2 == f.i ? coroutineContext : (CoroutineContext) coroutineContext2.fold(coroutineContext, C0341a.i); + return coroutineContext2 == f.i ? coroutineContext : (CoroutineContext) coroutineContext2.fold(coroutineContext, C0342a.i); } } diff --git a/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java b/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java index 55fe6c25a7..0cef91903d 100644 --- a/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java +++ b/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java @@ -13,7 +13,7 @@ public final class CodedOutputStream { public final int b; /* renamed from: c reason: collision with root package name */ - public int f2944c; + public int f2946c; public int d = 0; public final OutputStream e; @@ -26,7 +26,7 @@ public final class CodedOutputStream { public CodedOutputStream(OutputStream outputStream, byte[] bArr) { this.e = outputStream; this.a = bArr; - this.f2944c = 0; + this.f2946c = 0; this.b = bArr.length; } @@ -212,8 +212,8 @@ public final class CodedOutputStream { public final void a() throws IOException { OutputStream outputStream = this.e; if (outputStream != null) { - outputStream.write(this.a, 0, this.f2944c); - this.f2944c = 0; + outputStream.write(this.a, 0, this.f2946c); + this.f2946c = 0; return; } throw new OutOfSpaceException(); @@ -329,12 +329,12 @@ public final class CodedOutputStream { } public void writeRawByte(byte b) throws IOException { - if (this.f2944c == this.b) { + if (this.f2946c == this.b) { a(); } byte[] bArr = this.a; - int i = this.f2944c; - this.f2944c = i + 1; + int i = this.f2946c; + this.f2946c = i + 1; bArr[i] = b; this.d++; } @@ -349,10 +349,10 @@ public final class CodedOutputStream { public void writeRawBytes(c cVar, int i, int i2) throws IOException { int i3 = this.b; - int i4 = this.f2944c; + int i4 = this.f2946c; if (i3 - i4 >= i2) { cVar.copyTo(this.a, i, i4, i2); - this.f2944c += i2; + this.f2946c += i2; this.d += i2; return; } @@ -360,12 +360,12 @@ public final class CodedOutputStream { cVar.copyTo(this.a, i, i4, i5); int i6 = i + i5; int i7 = i2 - i5; - this.f2944c = this.b; + this.f2946c = this.b; this.d += i5; a(); if (i7 <= this.b) { cVar.copyTo(this.a, i6, 0, i7); - this.f2944c = i7; + this.f2946c = i7; } else { OutputStream outputStream = this.e; if (i6 < 0) { @@ -390,10 +390,10 @@ public final class CodedOutputStream { public void writeRawBytes(byte[] bArr, int i, int i2) throws IOException { int i3 = this.b; - int i4 = this.f2944c; + int i4 = this.f2946c; if (i3 - i4 >= i2) { System.arraycopy(bArr, i, this.a, i4, i2); - this.f2944c += i2; + this.f2946c += i2; this.d += i2; return; } @@ -401,12 +401,12 @@ public final class CodedOutputStream { System.arraycopy(bArr, i, this.a, i4, i5); int i6 = i + i5; int i7 = i2 - i5; - this.f2944c = this.b; + this.f2946c = this.b; this.d += i5; a(); if (i7 <= this.b) { System.arraycopy(bArr, i6, this.a, 0, i7); - this.f2944c = i7; + this.f2946c = i7; } else { this.e.write(bArr, i6, i7); } diff --git a/app/src/main/java/okhttp3/MediaType.java b/app/src/main/java/okhttp3/MediaType.java index 4ab1dbbd0c..508105b462 100644 --- a/app/src/main/java/okhttp3/MediaType.java +++ b/app/src/main/java/okhttp3/MediaType.java @@ -19,7 +19,7 @@ public final class MediaType { public static final Pattern b = Pattern.compile(";\\s*(?:([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)=(?:([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)|\"([^\"]*)\"))?"); /* renamed from: c reason: collision with root package name */ - public static final a f2945c = null; + public static final a f2947c = null; public final String d; public final String e; public final String f; diff --git a/app/src/main/java/okhttp3/MultipartBody.java b/app/src/main/java/okhttp3/MultipartBody.java index a704e58fd3..ba99c9144c 100644 --- a/app/src/main/java/okhttp3/MultipartBody.java +++ b/app/src/main/java/okhttp3/MultipartBody.java @@ -21,7 +21,7 @@ public final class MultipartBody extends RequestBody { public static final MediaType b = MediaType.a.a(ShareTarget.ENCODING_TYPE_MULTIPART); /* renamed from: c reason: collision with root package name */ - public static final byte[] f2946c = {(byte) 58, (byte) 32}; + public static final byte[] f2948c = {(byte) 58, (byte) 32}; public static final byte[] d = {(byte) 13, (byte) 10}; public static final byte[] e; public static final b f = new b(null); @@ -99,7 +99,7 @@ public final class MultipartBody extends RequestBody { public MediaType b = MultipartBody.a; /* renamed from: c reason: collision with root package name */ - public final List f2947c = new ArrayList(); + public final List f2949c = new ArrayList(); public a() { String uuid = UUID.randomUUID().toString(); @@ -110,13 +110,13 @@ public final class MultipartBody extends RequestBody { public final a a(Part part) { m.checkParameterIsNotNull(part, "part"); - this.f2947c.add(part); + this.f2949c.add(part); return this; } public final MultipartBody b() { - if (!this.f2947c.isEmpty()) { - return new MultipartBody(this.a, this.b, c.z(this.f2947c)); + if (!this.f2949c.isEmpty()) { + return new MultipartBody(this.a, this.b, c.z(this.f2949c)); } throw new IllegalStateException("Multipart body must have at least one part.".toString()); } @@ -158,7 +158,7 @@ public final class MultipartBody extends RequestBody { } static { - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; MediaType.a.a("multipart/alternative"); MediaType.a.a("multipart/digest"); MediaType.a.a("multipart/parallel"); @@ -173,7 +173,7 @@ public final class MultipartBody extends RequestBody { this.i = byteString; this.j = mediaType; this.k = list; - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; this.g = MediaType.a.a(mediaType + "; boundary=" + byteString.q()); } @@ -204,7 +204,7 @@ public final class MultipartBody extends RequestBody { if (headers != null) { int size2 = headers.size(); for (int i2 = 0; i2 < size2; i2++) { - bufferedSink.J(headers.d(i2)).write(f2946c).J(headers.g(i2)).write(d); + bufferedSink.J(headers.d(i2)).write(f2948c).J(headers.g(i2)).write(d); } } MediaType contentType = requestBody.contentType(); diff --git a/app/src/main/java/okhttp3/Request.java b/app/src/main/java/okhttp3/Request.java index 88262ec9b3..10b5eeba55 100644 --- a/app/src/main/java/okhttp3/Request.java +++ b/app/src/main/java/okhttp3/Request.java @@ -23,7 +23,7 @@ public final class Request { public final w b; /* renamed from: c reason: collision with root package name */ - public final String f2948c; + public final String f2950c; public final Headers d; public final RequestBody e; public final Map, Object> f; @@ -34,24 +34,24 @@ public final class Request { public String b; /* renamed from: c reason: collision with root package name */ - public Headers.a f2949c; + public Headers.a f2951c; public RequestBody d; public Map, Object> e; public a() { this.e = new LinkedHashMap(); this.b = ShareTarget.METHOD_GET; - this.f2949c = new Headers.a(); + this.f2951c = new Headers.a(); } public a(Request request) { m.checkParameterIsNotNull(request, "request"); this.e = new LinkedHashMap(); this.a = request.b; - this.b = request.f2948c; + this.b = request.f2950c; this.d = request.e; this.e = request.f.isEmpty() ? new LinkedHashMap<>() : h0.toMutableMap(request.f); - this.f2949c = request.d.e(); + this.f2951c = request.d.e(); } public Request a() { @@ -59,7 +59,7 @@ public final class Request { w wVar = this.a; if (wVar != null) { String str = this.b; - Headers c2 = this.f2949c.c(); + Headers c2 = this.f2951c.c(); RequestBody requestBody = this.d; Map, Object> map2 = this.e; byte[] bArr = c.a; @@ -78,7 +78,7 @@ public final class Request { public a b(String str, String str2) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkParameterIsNotNull(str2, "value"); - Headers.a aVar = this.f2949c; + Headers.a aVar = this.f2951c; Objects.requireNonNull(aVar); m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkParameterIsNotNull(str2, "value"); @@ -114,7 +114,7 @@ public final class Request { public a d(String str) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2949c.d(str); + this.f2951c.d(str); return this; } @@ -171,7 +171,7 @@ public final class Request { m.checkParameterIsNotNull(headers, "headers"); m.checkParameterIsNotNull(map, ModelAuditLogEntry.CHANGE_KEY_TAGS); this.b = wVar; - this.f2948c = str; + this.f2950c = str; this.d = headers; this.e = requestBody; this.f = map; @@ -194,7 +194,7 @@ public final class Request { public String toString() { StringBuilder P = c.d.b.a.a.P("Request{method="); - P.append(this.f2948c); + P.append(this.f2950c); P.append(", url="); P.append(this.b); if (this.d.size() != 0) { diff --git a/app/src/main/java/okhttp3/RequestBody.java b/app/src/main/java/okhttp3/RequestBody.java index 7d0687c42c..82295ff2c1 100644 --- a/app/src/main/java/okhttp3/RequestBody.java +++ b/app/src/main/java/okhttp3/RequestBody.java @@ -26,19 +26,19 @@ public abstract class RequestBody { public final /* synthetic */ MediaType b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f2950c; + public final /* synthetic */ int f2952c; public final /* synthetic */ int d; public a(byte[] bArr, MediaType mediaType, int i, int i2) { this.a = bArr; this.b = mediaType; - this.f2950c = i; + this.f2952c = i; this.d = i2; } @Override // okhttp3.RequestBody public long contentLength() { - return (long) this.f2950c; + return (long) this.f2952c; } @Override // okhttp3.RequestBody @@ -49,7 +49,7 @@ public abstract class RequestBody { @Override // okhttp3.RequestBody public void writeTo(BufferedSink bufferedSink) { m.checkParameterIsNotNull(bufferedSink, "sink"); - bufferedSink.write(this.a, this.d, this.f2950c); + bufferedSink.write(this.a, this.d, this.f2952c); } } @@ -91,7 +91,7 @@ public abstract class RequestBody { Pattern pattern = MediaType.a; Charset a2 = mediaType.a(null); if (a2 == null) { - MediaType.a aVar = MediaType.f2945c; + MediaType.a aVar = MediaType.f2947c; mediaType = MediaType.a.b(mediaType + "; charset=utf-8"); } else { charset = a2; diff --git a/app/src/main/java/okhttp3/Response.java b/app/src/main/java/okhttp3/Response.java index 2e6f80a9c0..20e4807f81 100644 --- a/app/src/main/java/okhttp3/Response.java +++ b/app/src/main/java/okhttp3/Response.java @@ -22,7 +22,7 @@ public final class Response implements Closeable { public final Response r; /* renamed from: s reason: collision with root package name */ - public final long f2951s; + public final long f2953s; public final long t; public final c u; @@ -32,7 +32,7 @@ public final class Response implements Closeable { public y b; /* renamed from: c reason: collision with root package name */ - public int f2952c; + public int f2954c; public String d; public v e; public Headers.a f; @@ -45,16 +45,16 @@ public final class Response implements Closeable { public c m; public a() { - this.f2952c = -1; + this.f2954c = -1; this.f = new Headers.a(); } public a(Response response) { m.checkParameterIsNotNull(response, "response"); - this.f2952c = -1; + this.f2954c = -1; this.a = response.i; this.b = response.j; - this.f2952c = response.l; + this.f2954c = response.l; this.d = response.k; this.e = response.m; this.f = response.n.e(); @@ -62,13 +62,13 @@ public final class Response implements Closeable { this.h = response.p; this.i = response.q; this.j = response.r; - this.k = response.f2951s; + this.k = response.f2953s; this.l = response.t; this.m = response.u; } public Response a() { - int i = this.f2952c; + int i = this.f2954c; if (i >= 0) { Request request = this.a; if (request != null) { @@ -85,7 +85,7 @@ public final class Response implements Closeable { throw new IllegalStateException("request == null".toString()); } StringBuilder P = c.d.b.a.a.P("code < 0: "); - P.append(this.f2952c); + P.append(this.f2954c); throw new IllegalStateException(P.toString().toString()); } @@ -157,7 +157,7 @@ public final class Response implements Closeable { this.p = response; this.q = response2; this.r = response3; - this.f2951s = j; + this.f2953s = j; this.t = j2; this.u = cVar; } diff --git a/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java b/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java index 81f9a888cd..78cc6d1868 100644 --- a/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java +++ b/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java @@ -28,7 +28,7 @@ public final class PublicSuffixDatabase { public static final List b = m.listOf("*"); /* renamed from: c reason: collision with root package name */ - public static final PublicSuffixDatabase f2953c = new PublicSuffixDatabase(); + public static final PublicSuffixDatabase f2955c = new PublicSuffixDatabase(); public static final a d = new a(null); public final AtomicBoolean e = new AtomicBoolean(false); public final CountDownLatch f = new CountDownLatch(1); @@ -153,7 +153,7 @@ public final class PublicSuffixDatabase { Thread.interrupted(); z2 = true; } catch (IOException e) { - h.a aVar = h.f2828c; + h.a aVar = h.f2830c; h.a.i("Failed to read public suffix list", 5, e); if (z2) { Thread.currentThread().interrupt(); diff --git a/app/src/main/java/org/webrtc/DataChannel.java b/app/src/main/java/org/webrtc/DataChannel.java index c44ebcd9ad..89cf2e4fec 100644 --- a/app/src/main/java/org/webrtc/DataChannel.java +++ b/app/src/main/java/org/webrtc/DataChannel.java @@ -19,7 +19,7 @@ public class DataChannel { public static class Init { /* renamed from: id reason: collision with root package name */ - public int f2954id = -1; + public int f2956id = -1; public int maxRetransmitTimeMs = -1; public int maxRetransmits = -1; public boolean negotiated; @@ -28,7 +28,7 @@ public class DataChannel { @CalledByNative("Init") public int getId() { - return this.f2954id; + return this.f2956id; } @CalledByNative("Init") diff --git a/app/src/main/java/org/webrtc/RTCStats.java b/app/src/main/java/org/webrtc/RTCStats.java index 01709c2ee9..84cf43f360 100644 --- a/app/src/main/java/org/webrtc/RTCStats.java +++ b/app/src/main/java/org/webrtc/RTCStats.java @@ -5,7 +5,7 @@ import java.util.Map; public class RTCStats { /* renamed from: id reason: collision with root package name */ - private final String f2955id; + private final String f2957id; private final Map members; private final long timestampUs; private final String type; @@ -13,7 +13,7 @@ public class RTCStats { public RTCStats(long j, String str, String str2, Map map) { this.timestampUs = j; this.type = str; - this.f2955id = str2; + this.f2957id = str2; this.members = map; } @@ -43,7 +43,7 @@ public class RTCStats { } public String getId() { - return this.f2955id; + return this.f2957id; } public Map getMembers() { @@ -64,7 +64,7 @@ public class RTCStats { P.append(", type: "); P.append(this.type); P.append(", id: "); - P.append(this.f2955id); + P.append(this.f2957id); for (Map.Entry entry : this.members.entrySet()) { P.append(", "); P.append(entry.getKey()); diff --git a/app/src/main/java/org/webrtc/RtpParameters.java b/app/src/main/java/org/webrtc/RtpParameters.java index f742c55c11..6e8b6dd149 100644 --- a/app/src/main/java/org/webrtc/RtpParameters.java +++ b/app/src/main/java/org/webrtc/RtpParameters.java @@ -173,13 +173,13 @@ public class RtpParameters { private final boolean encrypted; /* renamed from: id reason: collision with root package name */ - private final int f2956id; + private final int f2958id; private final String uri; @CalledByNative("HeaderExtension") public HeaderExtension(String str, int i, boolean z2) { this.uri = str; - this.f2956id = i; + this.f2958id = i; this.encrypted = z2; } @@ -190,7 +190,7 @@ public class RtpParameters { @CalledByNative("HeaderExtension") public int getId() { - return this.f2956id; + return this.f2958id; } @CalledByNative("HeaderExtension") diff --git a/app/src/main/java/org/webrtc/StatsReport.java b/app/src/main/java/org/webrtc/StatsReport.java index d935032067..b28b81b048 100644 --- a/app/src/main/java/org/webrtc/StatsReport.java +++ b/app/src/main/java/org/webrtc/StatsReport.java @@ -4,7 +4,7 @@ import c.d.b.a.a; public class StatsReport { /* renamed from: id reason: collision with root package name */ - public final String f2957id; + public final String f2959id; public final double timestamp; public final String type; public final Value[] values; @@ -29,7 +29,7 @@ public class StatsReport { @CalledByNative public StatsReport(String str, String str2, double d, Value[] valueArr) { - this.f2957id = str; + this.f2959id = str; this.type = str2; this.timestamp = d; this.values = valueArr; @@ -37,7 +37,7 @@ public class StatsReport { public String toString() { StringBuilder P = a.P("id: "); - P.append(this.f2957id); + P.append(this.f2959id); P.append(", type: "); P.append(this.type); P.append(", timestamp: "); diff --git a/app/src/main/java/org/webrtc/TextureBufferImpl.java b/app/src/main/java/org/webrtc/TextureBufferImpl.java index 727d81313a..b4fe038727 100644 --- a/app/src/main/java/org/webrtc/TextureBufferImpl.java +++ b/app/src/main/java/org/webrtc/TextureBufferImpl.java @@ -10,7 +10,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { private final int height; /* renamed from: id reason: collision with root package name */ - private final int f2958id; + private final int f2960id; private final RefCountDelegate refCountDelegate; private final RefCountMonitor refCountMonitor; private final Handler toI420Handler; @@ -81,7 +81,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { this.width = i3; this.height = i4; this.type = type; - this.f2958id = i5; + this.f2960id = i5; this.transformMatrix = matrix; this.toI420Handler = handler; this.yuvConverter = yuvConverter; @@ -105,7 +105,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { Matrix matrix2 = new Matrix(this.transformMatrix); matrix2.preConcat(matrix); retain(); - return new TextureBufferImpl(i, i2, i3, i4, this.type, this.f2958id, matrix2, this.toI420Handler, this.yuvConverter, new AnonymousClass2()); + return new TextureBufferImpl(i, i2, i3, i4, this.type, this.f2960id, matrix2, this.toI420Handler, this.yuvConverter, new AnonymousClass2()); } public /* synthetic */ VideoFrame.I420Buffer a() { @@ -132,7 +132,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { @Override // org.webrtc.VideoFrame.TextureBuffer public int getTextureId() { - return this.f2958id; + return this.f2960id; } public Handler getToI420Handler() { diff --git a/app/src/main/java/retrofit2/Response.java b/app/src/main/java/retrofit2/Response.java index 7f0339125c..03e02c2321 100644 --- a/app/src/main/java/retrofit2/Response.java +++ b/app/src/main/java/retrofit2/Response.java @@ -6,12 +6,12 @@ public final class Response { public final T b; /* renamed from: c reason: collision with root package name */ - public final ResponseBody f2959c; + public final ResponseBody f2961c; public Response(okhttp3.Response response, T t, ResponseBody responseBody) { this.a = response; this.b = t; - this.f2959c = responseBody; + this.f2961c = responseBody; } public static Response b(T t, okhttp3.Response response) { diff --git a/app/src/main/java/rx/Observable.java b/app/src/main/java/rx/Observable.java index b1fc81f2f0..80a563c54d 100644 --- a/app/src/main/java/rx/Observable.java +++ b/app/src/main/java/rx/Observable.java @@ -382,12 +382,12 @@ public class Observable { } public final Observable s(Action1 action1) { - a.C0322a aVar = j0.k.a.a; + a.C0323a aVar = j0.k.a.a; return g0(new k(this, new j0.l.e.a(aVar, action1, aVar))); } public final Observable t(Action1 action1) { - a.C0322a aVar = j0.k.a.a; + a.C0323a aVar = j0.k.a.a; return g0(new k(this, new j0.l.e.a(action1, aVar, aVar))); } diff --git a/app/src/main/java/s/a/a/a.java b/app/src/main/java/s/a/a/a.java index 0861f49ecd..9287454fb9 100644 --- a/app/src/main/java/s/a/a/a.java +++ b/app/src/main/java/s/a/a/a.java @@ -12,19 +12,19 @@ public final class a { public static final Function2 b = b.i; /* renamed from: c reason: collision with root package name */ - public static final Function2, CoroutineContext.Element, s1> f2960c = c.i; - public static final Function2 d = C0342a.j; - public static final Function2 e = C0342a.i; + public static final Function2, CoroutineContext.Element, s1> f2962c = c.i; + public static final Function2 d = C0343a.j; + public static final Function2 e = C0343a.i; /* compiled from: kotlin-style lambda group */ /* renamed from: s.a.a.a$a reason: collision with other inner class name */ - public static final class C0342a extends o implements Function2 { - public static final C0342a i = new C0342a(0); - public static final C0342a j = new C0342a(1); + public static final class C0343a extends o implements Function2 { + public static final C0343a i = new C0343a(0); + public static final C0343a j = new C0343a(1); public final /* synthetic */ int k; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0342a(int i2) { + public C0343a(int i2) { super(2); this.k = i2; } @@ -38,7 +38,7 @@ public final class a { x xVar2 = xVar; CoroutineContext.Element element2 = element; if (element2 instanceof s1) { - CoroutineContext coroutineContext = xVar2.f2964c; + CoroutineContext coroutineContext = xVar2.f2966c; Object[] objArr = xVar2.a; int i3 = xVar2.b; xVar2.b = i3 + 1; @@ -49,7 +49,7 @@ public final class a { x xVar3 = xVar; CoroutineContext.Element element3 = element; if (element3 instanceof s1) { - Object C = ((s1) element3).C(xVar3.f2964c); + Object C = ((s1) element3).C(xVar3.f2966c); Object[] objArr2 = xVar3.a; int i4 = xVar3.b; xVar3.b = i4 + 1; @@ -117,7 +117,7 @@ public final class a { coroutineContext.fold(obj, e); return; } - Object fold = coroutineContext.fold(null, f2960c); + Object fold = coroutineContext.fold(null, f2962c); Objects.requireNonNull(fold, "null cannot be cast to non-null type kotlinx.coroutines.ThreadContextElement"); ((s1) fold).x(coroutineContext, obj); } diff --git a/app/src/main/java/s/a/a/b.java b/app/src/main/java/s/a/a/b.java index b4317cd49d..4ae5eeedd0 100644 --- a/app/src/main/java/s/a/a/b.java +++ b/app/src/main/java/s/a/a/b.java @@ -5,5 +5,5 @@ public class b { public int b; /* renamed from: c reason: collision with root package name */ - public int f2961c; + public int f2963c; } diff --git a/app/src/main/java/s/a/a/k.java b/app/src/main/java/s/a/a/k.java index c4a3d7a518..904f63eb90 100644 --- a/app/src/main/java/s/a/a/k.java +++ b/app/src/main/java/s/a/a/k.java @@ -18,10 +18,10 @@ public class k { public k b; /* renamed from: c reason: collision with root package name */ - public final k f2962c; + public final k f2964c; public a(k kVar) { - this.f2962c = kVar; + this.f2964c = kVar; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @@ -29,9 +29,9 @@ public class k { public void b(k kVar, Object obj) { k kVar2 = kVar; boolean z2 = obj == null; - k kVar3 = z2 ? this.f2962c : this.b; + k kVar3 = z2 ? this.f2964c : this.b; if (kVar3 != null && k.i.compareAndSet(kVar2, this, kVar3) && z2) { - k kVar4 = this.f2962c; + k kVar4 = this.f2964c; k kVar5 = this.b; m.checkNotNull(kVar5); kVar4.g(kVar5); diff --git a/app/src/main/java/s/a/a/l.java b/app/src/main/java/s/a/a/l.java index 35ad0c10fa..8774a0e178 100644 --- a/app/src/main/java/s/a/a/l.java +++ b/app/src/main/java/s/a/a/l.java @@ -45,7 +45,7 @@ public class l { while (true) { m mVar = (m) this._cur; E e = (E) mVar.e(); - if (e != m.f2963c) { + if (e != m.f2965c) { return e; } a.compareAndSet(this, mVar, mVar.d()); diff --git a/app/src/main/java/s/a/a/m.java b/app/src/main/java/s/a/a/m.java index d42e2d191e..bd367ffb7c 100644 --- a/app/src/main/java/s/a/a/m.java +++ b/app/src/main/java/s/a/a/m.java @@ -10,7 +10,7 @@ public final class m { public static final AtomicLongFieldUpdater b = AtomicLongFieldUpdater.newUpdater(m.class, "_state"); /* renamed from: c reason: collision with root package name */ - public static final t f2963c = new t("REMOVE_FROZEN"); + public static final t f2965c = new t("REMOVE_FROZEN"); public static final a d = new a(null); public volatile Object _next = null; public volatile long _state = 0; @@ -156,7 +156,7 @@ public final class m { while (true) { long j = this._state; if ((j & 1152921504606846976L) != 0) { - return f2963c; + return f2965c; } int i = (int) ((j & 1073741823) >> 0); int i2 = this.e; diff --git a/app/src/main/java/s/a/a/n.java b/app/src/main/java/s/a/a/n.java index ef69755058..2f5c0a73af 100644 --- a/app/src/main/java/s/a/a/n.java +++ b/app/src/main/java/s/a/a/n.java @@ -21,7 +21,7 @@ public final class n { /* JADX WARN: Multi-variable type inference failed */ public final k1 a() { MainDispatcherFactory mainDispatcherFactory; - List list = q.toList(d0.f0.n.asSequence(a.a())); + List list = q.toList(d0.f0.n.asSequence(a.b())); Iterator it = list.iterator(); if (!it.hasNext()) { mainDispatcherFactory = null; diff --git a/app/src/main/java/s/a/a/x.java b/app/src/main/java/s/a/a/x.java index ccd15d9ace..d9fb0de052 100644 --- a/app/src/main/java/s/a/a/x.java +++ b/app/src/main/java/s/a/a/x.java @@ -7,10 +7,10 @@ public final class x { public int b; /* renamed from: c reason: collision with root package name */ - public final CoroutineContext f2964c; + public final CoroutineContext f2966c; public x(CoroutineContext coroutineContext, int i) { - this.f2964c = coroutineContext; + this.f2966c = coroutineContext; this.a = new Object[i]; } } diff --git a/app/src/main/java/s/a/a0.java b/app/src/main/java/s/a/a0.java index 53f50ac2e2..4e2fef3098 100644 --- a/app/src/main/java/s/a/a0.java +++ b/app/src/main/java/s/a/a0.java @@ -9,7 +9,7 @@ import kotlin.coroutines.CoroutineContext; import kotlinx.coroutines.CoroutineExceptionHandler; /* compiled from: CoroutineExceptionHandlerImpl.kt */ public final class a0 { - public static final List a = q.toList(n.asSequence(a.b())); + public static final List a = q.toList(n.asSequence(a.a())); public static final void a(CoroutineContext coroutineContext, Throwable th) { Throwable th2; diff --git a/app/src/main/java/s/a/a2/a.java b/app/src/main/java/s/a/a2/a.java index 9b4451d7b3..5e42f53b4a 100644 --- a/app/src/main/java/s/a/a2/a.java +++ b/app/src/main/java/s/a/a2/a.java @@ -12,7 +12,7 @@ public abstract class a implements b { /* compiled from: Flow.kt */ @e(c = "kotlinx.coroutines.flow.AbstractFlow", f = "Flow.kt", l = {212}, m = "collect") /* renamed from: s.a.a2.a$a reason: collision with other inner class name */ - public static final class C0343a extends d { + public static final class C0344a extends d { public Object L$0; public Object L$1; public Object L$2; @@ -21,7 +21,7 @@ public abstract class a implements b { public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0343a(a aVar, Continuation continuation) { + public C0344a(a aVar, Continuation continuation) { super(continuation); this.this$0 = aVar; } @@ -38,12 +38,12 @@ public abstract class a implements b { /* JADX WARNING: Removed duplicated region for block: B:8:0x0023 */ @Override // s.a.a2.b public final Object a(c cVar, Continuation continuation) { - C0343a aVar; + C0344a aVar; int i; Throwable th; c cVar2; - if (continuation instanceof C0343a) { - aVar = (C0343a) continuation; + if (continuation instanceof C0344a) { + aVar = (C0344a) continuation; int i2 = aVar.label; if ((i2 & Integer.MIN_VALUE) != 0) { aVar.label = i2 - Integer.MIN_VALUE; @@ -84,7 +84,7 @@ public abstract class a implements b { return Unit.a; } } - aVar = new C0343a(this, continuation); + aVar = new C0344a(this, continuation); Object obj = aVar.result; Object coroutine_suspended = d0.w.h.c.getCOROUTINE_SUSPENDED(); i = aVar.label; diff --git a/app/src/main/java/s/a/a2/e/a.java b/app/src/main/java/s/a/a2/e/a.java index 54bf33c35b..11d0bc7fe3 100644 --- a/app/src/main/java/s/a/a2/e/a.java +++ b/app/src/main/java/s/a/a2/e/a.java @@ -5,13 +5,13 @@ import kotlin.jvm.functions.Function2; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: SafeCollector.kt */ public final class a implements CoroutineContext.Element { - public static final C0344a i = new C0344a(null); + public static final C0345a i = new C0345a(null); public final Throwable j; /* compiled from: SafeCollector.kt */ /* renamed from: s.a.a2.e.a$a reason: collision with other inner class name */ - public static final class C0344a implements CoroutineContext.Key { - public C0344a(DefaultConstructorMarker defaultConstructorMarker) { + public static final class C0345a implements CoroutineContext.Key { + public C0345a(DefaultConstructorMarker defaultConstructorMarker) { } } diff --git a/app/src/main/java/s/a/b2/a.java b/app/src/main/java/s/a/b2/a.java index c123250f4d..a8f2d9f3e8 100644 --- a/app/src/main/java/s/a/b2/a.java +++ b/app/src/main/java/s/a/b2/a.java @@ -27,30 +27,30 @@ public final class a implements Executor, Closeable { public volatile long controlState; public final d m; public final d n; - public final AtomicReferenceArray o; + public final AtomicReferenceArray o; public final int p; public volatile long parkedWorkersStack; public final int q; public final long r; /* renamed from: s reason: collision with root package name */ - public final String f2965s; + public final String f2967s; /* compiled from: CoroutineScheduler.kt */ /* renamed from: s.a.b2.a$a reason: collision with other inner class name */ - public final class C0345a extends Thread { - public static final AtomicIntegerFieldUpdater i = AtomicIntegerFieldUpdater.newUpdater(C0345a.class, "workerCtl"); + public final class C0346a extends Thread { + public static final AtomicIntegerFieldUpdater i = AtomicIntegerFieldUpdater.newUpdater(C0346a.class, "workerCtl"); public volatile int indexInArray; public final m j = new m(); public int k = 4; public long l; public long m; - public int n = c.b.nextInt(); + public int n = c.j.nextInt(); public volatile Object nextParkedWorker = a.l; public boolean o; public volatile int workerCtl = 0; - public C0345a(int i2) { + public C0346a(int i2) { setDaemon(true); d(i2); } @@ -142,7 +142,7 @@ public final class a implements Executor, Closeable { public final void d(int i2) { StringBuilder sb = new StringBuilder(); - sb.append(a.this.f2965s); + sb.append(a.this.f2967s); sb.append("-worker-"); sb.append(i2 == 0 ? "TERMINATED" : String.valueOf(i2)); setName(sb.toString()); @@ -177,7 +177,7 @@ public final class a implements Executor, Closeable { if (b > i2) { b = 1; } - C0345a aVar = a.this.o.get(b); + C0346a aVar = a.this.o.get(b); if (aVar != null && aVar != this) { if (z2) { m mVar = this.j; @@ -270,9 +270,9 @@ public final class a implements Executor, Closeable { a.this.p(this, i3, 0); int andDecrement = (int) (a.j.getAndDecrement(a.this) & 2097151); if (andDecrement != i3) { - C0345a aVar = a.this.o.get(andDecrement); + C0346a aVar = a.this.o.get(andDecrement); m.checkNotNull(aVar); - C0345a aVar2 = aVar; + C0346a aVar2 = aVar; a.this.o.set(i3, aVar2); aVar2.d(i3); a.this.p(aVar2, andDecrement, i3); @@ -332,7 +332,7 @@ public final class a implements Executor, Closeable { this.p = i2; this.q = i3; this.r = j2; - this.f2965s = str; + this.f2967s = str; if (i2 >= 1) { if (i3 >= i2) { if (i3 <= 2097150) { @@ -379,7 +379,7 @@ public final class a implements Executor, Closeable { } int i3 = ((int) (this.controlState & 2097151)) + 1; if (i3 > 0 && this.o.get(i3) == null) { - C0345a aVar = new C0345a(i3); + C0346a aVar = new C0346a(i3); this.o.set(i3, aVar); if (i3 == ((int) (2097151 & j.incrementAndGet(this)))) { z2 = true; @@ -405,12 +405,12 @@ public final class a implements Executor, Closeable { return hVar; } - public final C0345a c() { + public final C0346a c() { Thread currentThread = Thread.currentThread(); - if (!(currentThread instanceof C0345a)) { + if (!(currentThread instanceof C0346a)) { currentThread = null; } - C0345a aVar = (C0345a) currentThread; + C0346a aVar = (C0346a) currentThread; if (aVar == null || !m.areEqual(a.this, this)) { return null; } @@ -426,16 +426,16 @@ public final class a implements Executor, Closeable { h hVar; boolean z2; if (k.compareAndSet(this, 0, 1)) { - C0345a c2 = c(); + C0346a c2 = c(); synchronized (this.o) { i2 = (int) (this.controlState & 2097151); } if (1 <= i2) { int i3 = 1; while (true) { - C0345a aVar = this.o.get(i3); + C0346a aVar = this.o.get(i3); m.checkNotNull(aVar); - C0345a aVar2 = aVar; + C0346a aVar2 = aVar; if (aVar2 != c2) { while (aVar2.isAlive()) { LockSupport.unpark(aVar2); @@ -492,7 +492,7 @@ public final class a implements Executor, Closeable { public final void d(Runnable runnable, i iVar, boolean z2) { h hVar; h b = b(runnable, iVar); - C0345a c2 = c(); + C0346a c2 = c(); boolean z3 = true; if (c2 == null || c2.k == 5 || (b.j.s() == 0 && c2.k == 2)) { hVar = b; @@ -502,7 +502,7 @@ public final class a implements Executor, Closeable { } if (hVar != null) { if (!(hVar.j.s() == 1 ? this.n.a(hVar) : this.m.a(hVar))) { - throw new RejectedExecutionException(c.d.b.a.a.H(new StringBuilder(), this.f2965s, " was terminated")); + throw new RejectedExecutionException(c.d.b.a.a.H(new StringBuilder(), this.f2967s, " was terminated")); } } if (!z2 || c2 == null) { @@ -523,13 +523,13 @@ public final class a implements Executor, Closeable { e(this, runnable, null, false, 6); } - public final int f(C0345a aVar) { + public final int f(C0346a aVar) { Object obj = aVar.nextParkedWorker; while (obj != l) { if (obj == null) { return 0; } - C0345a aVar2 = (C0345a) obj; + C0346a aVar2 = (C0346a) obj; int i2 = aVar2.indexInArray; if (i2 != 0) { return i2; @@ -539,7 +539,7 @@ public final class a implements Executor, Closeable { return -1; } - public final void p(C0345a aVar, int i2, int i3) { + public final void p(C0346a aVar, int i2, int i3) { while (true) { long j2 = this.parkedWorkersStack; int i4 = (int) (2097151 & j2); @@ -591,7 +591,7 @@ public final class a implements Executor, Closeable { int i5 = 0; int i6 = 0; for (int i7 = 1; i7 < length; i7++) { - C0345a aVar = this.o.get(i7); + C0346a aVar = this.o.get(i7); if (aVar != null) { int d = aVar.j.d(); int h = b.h(aVar.k); @@ -614,13 +614,13 @@ public final class a implements Executor, Closeable { } } long j2 = this.controlState; - return this.f2965s + MentionUtilsKt.MENTIONS_CHAR + c.q.a.k.a.u(this) + "[Pool Size {core = " + this.p + ", max = " + this.q + "}, Worker States {CPU = " + i2 + ", blocking = " + i3 + ", parked = " + i4 + ", dormant = " + i5 + ", terminated = " + i6 + "}, running workers queues = " + arrayList + ", global CPU queue size = " + this.m.c() + ", global blocking queue size = " + this.n.c() + ", Control State {created workers= " + ((int) (2097151 & j2)) + ", blocking tasks = " + ((int) ((4398044413952L & j2) >> 21)) + ", CPUs acquired = " + (this.p - ((int) ((9223367638808264704L & j2) >> 42))) + "}]"; + return this.f2967s + MentionUtilsKt.MENTIONS_CHAR + c.q.a.k.a.u(this) + "[Pool Size {core = " + this.p + ", max = " + this.q + "}, Worker States {CPU = " + i2 + ", blocking = " + i3 + ", parked = " + i4 + ", dormant = " + i5 + ", terminated = " + i6 + "}, running workers queues = " + arrayList + ", global CPU queue size = " + this.m.c() + ", global blocking queue size = " + this.n.c() + ", Control State {created workers= " + ((int) (2097151 & j2)) + ", blocking tasks = " + ((int) ((4398044413952L & j2) >> 21)) + ", CPUs acquired = " + (this.p - ((int) ((9223367638808264704L & j2) >> 42))) + "}]"; } public final boolean w() { while (true) { long j2 = this.parkedWorkersStack; - C0345a aVar = this.o.get((int) (2097151 & j2)); + C0346a aVar = this.o.get((int) (2097151 & j2)); if (aVar != null) { long j3 = (Permission.SPEAK + j2) & -2097152; int f = f(aVar); @@ -633,7 +633,7 @@ public final class a implements Executor, Closeable { if (aVar == null) { return false; } - if (C0345a.i.compareAndSet(aVar, -1, 0)) { + if (C0346a.i.compareAndSet(aVar, -1, 0)) { LockSupport.unpark(aVar); return true; } diff --git a/app/src/main/java/s/a/b2/c.java b/app/src/main/java/s/a/b2/c.java index 92694b361f..e30f24632d 100644 --- a/app/src/main/java/s/a/b2/c.java +++ b/app/src/main/java/s/a/b2/c.java @@ -14,7 +14,7 @@ public class c extends ExecutorCoroutineDispatcher { public c(int i, int i2, String str, int i3) { i = (i3 & 1) != 0 ? k.b : i; - i2 = (i3 & 2) != 0 ? k.f2966c : i2; + i2 = (i3 & 2) != 0 ? k.f2968c : i2; String str2 = (i3 & 4) != 0 ? "DefaultDispatcher" : null; long j = k.d; this.j = i; diff --git a/app/src/main/java/s/a/b2/k.java b/app/src/main/java/s/a/b2/k.java index 082a67f979..3bfc8b65ee 100644 --- a/app/src/main/java/s/a/b2/k.java +++ b/app/src/main/java/s/a/b2/k.java @@ -10,7 +10,7 @@ public final class k { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f2966c; + public static final int f2968c; public static final long d = TimeUnit.SECONDS.toNanos(a.Y("kotlinx.coroutines.scheduler.keep.alive.sec", 60, 0, 0, 12, null)); public static l e = f.a; @@ -19,6 +19,6 @@ public final class k { int i = u.a; int X = a.X("kotlinx.coroutines.scheduler.core.pool.size", f.coerceAtLeast(i, 2), 1, 0, 8, null); b = X; - f2966c = a.X("kotlinx.coroutines.scheduler.max.pool.size", f.coerceIn(i * 128, X, 2097150), 0, 2097150, 4, null); + f2968c = a.X("kotlinx.coroutines.scheduler.max.pool.size", f.coerceIn(i * 128, X, 2097150), 0, 2097150, 4, null); } } diff --git a/app/src/main/java/s/a/b2/m.java b/app/src/main/java/s/a/b2/m.java index fb9e08ba46..73b0c9cf73 100644 --- a/app/src/main/java/s/a/b2/m.java +++ b/app/src/main/java/s/a/b2/m.java @@ -9,7 +9,7 @@ public final class m { public static final AtomicIntegerFieldUpdater b = AtomicIntegerFieldUpdater.newUpdater(m.class, "producerIndex"); /* renamed from: c reason: collision with root package name */ - public static final AtomicIntegerFieldUpdater f2967c = AtomicIntegerFieldUpdater.newUpdater(m.class, "consumerIndex"); + public static final AtomicIntegerFieldUpdater f2969c = AtomicIntegerFieldUpdater.newUpdater(m.class, "consumerIndex"); public static final AtomicIntegerFieldUpdater d = AtomicIntegerFieldUpdater.newUpdater(m.class, "blockingTasksInBuffer"); public volatile int blockingTasksInBuffer = 0; public volatile int consumerIndex = 0; @@ -69,7 +69,7 @@ public final class m { return null; } int i2 = i & 127; - if (f2967c.compareAndSet(this, i, i + 1) && (andSet = this.e.getAndSet(i2, null)) != null) { + if (f2969c.compareAndSet(this, i, i + 1) && (andSet = this.e.getAndSet(i2, null)) != null) { boolean z2 = true; if (andSet.j.s() != 1) { z2 = false; diff --git a/app/src/main/java/s/a/g1.java b/app/src/main/java/s/a/g1.java index b78e612a9a..394b100a3d 100644 --- a/app/src/main/java/s/a/g1.java +++ b/app/src/main/java/s/a/g1.java @@ -408,7 +408,7 @@ public class g1 implements Job, q, o1 { } throw new IllegalStateException(str, th); } - } while (V == h1.f2968c); + } while (V == h1.f2970c); return V; } @@ -529,12 +529,12 @@ public class g1 implements Job, q, o1 { Q(obj2); u(y0Var, obj2); } - return z2 ? obj2 : h1.f2968c; + return z2 ? obj2 : h1.f2970c; } y0 y0Var2 = (y0) obj; l1 E = E(y0Var2); if (E == null) { - return h1.f2968c; + return h1.f2970c; } p pVar = null; b bVar = (b) (!(y0Var2 instanceof b) ? null : y0Var2); @@ -557,7 +557,7 @@ public class g1 implements Job, q, o1 { th = null; } } else { - return h1.f2968c; + return h1.f2970c; } } if (th != null) { @@ -724,7 +724,7 @@ public class g1 implements Job, q, o1 { Object F = F(); if ((F instanceof y0) && (!(F instanceof b) || ((b) F)._isCompleting == 0)) { tVar2 = V(F, new v(v(obj), false, 2)); - if (tVar2 != h1.f2968c) { + if (tVar2 != h1.f2970c) { break; } } else { @@ -767,7 +767,7 @@ public class g1 implements Job, q, o1 { } else { Object V = V(F2, new v(th2, false, 2)); if (V != h1.a) { - if (V != h1.f2968c) { + if (V != h1.f2970c) { tVar2 = V; break; } diff --git a/app/src/main/java/s/a/h1.java b/app/src/main/java/s/a/h1.java index 539a812ca7..f072e5a357 100644 --- a/app/src/main/java/s/a/h1.java +++ b/app/src/main/java/s/a/h1.java @@ -7,7 +7,7 @@ public final class h1 { public static final t b = new t("COMPLETING_WAITING_CHILDREN"); /* renamed from: c reason: collision with root package name */ - public static final t f2968c = new t("COMPLETING_RETRY"); + public static final t f2970c = new t("COMPLETING_RETRY"); public static final t d = new t("TOO_LATE_TO_CANCEL"); public static final t e = new t("SEALED"); public static final o0 f = new o0(false); diff --git a/app/src/main/java/s/a/k.java b/app/src/main/java/s/a/k.java index a520fa8462..9c29441fd3 100644 --- a/app/src/main/java/s/a/k.java +++ b/app/src/main/java/s/a/k.java @@ -125,7 +125,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine if (iVar != null) { p(iVar, th); } - Function1 function1 = uVar.f2970c; + Function1 function1 = uVar.f2972c; if (function1 != null) { q(function1, th); return; @@ -457,7 +457,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine if (obj2 instanceof m) { m mVar = (m) obj2; Objects.requireNonNull(mVar); - if (m.f2969c.compareAndSet(mVar, 0, 1)) { + if (m.f2971c.compareAndSet(mVar, 0, 1)) { if (function1 != null) { q(function1, mVar.b); return; diff --git a/app/src/main/java/s/a/m.java b/app/src/main/java/s/a/m.java index 83914984d4..283d28139d 100644 --- a/app/src/main/java/s/a/m.java +++ b/app/src/main/java/s/a/m.java @@ -7,7 +7,7 @@ import kotlin.coroutines.Continuation; public final class m extends v { /* renamed from: c reason: collision with root package name */ - public static final AtomicIntegerFieldUpdater f2969c = AtomicIntegerFieldUpdater.newUpdater(m.class, "_resumed"); + public static final AtomicIntegerFieldUpdater f2971c = AtomicIntegerFieldUpdater.newUpdater(m.class, "_resumed"); public volatile int _resumed; /* JADX WARNING: Illegal instructions before constructor call */ diff --git a/app/src/main/java/s/a/p0.java b/app/src/main/java/s/a/p0.java index 52cfcd859c..a4670a0255 100644 --- a/app/src/main/java/s/a/p0.java +++ b/app/src/main/java/s/a/p0.java @@ -33,10 +33,10 @@ public abstract class p0 extends CoroutineDispatcher { this.k = bVar; } Object[] objArr = bVar.a; - int i = bVar.f2961c; + int i = bVar.f2963c; objArr[i] = i0Var; int length = (objArr.length - 1) & (i + 1); - bVar.f2961c = length; + bVar.f2963c = length; int i2 = bVar.b; if (length == i2) { int length2 = objArr.length; @@ -48,7 +48,7 @@ public abstract class p0 extends CoroutineDispatcher { j.copyInto$default(objArr3, objArr2, length3 - i3, 0, i3, 4, (Object) null); bVar.a = objArr2; bVar.b = 0; - bVar.f2961c = length2; + bVar.f2963c = length2; } } @@ -70,7 +70,7 @@ public abstract class p0 extends CoroutineDispatcher { if (bVar != null) { int i = bVar.b; i0 i0Var = null; - if (i != bVar.f2961c) { + if (i != bVar.f2963c) { ?? r3 = bVar.a; ?? r6 = r3[i]; r3[i] = 0; diff --git a/app/src/main/java/s/a/q0.java b/app/src/main/java/s/a/q0.java index a40807a0b6..0bc548e496 100644 --- a/app/src/main/java/s/a/q0.java +++ b/app/src/main/java/s/a/q0.java @@ -195,7 +195,7 @@ public abstract class q0 extends r0 implements g0 { public boolean U() { s.a.a.b> bVar = this.k; - if (!(bVar == null || bVar.b == bVar.f2961c)) { + if (!(bVar == null || bVar.b == bVar.f2963c)) { return false; } d dVar = (d) this._delayed; @@ -252,7 +252,7 @@ public abstract class q0 extends r0 implements g0 { } else { m mVar = (m) obj; Object e = mVar.e(); - if (e != m.f2963c) { + if (e != m.f2965c) { runnable = (Runnable) e; break; } @@ -268,7 +268,7 @@ public abstract class q0 extends r0 implements g0 { } s.a.a.b> bVar = this.k; if (bVar != null) { - if (bVar.b != bVar.f2961c) { + if (bVar.b != bVar.f2963c) { z2 = false; } if (!z2) { diff --git a/app/src/main/java/s/a/u.java b/app/src/main/java/s/a/u.java index 6b78ea75f5..f9a1cc4041 100644 --- a/app/src/main/java/s/a/u.java +++ b/app/src/main/java/s/a/u.java @@ -11,7 +11,7 @@ public final class u { public final i b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2970c; + public final Function1 f2972c; public final Object d; public final Throwable e; @@ -20,7 +20,7 @@ public final class u { public u(Object obj, i iVar, Function1 function1, Object obj2, Throwable th) { this.a = obj; this.b = iVar; - this.f2970c = function1; + this.f2972c = function1; this.d = obj2; this.e = th; } @@ -32,7 +32,7 @@ public final class u { th = (i & 16) != 0 ? null : th; this.a = obj; this.b = iVar; - this.f2970c = function1; + this.f2972c = function1; this.d = obj2; this.e = th; } @@ -43,7 +43,7 @@ public final class u { if ((i & 2) != 0) { iVar = uVar.b; } - Function1 function12 = (i & 4) != 0 ? uVar.f2970c : null; + Function1 function12 = (i & 4) != 0 ? uVar.f2972c : null; if ((i & 8) != 0) { obj3 = uVar.d; } @@ -62,7 +62,7 @@ public final class u { return false; } u uVar = (u) obj; - return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && m.areEqual(this.f2970c, uVar.f2970c) && m.areEqual(this.d, uVar.d) && m.areEqual(this.e, uVar.e); + return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && m.areEqual(this.f2972c, uVar.f2972c) && m.areEqual(this.d, uVar.d) && m.areEqual(this.e, uVar.e); } public int hashCode() { @@ -71,7 +71,7 @@ public final class u { int hashCode = (obj != null ? obj.hashCode() : 0) * 31; i iVar = this.b; int hashCode2 = (hashCode + (iVar != null ? iVar.hashCode() : 0)) * 31; - Function1 function1 = this.f2970c; + Function1 function1 = this.f2972c; int hashCode3 = (hashCode2 + (function1 != null ? function1.hashCode() : 0)) * 31; Object obj2 = this.d; int hashCode4 = (hashCode3 + (obj2 != null ? obj2.hashCode() : 0)) * 31; @@ -88,7 +88,7 @@ public final class u { P.append(", cancelHandler="); P.append(this.b); P.append(", onCancellation="); - P.append(this.f2970c); + P.append(this.f2972c); P.append(", idempotentResume="); P.append(this.d); P.append(", cancelCause="); diff --git a/app/src/main/java/s/a/y1/a.java b/app/src/main/java/s/a/y1/a.java index 15f157d878..1dfa314ebe 100644 --- a/app/src/main/java/s/a/y1/a.java +++ b/app/src/main/java/s/a/y1/a.java @@ -23,11 +23,11 @@ public final class a extends b implements g0 { /* compiled from: HandlerDispatcher.kt */ /* renamed from: s.a.y1.a$a reason: collision with other inner class name */ - public static final class C0346a implements l0 { + public static final class C0347a implements l0 { public final /* synthetic */ a i; public final /* synthetic */ Runnable j; - public C0346a(a aVar, Runnable runnable) { + public C0347a(a aVar, Runnable runnable) { this.i = aVar; this.j = runnable; } @@ -137,6 +137,6 @@ public final class a extends b implements g0 { @Override // s.a.y1.b, s.a.g0 public l0 w(long j, Runnable runnable, CoroutineContext coroutineContext) { this.j.postDelayed(runnable, f.coerceAtMost(j, 4611686018427387903L)); - return new C0346a(this, runnable); + return new C0347a(this, runnable); } } diff --git a/app/src/main/java/s/a/z1/a.java b/app/src/main/java/s/a/z1/a.java index 0ac4da6a45..55a3501f85 100644 --- a/app/src/main/java/s/a/z1/a.java +++ b/app/src/main/java/s/a/z1/a.java @@ -23,11 +23,11 @@ public abstract class a extends c implements d { /* compiled from: AbstractChannel.kt */ /* renamed from: s.a.z1.a$a reason: collision with other inner class name */ - public static final class C0347a implements e { + public static final class C0348a implements e { public Object a = b.d; public final a b; - public C0347a(a aVar) { + public C0348a(a aVar) { this.b = aVar; } @@ -146,12 +146,12 @@ public abstract class a extends c implements d { /* compiled from: AbstractChannel.kt */ public static class b extends h { - public final C0347a l; + public final C0348a l; public final CancellableContinuation m; /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlinx.coroutines.CancellableContinuation */ /* JADX WARN: Multi-variable type inference failed */ - public b(C0347a aVar, CancellableContinuation cancellableContinuation) { + public b(C0348a aVar, CancellableContinuation cancellableContinuation) { this.l = aVar; this.m = cancellableContinuation; } @@ -283,7 +283,7 @@ public abstract class a extends c implements d { @Override // s.a.z1.i public final e iterator() { - return new C0347a(this); + return new C0348a(this); } public j j() { diff --git a/app/src/main/java/s/a/z1/b.java b/app/src/main/java/s/a/z1/b.java index 5c4107650d..b28f865d1d 100644 --- a/app/src/main/java/s/a/z1/b.java +++ b/app/src/main/java/s/a/z1/b.java @@ -7,6 +7,6 @@ public final class b { public static final t b = new t("OFFER_SUCCESS"); /* renamed from: c reason: collision with root package name */ - public static final t f2971c = new t("OFFER_FAILED"); + public static final t f2973c = new t("OFFER_FAILED"); public static final t d = new t("POLL_FAILED"); } diff --git a/app/src/main/java/s/a/z1/c.java b/app/src/main/java/s/a/z1/c.java index c4ae9f6cbe..0532620576 100644 --- a/app/src/main/java/s/a/z1/c.java +++ b/app/src/main/java/s/a/z1/c.java @@ -100,7 +100,7 @@ public abstract class c implements l { if (e2 == b.b) { return true; } - if (e2 == b.f2971c) { + if (e2 == b.f2973c) { f b = b(); if (b == null) { return false; diff --git a/app/src/main/java/s/a/z1/g.java b/app/src/main/java/s/a/z1/g.java index d73fc40cae..90af0267ef 100644 --- a/app/src/main/java/s/a/z1/g.java +++ b/app/src/main/java/s/a/z1/g.java @@ -11,7 +11,7 @@ import s.a.a.t; public class g extends a { /* renamed from: c reason: collision with root package name */ - public final ReentrantLock f2972c = new ReentrantLock(); + public final ReentrantLock f2974c = new ReentrantLock(); public Object d = b.a; public g(Function1 function1) { @@ -30,7 +30,7 @@ public class g extends a { public Object e(E e) { Function1 function1; j j; - ReentrantLock reentrantLock = this.f2972c; + ReentrantLock reentrantLock = this.f2974c; reentrantLock.lock(); try { f b = b(); @@ -74,7 +74,7 @@ public class g extends a { @Override // s.a.z1.a public boolean f(h hVar) { - ReentrantLock reentrantLock = this.f2972c; + ReentrantLock reentrantLock = this.f2974c; reentrantLock.lock(); try { return super.f(hVar); @@ -95,7 +95,7 @@ public class g extends a { @Override // s.a.z1.a public Object i() { - ReentrantLock reentrantLock = this.f2972c; + ReentrantLock reentrantLock = this.f2974c; reentrantLock.lock(); try { Object obj = this.d; diff --git a/app/src/main/java/x/a/a/a.java b/app/src/main/java/x/a/a/a.java index 6cdb36379b..5c28c8d6cc 100644 --- a/app/src/main/java/x/a/a/a.java +++ b/app/src/main/java/x/a/a/a.java @@ -12,7 +12,7 @@ public interface a extends IInterface { /* compiled from: ICustomTabsCallback */ /* renamed from: x.a.a.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0348a extends Binder implements a { + public static abstract class AbstractBinderC0349a extends Binder implements a { private static final String DESCRIPTOR = "android.support.customtabs.ICustomTabsCallback"; public static final int TRANSACTION_extraCallback = 3; public static final int TRANSACTION_extraCallbackWithResult = 7; @@ -23,11 +23,11 @@ public interface a extends IInterface { /* compiled from: ICustomTabsCallback */ /* renamed from: x.a.a.a$a$a reason: collision with other inner class name */ - public static class C0349a implements a { + public static class C0350a implements a { public static a a; public IBinder b; - public C0349a(IBinder iBinder) { + public C0350a(IBinder iBinder) { this.b = iBinder; } @@ -41,7 +41,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0348a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); obtain.writeString(str); if (bundle != null) { obtain.writeInt(1); @@ -49,13 +49,13 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(3, obtain, obtain2, 0) || AbstractBinderC0348a.getDefaultImpl() == null) { + if (this.b.transact(3, obtain, obtain2, 0) || AbstractBinderC0349a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0348a.getDefaultImpl().extraCallback(str, bundle); + AbstractBinderC0349a.getDefaultImpl().extraCallback(str, bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -67,7 +67,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0348a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); obtain.writeString(str); if (bundle != null) { obtain.writeInt(1); @@ -75,8 +75,8 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (!this.b.transact(7, obtain, obtain2, 0) && AbstractBinderC0348a.getDefaultImpl() != null) { - return AbstractBinderC0348a.getDefaultImpl().extraCallbackWithResult(str, bundle); + if (!this.b.transact(7, obtain, obtain2, 0) && AbstractBinderC0349a.getDefaultImpl() != null) { + return AbstractBinderC0349a.getDefaultImpl().extraCallbackWithResult(str, bundle); } obtain2.readException(); Bundle bundle2 = obtain2.readInt() != 0 ? (Bundle) Bundle.CREATOR.createFromParcel(obtain2) : null; @@ -94,20 +94,20 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0348a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); if (bundle != null) { obtain.writeInt(1); bundle.writeToParcel(obtain, 0); } else { obtain.writeInt(0); } - if (this.b.transact(4, obtain, obtain2, 0) || AbstractBinderC0348a.getDefaultImpl() == null) { + if (this.b.transact(4, obtain, obtain2, 0) || AbstractBinderC0349a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0348a.getDefaultImpl().onMessageChannelReady(bundle); + AbstractBinderC0349a.getDefaultImpl().onMessageChannelReady(bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -119,7 +119,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0348a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); obtain.writeInt(i); if (bundle != null) { obtain.writeInt(1); @@ -127,13 +127,13 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(2, obtain, obtain2, 0) || AbstractBinderC0348a.getDefaultImpl() == null) { + if (this.b.transact(2, obtain, obtain2, 0) || AbstractBinderC0349a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0348a.getDefaultImpl().onNavigationEvent(i, bundle); + AbstractBinderC0349a.getDefaultImpl().onNavigationEvent(i, bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -145,7 +145,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0348a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); obtain.writeString(str); if (bundle != null) { obtain.writeInt(1); @@ -153,13 +153,13 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(5, obtain, obtain2, 0) || AbstractBinderC0348a.getDefaultImpl() == null) { + if (this.b.transact(5, obtain, obtain2, 0) || AbstractBinderC0349a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0348a.getDefaultImpl().onPostMessage(str, bundle); + AbstractBinderC0349a.getDefaultImpl().onPostMessage(str, bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -171,7 +171,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0348a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); obtain.writeInt(i); if (uri != null) { obtain.writeInt(1); @@ -186,13 +186,13 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(6, obtain, obtain2, 0) || AbstractBinderC0348a.getDefaultImpl() == null) { + if (this.b.transact(6, obtain, obtain2, 0) || AbstractBinderC0349a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0348a.getDefaultImpl().onRelationshipValidationResult(i, uri, z2, bundle); + AbstractBinderC0349a.getDefaultImpl().onRelationshipValidationResult(i, uri, z2, bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -200,7 +200,7 @@ public interface a extends IInterface { } } - public AbstractBinderC0348a() { + public AbstractBinderC0349a() { attachInterface(this, DESCRIPTOR); } @@ -209,20 +209,20 @@ public interface a extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0349a(iBinder) : (a) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0350a(iBinder) : (a) queryLocalInterface; } public static a getDefaultImpl() { - return C0349a.a; + return C0350a.a; } public static boolean setDefaultImpl(a aVar) { - if (C0349a.a != null) { + if (C0350a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (aVar == null) { return false; } else { - C0349a.a = aVar; + C0350a.a = aVar; return true; } } diff --git a/app/src/main/java/x/a/a/b.java b/app/src/main/java/x/a/a/b.java index 70f8ac29ae..204574a99e 100644 --- a/app/src/main/java/x/a/a/b.java +++ b/app/src/main/java/x/a/a/b.java @@ -29,11 +29,11 @@ public interface b extends IInterface { /* compiled from: ICustomTabsService */ /* renamed from: x.a.a.b$a$a reason: collision with other inner class name */ - public static class C0350a implements b { + public static class C0351a implements b { public static b a; public IBinder b; - public C0350a(IBinder iBinder) { + public C0351a(IBinder iBinder) { this.b = iBinder; } @@ -392,20 +392,20 @@ public interface b extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0350a(iBinder) : (b) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0351a(iBinder) : (b) queryLocalInterface; } public static b getDefaultImpl() { - return C0350a.a; + return C0351a.a; } public static boolean setDefaultImpl(b bVar) { - if (C0350a.a != null) { + if (C0351a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (bVar == null) { return false; } else { - C0350a.a = bVar; + C0351a.a = bVar; return true; } } @@ -436,13 +436,13 @@ public interface b extends IInterface { return true; case 3: parcel.enforceInterface(DESCRIPTOR); - boolean newSession = newSession(a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder())); + boolean newSession = newSession(a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder())); parcel2.writeNoException(); parcel2.writeInt(newSession ? 1 : 0); return true; case 4: parcel.enforceInterface(DESCRIPTOR); - a asInterface = a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder()); + a asInterface = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); Uri uri2 = parcel.readInt() != 0 ? (Uri) Uri.CREATOR.createFromParcel(parcel) : null; if (parcel.readInt() != 0) { bundle = (Bundle) Bundle.CREATOR.createFromParcel(parcel); @@ -468,7 +468,7 @@ public interface b extends IInterface { return true; case 6: parcel.enforceInterface(DESCRIPTOR); - a asInterface2 = a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder()); + a asInterface2 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); if (parcel.readInt() != 0) { bundle7 = (Bundle) Bundle.CREATOR.createFromParcel(parcel); } @@ -478,7 +478,7 @@ public interface b extends IInterface { return true; case 7: parcel.enforceInterface(DESCRIPTOR); - a asInterface3 = a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder()); + a asInterface3 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); if (parcel.readInt() != 0) { uri = (Uri) Uri.CREATOR.createFromParcel(parcel); } @@ -488,7 +488,7 @@ public interface b extends IInterface { return true; case 8: parcel.enforceInterface(DESCRIPTOR); - a asInterface4 = a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder()); + a asInterface4 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); String readString2 = parcel.readString(); if (parcel.readInt() != 0) { bundle6 = (Bundle) Bundle.CREATOR.createFromParcel(parcel); @@ -499,7 +499,7 @@ public interface b extends IInterface { return true; case 9: parcel.enforceInterface(DESCRIPTOR); - a asInterface5 = a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder()); + a asInterface5 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); int readInt = parcel.readInt(); Uri uri3 = parcel.readInt() != 0 ? (Uri) Uri.CREATOR.createFromParcel(parcel) : null; if (parcel.readInt() != 0) { @@ -511,7 +511,7 @@ public interface b extends IInterface { return true; case 10: parcel.enforceInterface(DESCRIPTOR); - a asInterface6 = a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder()); + a asInterface6 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); if (parcel.readInt() != 0) { bundle4 = (Bundle) Bundle.CREATOR.createFromParcel(parcel); } @@ -521,7 +521,7 @@ public interface b extends IInterface { return true; case 11: parcel.enforceInterface(DESCRIPTOR); - a asInterface7 = a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder()); + a asInterface7 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); Uri uri4 = parcel.readInt() != 0 ? (Uri) Uri.CREATOR.createFromParcel(parcel) : null; if (parcel.readInt() != 0) { bundle3 = (Bundle) Bundle.CREATOR.createFromParcel(parcel); @@ -532,7 +532,7 @@ public interface b extends IInterface { return true; case 12: parcel.enforceInterface(DESCRIPTOR); - a asInterface8 = a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder()); + a asInterface8 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); Uri uri5 = parcel.readInt() != 0 ? (Uri) Uri.CREATOR.createFromParcel(parcel) : null; int readInt2 = parcel.readInt(); if (parcel.readInt() != 0) { diff --git a/app/src/main/java/x/a/a/c.java b/app/src/main/java/x/a/a/c.java index 32958fa9d6..15ae42cb9e 100644 --- a/app/src/main/java/x/a/a/c.java +++ b/app/src/main/java/x/a/a/c.java @@ -18,11 +18,11 @@ public interface c extends IInterface { /* compiled from: IPostMessageService */ /* renamed from: x.a.a.c$a$a reason: collision with other inner class name */ - public static class C0351a implements c { + public static class C0352a implements c { public static c a; public IBinder b; - public C0351a(IBinder iBinder) { + public C0352a(IBinder iBinder) { this.b = iBinder; } @@ -94,20 +94,20 @@ public interface c extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof c)) ? new C0351a(iBinder) : (c) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof c)) ? new C0352a(iBinder) : (c) queryLocalInterface; } public static c getDefaultImpl() { - return C0351a.a; + return C0352a.a; } public static boolean setDefaultImpl(c cVar) { - if (C0351a.a != null) { + if (C0352a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (cVar == null) { return false; } else { - C0351a.a = cVar; + C0352a.a = cVar; return true; } } @@ -122,7 +122,7 @@ public interface c extends IInterface { Bundle bundle = null; if (i == 2) { parcel.enforceInterface(DESCRIPTOR); - a asInterface = a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder()); + a asInterface = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); if (parcel.readInt() != 0) { bundle = (Bundle) Bundle.CREATOR.createFromParcel(parcel); } @@ -131,7 +131,7 @@ public interface c extends IInterface { return true; } else if (i == 3) { parcel.enforceInterface(DESCRIPTOR); - a asInterface2 = a.AbstractBinderC0348a.asInterface(parcel.readStrongBinder()); + a asInterface2 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); String readString = parcel.readString(); if (parcel.readInt() != 0) { bundle = (Bundle) Bundle.CREATOR.createFromParcel(parcel); diff --git a/app/src/main/java/x/a/a/d/a.java b/app/src/main/java/x/a/a/d/a.java index e927e15ca7..933debe12f 100644 --- a/app/src/main/java/x/a/a/d/a.java +++ b/app/src/main/java/x/a/a/d/a.java @@ -11,17 +11,17 @@ public interface a extends IInterface { /* compiled from: ITrustedWebActivityCallback */ /* renamed from: x.a.a.d.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0352a extends Binder implements a { + public static abstract class AbstractBinderC0353a extends Binder implements a { private static final String DESCRIPTOR = "android.support.customtabs.trusted.ITrustedWebActivityCallback"; public static final int TRANSACTION_onExtraCallback = 2; /* compiled from: ITrustedWebActivityCallback */ /* renamed from: x.a.a.d.a$a$a reason: collision with other inner class name */ - public static class C0353a implements a { + public static class C0354a implements a { public static a a; public IBinder b; - public C0353a(IBinder iBinder) { + public C0354a(IBinder iBinder) { this.b = iBinder; } @@ -35,7 +35,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0352a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0353a.DESCRIPTOR); obtain.writeString(str); if (bundle != null) { obtain.writeInt(1); @@ -43,13 +43,13 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(2, obtain, obtain2, 0) || AbstractBinderC0352a.getDefaultImpl() == null) { + if (this.b.transact(2, obtain, obtain2, 0) || AbstractBinderC0353a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0352a.getDefaultImpl().onExtraCallback(str, bundle); + AbstractBinderC0353a.getDefaultImpl().onExtraCallback(str, bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -57,7 +57,7 @@ public interface a extends IInterface { } } - public AbstractBinderC0352a() { + public AbstractBinderC0353a() { attachInterface(this, DESCRIPTOR); } @@ -66,20 +66,20 @@ public interface a extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0353a(iBinder) : (a) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0354a(iBinder) : (a) queryLocalInterface; } public static a getDefaultImpl() { - return C0353a.a; + return C0354a.a; } public static boolean setDefaultImpl(a aVar) { - if (C0353a.a != null) { + if (C0354a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (aVar == null) { return false; } else { - C0353a.a = aVar; + C0354a.a = aVar; return true; } } diff --git a/app/src/main/java/x/a/a/d/b.java b/app/src/main/java/x/a/a/d/b.java index 53b05c88d7..166fe4445b 100644 --- a/app/src/main/java/x/a/a/d/b.java +++ b/app/src/main/java/x/a/a/d/b.java @@ -22,11 +22,11 @@ public interface b extends IInterface { /* compiled from: ITrustedWebActivityService */ /* renamed from: x.a.a.d.b$a$a reason: collision with other inner class name */ - public static class C0354a implements b { + public static class C0355a implements b { public static b a; public IBinder b; - public C0354a(IBinder iBinder) { + public C0355a(IBinder iBinder) { this.b = iBinder; } @@ -210,20 +210,20 @@ public interface b extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0354a(iBinder) : (b) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0355a(iBinder) : (b) queryLocalInterface; } public static b getDefaultImpl() { - return C0354a.a; + return C0355a.a; } public static boolean setDefaultImpl(b bVar) { - if (C0354a.a != null) { + if (C0355a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (bVar == null) { return false; } else { - C0354a.a = bVar; + C0355a.a = bVar; return true; } } diff --git a/app/src/main/java/x/a/b/a/a.java b/app/src/main/java/x/a/b/a/a.java index d38b4cc360..ba7578902d 100644 --- a/app/src/main/java/x/a/b/a/a.java +++ b/app/src/main/java/x/a/b/a/a.java @@ -11,7 +11,7 @@ public interface a extends IInterface { /* compiled from: INotificationSideChannel */ /* renamed from: x.a.b.a.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0355a extends Binder implements a { + public static abstract class AbstractBinderC0356a extends Binder implements a { private static final String DESCRIPTOR = "android.support.v4.app.INotificationSideChannel"; public static final int TRANSACTION_cancel = 2; public static final int TRANSACTION_cancelAll = 3; @@ -19,11 +19,11 @@ public interface a extends IInterface { /* compiled from: INotificationSideChannel */ /* renamed from: x.a.b.a.a$a$a reason: collision with other inner class name */ - public static class C0356a implements a { + public static class C0357a implements a { public static a a; public IBinder b; - public C0356a(IBinder iBinder) { + public C0357a(IBinder iBinder) { this.b = iBinder; } @@ -36,14 +36,14 @@ public interface a extends IInterface { public void cancel(String str, int i, String str2) throws RemoteException { Parcel obtain = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0355a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0356a.DESCRIPTOR); obtain.writeString(str); obtain.writeInt(i); obtain.writeString(str2); - if (this.b.transact(2, obtain, null, 1) || AbstractBinderC0355a.getDefaultImpl() == null) { + if (this.b.transact(2, obtain, null, 1) || AbstractBinderC0356a.getDefaultImpl() == null) { obtain.recycle(); } else { - AbstractBinderC0355a.getDefaultImpl().cancel(str, i, str2); + AbstractBinderC0356a.getDefaultImpl().cancel(str, i, str2); } } finally { obtain.recycle(); @@ -54,12 +54,12 @@ public interface a extends IInterface { public void cancelAll(String str) throws RemoteException { Parcel obtain = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0355a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0356a.DESCRIPTOR); obtain.writeString(str); - if (this.b.transact(3, obtain, null, 1) || AbstractBinderC0355a.getDefaultImpl() == null) { + if (this.b.transact(3, obtain, null, 1) || AbstractBinderC0356a.getDefaultImpl() == null) { obtain.recycle(); } else { - AbstractBinderC0355a.getDefaultImpl().cancelAll(str); + AbstractBinderC0356a.getDefaultImpl().cancelAll(str); } } finally { obtain.recycle(); @@ -70,7 +70,7 @@ public interface a extends IInterface { public void notify(String str, int i, String str2, Notification notification) throws RemoteException { Parcel obtain = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0355a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0356a.DESCRIPTOR); obtain.writeString(str); obtain.writeInt(i); obtain.writeString(str2); @@ -80,10 +80,10 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(1, obtain, null, 1) || AbstractBinderC0355a.getDefaultImpl() == null) { + if (this.b.transact(1, obtain, null, 1) || AbstractBinderC0356a.getDefaultImpl() == null) { obtain.recycle(); } else { - AbstractBinderC0355a.getDefaultImpl().notify(str, i, str2, notification); + AbstractBinderC0356a.getDefaultImpl().notify(str, i, str2, notification); } } finally { obtain.recycle(); @@ -91,7 +91,7 @@ public interface a extends IInterface { } } - public AbstractBinderC0355a() { + public AbstractBinderC0356a() { attachInterface(this, DESCRIPTOR); } @@ -100,19 +100,22 @@ public interface a extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0356a(iBinder) : (a) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0357a(iBinder) : (a) queryLocalInterface; } public static a getDefaultImpl() { - return C0356a.a; + return C0357a.a; } public static boolean setDefaultImpl(a aVar) { - if (C0356a.a != null || aVar == null) { + if (C0357a.a != null) { + throw new IllegalStateException("setDefaultImpl() called twice"); + } else if (aVar == null) { return false; + } else { + C0357a.a = aVar; + return true; } - C0356a.a = aVar; - return true; } @Override // android.os.IInterface diff --git a/app/src/main/java/x/a/b/b/a/a.java b/app/src/main/java/x/a/b/b/a/a.java index ef4a30492a..d3879d6ce7 100644 --- a/app/src/main/java/x/a/b/b/a/a.java +++ b/app/src/main/java/x/a/b/b/a/a.java @@ -18,8 +18,8 @@ public interface a extends IInterface { /* compiled from: IMediaControllerCallback */ /* renamed from: x.a.b.b.a.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0357a extends Binder implements a { - public AbstractBinderC0357a() { + public static abstract class AbstractBinderC0358a extends Binder implements a { + public AbstractBinderC0358a() { attachInterface(this, "android.support.v4.media.session.IMediaControllerCallback"); } diff --git a/app/src/main/java/x/a/b/b/a/b.java b/app/src/main/java/x/a/b/b/a/b.java index 995338bda1..3cb1ccc48f 100644 --- a/app/src/main/java/x/a/b/b/a/b.java +++ b/app/src/main/java/x/a/b/b/a/b.java @@ -15,10 +15,10 @@ public interface b extends IInterface { /* compiled from: IMediaSession */ /* renamed from: x.a.b.b.a.b$a$a reason: collision with other inner class name */ - public static class C0358a implements b { + public static class C0359a implements b { public IBinder a; - public C0358a(IBinder iBinder) { + public C0359a(IBinder iBinder) { this.a = iBinder; } @@ -33,7 +33,7 @@ public interface b extends IInterface { Parcel obtain2 = Parcel.obtain(); try { obtain.writeInterfaceToken("android.support.v4.media.session.IMediaSession"); - obtain.writeStrongBinder((a.AbstractBinderC0357a) aVar); + obtain.writeStrongBinder((a.AbstractBinderC0358a) aVar); if (!this.a.transact(3, obtain, obtain2, 0)) { int i = a.a; } @@ -50,7 +50,7 @@ public interface b extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface("android.support.v4.media.session.IMediaSession"); - return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0358a(iBinder) : (b) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0359a(iBinder) : (b) queryLocalInterface; } } diff --git a/app/src/main/java/x/a/b/b/a/c.java b/app/src/main/java/x/a/b/b/a/c.java index b8d83a4909..fe95e6f36b 100644 --- a/app/src/main/java/x/a/b/b/a/c.java +++ b/app/src/main/java/x/a/b/b/a/c.java @@ -139,7 +139,7 @@ public abstract class c implements IBinder.DeathRecipient { } /* compiled from: MediaControllerCompat */ - public static class b extends a.AbstractBinderC0357a { + public static class b extends a.AbstractBinderC0358a { public final WeakReference a; public b(c cVar) { diff --git a/app/src/main/java/x/a/b/c/a.java b/app/src/main/java/x/a/b/c/a.java index 11b369ae15..a5a1104fd7 100644 --- a/app/src/main/java/x/a/b/c/a.java +++ b/app/src/main/java/x/a/b/c/a.java @@ -12,15 +12,15 @@ public interface a extends IInterface { /* compiled from: IResultReceiver */ /* renamed from: x.a.b.c.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0359a extends Binder implements a { + public static abstract class AbstractBinderC0360a extends Binder implements a { public static final /* synthetic */ int a = 0; /* compiled from: IResultReceiver */ /* renamed from: x.a.b.c.a$a$a reason: collision with other inner class name */ - public static class C0360a implements a { + public static class C0361a implements a { public IBinder a; - public C0360a(IBinder iBinder) { + public C0361a(IBinder iBinder) { this.a = iBinder; } @@ -42,7 +42,7 @@ public interface a extends IInterface { obtain.writeInt(0); } if (!this.a.transact(1, obtain, null, 1)) { - int i2 = AbstractBinderC0359a.a; + int i2 = AbstractBinderC0360a.a; } } finally { obtain.recycle(); @@ -50,7 +50,7 @@ public interface a extends IInterface { } } - public AbstractBinderC0359a() { + public AbstractBinderC0360a() { attachInterface(this, "android.support.v4.os.IResultReceiver"); } diff --git a/app/src/main/java/y/b/a/a/a.java b/app/src/main/java/y/b/a/a/a.java new file mode 100644 index 0000000000..ec626be712 --- /dev/null +++ b/app/src/main/java/y/b/a/a/a.java @@ -0,0 +1,14 @@ +package y.b.a.a; + +import android.view.MenuItem; +import androidx.core.internal.view.SupportMenuItem; +/* compiled from: SupportMenuItem */ +public final /* synthetic */ class a { + public static /* synthetic */ MenuItem a(SupportMenuItem supportMenuItem, CharSequence charSequence) { + return supportMenuItem.setContentDescription(charSequence); + } + + public static /* synthetic */ MenuItem b(SupportMenuItem supportMenuItem, CharSequence charSequence) { + return supportMenuItem.setTooltipText(charSequence); + } +} diff --git a/app/src/main/java/y/b/b/a.java b/app/src/main/java/y/b/b/a.java new file mode 100644 index 0000000000..8f391028d4 --- /dev/null +++ b/app/src/main/java/y/b/b/a.java @@ -0,0 +1,19 @@ +package y.b.b; + +import androidx.core.widget.ContentLoadingProgressBar; +/* compiled from: lambda */ +public final /* synthetic */ class a implements Runnable { + public final /* synthetic */ ContentLoadingProgressBar i; + + public /* synthetic */ a(ContentLoadingProgressBar contentLoadingProgressBar) { + this.i = contentLoadingProgressBar; + } + + @Override // java.lang.Runnable + public final void run() { + ContentLoadingProgressBar contentLoadingProgressBar = this.i; + contentLoadingProgressBar.mPostedHide = false; + contentLoadingProgressBar.mStartTime = -1; + contentLoadingProgressBar.setVisibility(8); + } +} diff --git a/app/src/main/java/y/b/b/b.java b/app/src/main/java/y/b/b/b.java new file mode 100644 index 0000000000..aa0476cf89 --- /dev/null +++ b/app/src/main/java/y/b/b/b.java @@ -0,0 +1,16 @@ +package y.b.b; + +import androidx.core.widget.ContentLoadingProgressBar; +/* compiled from: lambda */ +public final /* synthetic */ class b implements Runnable { + public final /* synthetic */ ContentLoadingProgressBar i; + + public /* synthetic */ b(ContentLoadingProgressBar contentLoadingProgressBar) { + this.i = contentLoadingProgressBar; + } + + @Override // java.lang.Runnable + public final void run() { + ContentLoadingProgressBar.a(this.i); + } +} diff --git a/app/src/main/java/y/b/b/c.java b/app/src/main/java/y/b/b/c.java new file mode 100644 index 0000000000..0ee732970c --- /dev/null +++ b/app/src/main/java/y/b/b/c.java @@ -0,0 +1,21 @@ +package y.b.b; + +import androidx.core.widget.ContentLoadingProgressBar; +/* compiled from: lambda */ +public final /* synthetic */ class c implements Runnable { + public final /* synthetic */ ContentLoadingProgressBar i; + + public /* synthetic */ c(ContentLoadingProgressBar contentLoadingProgressBar) { + this.i = contentLoadingProgressBar; + } + + @Override // java.lang.Runnable + public final void run() { + ContentLoadingProgressBar contentLoadingProgressBar = this.i; + contentLoadingProgressBar.mPostedShow = false; + if (!contentLoadingProgressBar.mDismissed) { + contentLoadingProgressBar.mStartTime = System.currentTimeMillis(); + contentLoadingProgressBar.setVisibility(0); + } + } +} diff --git a/app/src/main/java/y/b/b/d.java b/app/src/main/java/y/b/b/d.java new file mode 100644 index 0000000000..89ab0a9c36 --- /dev/null +++ b/app/src/main/java/y/b/b/d.java @@ -0,0 +1,16 @@ +package y.b.b; + +import androidx.core.widget.ContentLoadingProgressBar; +/* compiled from: lambda */ +public final /* synthetic */ class d implements Runnable { + public final /* synthetic */ ContentLoadingProgressBar i; + + public /* synthetic */ d(ContentLoadingProgressBar contentLoadingProgressBar) { + this.i = contentLoadingProgressBar; + } + + @Override // java.lang.Runnable + public final void run() { + ContentLoadingProgressBar.b(this.i); + } +} diff --git a/app/src/main/java/y/b/a.java b/app/src/main/java/y/c/a.java similarity index 98% rename from app/src/main/java/y/b/a.java rename to app/src/main/java/y/c/a.java index 49a3daa9d3..b01c3aedb2 100644 --- a/app/src/main/java/y/b/a.java +++ b/app/src/main/java/y/c/a.java @@ -1,4 +1,4 @@ -package y.b; +package y.c; import androidx.annotation.NonNull; import androidx.lifecycle.DefaultLifecycleObserver; diff --git a/app/src/main/java/z/a.java b/app/src/main/java/z/a.java index b5dc33ecfe..cad74f40fc 100644 --- a/app/src/main/java/z/a.java +++ b/app/src/main/java/z/a.java @@ -9,13 +9,13 @@ public final class a { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f2973c; + public static final int f2975c; public static final int d; public final Executor e = new b(null); /* compiled from: AndroidExecutors */ public static class b implements Executor { - public b(C0361a aVar) { + public b(C0362a aVar) { } @Override // java.util.concurrent.Executor @@ -27,7 +27,7 @@ public final class a { static { int availableProcessors = Runtime.getRuntime().availableProcessors(); b = availableProcessors; - f2973c = availableProcessors + 1; + f2975c = availableProcessors + 1; d = (availableProcessors * 2) + 1; } } diff --git a/app/src/main/java/z/b.java b/app/src/main/java/z/b.java index 65010ae3b6..ea2216ed66 100644 --- a/app/src/main/java/z/b.java +++ b/app/src/main/java/z/b.java @@ -13,14 +13,14 @@ public final class b { public final ExecutorService b; /* renamed from: c reason: collision with root package name */ - public final Executor f2974c; + public final Executor f2976c; /* compiled from: BoltsExecutors */ /* renamed from: z.b$b reason: collision with other inner class name */ - public static class ExecutorC0362b implements Executor { + public static class ExecutorC0363b implements Executor { public ThreadLocal i = new ThreadLocal<>(); - public ExecutorC0362b(a aVar) { + public ExecutorC0363b(a aVar) { } public final int a() { @@ -66,12 +66,12 @@ public final class b { threadPoolExecutor = Executors.newCachedThreadPool(); } else { a aVar = a.a; - ThreadPoolExecutor threadPoolExecutor2 = new ThreadPoolExecutor(a.f2973c, a.d, 1, TimeUnit.SECONDS, new LinkedBlockingQueue()); + ThreadPoolExecutor threadPoolExecutor2 = new ThreadPoolExecutor(a.f2975c, a.d, 1, TimeUnit.SECONDS, new LinkedBlockingQueue()); threadPoolExecutor2.allowCoreThreadTimeOut(true); threadPoolExecutor = threadPoolExecutor2; } this.b = threadPoolExecutor; Executors.newSingleThreadScheduledExecutor(); - this.f2974c = new ExecutorC0362b(null); + this.f2976c = new ExecutorC0363b(null); } } diff --git a/app/src/main/java/z/d.java b/app/src/main/java/z/d.java index fd93ab4bb5..e197b63ea5 100644 --- a/app/src/main/java/z/d.java +++ b/app/src/main/java/z/d.java @@ -8,12 +8,12 @@ public class d implements c { public final /* synthetic */ c b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Executor f2975c; + public final /* synthetic */ Executor f2977c; public d(g gVar, h hVar, c cVar, Executor executor) { this.a = hVar; this.b = cVar; - this.f2975c = executor; + this.f2977c = executor; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -22,7 +22,7 @@ public class d implements c { h hVar = this.a; c cVar = this.b; try { - this.f2975c.execute(new e(hVar, cVar, gVar)); + this.f2977c.execute(new e(hVar, cVar, gVar)); return null; } catch (Exception e) { hVar.b(new ExecutorException(e)); diff --git a/app/src/main/java/z/g.java b/app/src/main/java/z/g.java index a846b0f19a..27b3f4a401 100644 --- a/app/src/main/java/z/g.java +++ b/app/src/main/java/z/g.java @@ -12,7 +12,7 @@ public class g { public static g b = new g<>((Object) null); /* renamed from: c reason: collision with root package name */ - public static g f2976c = new g<>(Boolean.TRUE); + public static g f2978c = new g<>(Boolean.TRUE); public static g d = new g<>(Boolean.FALSE); public final Object e = new Object(); public boolean f; @@ -25,7 +25,7 @@ public class g { static { b bVar = b.a; ExecutorService executorService = bVar.b; - a = bVar.f2974c; + a = bVar.f2976c; Executor executor = a.a.e; new g(true); } diff --git a/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_floating.xml b/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_floating.xml new file mode 100644 index 0000000000..030b083b67 --- /dev/null +++ b/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_floating.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/app/src/main/res/drawable/bg_guild_scheduled_event_list_item.xml b/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_primary.xml similarity index 73% rename from app/src/main/res/drawable/bg_guild_scheduled_event_list_item.xml rename to app/src/main/res/drawable/bg_guild_scheduled_event_list_item_primary.xml index ea01640209..b2b37eaec4 100644 --- a/app/src/main/res/drawable/bg_guild_scheduled_event_list_item.xml +++ b/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_primary.xml @@ -1,6 +1,6 @@ - + diff --git a/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_secondary.xml b/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_secondary.xml new file mode 100644 index 0000000000..583c172843 --- /dev/null +++ b/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_secondary.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/app/src/main/res/layout-v22/guild_scheduled_event_bottom_button_view.xml b/app/src/main/res/layout-v22/guild_scheduled_event_bottom_button_view.xml new file mode 100644 index 0000000000..2fedf86f63 --- /dev/null +++ b/app/src/main/res/layout-v22/guild_scheduled_event_bottom_button_view.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/app/src/main/res/layout-v22/guild_scheduled_event_item_view.xml b/app/src/main/res/layout-v22/guild_scheduled_event_item_view.xml index 404eefab1b..431381e83a 100644 --- a/app/src/main/res/layout-v22/guild_scheduled_event_item_view.xml +++ b/app/src/main/res/layout-v22/guild_scheduled_event_item_view.xml @@ -1,10 +1,10 @@ - + - + diff --git a/app/src/main/res/layout-v22/widget_call_fullscreen.xml b/app/src/main/res/layout-v22/widget_call_fullscreen.xml index e7c80c51e7..c68b762f8c 100644 --- a/app/src/main/res/layout-v22/widget_call_fullscreen.xml +++ b/app/src/main/res/layout-v22/widget_call_fullscreen.xml @@ -34,6 +34,7 @@ + @@ -41,5 +42,4 @@ - diff --git a/app/src/main/res/layout-v22/widget_guild_scheduled_event_location_select.xml b/app/src/main/res/layout-v22/widget_guild_scheduled_event_location_select.xml index e50fb47c2a..1b46a46145 100644 --- a/app/src/main/res/layout-v22/widget_guild_scheduled_event_location_select.xml +++ b/app/src/main/res/layout-v22/widget_guild_scheduled_event_location_select.xml @@ -11,7 +11,7 @@ - + diff --git a/app/src/main/res/layout-v22/widget_server_settings_role_members.xml b/app/src/main/res/layout-v22/widget_server_settings_role_members.xml new file mode 100644 index 0000000000..9c11fae12d --- /dev/null +++ b/app/src/main/res/layout-v22/widget_server_settings_role_members.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/app/src/main/res/layout/guild_scheduled_event_bottom_button_view.xml b/app/src/main/res/layout/guild_scheduled_event_bottom_button_view.xml index 666bf1e70b..466a3b29ba 100644 --- a/app/src/main/res/layout/guild_scheduled_event_bottom_button_view.xml +++ b/app/src/main/res/layout/guild_scheduled_event_bottom_button_view.xml @@ -1,8 +1,8 @@ - - - - - - + + + + + + diff --git a/app/src/main/res/layout/guild_scheduled_event_item_view.xml b/app/src/main/res/layout/guild_scheduled_event_item_view.xml index a930db83eb..3d4f501e65 100644 --- a/app/src/main/res/layout/guild_scheduled_event_item_view.xml +++ b/app/src/main/res/layout/guild_scheduled_event_item_view.xml @@ -1,10 +1,10 @@ - + - + diff --git a/app/src/main/res/layout/widget_call_fullscreen.xml b/app/src/main/res/layout/widget_call_fullscreen.xml index 764d9f0c62..cf77551055 100644 --- a/app/src/main/res/layout/widget_call_fullscreen.xml +++ b/app/src/main/res/layout/widget_call_fullscreen.xml @@ -34,6 +34,7 @@ + @@ -41,5 +42,4 @@ - diff --git a/app/src/main/res/layout/widget_channels_list_item_channel_voice.xml b/app/src/main/res/layout/widget_channels_list_item_channel_voice.xml index 708512fd58..98ee8a35a1 100644 --- a/app/src/main/res/layout/widget_channels_list_item_channel_voice.xml +++ b/app/src/main/res/layout/widget_channels_list_item_channel_voice.xml @@ -1,6 +1,9 @@ - + + + + diff --git a/app/src/main/res/layout/widget_guild_scheduled_event_location_select.xml b/app/src/main/res/layout/widget_guild_scheduled_event_location_select.xml index 0297832008..59ecc2301c 100644 --- a/app/src/main/res/layout/widget_guild_scheduled_event_location_select.xml +++ b/app/src/main/res/layout/widget_guild_scheduled_event_location_select.xml @@ -11,7 +11,7 @@ - + diff --git a/app/src/main/res/layout/widget_server_settings_role_members.xml b/app/src/main/res/layout/widget_server_settings_role_members.xml new file mode 100644 index 0000000000..bbb317d22e --- /dev/null +++ b/app/src/main/res/layout/widget_server_settings_role_members.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/app/src/main/res/layout/widget_voice_bottom_sheet.xml b/app/src/main/res/layout/widget_voice_bottom_sheet.xml index 0a088f349e..9edcfdea13 100644 --- a/app/src/main/res/layout/widget_voice_bottom_sheet.xml +++ b/app/src/main/res/layout/widget_voice_bottom_sheet.xml @@ -2,7 +2,7 @@ - + diff --git a/app/src/main/res/values-ar-rXB/strings.xml b/app/src/main/res/values-ar-rXB/strings.xml index 06f5d45161..491be371b3 100644 --- a/app/src/main/res/values-ar-rXB/strings.xml +++ b/app/src/main/res/values-ar-rXB/strings.xml @@ -3539,6 +3539,8 @@ ‏‮Welcome‬‏ ‏‮to‬‏ ‏‮**‬‏‏‮{serverName}‬‏ ‏‮Premium**‬‏ ‏‮Join‬‏ ‏‮**‬‏‏‮{serverName}‬‏ ‏‮Premium**‬‏ ‏‮to‬‏ ‏‮unlock‬‏ ‏‮exclusive‬‏ ‏‮perks‬‏ ‏‮and‬‏ ‏‮support‬‏ ‏‮the‬‏ ‏‮server‬‏ ‏‮Join‬‏ ‏‮$[‬‏‏‮{serverName}‬‏ ‏‮Premium](serverNameHook)‬‏ ‏‮to‬‏ ‏‮unlock‬‏ ‏‮exclusive‬‏ ‏‮perks‬‏ ‏‮and‬‏ ‏‮support‬‏ ‏‮the‬‏ ‏‮server‬‏ + ‏‮Sorry,‬‏ ‏‮$[‬‏‏‮{serverName}‬‏ ‏‮Premium](serverNameHook)‬‏ ‏‮isn\'t‬‏ ‏‮available‬‏ ‏‮to‬‏ ‏‮purchase‬‏ ‏‮on‬‏ ‏‮mobile‬‏ + ‏‮We\'ve‬‏ ‏‮known‬‏ ‏‮each‬‏ ‏‮other‬‏ ‏‮for‬‏ ‏‮so‬‏ ‏‮long,‬‏ ‏‮Your‬‏ ‏‮heart\'s‬‏ ‏‮been‬‏ ‏‮aching‬‏ ‏‮but‬‏ ‏‮you\'re‬‏ ‏‮too‬‏ ‏‮shy‬‏ ‏‮to‬‏ ‏‮say‬‏ ‏‮it,‬‏ ‏‮Inside‬‏ ‏‮we‬‏ ‏‮both‬‏ ‏‮know‬‏ ‏‮what\'s‬‏ ‏‮been‬‏ ‏‮going‬‏ ‏‮on,‬‏ ‏‮We‬‏ ‏‮know‬‏ ‏‮the‬‏ ‏‮game‬‏ ‏‮and‬‏ ‏‮we\'re‬‏ ‏‮gonna‬‏ ‏‮play‬‏ ‏‮it.‬‏ ‏‮Search‬‏ ‏‮channels‬‏ ‏‮Additional‬‏ ‏‮Benefit‬‏ ‏‮Additional‬‏ ‏‮Benefits‬‏ @@ -5711,8 +5713,8 @@ ‏‮Members‬‏ ‏‮with‬‏ ‏‮this‬‏ ‏‮permission‬‏ ‏‮can‬‏ ‏‮drag‬‏ ‏‮other‬‏ ‏‮members‬‏ ‏‮out‬‏ ‏‮of‬‏ ‏‮this‬‏ ‏‮channel.‬‏ ‏‮They‬‏ ‏‮can‬‏ ‏‮only‬‏ ‏‮move‬‏ ‏‮members‬‏ ‏‮between‬‏ ‏‮channels‬‏ ‏‮both‬‏ ‏‮they‬‏ ‏‮and‬‏ ‏‮the‬‏ ‏‮member‬‏ ‏‮they‬‏ ‏‮are‬‏ ‏‮moving‬‏ ‏‮have‬‏ ‏‮access.‬‏ ‏‮Move‬‏ ‏‮To‬‏ ‏‮User‬‏ ‏‮has‬‏ ‏‮been‬‏ ‏‮moved‬‏ ‏‮to‬‏ ‏‮the‬‏ ‏‮selected‬‏ ‏‮channel.‬‏ - ‏‮Alert‬‏ ‏‮Cleared‬‏ - ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ + ‏‮Alert‬‏ ‏‮Cleared‬‏ + ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ ‏‮New‬‏ ‏‮notification‬‏ ‏‮Remove‬‏ ‏‮%1$s‬‏ ‏‮More‬‏ ‏‮than‬‏ %1$d ‏‮new‬‏ ‏‮notifications‬‏ @@ -6182,6 +6184,7 @@ ‏‮Only‬‏ ‏‮you‬‏ ‏‮can‬‏ ‏‮see‬‏ ‏‮{count}‬‏ ‏‮•‬‏ ‏‮[Dismiss‬‏ ‏‮{countMessages}‬‏‏‮](handleDelete)‬‏ ‏‮Open‬‏ ‏‮Open‬‏ ‏‮Connection‬‏ ‏‮Replay‬‏ + ‏‮Open‬‏ ‏‮App‬‏ ‏‮Open‬‏ ‏‮in‬‏ ‏‮Browser‬‏ ‏‮Open‬‏ ‏‮in‬‏ ‏‮Full‬‏ ‏‮View‬‏ ‏‮Open‬‏ ‏‮in‬‏ ‏‮Split‬‏ ‏‮View‬‏ @@ -6861,12 +6864,14 @@ ‏‮You‬‏ ‏‮have‬‏ ‏‮chat‬‏ ‏‮perks‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮You‬‏ ‏‮have‬‏ ‏‮chat‬‏ ‏‮perks‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮for‬‏ ‏‮**!!‬‏‏‮{price}‬‏‏‮!!**‬‏ ‏‮(Pending‬‏ ‏‮Cancellation)‬‏ ‏‮You‬‏ ‏‮have‬‏ ‏‮chat‬‏ ‏‮perks‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮(Pending‬‏ ‏‮Cancellation)‬‏ + ‏‮You‬‏ ‏‮will‬‏ ‏‮have‬‏ ‏‮chat‬‏ ‏‮perks‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮**as‬‏ ‏‮soon‬‏ ‏‮as‬‏ ‏‮your‬‏ ‏‮payment‬‏ ‏‮processes.**‬‏ ‏‮We‬‏ ‏‮will‬‏ ‏‮send‬‏ ‏‮you‬‏ ‏‮an‬‏ ‏‮email‬‏ ‏‮as‬‏ ‏‮soon‬‏ ‏‮as‬‏ ‏‮it‬‏ ‏‮does‬‏ ‏‮You‬‏ ‏‮have‬‏ ‏‮premium‬‏ ‏‮chat,‬‏ ‏‮**‬‏‏‮{num}‬‏‏‮x**‬‏ ‏‮Boosts,‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮for‬‏ ‏‮**!!‬‏‏‮{price}‬‏‏‮!!**‬‏ ‏‮Your‬‏ ‏‮premium‬‏ ‏‮chat,‬‏ ‏‮**‬‏‏‮{num}‬‏‏‮x**‬‏ ‏‮Boosts,‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮subscription‬‏ ‏‮for‬‏ ‏‮**!!‬‏‏‮{price}‬‏‏‮!!**‬‏ ‏‮is‬‏ ‏‮**on‬‏ ‏‮hold**‬‏ ‏‮Your‬‏ ‏‮premium‬‏ ‏‮chat,‬‏ ‏‮**‬‏‏‮{num}‬‏‏‮x**‬‏ ‏‮Boosts,‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮subscription‬‏ ‏‮is‬‏ ‏‮**on‬‏ ‏‮hold**‬‏ ‏‮You‬‏ ‏‮have‬‏ ‏‮premium‬‏ ‏‮chat,‬‏ ‏‮**‬‏‏‮{num}‬‏‏‮x**‬‏ ‏‮Boosts,‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮You‬‏ ‏‮have‬‏ ‏‮premium‬‏ ‏‮chat,‬‏ ‏‮**‬‏‏‮{num}‬‏‏‮x**‬‏ ‏‮Boosts,‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮for‬‏ ‏‮**!!‬‏‏‮{price}‬‏‏‮!!**‬‏ ‏‮(Pending‬‏ ‏‮Cancellation)‬‏ ‏‮You‬‏ ‏‮have‬‏ ‏‮premium‬‏ ‏‮chat,‬‏ ‏‮**‬‏‏‮{num}‬‏‏‮x**‬‏ ‏‮Boosts,‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮(Pending‬‏ ‏‮Cancellation)‬‏ + ‏‮You‬‏ ‏‮will‬‏ ‏‮have‬‏ ‏‮premium‬‏ ‏‮chat,‬‏ ‏‮**‬‏‏‮{num}‬‏‏‮x**‬‏ ‏‮Boosts,‬‏ ‏‮and‬‏ ‏‮a‬‏ ‏‮Boost‬‏ ‏‮discount‬‏ ‏‮**as‬‏ ‏‮soon‬‏ ‏‮as‬‏ ‏‮your‬‏ ‏‮payment‬‏ ‏‮processes.**‬‏ ‏‮We‬‏ ‏‮will‬‏ ‏‮send‬‏ ‏‮you‬‏ ‏‮an‬‏ ‏‮email‬‏ ‏‮as‬‏ ‏‮soon‬‏ ‏‮as‬‏ ‏‮it‬‏ ‏‮does‬‏ ‏‮Add‬‏ ‏‮Payment‬‏ ‏‮Your‬‏ ‏‮Nitro‬‏ ‏‮subscription‬‏ ‏‮ends‬‏ ‏‮{daysLeft}‬‏‏‮.‬‏ ‏‮Add‬‏ ‏‮a‬‏ ‏‮payment‬‏ ‏‮method‬‏ ‏‮to‬‏ ‏‮keep‬‏ ‏‮using‬‏ ‏‮profile‬‏ ‏‮customization‬‏ ‏‮and‬‏ ‏‮more.‬‏ ‏‮Learn‬‏ ‏‮More‬‏ @@ -9238,6 +9243,7 @@ ‏‮Use‬‏ ‏‮our‬‏ ‏‮latest‬‏ ‏‮technology‬‏ ‏‮to‬‏ ‏‮capture‬‏ ‏‮your‬‏ ‏‮screen‬‏ ‏‮Windows‬‏ ‏‮Settings‬‏ ‏‮User‬‏ ‏‮Settings‬‏ ‏‮(Build‬‏ ‏‮Override:‬‏ ‏‮!!‬‏‏‮{webBuildOverride}‬‏‏‮!!)‬‏ + ‏‮$[You‬‏ ‏‮are‬‏ ‏‮signed‬‏ ‏‮in‬‏ ‏‮as](signedInAs)‬‏ ‏‮$[](userTag)‬‏ ‏‮{name}‬‏ ‏‮and‬‏ ‏‮{count}‬‏ ‏‮User‬‏ ‏‮Volume‬‏ ‏‮Username‬‏ @@ -9488,6 +9494,7 @@ ‏‮Widget‬‏ ‏‮Windows‬‏ ‏‮Working…‬‏ + ‏‮Wrong‬‏ ‏‮account?‬‏ ‏‮Wumpus‬‏ ‏‮Xbox‬‏ ‏‮Account‬‏ ‏‮Authorization‬‏ ‏‮Link‬‏ diff --git a/app/src/main/res/values-bg/plurals.xml b/app/src/main/res/values-bg/plurals.xml index 958994f671..dff24ce906 100644 --- a/app/src/main/res/values-bg/plurals.xml +++ b/app/src/main/res/values-bg/plurals.xml @@ -720,6 +720,10 @@ {#} споменаване, {#} споменавания, + + {count} приятел + {count} други приятели + 1 ден {#} дни diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 09bde51e4d..9f15f40b3b 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -4107,18 +4107,22 @@ Добавяне на сървър към този хъб Покани хора в този хъб Ти си сред първите тук! Нека започнем, като добавим някои сървъри и членове. - Здравей в хъба на Discord за ученици от !!{guildName}!! + Добре дошъл(ла) в ученическия хъб за ученици от !!{guildName}!! Хъб на Discord за !!{guildName}!! От клубове до групи за учене и до нощи, изпълнени с игри – имаш своето място. Намери своите хора + Ученически хъбове + Ексклузивно място, където да се свързваш с ученици, да откриваш сървъри и да споделяш своите собствени сървъри, към които да се присъединяват ученици. Хъбовете не са свързани с училищата, нито се управляват от тях. Сървърите в хъба се управляват от ученици, но могат да включват и лица, които не са ученици. Потвърди връзката от имейла си, за да продължиш с проверката. Тази страница ще се опресни автоматично. Опитай с друг имейл Изпратихме връзка с потвърждение до !!{email}!! Повторно изпращане на връзка за потвърждение + Присъедини се към ученическия хъб за всяко училище, което посещаваш. Посещаваш повече от едно училище? + Присъединяване към хъб Не, благодаря Намери лесно сървъри за твоята група за учене, за клубове, гейминг нощи и други – всичките управлявани от ученици. - Въведи официалния имейл на училището си + В момента ученик ли си? Присъедини се към ученическия хъб за твоето училище! Училищен имейл name@school.edu Избери своето училище @@ -4126,6 +4130,7 @@ Не са открити съвпадения [Присъедини се към списъка с чакащи.](onJoinWaitlist) Не можеш да намериш училището си? [Присъедини се към списъка с чакащи.](onJoinWaitlist) + Присъедини се към още {count} в ученическия хъб за !!{guildName}!!! Присъединяване към друг хъб Намери лесно сървъри за твоята група за учене, за клубове, гейминг нощи и други – всичките управлявани от ученици. В момента ученик ли си? Присъедини се към хъба на Discord за твоето училище! @@ -4134,28 +4139,32 @@ Име на училището Пълно име на училището Ексклузивно място, където да се свързваш с ученици, да откриваш сървъри и да споделяш своите собствени сървъри, към които да се присъединяват ученици. Хъбовете не са свързани с училищата, нито се управляват от тях. Сървърите в хъба се управляват от ученици, но могат да включват и лица, които не са ученици. + Ученически хъбове Ако сървърът ти е предназначен само за ученици, покани само съучениците си. Не им трябва адрес в .edu, за да се присъединят Премахване от хъба Наистина ли искаш да премахнеш !!{guildName}!! от този хъб? Редактиране на настройки Редактиране на настройките за !!{guildName}!! + Какво е ученически хъб? Посещаваш друго училище? [Присъедини се тук](onClick) Поканили са те да се присъединиш към хъб Изпратил(а) си покана за присъединяване към хъб + Покани приятели в ученическия хъб за твоето училище + За да се присъединиш, се изисква ученически имейл. Не получи кода? [Изпрати кода повторно](onClick) на !!{email}!! Да започваме! Трите имена Истинска име - Добре дошъл(а) в хъба на Discord за !!{guildName}!!! + Добре дошъл(ла) в ученическия хъб за !!{guildName}!!! Добави истинското си име, за да те разпознават хората. Може по всяко време да го промениш от настройките на хъба. Изпратено Имейлът не може да се изпрати + Ученически хъбове Добавяне на сървъри Покани хора Присъединяване към сървъри Училището ми не е тук Потвърждаване на имейл адрес - Въведи официалния имейл на училището си sam@college.edu Училищен имейл Получавай известия, когато хъбът ти стартира, за да можеш лесно да намираш сървъри, управлявани от ученици, за твоите учебни групи и клубове по интереси. diff --git a/app/src/main/res/values-cs/plurals.xml b/app/src/main/res/values-cs/plurals.xml index d06e10f4c4..a686952117 100644 --- a/app/src/main/res/values-cs/plurals.xml +++ b/app/src/main/res/values-cs/plurals.xml @@ -827,6 +827,10 @@ {#} zmínky, {#} zmínek, + + {count} dalšímu příteli + {count} dalším přátelům + 1 den {#} dny diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index a970bb9333..9d53faeb65 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -4113,18 +4113,22 @@ Přidat do tohoto centra server Pozvat do tohoto centra lidi Jsi tu mezi prvními! Pojďme to rozběhnout přidáním pár serverů a členů. - Vítej v Discord centru pro studenty z !!{guildName}!! + Vítej ve studentském centru pro studenty z !!{guildName}!! Discord centrum pro !!{guildName}!! Od klubů přes studijní skupiny až po herní večery – místo se pro tebe vždy najde. Najdi své lidi + Studentská centra + Je to exkluzivní místo, kde se můžeš setkávat se studenty, objevovat servery nebo sdílet své vlastní servery, ke kterým se studenti mohou připojit. Centra nevlastní ani nespravují školy napřímo. Servery v centru spravují studenti, ale členové nemusejí být pouze z jejich řad. Kliknutím na odkaz v e-mailové zprávě budeš pokračovat v ověření. Tato stránka se automaticky aktualizuje. Zkus jiný e-mail Na adresu !!{email}!! jsme poslali potvrzovací odkaz Znovu poslat potvrzovací odkaz + Přidej se ke studentskému centru kterékoli školy, na kterou chodíš. Chodíš na více škol? + Připojit se k centru Ne, díky Jednoduše si vyhledej servery, které pro tvou studijní skupinu, klub, herní večery a další příležitosti spravují přímo studenti. - Zadej svou oficiální školní e-mailovou adresu + Jsi student? Přidej se do studentského centra své školy! Školní e-mail jmeno@skola.edu Vyber svou školu @@ -4132,36 +4136,41 @@ Žádné výsledky [Zapsat se na pořadník.](onJoinWaitlist) Nemůžeš najít svou školu? [Zapiš se na pořadník.](onJoinWaitlist) + Přidej se k {count} ve studentském centru pro server !!{guildName}!!! Přidat se k dalšímu centru Jednoduše si vyhledej servery, které pro tvou studijní skupinu, klub, herní večery a další příležitosti spravují přímo studenti. Jsi student? Přidej se na Discord centrum své školy! - Přidat se k mé škole + Připojit se k centru Zapsat se na pořadník Název školy Úplný název školy Je to exkluzivní místo, kde se můžeš setkávat se studenty, objevovat servery nebo sdílet své vlastní servery, ke kterým se studenti mohou připojit. Centra nevlastní ani nespravují školy napřímo. Servery v centru spravují studenti, ale členové nemusejí být pouze z jejich řad. + Studentská centra Pokud je tvůj server pouze pro studenty, prostě pozvi své spolužáky. Nepotřebují adresu s příponou .edu, aby se mohli přidat Odebrat z centra Určitě chceš !!{guildName}!! odebrat z tohoto centra? Upravit nastavení Upravit nastavení pro !!{guildName}!! + Co je to studentské centrum? Chodíš na jinou školu? [Přidej se tady](onClick) Dostal/a jsi pozvánku do centra Poslal/a jsi pozvánku do centra + Pozvi přátele do studentského centra tvé školy + Pro připojení je nutná studentská e-mailová adresa. Nepřišel ti kód? [Poslat kód znovu](onClick) na !!{email}!! Jdeme na to! Celé jméno Skutečné jméno - Vítej v Discord centru pro !!{guildName}!!! + Vítej ve studentském centru pro !!{guildName}!!! Přidej své skutečné jméno, aby tě lidé poznali. Můžeš to kdykoliv změnit v Nastavení centra. Odesláno Nepodařilo se odeslat e-mail + Studentská centra Přidat servery Pozvat lidi Přidat se k serverům Moje škola tu není Ověřit e-mailovou adresu - Zadej svou oficiální školní e-mailovou adresu tom@skola.edu Školní e-mail Nech si poslat upozornění, až se spustí tvoje centrum, abys mohl/a jednoduše vyhledat servery pro své studijní skupiny a kluby. diff --git a/app/src/main/res/values-da/plurals.xml b/app/src/main/res/values-da/plurals.xml index f796b704dd..58a26261d9 100644 --- a/app/src/main/res/values-da/plurals.xml +++ b/app/src/main/res/values-da/plurals.xml @@ -720,6 +720,10 @@ {#} mention, {#} mentions, + + {count} anden ven + {count} andre venner + 1 dag {#} dage diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 3507f80966..8db4c5901a 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -4100,18 +4100,22 @@ Tilføj en server til denne hub Inviter folk til denne hub Du er en af de første, der er her! Lad os begynde med at tilføje nogle servere og medlemmer. - Velkommen til Discord Hub’en for !!{guildName}!!-studerende + Velkommen til elevhubben for elever på !!{guildName}!! Discord Hub for !!{guildName}!! Fra klubber til studiegrupper til spilaftner – der er et sted, der passer dig. Find dit folk + Elevhubber + Et eksklusivt sted at oprette forbindelse til studerende, finde servere og dele dine egne servere, så eleverne kan deltage. Hubber er ikke tilknyttet til eller administreret af skoler. Servere i hubben drives af elever, men kan omfatte ikke-studerende. Bekræft ved at klikke på linket i e-mailen for at fortsætte bekræftelsen. Denne side vil blive opdateret automatisk. Prøv med en anden e-mail Vi har sendt et bekræftelseslink til !!{email}!! Send bekræftelseslink igen + Join Elevhubben for enhver skole, du går på. Har du gået på flere skoler? + Join hub Nej tak Find nemt studieservere til dine studiegrupper, klubber, spilaftener og meget mere. - Indtast din officielle skole-e-mailadresse + Studerer du? Tilmeld dig Elevhubben for din skole! Skole e-mail name@school.edu Vælg din skole @@ -4119,36 +4123,41 @@ Ingen matchninger fundet [Tilmeld dig ventelisten.](onJoinWaitlist) Kan du ikke finde din skole? [Tilmeld dig ventelisten.](onJoinWaitlist) + Join {count} i Elevhubben for !!{guildName}!!! Join en anden hub Find nemt studieservere til dine studiegrupper, klubber, spilaftener og meget mere. Er du nuværende studerende? Tilmeld dig Discord Hub for din skole! - Join Min Skole + Join hub Tilmeld dig ventelisten Skolens navn Skolens fulde navn Et eksklusivt sted at oprette forbindelse til studerende, finde servere og dele dine egne servere, så eleverne kan deltage. Hubber er ikke tilknyttet til eller administreret af skoler. Servere i hubben drives af elever, men kan omfatte ikke-studerende. + Elevhubber Hvis din server udelukkende er beregnet for studerende, så kan du bare invitere dine klassekammerater. De behøver ikke have en .edu-adresse for at joine Fjern fra hub Er du sikker på, at du vil fjerne !!{guildName}!! fra denne hub? Rediger indstillinger Rediger indstillinger for !!{guildName}!! + Hvad er en elevhub? Går du på en anden skole? [Tilmeld dig her](onClick) Du er blevet inviteret til at joine en hub Du sendte en invitation til at joine en hub + Inviter venner til Elevhubben for din skole + Der kræves en studie e-mailadresse for at joine. Fik du ingen kode? [Send koden igen](onClick) til !!{email}!! Lad os komme i gang! Fulde navn Virkelige navn - Velkommen til Discord Hub\'en for !!{guildName}!!! + Velkommen til elevhubben for !!{guildName}!!! Tilføj dit virkelige navn, så folk kan genkende dig. Du kan ændre det når som helst via indstillingerne for hubben. Afsendt Kan ikke sende e-mail + Elevhubber Tilføj servere Inviter folk Join servere Min skole findes ikke her Bekræft e-mailadresse - Indtast din officielle skole-e-mailadresse sam@college.edu Skole e-mail Få besked, når din hub lanceres, så du nemt kan finde elev-drevne servere til dine studiegrupper og klubber. diff --git a/app/src/main/res/values-de/plurals.xml b/app/src/main/res/values-de/plurals.xml index 73d99d5040..9c50682259 100644 --- a/app/src/main/res/values-de/plurals.xml +++ b/app/src/main/res/values-de/plurals.xml @@ -720,6 +720,10 @@ {#} Erwähnung {#} Erwähnungen + + {count} anderer Freund ist + {count} andere Freunde sind + 1 Tag {#} Tage diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 3d5b9bdbb0..d21d81506b 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -4118,18 +4118,22 @@ Server zum Hub hinzufügen Leute zum Hub einladen Du bist gehört zu den Ersten hier! Fügen wir ein paar Server und Mitglieder hinzu. - Willkommen auf dem Discord-Hub für !!{guildName}!! + Willkommen auf dem Bildungshub für Schüler und Studierende von !!{guildName}!! Discord-Hub für !!{guildName}!! Ob Interessengemeinschaften, Lerngruppen oder Spieleabende – hier bekommst du einen Ort dafür. Hol andere Leute dazu + Bildungshubs + Ein exklusiver Ort, um dich mit anderen zu vernetzen, Server zu entdecken und eigene Server mit anderen zu teilen. Die Hubs selbst sind von Bildungsstätten und deren Verwaltung unabhängig. Alle Server im Hub werden von Schülern bzw. Studierenden betrieben, die nicht unbedingt der Bildungsstätte angehören müssen. Bestätige den Link in deiner E-Mail, um die Verifizierung fortzusetzen. Diese Seite wird automatisch neu geladen. Andere E-Mail-Adresse verwenden Wir haben einen Bestätigungslink an !!{email}!! gesendet. Bestätigungslink erneut senden + Tritt den Hubs aller deiner Bildungsstätten bei. Mehreren Bildungsstätten beitreten? + Hub beitreten Nein danke Finde ganz leicht Server für deine Lerngruppen, Interessengemeinschaften, Spieleabende und noch mehr. - Gib die offizielle E-Mail-Adresse deiner Bildungsstätte ein + Du gehst zur Schule, zur Uni oder bist anderweitig in Ausbildung? Tritt dem Hub deiner Bildungsstätte bei! E-Mail der Bildungsstätte name@bildungsstätte.edu Deine Bildungsstätte auswählen @@ -4137,6 +4141,7 @@ Keine Treffer gefunden [Auf die Warteliste setzen.](onJoinWaitlist) Deine Bildungsstätte ist nicht dabei? [Auf die Warteliste setzen.](onJoinWaitlist) + {count} schon auf dem Bildungshub von !!{guildName}!!! Einem weiteren Hub beitreten Finde ganz leicht Server für deine Lerngruppen, Interessengemeinschaften, Spieleabende und noch mehr. Bist du Schüler oder Student? Tritt dem Discord-Hub für deine Bildungsstätte bei! @@ -4145,28 +4150,32 @@ Name der Bildungsstätte Voller Name der Bildungsstätte Ein exklusiver Ort, um dich mit anderen zu vernetzen, Server zu entdecken und eigene Server mit anderen zu teilen. Die Hubs selbst sind von Bildungsstätten und deren Verwaltung unabhängig. Alle Server im Hub werden von Schülern bzw. Studierenden betrieben, die nicht unbedingt der Bildungsstätte angehören müssen. + Bildungshubs Falls dein Server nur für Schüler und Studierende ist, kannst du sie direkt einladen. Sie brauchen keine E-Mail-Adresse der Bildungsstätte, um beizutreten. Von Hub entfernen Bist du sicher, dass du !!{guildName}!! von diesem Hub entfernen möchtest? Einstellungen bearbeiten Einstellungen für !!{guildName}!! bearbeiten + Was ist ein Bildungshub? Du besuchst eine andere Bildungsstätte? [Tritt dem Hub bei](onClick) Du wurdest eingeladen, einem Hub beizutreten Du hast eine Einladung zu einem Hub verschickt + Lade Freunde zum Bildungshub deiner Bildungsstätte ein + Du benötigst eine E-Mail-Adresse deiner Bildungsstätte, um beizutreten. Keinen Code erhalten? [Code erneut senden](onClick) an !!{email}!!. Los geht’s! Vollständiger Name Echter Name - Willkommen auf dem Discord-Hub für !!{guildName}!!! + Willkommen auf dem Bildungshub für !!{guildName}!!! Füge deinen richtigen Namen hinzu, damit andere wissen, wer du bist. Du kannst das jederzeit in den Hub-Einstellungen ändern. Gesendet E-Mail kann nicht gesendet werden + Bildungshubs Server hinzufügen Leute einladen Servern beitreten Meine Bildungsstätte ist nicht dabei E-Mail-Adresse verifizieren - Gib die offizielle E-Mail-Adresse deiner Bildungsstätte ein sam@bildungsstätte.edu E-Mail der Bildungsstätte Lass dich benachrichtigen, wenn dein Hub live geht, damit du ganz leicht Server für deine Lerngruppen und Vereine finden kannst. @@ -7618,7 +7627,7 @@ Dieser Sticker ist von einem deiner Server. Hol dir Nitro, um ihn überall zu verwenden. Dieser Sticker ist von Dies ist aus dem Sticker-Paket **{stickerPackName}**. Erhalte einen Rabatt von {discount} %% mit [Nitro](onClick). - Spürst du’s? Hol dir Nitro und erhalte anderem über 300 Sticker. + Spürst du’s? Hol dir Nitro und erhalte unter anderem über 300 Sticker. Das ist ein **{stickerPackName}**-Sticker. Das ist ein **{stickerPackName}**-Sticker. Sie sind nicht mehr verfügbar. Dieser Sticker ist von diesem Server. Du kannst ihn überall verwenden. diff --git a/app/src/main/res/values-el/plurals.xml b/app/src/main/res/values-el/plurals.xml index 7ce379eded..2b0b6d42ea 100644 --- a/app/src/main/res/values-el/plurals.xml +++ b/app/src/main/res/values-el/plurals.xml @@ -720,6 +720,10 @@ {#} αναφορά, {#} αναφορές, + + {count} άλλο φίλο + {count} άλλους φίλους + 1 ημέρα {#} ημέρες diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index bf279d131a..e9ccb67386 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -4108,18 +4108,22 @@ Προσθήκη διακομιστή σε αυτό το Hub Προσκάλεσε άτομα σε αυτό το Hub Είσαι ένας από τους πρώτους εδώ! Ας ξεκινήσουμε προσθέτοντας μερικούς διακομιστές και μέλη. - Καλώς όρισες στο Discord Hub !!{guildName}!! για φοιτητές + Καλώς ήρθες στο Hub φοιτητών για τους φοιτητές !!{guildName}!! Discord Hub για το !!{guildName}!! Από συλλόγους, μέχρι ομάδες μελέτης και βραδιές παιχνιδιού, υπάρχει ένα μέρος για σένα. Βρες τον λαό σου + Hub φοιτητών + Ένα ιδιωτικό μέρος όπου μπορείς να επικοινωνείς με φοιτητές, να ανακαλύπτεις διακομιστές και να μοιράζεσαι τους δικούς σου διακομιστές όπου θα μπορούν να συνδέονται οι φοιτητές. Τα Hub δεν συνδέονται με τις σχολές, ούτε βρίσκονται υπό τη διαχείρισή τους. Οι διακομιστές στο Hub είναι υπό τη διαχείριση των φοιτητών, αλλά ενδέχεται να περιλαμβάνουν και άτομα που δεν σπουδάζουν. Επιβεβαίωσε τον σύνδεσμο από το email σου ώστε να συνεχίσεις την επαλήθευση. Αυτή η σελίδα θα ανανεωθεί αυτόματα. Δοκίμασε άλλο email Έχουμε στείλει έναν σύνδεσμο επιβεβαίωσης στο !!{email}!! Επαναποστολή συνδέσμου επιβεβαίωσης + Γίνε μέλος στο Hub φοιτητών οποιονδήποτε σχολών στις οποίες φοιτάς. Φοιτάς σε πολλές σχολές; + Γίνε μέλος του Hub Όχι, ευχαριστώ Βρες εύκολα διακομιστές υπό τη διαχείριση φοιτητών για τις ομάδες μελέτης, τους συλλόγους, τις βραδιές παιχνιδιών και άλλες δραστηριότητες. - Συμπλήρωσε την επίσημη διεύθυνση email της σχολής σου + Είσαι φοιτητής; Λάβε μέρος στο Hub φοιτητών της σχολής σου! Φοιτητικό email name@school.edu Επίλεξε τη σχολή σου @@ -4127,36 +4131,41 @@ Δεν βρέθηκαν αποτελέσματα [Μπες στη λίστα αναμονής.](onJoinWaitlist) Δεν βρίσκεις τη σχολή σου; [Μπες στη λίστα αναμονής.](onJoinWaitlist) + Συνδέσου με {count} στο Hub φοιτητών για το !!{guildName}!!! Γίνε μέλος σε ένα άλλο Hub Βρες εύκολα διακομιστές υπό τη διαχείριση φοιτητών για τις ομάδες μελέτης, τους συλλόγους, τις βραδιές παιχνιδιών και άλλες δραστηριότητες. Είσαι φοιτητής; Λάβε μέρος στο Discord Hub της σχολής σου! - Συμμετοχή στη σχολή μου + Γίνε μέλος του Hub Μπες στη λίστα αναμονής Όνομα σχολής Πλήρες όνομα σχολής Ένα ιδιωτικό μέρος όπου μπορείς να επικοινωνείς με φοιτητές, να ανακαλύπτεις διακομιστές και να μοιράζεσαι τους δικούς σου διακομιστές όπου θα μπορούν να συνδέονται οι φοιτητές. Τα Hub δεν συνδέονται με τις σχολές, ούτε βρίσκονται υπό τη διαχείρισή τους. Οι διακομιστές στο Hub είναι υπό τη διαχείριση των φοιτητών, αλλά ενδέχεται να περιλαμβάνουν και άτομα που δεν σπουδάζουν. + Hub φοιτητών Εάν ο διακομιστής σου απευθύνεται μόνο σε φοιτητές, προσκάλεσε απλά συμφοιτητές σου. Δεν χρειάζονται διεύθυνση .edu για να συνδεθούν Αφαίρεση από το Hub Σίγουρα θέλεις να αφαιρέσεις το !!{guildName}!! από αυτό το Hub; Επεξεργασία ρυθμίσεων Επεξεργασία ρυθμίσεων για !!{guildName}!! + Τι είναι το Hub φοιτητών; Φοιτάς σε διαφορετική σχολή; [Συνδέσου εδώ](onClick) Προσκλήθηκες να συμμετάσχεις σε ένα Hub Έστειλες πρόσκληση για συμμετοχή σε ένα Ηub + Προσκάλεσε φίλους στο Hub φοιτητών της σχολής σου + Για τη συμμετοχή, είναι απαραίτητη φοιτητική διεύθυνση email. Δεν ήρθε ο κωδικός; [Επανάληψη αποστολής κωδικού](onClick) στο !!{email}!! Πάμε! Πλήρες όνομα Πραγματικό όνομα - Καλώς όρισες στο Discord Hub του !!{guildName}!!! + Καλώς ήρθες στο Hub φοιτητών για το !!{guildName}!!! Πρόσθεσε το πραγματικό σου όνομα ώστε να σε αναγνωρίζουν οι άλλοι. Μπορείς να το αλλάξεις οποτεδήποτε στις ρυθμίσεις του Hub. Στάλθηκε Αδυναμία αποστολής email + Hub φοιτητών Προσθήκη διακομιστών Προσκάλεσε άτομα Σύνδεση στους διακομιστές Η σχολή μου δεν είναι εδώ Επαλήθευσε τη διεύθυνση email - Συμπλήρωσε την επίσημη διεύθυνση email της σχολής σου sam@college.edu Φοιτητικό email Λάβε ειδοποίηση όταν γίνει εκκίνηση του hub σου, ώστε να μπορείς να βρεις εύκολα διακομιστές υπό τη διαχείριση φοιτητών για τις ομάδες μελέτης και τους συλλόγους. diff --git a/app/src/main/res/values-en-rXA/strings.xml b/app/src/main/res/values-en-rXA/strings.xml index 0e01e3ee67..ef14529c24 100644 --- a/app/src/main/res/values-en-rXA/strings.xml +++ b/app/src/main/res/values-en-rXA/strings.xml @@ -3539,6 +3539,8 @@ [Ŵéļçöḿé ţö **»{serverName}« Þŕéḿîûḿ** one two three] [Ĵöîñ **»{serverName}« Þŕéḿîûḿ** ţö ûñļöçķ éхçļûšîVé þéŕķš åñð šûþþöŕţ ţĥé šéŕVéŕ one two three four five six seven eight] [Ĵöîñ €[»{serverName}« Þŕéḿîûḿ](šéŕVéŕÑåḿéĤööķ) ţö ûñļöçķ éхçļûšîVé þéŕķš åñð šûþþöŕţ ţĥé šéŕVéŕ one two three four five six seven eight nine] + [Šöŕŕý, €[»{serverName}« Þŕéḿîûḿ](šéŕVéŕÑåḿéĤööķ) îšñ\'ţ åVåîļåɓļé ţö þûŕçĥåšé öñ ḿöɓîļé one two three four five six seven eight nine ten eleven twelve thirteen fourteen] + [Ŵé\'Vé ķñöŵñ éåçĥ öţĥéŕ ƒöŕ šö ļöñĝ, Ýöûŕ ĥéåŕţ\'š ɓééñ åçĥîñĝ ɓûţ ýöû\'ŕé ţöö šĥý ţö šåý îţ, Îñšîðé ŵé ɓöţĥ ķñöŵ ŵĥåţ\'š ɓééñ ĝöîñĝ öñ, Ŵé ķñöŵ ţĥé ĝåḿé åñð ŵé\'ŕé ĝöññå þļåý îţ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven] [Šéåŕçĥ çĥåññéļš one two three] [Åððîţîöñåļ βéñéƒîţ one two three] [Åððîţîöñåļ βéñéƒîţš one two three] @@ -5711,8 +5713,8 @@ [Ḿéḿɓéŕš ŵîţĥ ţĥîš þéŕḿîššîöñ çåñ ðŕåĝ öţĥéŕ ḿéḿɓéŕš öûţ öƒ ţĥîš çĥåññéļ. Ţĥéý çåñ öñļý ḿöVé ḿéḿɓéŕš ɓéţŵééñ çĥåññéļš ɓöţĥ ţĥéý åñð ţĥé ḿéḿɓéŕ ţĥéý åŕé ḿöVîñĝ ĥåVé åççéšš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] [ḾöVé Ţö one two] [Ûšéŕ ĥåš ɓééñ ḿöVéð ţö ţĥé šéļéçţéð çĥåññéļ. one two three four five] - [Åļéŕţ Çļéåŕéð one two] - [Ñö Åļéŕţ Šĥöŵîñĝ one two three] + [Åļéŕţ Çļéåŕéð one two] + [Ñö Åļéŕţ Šĥöŵîñĝ one two three] [Ñéŵ ñöţîƒîçåţîöñ one two three] [ŔéḿöVé »%1$s« one two] [Ḿöŕé ţĥåñ %1$d ñéŵ ñöţîƒîçåţîöñš one two three four] @@ -6182,6 +6184,7 @@ [Öñļý ýöû çåñ šéé »{count}« • [Ðîšḿîšš »{countMessages}«](ĥåñðļéÐéļéţé) one two three four five] [Öþéñ one] [Öþéñ Çöññéçţîöñ Ŕéþļåý one two three] + [Öþéñ Åþþ one two] [Öþéñ îñ βŕöŵšéŕ one two three] [Öþéñ îñ Fûļļ νîéŵ one two three] [Öþéñ îñ Šþļîţ νîéŵ one two three] @@ -6861,12 +6864,14 @@ [Ýöû ĥåVé çĥåţ þéŕķš åñð å βööšţ ðîšçöûñţ one two three four five] [Ýöû ĥåVé çĥåţ þéŕķš åñð å βööšţ ðîšçöûñţ ƒöŕ **¡¡»{price}«¡¡** (Þéñðîñĝ Çåñçéļļåţîöñ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen] [Ýöû ĥåVé çĥåţ þéŕķš åñð å βööšţ ðîšçöûñţ (Þéñðîñĝ Çåñçéļļåţîöñ) one two three four five six seven] + [Ýöû ŵîļļ ĥåVé çĥåţ þéŕķš åñð å βööšţ ðîšçöûñţ **åš šööñ åš ýöûŕ þåýḿéñţ þŕöçéššéš.** Ŵé ŵîļļ šéñð ýöû åñ éḿåîļ åš šööñ åš îţ ðöéš one two three four five six seven eight nine ten eleven twelve thirteen] [Ýöû ĥåVé þŕéḿîûḿ çĥåţ, **»{num}«х** βööšţš, åñð å βööšţ ðîšçöûñţ ƒöŕ **¡¡»{price}«¡¡** one two three four five six seven eight nine ten eleven twelve thirteen] [Ýöûŕ þŕéḿîûḿ çĥåţ, **»{num}«х** βööšţš, åñð å βööšţ ðîšçöûñţ šûɓšçŕîþţîöñ ƒöŕ **¡¡»{price}«¡¡** îš **öñ ĥöļð** one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen] [Ýöûŕ þŕéḿîûḿ çĥåţ, **»{num}«х** βööšţš, åñð å βööšţ ðîšçöûñţ šûɓšçŕîþţîöñ îš **öñ ĥöļð** one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] [Ýöû ĥåVé þŕéḿîûḿ çĥåţ, **»{num}«х** βööšţš, åñð å βööšţ ðîšçöûñţ one two three four five six seven eight nine ten eleven twelve] [Ýöû ĥåVé þŕéḿîûḿ çĥåţ, **»{num}«х** βööšţš, åñð å βööšţ ðîšçöûñţ ƒöŕ **¡¡»{price}«¡¡** (Þéñðîñĝ Çåñçéļļåţîöñ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen] [Ýöû ĥåVé þŕéḿîûḿ çĥåţ, **»{num}«х** βööšţš, åñð å βööšţ ðîšçöûñţ (Þéñðîñĝ Çåñçéļļåţîöñ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] + [Ýöû ŵîļļ ĥåVé þŕéḿîûḿ çĥåţ, **»{num}«х** βööšţš, åñð å βööšţ ðîšçöûñţ **åš šööñ åš ýöûŕ þåýḿéñţ þŕöçéššéš.** Ŵé ŵîļļ šéñð ýöû åñ éḿåîļ åš šööñ åš îţ ðöéš one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five] [Åðð Þåýḿéñţ one two] [Ýöûŕ Ñîţŕö šûɓšçŕîþţîöñ éñðš »{daysLeft}«. Åðð å þåýḿéñţ ḿéţĥöð ţö ķééþ ûšîñĝ þŕöƒîļé çûšţöḿîžåţîöñ åñð ḿöŕé. one two three four five six seven eight nine ten eleven] [Ļéåŕñ Ḿöŕé one two] @@ -9238,6 +9243,7 @@ [Ûšé öûŕ ļåţéšţ ţéçĥñöļöĝý ţö çåþţûŕé ýöûŕ šçŕééñ one two three four five six] [Ŵîñðöŵš Šéţţîñĝš one two three] [Ûšéŕ Šéţţîñĝš (βûîļð ÖVéŕŕîðé: ¡¡»{webBuildOverride}«¡¡) one two three four five] + [€[Ýöû åŕé šîĝñéð îñ åš](šîĝñéðÎñÅš) €[](ûšéŕŢåĝ) one two three four five six] [»{name}« åñð »{count}« one] [Ûšéŕ νöļûḿé one two] [Ûšéŕñåḿé one two] @@ -9488,6 +9494,7 @@ [Ŵîðĝéţ one two] [Ŵîñðöŵš one two] [Ŵöŕķîñĝ… one two] + [Ŵŕöñĝ åççöûñţ¿ one two three] [Ŵûḿþûš one two] [×ɓöх Åççöûñţ Åûţĥöŕîžåţîöñ one two three four] [Ļîñķ one] diff --git a/app/src/main/res/values-es-rES/plurals.xml b/app/src/main/res/values-es-rES/plurals.xml index 5949cc322d..5c026f4721 100644 --- a/app/src/main/res/values-es-rES/plurals.xml +++ b/app/src/main/res/values-es-rES/plurals.xml @@ -712,6 +712,10 @@ {#} mención, {#} menciones, + + {count} amigo más + {count} amigos más + 1 día {#} días diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 09527fcd68..287f0962ac 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -4007,18 +4007,22 @@ Añadir un servidor a este Centro Invitar gente a este Centro ¡Eres de las primeras personas en llegar! Empecemos por añadir unos servidores y miembros. - Te damos la bienvenida al Centro Discord para estudiantes de !!{guildName}!! + Te damos la bienvenida al Centro de Estudiantes para estudiantes de !!{guildName}!! Centro Discord para !!{guildName}!! Desde clubes y grupos de estudio hasta noches de juegos, hay un lugar para ti. Encuentra a tu gente + Centros de Estudiantes + Es un lugar exclusivo para conectar con alumnos, descubrir servidores y compartir tus propios servidores para que se unan los alumnos. Los Centros de Estudiantes no están asociados ni los gestionan los centros educativos. Los servidores del Centro están dirigidos por estudiantes, pero puede haber personas que no sean estudiantes. Confirma el enlace desde tu correo electrónico para continuar la verificación. Esta página se actualizará automáticamente. Probar con otro correo electrónico Hemos enviado un enlace de confirmación a !!{email}!! Reenviar enlace de confirmación + Únete al Centro de Estudiantes del centro educativo a la que asistes. ¿Estudias en varios centros? + Unirse a Centro No, gracias Encuentra fácilmente servidores dirigidos por estudiantes para tus grupos de estudio, clubs, noches de juegos y mucho más. - Escribe el correo electrónico oficial de tu centro educativo + ¿Estás estudiando actualmente? ¡Únete al Centro de Estudiantes de tu centro educativo! Correo electrónico del centro educativo name@school.edu Selecciona tu escuela @@ -4026,36 +4030,41 @@ No hay coincidencias [Únete a la lista de espera.](onJoinWaitlist) ¿No encuentras tu centro educativo? [Únete a la lista de espera.](onJoinWaitlist) + ¡Invitación para unirse a {count} en el Centro de Estudiantes de !!{guildName}!!! Unirse a otro Centro Encuentra fácilmente servidores dirigidos por estudiantes para tus grupos de estudio, clubs, noches de juegos y mucho más. ¿Estás estudiando actualmente? ¡Únete al Centro Discord de tu centro educativo! - Unirme a mi centro educativo + Unirse a Centro Unirse a la lista de espera Nombre del centro educativo Nombre completo del centro educativo Es un lugar exclusivo para conectar con alumnos, descubrir servidores y compartir tus propios servidores para que se unan los alumnos. Los Centros Discord no están asociados ni los gestionan los centros educativos. Los servidores del Centro están dirigidos por estudiantes, pero puede haber personas que no sean estudiantes. + Centros de Estudiantes Si tu servidor va dirigido solamente a estudiantes, invita a tus compañeros de clase. No necesitan una dirección .edu para unirse. Eliminar del Centro ¿Seguro que quieres eliminar a !!{guildName}!! de este Centro? Editar ajustes Editar ajustes de !!{guildName}!! + ¿Qué es un Centro de Estudiantes? ¿Estudias en otro centro educativo? [Únete aquí](onClick). Te han invitado a unirte a un Centro. Has enviado una invitación para unirse a un Centro. + Invita amigos al Centro de Estudiantes de tu centro educativo + Para unirse hace falta una dirección de correo electrónico. ¿No has recibido el código? [Reenviar código](onClick) a !!{email}!! ¡Vamos! Nombre completo Nombre real - ¡Te damos la bienvenida al Centro Discord de !!{guildName}!!! + ¡Te damos la bienvenida al Centro de Estudiantes de !!{guildName}!!! Añade tu nombre real para que la gente pueda reconocerte. Puedes cambiarlo en cualquier momento desde los ajustes del Centro. Enviado No se ha podido enviar el correo + Centros de Estudiantes Añadir servidores Invitar gente Unirse a servidores Mi escuela no aparece aquí Verificar correo electrónico - Escribe el correo electrónico oficial de tu centro educativo sam@college.edu Correo electrónico del centro educativo Recibe una notificación cuando tu centro se cree para que puedas encontrar fácilmente servidores dirigidos por estudiantes para tus grupos de estudio y clubs. diff --git a/app/src/main/res/values-fi/plurals.xml b/app/src/main/res/values-fi/plurals.xml index 11270bf4f7..fcab8e0957 100644 --- a/app/src/main/res/values-fi/plurals.xml +++ b/app/src/main/res/values-fi/plurals.xml @@ -720,6 +720,10 @@ {#} maininta {#} mainintaa + + {count} muun kaverisi + {count} muun kaverisi + 1 päivä {#} päivää diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 3ecb6245ef..656c131ad2 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -4108,18 +4108,22 @@ Lisää palvelin tähän keskukseen Kutsu ihmisiä tähän keskukseen Olet ensimmäisten joukossa! Aloitetaan lisäämällä palvelimia ja jäseniä. - Tervetuloa opiskelijoiden (!!{guildName}!!) Discord-keskukseen + Tervetuloa yhteisön !!{guildName}!! oppilaiden oppilaskeskukseen Discord-keskus – !!{guildName}!! Seuroista opintopiireihin ja peli-iltoihin – löydä itsellesi sopiva paikka. Etsi tutut ihmiset + Oppilaskeskukset + Eksklusiivinen paikka, jossa opiskelijat voivat pitää yhteyttä toisiinsa, löytää uusia kiinnostavia palvelimia ja jakaa omia palvelimiaan muille opiskelijoille. Keskukset eivät ole virallisesti yhteydessä oppilaitoksiin tai niiden hallinnoimia. Keskusten palvelimet ovat opiskelijavetoisia, mutta niissä voi olla jäseninä myös muita kuin opiskelijoita. Jatka vahvistusta valitsemalla sähköpostiisi saamassasi viestissä oleva linkki. Tämä sivu päivitetään automaattisesti. Kokeile toista sähköpostia Lähetimme vahvistuslinkin osoitteeseen !!{email}!! Lähetä vahvistuslinkki uudelleen + Voit liittyä kaikkien sellaisten oppilaitosten oppilaskeskuksiin, joissa olet kirjoilla. Opiskeletko useassa oppilaitoksessa? + Liity keskukseen Ei kiitos Sen kautta löydät helposti oppilaitoksesi opiskelijoiden ylläpitämät opintopiirien, seurojen, peli-iltojen ja muiden aktiviteettien palvelimet. - Anna oma virallinen oppilaitoksen sähköpostiosoitteesi + Oletko nykyinen opiskelija? Liity oppilaitoksesi oppilaskeskukseen! Oppilaitoksen sähköpostiosoite nimi@oppilaitos.edu Valitse oppilaitoksesi @@ -4127,36 +4131,41 @@ Vastineita ei löydetty [Liity odotuslistalle.](onJoinWaitlist) Eikö oppilaitostasi löydy? [Liity odotuslistalle.](onJoinWaitlist) + Liity {count} seuraan yhteisön !!{guildName}!! oppilaskeskukseen! Liity toiseen keskukseen Sen kautta löydät helposti oppilaitoksesi opiskelijoiden ylläpitämät opintopiirien, seurojen, peli-iltojen ja muiden aktiviteettien palvelimet. Oletko nykyinen opiskelija? Liity oppilaitoksesi Discord-keskukseen! - Liity oppilaitokseni keskukseen + Liity keskukseen Liity odotuslistalle Oppilaitoksen nimi Oppilaitoksen koko nimi Eksklusiivinen paikka, jossa opiskelijat voivat pitää yhteyttä toisiinsa, löytää uusia kiinnostavia palvelimia ja jakaa omia palvelimiaan muille opiskelijoille. Keskukset eivät ole virallisesti yhteydessä oppilaitoksiin tai niiden hallinnoimia. Keskusten palvelimet ovat opiskelijavetoisia, mutta niissä voi olla jäseninä myös muita kuin opiskelijoita. + Oppilaskeskukset Jos palvelimesi on tarkoitettu vain opiskelijoille, kutsu sinne vain opiskelukavereitasi. He voivat liittyä vain .edu-osoitteella. Poista keskuksesta Haluatko varmasti, että !!{guildName}!! poistetaan tästä keskuksesta? Muokkaa asetuksia Muokkaa asetuksia – !!{guildName}!! + Mikä oppilaskeskus oikein on? Opiskeletko jossakin muualla? [Liity täällä](onClick) Sinut on kutsuttu keskukseen Lähetit keskukseen liittymiskutsun + Kutsu kavereita oppilaitoksesi oppilaskeskukseen + Liittymiseen tarvitaan oppilaitoksen myöntämä sähköpostiosoite. Etkö saanut koodia? [Lähetä koodi uudestaan](onClick) osoitteeseen !!{email}!! Aloitetaan Koko nimi Oikea nimi - Tervetuloa Discord-keskukseen, jossa keskiössä on !!{guildName}!!! + Tervetuloa yhteisön !!{guildName}!! oppilaskeskukseen! Lisää oikea nimesi, jotta ihmiset tunnistavat sinut. Voit muuttaa tätä asetusta milloin tahansa keskuksen asetuksista. Lähetetty Sähköpostia ei voida lähettää + Oppilaskeskukset Lisää palvelimia Kutsu ihmisiä Liity palvelimille Oppilaitokseni ei ole tässä Vahvista sähköpostiosoite - Anna oma virallinen oppilaitoksen sähköpostiosoitteesi matti@oppilaitos.edu Oppilaitoksen sähköpostiosoite Tilaa ilmoitus oppilaitoksesi keskuksen avaamisesta, niin löydät helposti opiskelijoiden ylläpitämät opintopiirien ja muiden ryhmien palvelimet. diff --git a/app/src/main/res/values-fr/plurals.xml b/app/src/main/res/values-fr/plurals.xml index 33cad71e8d..5c2a0db84b 100644 --- a/app/src/main/res/values-fr/plurals.xml +++ b/app/src/main/res/values-fr/plurals.xml @@ -720,6 +720,10 @@ {#} mention, {#} mentions, + + {count} autre ami(e) + {count} autres ami(e)s + 1 jour {#} jours diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 199d407895..f7d932e220 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -4113,18 +4113,22 @@ Ajouter un serveur à ce Pôle Inviter des gens sur ce Pôle Tu es une des premières personnes ici ! Commençons par ajouter quelques serveurs et des membres. - Bienvenue sur le Pôle Discord pour les élèves de !!{guildName}!! + Bienvenue sur le Pôle étudiant pour les étudiants de !!{guildName}!! Pôle Discord pour !!{guildName}!! Des clubs, aux groupes de travail, aux soirées jeux, il y a une place pour toi. Trouve ta communauté + Pôles étudiants + Un endroit exclusif pour te rapprocher des autres étudiants, découvrir des serveurs et partager les tiens pour que d\'autres les rejoignent. Les serveurs du Pôle ne sont pas affiliés aux établissements scolaires ni gérés par eux. Les serveurs du Pôle sont gérés par des étudiants, mais n\'incluent pas forcément que des étudiants. Pour continuer la vérification, suis le lien reçu par e-mail. Cette page s\'actualisera automatiquement. Essayer un autre e-mail Nous avons envoyé un lien de confirmation à : !!{email}!! Renvoyer un lien de confirmation + Rejoins le Pôle étudiant de n\'importe quel établissement scolaire que tu fréquentes. Tu fréquentes plusieurs établissements scolaires ? + Rejoindre Pôle Non merci Retrouve facilement des serveurs gérés par des étudiants pour des groupes de travail, des clubs, des soirées jeu et plus encore. - Saisis l\'adresse e-mail officielle de ton établissement scolaire + Tu es actuellement étudiant(e) ? Rejoins le Pôle étudiant de ton établissement scolaire ! E-mail de l\'établissement scolaire nom@ecole.edu Sélectionne ton établissement scolaire @@ -4132,36 +4136,41 @@ Aucune correspondance trouvée [Rejoins la liste d\'attente.](onJoinWaitlist) Tu ne trouves pas ton établissement scolaire ? [Rejoins la liste d\'attente.](onJoinWaitlist) + Rejoins {count} dans le Pôle étudiant de !!{guildName}!! ! Rejoindre un autre Pôle Retrouve facilement des serveurs gérés par des étudiants pour des groupes de travail, des clubs, des soirées jeu et plus encore. Tu es actuellement étudiant(e) ? Rejoins le Pôle Discord de ton établissement scolaire ! - Rejoindre mon établissement scolaire + Rejoindre Pôle Rejoindre la liste d’attente Nom de l’établissement scolaire Nom complet de l’établissement scolaire Un endroit exclusif pour te rapprocher des autres étudiants, découvrir des serveurs et partager les tiens pour que d\'autres les rejoignent. Les serveurs du Pôle ne sont pas affiliés aux établissements scolaires ni gérés par eux. Les serveurs du Pôle sont gérés par des étudiants, mais n\'incluent pas forcément que des étudiants. + Pôles étudiants Si le but de ton serveur est uniquement d\'accueillir des étudiants, invite simplement tes camarades. Ils n\'ont pas besoin d\'une adresse .edu pour rejoindre Retirer du Pôle Tu es sûr(e) de vouloir supprimer !!{guildName}!! de ce Pôle ? Modifier les paramètres Modifier les paramètres de !!{guildName}!! + Qu\'est-ce qu\'un Pôle étudiant ? Tu es inscrit(e) à un autre établissement scolaire ? [Rejoins ici](onClick) Tu as été invité(e) à rejoindre un Pôle Tu as envoyé une invitation à rejoindre un Pôle + Invite des amis au Pôle étudiant de ton établissement scolaire + Il te faut une adresse e-mail étudiante pour rejoindre. Tu n\'as pas reçu le code ? [Renvoyer le code](onClick) à !!{email}!! C\'est parti ! Nom complet Vrai nom - Bienvenue sur le Pôle Discord de !!{guildName}!! ! + Bienvenue sur le Pôle étudiant de !!{guildName}!! ! Ajoute ton vrai nom pour qu\'on puisse te reconnaître. Tu peux le changer à tout moment via les paramètres du Pôle. Envoyé Impossible d\'envoyer l\'e-mail + Pôles étudiants Ajouter des serveurs Inviter des gens Rejoindre des serveurs Mon établissement scolaire n\'apparaît pas Vérifie ton adresse e-mail - Saisis l\'adresse e-mail officielle de ton établissement scolaire sam@college.edu E-mail de l\'établissement scolaire Sois informé(e) du lancement de ton pôle et retrouve facilement des serveurs gérés par des étudiants pour des groupes de travail et des clubs. diff --git a/app/src/main/res/values-hi/plurals.xml b/app/src/main/res/values-hi/plurals.xml index 86ac2a8d0a..0991bd261b 100644 --- a/app/src/main/res/values-hi/plurals.xml +++ b/app/src/main/res/values-hi/plurals.xml @@ -720,6 +720,10 @@ {#} मेंशन {#} मेंशन + + {count} दूसरा फ्रेंड + {count} दूसरे फ्रेंड्स + 1 दिन {#} दिन diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index c6ddf8bdda..380de4e217 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -4108,18 +4108,22 @@ इस हब के साथ सर्वर ऐड करें इस हब में लोगों को इनवाइट करें आप यहां पर सबसे पहले आने वाले लोगों में से हैं! आइए कुछ सर्वर और मेम्बर्स को ऐड करके स्टार्ट करें. - !!{guildName}!! के स्टूडेंट्स का Discord हब में आपका स्वागत है + !!{guildName}!! स्टूडेंट के लिए स्टूडेंट हब में आपका स्वागत है !!{guildName}!! के लिए Discord हब क्लब, से लेकर स्टडी ग्रुप, गेम नाइट्स तक, यहां आपके लिए जगह है. अपने लोगों को ढूंढ़े + स्टूडेंट हब्स + यह आपके स्टूडेंट्स से कनेक्ट करने, सर्वर्स डिस्कवर करने और स्टूडेंट्स के जॉइन करने के लिए अपने खुद के सर्वर को शेयर करने के लिए एक बेहतरीन जगह है. हब्स स्कूल से जुड़े नहीं होते हैं या स्कूल उन्हें मैनेज नहीं करते हैं. हब में मौजूद सर्वर्स स्टूडेंट्स के ज़रिए चलाए जाते हैं, लेकिन इसमें नॉन-स्टूडेंट भी शामिल हो सकते हैं. वेरिफिकेशन जारी रखने के लिए अपने ईमेल से लिंक को कन्फर्म करें. ये पेज अपने आप से रिफ्रेश हो जाएगा. कोई दूसरा ईमेल डालकर कोशिश करें हमने !!{email}!! पर कन्फ़र्मेशन लिंक भेज दिया है कन्फ़र्मेशन लिंक दोबारा भेजें + जिस भी स्कूल में आप पढ़ रहे हैं उसका स्टूडेंट हब या स्कूल जॉइन करें एक से ज़्यादा स्कूल अटेंड किए हैं? + हब जॉइन करें जी नहीं, धन्यवाद अपने स्टडी ग्रुप, क्लब, गेम नाइट्स और भी बहुत कुछ के लिए स्टूडेंट्स के ज़रिए चलाए जा रहे सर्वर आसानी से ढूंढ़ें. - अपने स्कूल का ऑफ़िशियल ईमेल एड्रेस डालें + क्या आप अभी स्टूडेंट हैं? अपने स्कूल के लिए स्टूडेंट हब जॉइन करें! स्कूल का ईमेल name@school.edu अपना स्कूल सलेक्ट करें @@ -4127,36 +4131,41 @@ कोई मैच नहीं मिला [वेटलिस्ट जॉइन करें.](onJoinWaitlist) आपको अपना स्कूल नहीं मिल रहा? [वेटलिस्ट जॉइन करें.](onJoinWaitlist) + स्टूडेंट हब में !!{guildName}!! के लिए {count} जॉइन करें! किसी दूसरे हब को जॉइन करें अपने स्टडी ग्रुप, क्लब, गेम नाइट्स और भी बहुत कुछ के लिए स्टूडेंट्स के ज़रिए चलाए जा रहे सर्वर आसानी से ढूंढ़ें. क्या आप स्टूडेंट हैं? अपने स्कूल के लिए Discord हब जॉइन करें! - मेरा स्कूल जॉइन करें + हब जॉइन करें वेटलिस्ट ज़ॉइन करें स्कूल का नाम स्कूल का पूरा नाम यह आपके स्टूडेंट्स से कनेक्ट करने, सर्वर्स डिस्कवर करने और स्टूडेंट्स के जॉइन करने के लिए अपने खुद के सर्वर को शेयर करने के लिए एक बेहतरीन जगह है. हब्स स्कूल से जुड़े नहीं होते हैं या स्कूल उन्हें मैनेज नहीं करते हैं. हब में मौजूद सर्वर्स स्टूडेंट्स के ज़रिए चलाए जाते हैं, लेकिन इसमें नॉन-स्टूडेंट भी शामिल हो सकते हैं. + स्टूडेंट हब्स अगर आपका सर्वर सिर्फ़ स्टूडेंट्स के लिए ही है, तो सिर्फ़ अपने क्लासमेट्स को इनवाइट करें. उन्हें जॉइन करने के लिए किसी .edu पते की ज़रूरत नहीं होगी हब से रिमूव करें क्या आप वाकई में !!{guildName}!! को इस हब से रिमूव करना चाहते हैं? सेटिंग्स एडिट करें !!{guildName}!! के लिए सेटिंग्स एडिट करें + स्टूडेंट हब क्या है? किसी दूसरे स्कूल में जाना है? [यहां जॉइन करें](onClick) आपको हब जॉइन करने के लिए इनवाइट किया गया है आपने हब जॉइन करने के लिए इनवाइट भेजा है + अपने स्कूल के लिए अपने फ्रेंड्स को स्टूडेंट हब पर इनवाइट करें + जॉइन करने के लिए स्टूडेंट ईमेल पते की ज़रूरत है कोड नहीं मिला है? !!{email}!! पर [कोड फिर से भेजें](onClick) चलो शुरू करते हैं! पूरा नाम असली नाम - !!{guildName}!!के लिए Discord हब में आपका स्वागत है! + !!{guildName}!! के लिए स्टूडेंट हब में आपका स्वागत है! अपना असली नाम ऐड करें ताकि लोग आपको पहचान सकें. आप इसे हब सेटिंग्स में जाकर कभी भी बदल सकते हैं. भेज दिया ईमेल नहीं भेज पा रहे हैं + स्टूडेंट हब्स सर्वर्स ऐड करें लोगो को इनवाइट करें सर्वर जॉइन करें मेरा स्कूल यहां नहीं है ईमेल पता वेरीफ़ाई करें - अपने स्कूल का ऑफ़िशियल ईमेल एड्रेस डालें sam@college.edu स्कूल का ईमेल जब आपका हब लॉन्च हो तो नोटिफ़िकेशन पाएं ताकि आप अपने स्टडी ग्रुप और क्लब के लिए स्टूडेंट के ज़रिए चलाए जा रहे सर्वर को आसानी से ढूंढ़ सकें. diff --git a/app/src/main/res/values-hr/plurals.xml b/app/src/main/res/values-hr/plurals.xml index 348d63e7ec..8d52cf68fc 100644 --- a/app/src/main/res/values-hr/plurals.xml +++ b/app/src/main/res/values-hr/plurals.xml @@ -828,6 +828,11 @@ {#} spominjanje, {#} spominjanja, + + {count} drugom prijatelju + {count} druga prijatelja + {count} drugih prijatelja + 1 dan {#} dana diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index f1dc48cc70..0e14b6e89e 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -4108,18 +4108,22 @@ Dodaj server na ovaj Hub Pozovi ljude na ovaj Hub Ti ste među prvima ovdje! Počnimo dodavanjem nekoliko servera i članova. - Dobrodošli u Discord Hub za učenike ustanove !!{guildName}!! + Pozovi prijatelje u Učenički Hub za učenike !!{guildName}!! Discord Hub za !!{guildName}!! Od klubova, do grupa za učenje, do tuluma za gledanje tekmi, negdje ćeš već naći nešto za sebe. Pronađi svoje ljude + Učenički Hubovi + Ekskuzivno mjesto na kojem se okupljaju i povezuju učenici, otkrivaju serveri i međusobno razmjenjuju informacije o serverima kojima se možete priključivati. Hubovi nisu povezani sa školom i škola ne upravlja njima. Servere koji su uključeni u Hub vode učenici, ali članovi mogu biti i druge osobe. Da bismo nastavili proces verifikacije, trebaš potvrditi poveznicu kojus smo ti poslali e-poštom. Ova stranica će se osvježiti automatski. Pokušaj s nekom drugom e-poštom Poslali smo link za potvrdu na adresu !!{email}!! Ponovno pošalji link potvrde + Možeš se pridružiti u Učenički Hub svake škole koju pohađaš. Ideš li u više škola? + Pridruži se Hubu Ne, hvala Bez problema ćeš pronaći servere za svoje grupu za učenje, klubove, gaming okupljanja i drugo. - Unesi službenu adresu e-pošte svoje škole + Jesi li trenutno učenica ili učenik? Pridruži se u Učenički Hub tvoje škole! E-pošta škole ime@škola.edu Odaberi svoju školu @@ -4127,36 +4131,41 @@ Nije pronađen nijedan rezultat koji odgovara upitu [Stani u red čekanja.](onJoinWaitlist) Ne možeš pronaći svoju školu? [Stani u red čekanja.](onJoinWaitlist) + Pridruži se {count} i uđi u Učenički Hub škole !!{guildName}!!! Uključi se u drugi hub Bez problema ćeš pronaći servere za svoje grupu za učenje, klubove, gaming okupljanja i drugo. Jesi li trenutno učenica ili učenik? Pridruži se u Discord Hub tvoje škole! - Pridruži se mojoj školi + Pridruži se Hubu Stani u red čekanja Ime škole Cijelo ime škole Ekskuzivno mjesto na kojem se okupljaju i povezuju učenici, otkrivaju serveri i međusobno razmjenjuju informacije o serverima kojima se možete priključivati. Hubovi nisu povezani sa školom i škola ne upravlja njima. Servere koji su uključeni u Hub vode učenici, ali članovi mogu biti i druge osobe. + Učenički Hubovi Ako je vaš poslužitelj namijenjen samo učenicima, samo pozovi svoje iz razreda. Ne treba im .edu adresa da bi se pridružili Ukloni iz Huba Jesi li siguran/na da želiš !!{guildName}!! ukloniti s ovog Huba? Uredi postavke Uredi postavke za !!{guildName}!! + Što je Učenički Hub? Ideš u neku drugu školu? [Pridruži se ovdje](onClick) Pozvan/a si da se pridužiš hubu Poslao/la si pozivnicu za pridruživanje hubu + Pozovi prijatelje u Učenički Hub svoje škole + E-pošta učenika obavezna je za pridruživanje. Nisi dobio/la kôd? [Ponovo pošalji kôd](onClick) na !!{email}!! Krenimo! Puno ime Pravo ime - Dobrodošli u Discord Hub za !!{guildName}!! + Pozovi prijatelje u Učenički Hub !!{guildName}!!! Dodaj svoje pravo ime kako bi te ljudi prepoznali. To možeš promijeniti u bilo kojem trenutku putem postavki Huba. Poslano Nije moguće poslati e-poštu + Učenički Hubovi Dodajte servere Pozovi ljude Pridruži se serverima Moja škola nije ovdje Potvrdi svoju e-poštu - Unesi službenu adresu e-pošte svoje škole sam@college.edu E-pošta škole Zakaži primanje obavijesti o pokretanju tvojeg huba i možeš lako pronaći servere za svoju grupu za učenje i klubove. diff --git a/app/src/main/res/values-hu/plurals.xml b/app/src/main/res/values-hu/plurals.xml index afaffbb6fb..00770478e4 100644 --- a/app/src/main/res/values-hu/plurals.xml +++ b/app/src/main/res/values-hu/plurals.xml @@ -720,6 +720,10 @@ {#} említés, {#} említés, + + {count} baráthoz + {count} baráthoz + 1 nap {#} nap diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 0c982c57d8..e30eb9e986 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -4108,18 +4108,22 @@ Szerver hozzáadása a csomóponthoz Személyek meghívása a csomópontra Te vagy itt az elsők egyike. Kezdjük néhány szerver és tag hozzáadásával! - Köszöntünk !!{guildName}!! tanulóinak Discord-csomópontján! + Köszöntünk !!{guildName}!! diákjainak Diákcsomópontján! !!{guildName}!! Discord-csomópontja A kluboktól a tanulócsoportokon át a játszós estékig, valahol biztosan megtalálod a helyed. Személyek keresése + Diákcsomópontok + Egy különleges hely, ahol diákokkal találkozhatsz, szervereket fedezhetsz fel és megoszthatod saját szervereidet, amelyekhez csatlakozhatnak a diákok. A csomópontok nem kapcsolódnak az iskolákhoz, azokat nem az iskolák üzemeltetik. A csomópont szervereit diákok kezelik, azonban lehetnek olyan tagjaik, akik nem diákok. A hitelesítés folytatásához erősítsd meg az e-mailben található hivatkozást. Ez az oldal automatikusan frissül. Próbálj meg másik e-mail-címet Küldtünk egy megerősítő hivatkozást ide: !!{email}!! Megerősítő hivatkozás újraküldése + Bármelyik iskola Diákcsomópontjához csatlakozhatsz, ahová jársz. Több iskolába is jársz? + Csatlakozás a csomóponthoz Köszönöm, nem Könnyen megtalálhatod diáktársaid szervereit tanulócsoportokhoz, klubokhoz, játszós estékhez és egyebekhez. - Add meg a hivatalos iskolai e-mail-címedet + Tanulsz valahol? Csatlakozz az iskolád Diákcsomópontjához! Iskolai e-mail-cím name@school.edu Válaszd ki az iskoládat @@ -4127,36 +4131,41 @@ Nincs találat [Csatlakozás a várólistához.](onJoinWaitlist) Nem találod az iskoládat? [Csatlakozz a várólistához!](onJoinWaitlist) + Csatlakozz {count} a(z) !!{guildName}!! Diákcsomópontján! Csatlakozás másik csomóponthoz Könnyen megtalálhatod diáktársaid szervereit tanulócsoportokhoz, klubokhoz, játszós estékhez és egyebekhez. Tanulsz valahol? Csatlakozz az iskolád Discord-csomópontjához! - Csatlakozás a Saját iskolához + Csatlakozás a csomóponthoz Csatlakozás a várólistához Iskola neve Iskola teljes neve - Egy különleges hely, ahol diákokkal találkozhatsz, szervereket fedezhetsz fel és megoszthatod saját szervereidet, amelyekhez csatlakozhatnak a diákok. A csomópontok nem kapcsolódnak az iskolákhoz, illetve azokat nem az iskolák üzemeltetik. A csomópont szervereit diákok kezelik, azonban lehetnek olyan tagjaik, akik nem diákok. + Egy különleges hely, ahol diákokkal találkozhatsz, szervereket fedezhetsz fel és megoszthatod saját szervereidet, amelyekhez csatlakozhatnak a diákok. A csomópontok nem kapcsolódnak az iskolákhoz, azokat nem az iskolák üzemeltetik. A csomópont szervereit diákok kezelik, azonban lehetnek olyan tagjaik, akik nem diákok. + Diákcsomópontok Amennyiben csak diákoknak szánod a szerveredet, csak az iskolatársaidat hívd meg. Nekik nincs szükségük feltétlenül .edu végződésű címre a csatlakozáshoz. Eltávolítás a csomópontról Biztos vagy benne, hogy eltávolítod a következőt a csomópontról: !!{guildName}!!? Beállítások szerkesztése !!{guildName}!! beállításainak szerkesztése + Mi az a Diákcsomópont? Más iskolába jársz? [Csatlakozz itt](onClick) Meghívtak, hogy csatlakozz egy csomóponthoz Meghívót küldtél, hogy csatlakozzanak egy csomóponthoz + Hívd meg barátaidat, hogy csatlakozzanak az iskolátok Diákcsomópontjához + Diák e-mail-cím szükséges a csatlakozáshoz. Nem kaptad meg a kódot? [Kód újraküldése](onClick) ide: !!{email}!! Rajta! Teljes név Valódi név - Köszöntünk a(z) !!{guildName}!! Discord-csomópontján! + Köszöntünk a(z) !!{guildName}!! Diákcsomópontján! A valódi nevedet add meg, hogy felismerjenek. Ezt bármikor megváltoztathatod a csomópont beállításai között. Elküldve Nem sikerült elküldeni az e-mailt + Diákcsomópontok Szerverek hozzáadása Személyek meghívása Csatlakozás szerverekhez Nem látom az iskolámat E-mail hitelesítése - Add meg a hivatalos iskolai e-mail-címedet sam@college.edu Iskolai e-mail-cím Értesítést kaphatsz, amikor elindul a csomópontotok, így könnyen megtalálhatod diáktársaid szervereit tanulócsoportokhoz és klubokhoz. @@ -5195,7 +5204,7 @@ Hardveres skálázás engedélyezése Ez a kísérleti funkció javíthatja a videohívás teljesítményét, de vigyázz, hibákat okozhat! Könnyen megtalálhatod diáktársaid szervereit tanulócsoportokhoz, klubokhoz, játszós estékhez és egyebekhez. [További tájékoztatás.](onClick) - Exkluzív hely, ahol találkozhatsz diáktársaiddal, szervereket fedezhetsz fel és megoszthatod saját szervereidet, amelyekhez csatlakozhatnak diáktársaid. + Egy különleges hely, ahol diákokkal találkozhatsz, szervereket fedezhetsz fel és megoszthatod saját szervereidet, amelyekhez csatlakozhatnak a diákok. A csomópontok nem kapcsolódnak az iskolákhoz, illetve azokat nem az iskolák üzemeltetik. A csomópont szervereit diákok kezelik, azonban lehetnek olyan tagjaik, akik nem diákok. A telefon teljesítményének javítása érdekében kikapcsoltuk a zajcsökkentést. diff --git a/app/src/main/res/values-it/plurals.xml b/app/src/main/res/values-it/plurals.xml index 6f5396c151..fd21097a4e 100644 --- a/app/src/main/res/values-it/plurals.xml +++ b/app/src/main/res/values-it/plurals.xml @@ -720,6 +720,10 @@ {#} menzione, {#} menzioni, + + {count} altro amico + {count} altri amici + 1 giorno {#} giorni diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 5ca6dee2ec..100f4899d3 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -4113,18 +4113,22 @@ Aggiungi un server a questo hub Invita altre persone a unirsi a questo hub Sei tra i primi ad arrivare! Cominciamo ad aggiungere server e membri. - Benvenuto nell\'hub di Discord degli studenti di !!{guildName}!! + Benvenuti nell\'hub studenti degli studenti di !!{guildName} Hub di Discord di !!{guildName}!! Da locali, a gruppi studio, a serate di giochi, troverai di sicuro il posto che fa per te. Trova persone come te + Hub studenti + Un posto esclusivo in cui entrare in contatto con gli studenti, scoprire server e condividere i tuoi, così che gli studenti possano unirvisi. Gli hub non sono affiliati o gestiti dagli istituti. I server nell\'hub sono gestiti dagli studenti, ma alcuni membri potrebbero non essere studenti. Conferma il link dalla tua e-mail per continuare con la verifica. Questa schermata verrà aggiornata automaticamente. Prova un indirizzo e-mail diverso Abbiamo inviato un link di conferma all\'indirizzo !!{email}!! Invia di nuovo il link di conferma + Unisciti all\'hub studenti di qualunque istituto che frequenti. Frequenti diversi istituti? + Unisciti all\'hub No, grazie Cerca facilmente server gestiti da studenti per organizzare gruppi di studio, serate di gioco e chi più ne ha più ne metta. - Inserisci il tuo indirizzo e-mail ufficiale dell\'istituto + Sei uno studente o una studentessa? Unisciti all\'hub studenti del tuo istituto! E-mail dell\'istituto tuonome@tuoistituto.edu Seleziona il tuo istituto @@ -4132,36 +4136,41 @@ Nessuna corrispondenza trovata [Mettiti in lista d\'attesa.](onJoinWaitlist) Non trovi il tuo istituto? [Mettiti in lista d\'attesa.](onJoinWaitlist) + Unisciti a {count} nell\'hub studenti di !!{guildName}!!! Unisciti a un altro hub Cerca facilmente server gestiti da studenti per organizzare gruppi di studio, serate di gioco e chi più ne ha più ne metta. Sei uno studente o una studentessa? Unisciti all\'hub di Discord del tuo istituto! - Unisciti a Il mio istituto + Unisciti all\'hub Mettiti in lista d\'attesa Nome dell\'istituto Nome completo dell\'istituto Un posto esclusivo in cui entrare in contatto con gli studenti, scoprire server e condividere i tuoi, così che gli studenti possano unirvisi. Gli hub non sono affiliati o gestiti dagli istituti. I server nell\'hub sono gestiti dagli studenti, ma alcuni membri potrebbero non essere studenti. + Hub studenti Se il server è inteso solo per studenti, invita solo i tuoi compagni di classe. Non serve avere un indirizzo .edu per partecipare Rimuovi dall\'hub Vuoi davvero rimuovere !!{guildName}!! da questo hub? Modifica le impostazioni Modifica le impostazioni per !!{guildName}!! + Cos\'è un hub studenti? Frequenti un istituto differente? [Unisciti qui](onClick) Sei stato invitato a entrare in un hub Hai mandato un invito a entrare in un hub + Invita gli amici nell\'hub studenti del tuo istituto + Per unirsi è necessario un indirizzo e-mail da studente. Non hai ricevuto il codice? [Invia di nuovo il codice](onClick) to !!{email}!! Andiamo! Nome intero Nome vero - Benvenuti nell\'hub di Discord di !!{guildName}!!! + Benvenuti nell\'hub studenti di !!{guildName}!!! Aggiungi il tuo vero nome, così la gente potrà riconoscerti. Puoi cambiarlo in qualsiasi momento nelle impostazioni dell\'hub. Inviato Impossibile inviare e-mail + Hub studenti Aggiungi server Invita Unisciti ai server Il mio istituto non c\'è Verifica l\'indirizzo e-mail - Inserisci il tuo indirizzo e-mail ufficiale dell\'istituto tuonome@tuoistituto.edu E-mail dell\'istituto Ricevi notifiche quando il tuo hub viene lanciato così potrai trovare facilmente server gestiti da studenti per organizzare gruppi di studio e club. diff --git a/app/src/main/res/values-ja/plurals.xml b/app/src/main/res/values-ja/plurals.xml index 28ccfbedda..5444a08ab1 100644 --- a/app/src/main/res/values-ja/plurals.xml +++ b/app/src/main/res/values-ja/plurals.xml @@ -720,6 +720,10 @@ {#} 件のメンション、 {#} 件のメンション、 + + {count} 人 + {count} 人 + 1 日 {#} 日 diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 6d2fd83c3c..5acc445fb6 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -4118,18 +4118,22 @@ Hub にサーバーを追加 Hub に友達を招待する さっそくのご参加ありがとうございます! サーバーやメンバーを追加して盛り上げていきましょう。 - !!{guildName}!!の学生専用 Discord Hub へようこそ + !!{guildName}!!の学生専用 Student Hub へようこそ !!{guildName}!! Discord Hub 部活や勉強会からゲーム大会まで、あなたにぴったりのスペースがきっとあります。 仲間を探す + Student Hub + 他の学生とつながり、サーバーを発見し、自分のサーバーを公開して参加者を募れる専用スペースです。 Hub は学校・大学と提携・管理関係にはありません。 Hub 内のサーバーは学生が運営していますが、学生以外のメンバーがいる可能性もあります。 メールのリンクを確認して認証プロセスを続けてください。このページは自動的に更新されます。 別のメールアドレスで試す !!{email}!! に確認リンクを送信しました 確認リンクを再送信する + 通っている学校・大学の Student Hub に参加しよう 複数の学校に通っていますか? + Hub に参加 やめておく 学生が運営しているサーバーを手軽に探して、勉強会や部活、ゲーム大会などを楽しみましょう。 - 学校・大学公式のメールアドレスを入力してください + 学生さんですか? 学校・大学の Student Hub にぜひご参加ください! 学校・大学のメールアドレス name@school.edu 学校・大学を選択してください @@ -4137,36 +4141,41 @@ 一致した結果はありませんでした [ウェイティングリストにご登録ください](onJoinWaitlist)。 一覧に所属校が見当たらない場合は、[ウェイティングリストにご登録ください](onJoinWaitlist)。 + !!{guildName}!!の Student Hub に参加して、{count}の友達に加わろう! 別の Hub に参加する 学生が運営しているサーバーを手軽に探して、勉強会や部活、ゲーム大会などを楽しみましょう。 学生さんですか? 学校・大学の Discord Hub にぜひご参加ください! - Hub に参加する + Hub に参加 ウェイティングリストに登録 学校・大学名 学校・大学名を省略せず入力 他の学生とつながり、サーバーを発見し、自分のサーバーを公開して参加者を募れる専用スペースです。 Hub は学校・大学と提携・管理関係にはありません。 Hub 内のサーバーは学生が運営していますが、学生以外のメンバーがいる可能性もあります。 + Student Hub 学生限定のサーバーの場合はクラスメイトを招待してください。参加に .edu アドレスは必要ありません Hub から削除 本当に !!{guildName}!! をこの Hub から削除してよろしいですか? 設定を変更 !!{guildName}!! の設定を変更 + Student Hub とは? 別の学校・大学に通っていますか? [こちらからご参加ください](onClick) Hub に招待されました Hub への招待を送信しました + あなたの学校・大学の Student Hub へフレンドを招待 + 参加するには学校・大学のメールアドレスが必要です コードが届いていない場合は !!{email}!! まで[コードを再送信](onClick)してください レッツゴー! フルネーム 実名 - !!{guildName}!!の Discord Hub へようこそ! + !!{guildName}!!の Student Hub へようこそ! 知り合いに分かりやすいよう実名を追加してください。こちらの設定は Hub 設定でいつでも変更できます。 送信済み メールを送信できませんでした + Student Hub サーバーを追加 友達を招待 サーバーに参加 自分の学校・大学がない メールアドレスを認証 - 学校・大学公式のメールアドレスを入力してください sam@college.edu 学校・大学のメールアドレス Hub 始動時に通知を受け取れるよう設定しましょう。 勉強会や部活など、学生が運営しているサーバーを手軽に探せます。 diff --git a/app/src/main/res/values-ko/plurals.xml b/app/src/main/res/values-ko/plurals.xml index c7dac0e969..bfccc15a94 100644 --- a/app/src/main/res/values-ko/plurals.xml +++ b/app/src/main/res/values-ko/plurals.xml @@ -720,6 +720,10 @@ 멘션 {#}개 멘션 {#}개 + + {count}명 + {count}명 + 1일 {#}일 diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 2ea1c4e682..79b9273f7b 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -4113,18 +4113,22 @@ 이 Hub에 서버 추가하기 이 Hub에 사람들 초대하기 이 곳의 초기 멤버세요! 서버와 멤버를 추가하는 것부터 시작해볼까요? - !!{guildName}!! 학생들을 위한 Discord Hub에 오신 것을 환영해요 + !!{guildName}!! 학생들을 위한 학생 허브에 오신 것을 환영해요 !!{guildName}!!용 Discord Hub 동아리에도, 스터디 그룹에도, 게임 약속에도, 우리를 위한 공간이 있어요. 사람들을 찾으세요 + 학생 허브 + 학생들이 서로 연락하고, 서버를 탐색하고, 다른 사람들이 내 서버에 참가하도록 서버를 공유할 수 있는 전용 공간이에요. Hub는 학교와 연계되어 있거나 학교가 관리하지 않아요. Hub 안에 있는 서버들은 학생들이 운영하지만 학생이 아닌 사람도 참가할 수 있어요. 이메일에서 링크를 확인하시면 인증이 계속 진행돼요. 이 페이지는 자동으로 새로 고침된답니다. 다른 이메일로 시도해보세요 !!{email}!!(으)로 확인 링크를 보냈어요 확인 메일 재전송하기 + 다니시는 학교의 학생 허브에 참가해 보세요 여러 학교에 다니시나요? + 허브 참가하기 사양할게요 학생이 운영하는 서버를 쉽게 찾을 수 있어요. 서버에서 스터디 그룹, 동아리, 게임 약속 등을 해보세요. - 학교의 공식 이메일 주소를 입력하세요 + 현재 학생이세요? 학생 허브에 참가하세요! 학교 이메일 name@school.edu 학교 선택하기 @@ -4132,36 +4136,41 @@ 일치하는 결과가 없어요 [대기 목록에 등록하세요.](onJoinWaitlist) 학교를 못 찾으셨나요? [대기 목록에 등록하세요.](onJoinWaitlist) + !!{guildName}!! 학생 허브에 참가하면 친구 {count}을 만날 수 있어요! 다른 Hub에 참가하기 학생이 운영하는 서버를 쉽게 찾을 수 있어요. 서버에서 스터디 그룹, 동아리, 게임 약속 등을 해보세요. 현재 학생이세요? 학교용 Discord Hub에 참가하세요! - 우리 학교에 참가하기 + 허브 참가하기 대기 목록에 등록하세요 학교명 학교 전체 이름 학생들이 서로 연락하고, 서버를 탐색하고, 다른 사람들이 내 서버에 참가하도록 서버를 공유할 수 있는 전용 공간이에요. Hub는 학교와 연계되어 있거나 학교가 관리하지 않아요. Hub 안에 있는 서버들은 학생들이 운영하지만 학생이 아닌 사람도 참가할 수 있어요. + 학생 허브 서버가 학생 전용이면 학교 사람들을 초대하면 돼요. 서버 참가에는 .edu 주소가 필요하지 않아요 Hub에서 제거하기 정말로 !!{guildName}!!을(를) 이 Hub에서 제거하시겠어요? 설정 편집하기 !!{guildName}!!에 대한 설정을 편집하세요 + 학생 허브가 뭔가요? 다른 학교에 다니세요? [여기에 참가하세요](onClick) Hub에 초대받았어요 Hub 가입 초대장을 보냈어요 + 다니시는 학교의 학생 허브에 친구들을 초대하세요! + 참가하려면 학생 이메일 주소가 필요해요 코드를 못 받으셨나요? [코드를](onClick) !!{email}!!(으)로 재전송 시작합시다! 성 및 이름 본명 - !!{guildName}!!의 Discord Hub에 오신 것을 환영합니다! + !!{guildName}!!의 학생 허브에 오신 것을 환영합니다! 실명을 추가해서 사람들이 알아볼 수 있도록 하세요. Hub 설정에서 언제든지 변경할 수 있답니다. 전송됨 이메일을 보낼 수 없어요 + 학생 허브 서버 추가하기 초대하기 서버 참가하기 우리 학교가 안 나와요 이메일 주소를 인증하세요 - 학교의 공식 이메일 주소를 입력하세요 sam@college.edu 학교 이메일 Hub가 개설되었을 때 알림을 받으면 스터디 그룹이나 동아리 관련 학생이 운영하는 서버를 쉽게 찾을 수 있답니다. diff --git a/app/src/main/res/values-lt/plurals.xml b/app/src/main/res/values-lt/plurals.xml index a860f36b4b..4ba5e6da7e 100644 --- a/app/src/main/res/values-lt/plurals.xml +++ b/app/src/main/res/values-lt/plurals.xml @@ -795,6 +795,10 @@ {#} paminėjimai, {#} paminėjimų, + + {count} kito draugo, esančio + {count} kitų draugų, esančių + 1 d. {#} d. diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 863bd88869..5307a8f0df 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -4108,18 +4108,22 @@ Pridėti serverį į šį Hub Pakviesti žmonių į šį Hub Tu – vienas (-a) iš pirmųjų čia apsilankiusių. Pradėkim nuo serverių ir narių pridėjimo. - Sveikiname apsilankius moksleiviams / studentams skirtame !!{guildName}!! Discord Hub + Sveikiname atvykus į !!{guildName}!! moksleiviams / studentams skirtą Student Hub !!{guildName}!! Discord Hub Ar tai būtų klubai, ar mokymosi grupės, ar žaidimų vakarai – visada rasi, kur nori būti. Rask žmones + Mokyklų / universitetų Student Hub serveriai + Tai išskirtinė vieta palaikyti ryšį su moksleiviais / studentais, atrasti serverius ir dalytis savo serveriais, prie kurių galės prisijungti kiti. Hub serveriai nėra kontroliuojami ar valdomi mokyklų / universitetų. Hub serverius valdo moksleiviai / studentai, tačiau tarp jų naudotojų gali būti ne tik moksleivių / studentų. Norėdamas tęsti patvirtinimą, patvirtink nuorodą savo gautame el. laiške. Šis puslapis atsinaujins automatiškai. Bandyti kitą el. pašto adresą Išsiuntėme patvirtinimo nuorodą adresu !!{email}!! Siųsti patvirtinimo nuorodą iš naujo + Junkis prie bet kurios lankomos mokyklos ar universiteto Student Hub. Lankai ne vieną mokyklą / universitetą? + Prisijungti prie Hub Ne, Ačiū Lengvai rask moksleivių / studentų valdomus serverius tavo mokymosi grupėms, klubams, žaidimų vakarams ir dar daugiau. - Įvesk savo oficialų mokyklos / universiteto el. pašto adresą + Šiuo metu mokaisi arba studijuoji? Junkis prie savo mokyklos / universiteto Student Hub! Mokyklos / universiteto el. paštas vardaspavarde@universitetas.lt Pasirink savo mokyklą / universitetą @@ -4127,36 +4131,41 @@ Atitikčių nerasta [Junkis prie laukiančiųjų sąrašo.](onJoinWaitlist) Nepavyksta rasti savo mokyklos / universiteto? [Junkis prie laukiančiųjų sąrašo.](onJoinWaitlist) + Junkis prie {count} !!{guildName}!! Student Hub! Jungtis prie dar vieno Hub Lengvai rask moksleivių / studentų valdomus serverius tavo mokymosi grupėms, klubams, žaidimų vakarams ir dar daugiau. Šiuo metu mokaisi arba studijuoji? Junkis prie savo mokyklos / universiteto Discord Hub! - Prisijungti prie mano mokyklos / universiteto + Prisijungti prie Hub Junkis prie laukiančiųjų sąrašo Mokyklos / universiteto pavadinimas Visas mokyklos / universiteto pavadinimas Tai išskirtinė vieta palaikyti ryšį su moksleiviais / studentais, atrasti serverius ir dalytis savo serveriais, prie kurių galės prisijungti kiti. Hub serveriai nėra kontroliuojami ar valdomi mokyklų / universitetų. Hub serverius valdo moksleiviai / studentai, tačiau tarp jų naudotojų gali būti ne tik moksleivių / studentų. + Mokyklų / universitetų Student Hub serveriai Jei tavo serveris yra skirtas tik moksleiviams / studentams, kviesk tik savo klasiokus / grupiokus. Jiems nereikės mokyklos / universiteto el. pašto adreso Pašalinti iš Hub Ar tikrai nori pašalinti !!{guildName}!! iš šio Hub? Redaguoti nustatymus Redaguoti !!{guildName}!! nustatymus + Kas yra Student Hub? Eini į kitą mokyklą / universiteta? [Junkis čia](onClick) Gavai kvietimą prisijungti prie Hub Išsiuntei kvietimą prisijungti prie Hub + Kviesk draugus jungtis prie tavo mokyklos ar universiteto Student Hub serverio + Prisijungimui reikalingas moksleivio / studento el. pašto adresas. Negavai kodo? [Atsiųsk kodą iš naujo](onClick) į !!{email}!! Varom! Vardas, pavardė Tikras vardas - Sveikiname apsilankius !!{guildName}!! Discord Hub! + Sveikiname atvykus į !!{guildName}!! Student Hub! Įvesk savo tikrą vardą, kad kiti tave atpažintų. Šią informaciją galėsi visada pakeisti Hub nustatymuose. Išsiųsta El. laiško išsiųsti nepavyko + Mokyklų / universitetų Student Hub serveriai Pridėti serverių Kviesti žmones Prisijungti prie serverių Čia nėra mano mokyklos / universiteto Patvirtinti el. paštą - Įvesk savo oficialų mokyklos / universiteto el. pašto adresą vardaspavarde@universitetas.lt Mokyklos / universiteto el. paštas Gauk pranešimą, kai tavo Hub bus pristatytas, ir lengvai rask moksleivių / studentų valdomus serverius tavo mokymosi grupėms ir klubams. diff --git a/app/src/main/res/values-nl/plurals.xml b/app/src/main/res/values-nl/plurals.xml index 73d7c57103..884f17680a 100644 --- a/app/src/main/res/values-nl/plurals.xml +++ b/app/src/main/res/values-nl/plurals.xml @@ -720,6 +720,10 @@ {#} vermelding, {#} vermeldingen, + + {count} andere vriend(in) + {count} andere vriend(inn)en + 1 dag {#} dagen diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 21b64a6f33..33ba218374 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -4113,18 +4113,22 @@ Voeg een server toe aan deze hub Nodig mensen uit voor deze hub Je bent een van de eerste aanwezigen! Laten we beginnen met het toevoegen van wat servers en leden. - Welkom bij de Discord-hub voor !!{guildName}!!-studenten + Welkom in de studentenhub van !!{guildName}!!-studenten Discord-hub voor !!{guildName}!! Van clubs tot studiegroepjes en game-avonden; er is een plek voor jou. Vind jouw soort mensen + Studentenhubs + Een exclusieve plek waar je contact kunt leggen met studenten, servers kunt ontdekken en je eigen servers kunt delen met andere studenten. Onderwijsinstellingen hebben geen invloed op hubs. Servers in de hub worden beheerd door studenten, maar er kunnen ook niet-studenten bij zijn aangesloten. Bevestig de link in je e-mail om door te gaan met de verificatie. Deze pagina wordt automatisch ververst. Probeer een ander e-mailadres We hebben een bevestigingslink gestuurd naar !!{email}!! Bevestigingslink opnieuw sturen + Sluit je aan bij de studentenhub van jouw onderwijsinstelling. Ga je naar meerdere onderwijsinstellingen? + Aansluiten bij hub Nee bedankt Vind op eenvoudige wijze door studenten beheerde servers voor je studiegroepen, clubs, gameavondjes en nog veel meer. - Voer je officiële e-mailadres van je onderwijsinstelling in + Studeer jij? Sluit je dan aan bij de studentenhub van je onderwijsinstelling! Studie-e-mail name@school.edu Kies je onderwijsinstelling @@ -4132,36 +4136,41 @@ Geen matches gevonden [Zet jezelf op de wachtlijst.](onJoinWaitlist) Kun je je onderwijsinstelling niet vinden? [Zet jezelf op de wachtlijst.](onJoinWaitlist) + Doe mee met {count} in de studentenhub van !!{guildName}!!! Doe mee met een andere hub Vind op eenvoudige wijze door studenten beheerde servers voor je studiegroepen, clubs, gameavondjes en nog veel meer. Ben je een student? Maak gebruik van de Discord-hub voor je onderwijsinstelling! - Sluit je aan bij mijn onderwijsinstelling + Aansluiten bij hub Zet jezelf op de wachtlijst Naam onderwijsinstelling Volledige naam onderwijsinstelling Een exclusieve plek waar je contact kunt leggen met studenten, servers kunt ontdekken en je eigen servers kunt delen met andere studenten. Onderwijsinstellingen hebben geen invloed op hubs. Servers in de hub worden beheerd door studenten, maar er kunnen ook niet-studenten bij zijn aangesloten. + Studentenhubs Als je server alleen voor studenten bedoeld is, kun je gewoon je klasgenoten uitnodigen. Ze hebben geen e-mailadres nodig dat eindigt op .edu om deel te nemen Uit hub verwijderen Weet je zeker dat je !!{guildName}!! uit deze hub wilt verwijderen? Instellingen aanpassen Instellingen aanpassen voor !!{guildName}!! + Wat is een studentenhub? Ga je naar een andere onderwijsinstelling? [Word hier lid](onClick) Je bent uitgenodigd om mee te doen aan een hub Je hebt een uitnodiging verzonden om lid te worden van een hub + Nodig vriend(inn)en uit voor de studentenhub van je onderwijsinstelling + Je hebt een studenten-e-mailadres nodig om je aan te sluiten. Geen code ontvangen? [Stuur code opnieuw](onClick) naar !!{email}!! Aan de slag! Volledige naam Echte naam - Welkom bij de Discord-hub voor !!{guildName}!!! + Welkom in de studentenhub van !!{guildName}!!! Voeg je echte naam toe zodat mensen je kunnen herkennen. Je kunt dit op elk gewenst moment aanpassen via de hubinstellingen. Gestuurd Kan e-mail niet versturen + Studentenhubs Servers toevoegen Mensen uitnodigen Word lid van servers Mijn onderwijsinstelling zit er niet bij Verifieer je e-mailadres - Voer je officiële e-mailadres van je onderwijsinstelling in sam@college.edu Studie-e-mail Ontvang een melding als je hub live is, zodat je op eenvoudige wijze door studenten beheerde servers kunt vinden voor je studiegroepen en clubs. diff --git a/app/src/main/res/values-no/plurals.xml b/app/src/main/res/values-no/plurals.xml index cd89083008..4d9ce21a91 100644 --- a/app/src/main/res/values-no/plurals.xml +++ b/app/src/main/res/values-no/plurals.xml @@ -712,6 +712,10 @@ {#} omtale {#} omtaler + + {count} annen venn + {count} andre venner + 1 dag {#} dager diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index 4e594db857..0ac483585f 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -4002,18 +4002,22 @@ Legg til en server i denne huben Inviter folk til denne huben Du er en av de første her! Vi kan begynne med å legge til servere og medlemmer. - Velkommen til Discord-huben for !!{guildName}!!-medlemmer + Velkommen til skolehuben for de som går på !!{guildName}!! Discord-hub for !!{guildName}!! Fra klubber til studiegrupper og spillkvelder – det finnes et sted for deg. Finn folkene dine + Skolehuber + Et eksklusivt sted for å komme i kontakt med andre som går på skolen din, oppdage servere og dele dine egne servere som andre kan bli med i. Huber er ikke knyttet til eller administrert av skoler. Servere i huben drives av folk som går på skolen, men det kan hende at andre også er med. Trykk på lenken i e-posten din for å fortsette verifiseringen. Denne siden oppdateres automatisk. Prøv en annen e-postadresse Vi har sendt en bekreftelseslenke til !!{email}!! Send bekreftelseslenken på nytt + Bli med i skolehuben for skolen din. Går du på flere skoler? + Bli med i hub Nei takk Det er enkelt å finne student- og elevdrevne servere for studiegrupper, klubber, spillkvelder og mye mer. - Angi den offisielle e-postadressen til skolen din + Går du på skole nå? Bli med i skolehuben for skolen din! Skolens e-postadresse name@school.edu Velg skolen din @@ -4021,36 +4025,41 @@ Finner ingen treff [Sett deg på ventelisten.](onJoinWaitlist) Finner du ikke skolen din? [Sett deg på ventelisten.](onJoinWaitlist) + Slutt deg til {count} i skolehuben for !!{guildName}!!! Bli med i en annen hub Det er enkelt å finne student- og elevdrevne servere for studiegrupper, klubber, spillkvelder og mye mer. Går du på skole nå? Bli med i Discord-huben for skolen din! - Bli med i fellesskapet på skolen din + Bli med i hub Sett deg på ventelisten Skolens navn Skolens fulle navn Et eksklusivt sted for å komme i kontakt med andre som går på skolen din, oppdage servere og dele dine egne servere som andre kan bli med i. Huber er ikke knyttet til eller administrert av skoler. Servere i huben drives av folk som går på skolen, men det kan hende at andre også er med. + Skolehuber Hvis serveren kun er beregnet på de du går på skole med, er det bare å invitere dem. De trenger ikke en .edu-adresse for å bli med Fjern fra huben Er du sikker på at du vil fjerne !!{guildName}!! fra denne huben? Rediger innstillinger Rediger innstillinger for !!{guildName}!! + Hva er en skolehub? Går du på en annen skole? [Bli med her](onClick) Du har blitt invitert til en hub Du inviterte noen til en hub + Inviter venner til skolehuben for skolen din + Student-e-post kreves for å delta. Mottok du ikke koden? [Send koden på nytt](onClick) til !!{email}!! Kom igjen! Fullt navn Virkelig navn - Velkommen til Discord-huben for !!{guildName}!!! + Velkommen til skolehuben for !!{guildName}!!! Legg til det virkelige navnet ditt, slik at folk kan finne deg. Du kan når som helst endre dette via hubinnstillingene. Sendt Kan ikke sende e-post + Skolehuber Legg til servere Inviter folk Bli med i servere Skolen min er ikke her Bekreft e-postadresse - Angi den offisielle e-postadressen til skolen din sam@college.edu Skolens e-postadresse Du kan bli varslet når huben lanseres, sånn at du enkelt kan finne student- og elevdrevne servere for studiegrupper og klubber. diff --git a/app/src/main/res/values-pl/plurals.xml b/app/src/main/res/values-pl/plurals.xml index 3cc7289dd6..998f55d5e2 100644 --- a/app/src/main/res/values-pl/plurals.xml +++ b/app/src/main/res/values-pl/plurals.xml @@ -808,6 +808,10 @@ {#} wzmianki, {#} wzmianek, + + {count} innego znajomego + {count} innych znajomych + 1 dzień {#} dni diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index d9bbace0ba..fe7036fb06 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -4117,18 +4117,22 @@ Dodaj serwer do tego centrum Zaproś ludzi do tego centrum Jesteś tutaj jedną z pierwszych osób! Zacznijmy od dodania kilku serwerów i członków. - Witaj w centrum Discorda dla uczniów/studentów z: !!{guildName}!! + Witamy w centrum szkolnym dla uczniów/studentów: !!{guildName}!! Centrum Discorda dla: !!{guildName}!! Od klubów, przez grupy wspólnej nauki, po wieczory gier, każdy znajdzie tu coś dla siebie. Znajdź swoich znajomych + Centrum szkolne + To miejsce na wyłączność, w którym możesz nawiązywać kontakty z innymi uczniami/studentami, wyszukiwać serwery innych i udostępniać swoje, aby dołączyli do nich inni uczniowie/studenci. Centra nie są powiązane ze szkołami/uczelniami ani przez nie zarządzane. Serwery w centrum prowadzą uczniowie/studenci, ale mogą z nich korzystać również inne osoby. Użyj łącza w otrzymanej wiadomości e-mail, by kontynuować weryfikację. Ta strona zostanie automatycznie odświeżona. Spróbuj z innym adresem e-mail Wysłaliśmy link potwierdzający na adres !!{email}!! Ponownie wyślij link potwierdzający + Możesz dołączyć do centrów szkolnych dowolnych szkół/uczelni, w których się uczysz. Uczęszczasz do kilku szkół/uczelni? + Dołącz do centrum Nie, dzięki Łatwo znajduj prowadzone przez uczniów/studentów serwery dla grup wspólnej nauki, klubów, nocy gier i nie tylko. - Wprowadź oficjalny adres e-mail szkoły/uczelni + Jesteś obecnie uczniem/studentem? Dołącz do centrum szkolnego swojej szkoły/uczelni! Adres e-mail szkoły/uczelni name@school.edu Wybierz szkołę/uczelnię @@ -4136,36 +4140,41 @@ Brak wyników wyszukiwania [Zapisz się na listę oczekiwania.](onJoinWaitlist) Nie widzisz swojej szkoły/uczelni? [Zapisz się na listę oczekiwania.](onJoinWaitlist) + Dołącz do {count} w centrum szkolnym szkoły/uczelni !!{guildName}!!! Dołącz do innego centrum Łatwo znajduj prowadzone przez uczniów/studentów serwery dla grup wspólnej nauki, klubów, nocy gier i nie tylko. Czy jesteś obecnie uczniem/studentem? Dołącz do centrum Discorda dla Twojej szkoły/uczelni! - Dołącz do mojej szkoły/uczelni + Dołącz do centrum Zapisz się na listę oczekiwania Nazwa szkoły/uczelni Pełna nazwa szkoły/uczelni To miejsce na wyłączność, w którym możesz nawiązywać kontakty z innymi uczniami/studentami, wyszukiwać serwery innych i udostępniać swoje, aby dołączyli do nich inni uczniowie/studenci. Centra nie są powiązane ze szkołami/uczelniami ani przez nie zarządzane. Serwery w centrum prowadzą uczniowie/studenci, ale mogą z nich korzystać również inne osoby. + Centrum szkolne Jeśli Twój serwer jest przeznaczony tylko dla uczniów/studentów, zaproś na niego swoich kolegów ze szkoły/uczelni. Nie potrzebują adresu w domenie .edu, aby dołączyć Usuń z centrum Czy na pewno chcesz usunąć !!{guildName}!! z tego centrum? Edytuj ustawienia Edytuj ustawienia dla: !!{guildName}!! + Czym jest centrum szkolne? Uczęszczasz do innej szkoły/uczelni? [Dołącz tutaj](onClick) Otrzymano zaproszenie do dołączenia do centrum Wysłano zaproszenie do dołączenia do centrum + Zaproś znajomych do centrum szkolnego swojej szkoły/uczelni! + Aby dołączyć, należy podać uczniowski/studencki adres e-mail Kod nie dotarł? [Wyślij ponownie](onClick) na adres !!{email}!! Do dzieła! Imię i nazwisko Prawdziwe imię i nazwisko - Witaj w centrum Discorda dla: !!{guildName}!!! + Witamy w centrum szkolnym szkoły/uczelni !!{guildName}!!! Dodaj swoje prawdziwie imię i nazwisko, aby inni mogli Cię rozpoznać. Można to w każdej chwili zmienić w ustawieniach centrum. Wysłano Nie można wysłać wiadomości e-mail + Centrum szkolne Dodaj serwery Zaproś osoby Dołącz do serwerów Nie widzę mojej szkoły/uczelni Zweryfikuj adres e-mail - Wprowadź oficjalny adres e-mail szkoły/uczelni sam@college.edu Adres e-mail szkoły/uczelni Uzyskaj powiadomienie po uruchomieniu Twojego centrum, aby z łatwością wyszukiwać prowadzone przez uczniów/studentów serwery dla grup wspólnej nauki i klubów. diff --git a/app/src/main/res/values-pt-rBR/plurals.xml b/app/src/main/res/values-pt-rBR/plurals.xml index ba48a87c30..fe8efc2441 100644 --- a/app/src/main/res/values-pt-rBR/plurals.xml +++ b/app/src/main/res/values-pt-rBR/plurals.xml @@ -712,6 +712,10 @@ {#} menção {#} menções, + + {count} amigo + {count} amigos + 1 dia {#} dias diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index c1d0c34642..fed15259d3 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -4062,18 +4062,22 @@ Adicionar um servidor à esta Central Convidar pessoas para esta Central Você é uma das primeiras pessoas aqui! Vamos começar adicionando alguns servidores e membros. - Bem-vindo(a) à Central Discord para estudantes de !!{guildName}!! + Bem-vindo(a) à Central de Estudantes de !!{guildName}!! Central Discord para !!{guildName}!! De clubes e grupos de estudo a noites de jogos, temos um lugar para você. Encontre sua turma + Centrais de Estudantes + Um ambiente exclusivo para se conectar com alunos, descobrir servidores e compartilhar seus próprios servidores para os alunos entrarem. As Centrais não estão afiliadas nem são administradas por instituições de ensino. Os servidores na Central são completamente administrados por estudantes, mas podem incluir outras pessoas. Confirme o link em seu e-mail para prosseguir a verificação. Essa página será automaticamente atualizada. Tente um e-mail diferente Enviamos um link de confirmação para !!{email}!! Reenviar link de confirmação + Entre na Central de Estudantes de quaisquer instituições de que fizer parte. Vai a várias escolas? + Entrar na Central Não, valeu Encontre com facilidade servidores de alunos para seus grupos de estudo, clubes, noite de jogos e muito mais. - Forneça seu e-mail oficial da escola + Você é estudante? Junte-se à Central de Estudantes da sua instituição de ensino! E-mail da instituição de ensino nome@escola.edu Selecione sua instituição de ensino @@ -4081,36 +4085,41 @@ Nenhum resultado encontrado [Entre na lista de espera.](onJoinWaitlist) Não encontra sua instituição de ensino? [Entre na lista de espera.](onJoinWaitlist) + Junte-se a {count} na Central de Estudantes de !!{guildName}!!! Entrar em outra Central Encontre com facilidade servidores de alunos para seus grupos de estudo, clubes, noite de jogos e muito mais. Você é estudante? Junte-se à Central Discord da sua instituição de ensino! - Entrar na minha escola + Entrar na Central Entre na lista de espera Nome da instituição Nome completo da instituição de ensino Um ambiente exclusivo para se conectar com alunos, descobrir servidores e compartilhar seus próprios servidores para os alunos entrarem. As Centrais não estão afiliadas nem são administradas por instituições de ensino. Os servidores na Central são completamente administrados por estudantes, mas podem incluir outras pessoas. + Centrais de Estudantes Se o seu servidor for apenas para estudantes, basta convidar seus colegas de classe. Eles não precisam ter um e-mail .edu para participar Remover da Central Deseja mesmo remover !!{guildName}!! desta Central? Editar configurações Editar configurações para !!{guildName}!! + O que é uma Central de Estudantes? Frequenta uma instituição de ensino diferente? [Entre aqui](onClick) Convidaram você para uma Central Você enviou um convite para uma Central + Convide amigos para a Central de Estudantes da sua instituição de ensino + É necessário ter um e-mail de estudante para entrar. Não recebeu o código? [Reenviar código](onClick) para !!{email}!! Vamos nessa! Nome completo Nome verdadeiro - Bem-vindo(a) à Central Discord de !!{guildName}!!! + Bem-vindo(a) à Central de Estudantes de !!{guildName}!!! Use seu nome verdadeiro para que as pessoas te reconheçam. Você pode mudá-lo a qualquer momento nas configurações da Central. Enviado Não foi possível enviar e-mail + Centrais de Estudantes Adicionar servidores Convidar pessoas Entrar em servidores Minha instituição de ensino não está aqui Verificar e-mail - Forneça seu e-mail oficial da escola joão@faculdade.edu E-mail da instituição de ensino Receba uma notificação quando sua central estiver funcionando para que você encontre facilmente servidores de alunos para seus grupos de estudo, clubes. diff --git a/app/src/main/res/values-ro/plurals.xml b/app/src/main/res/values-ro/plurals.xml index 99437b1c1f..f049c8208b 100644 --- a/app/src/main/res/values-ro/plurals.xml +++ b/app/src/main/res/values-ro/plurals.xml @@ -722,6 +722,10 @@ {#} mențiune {#} mențiuni + + {count} alt prieten + {count} alți prieteni + 1 zi {#} zile diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 5d21ed31a7..6fc93fe414 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -4108,18 +4108,22 @@ Adaugă un server la hub Invită persoane pe hub Ești printre primii membri! Pentru a începe, poți să adăugi câteva servere și niște membri. - Bun venit în hub-ul Discord pentru elevii sau studenții de la !!{guildName}!! + Bine ai venit la hub-ul studențesc pentru elevii sau studenții de la !!{guildName}!! Hub-ul Discord pentru !!{guildName}!! Fie că e vorba de un club, de un grup de studii sau de o seară de gaming, locul pe care ți-l dorești există. Găsește-ți locul ideal + Hub-uri studențești + Un loc exclusiv în care poți să iei legătura cu alți elevi sau studenți, să descoperi servere și să distribui serverele create de tine ca să ți se alăture colegii. Hub-urile nu sunt afiliate instituțiilor de învățământ și nici gestionate de ele. Serverele din hub sunt organizate de elevi sau studenți, dar pot include și persoane care nu sunt elevi sau studenți. Confirmă linkul trimis prin e-mail pentru a continua verificarea. Această pagină se va reîmprospăta automat. Încearcă cu o altă adresă de e-mail Am trimis un link de confirmare către !!{email}!! Retrimite link-ul de confirmare + Alătură-te hub-urilor tuturor școlilor sau universităților tale. Ești elev sau student la mai multe instituții? + Alătură-te hub-ului Nu, mulțumesc Găsește cu ușurință servere organizate de alți elevi sau studenți pentru grupuri de studii, seri de gaming și multe altele. - Introdu contul oficial de e-mail de la instituție + Ești elev/ă sau student/ă? Alătură-te hub-ului studențesc pentru instituția ta de învățământ! Adresa de e-mail de la instituție nume@instituție.edu Selectează-ți instituția de învățământ @@ -4127,36 +4131,41 @@ Nu s-a găsit niciun rezultat [Intră pe lista de așteptare.](onJoinWaitlist) Nu-ți găsești instituția de învățământ? [Intră pe lista de așteptare.](onJoinWaitlist) + Fii alături de {count} în hub-ul studențesc pentru !!{guildName}!!! Alătură-te altui hub Găsește cu ușurință servere organizate de alți elevi sau studenți pentru grupuri de studii, seri de gaming și multe altele. Ești elev/ă sau student/ă? Alătură-te hub-ului Discord pentru instituția ta de învățământ! - Alătură-te școlii + Alătură-te hub-ului Intră pe lista de așteptare Numele instituției Numele complet al instituției Un loc exclusiv în care poți să iei legătura cu alți elevi sau studenți, să descoperi servere și să distribui serverele create de tine ca să ți se alăture colegii. Hub-urile nu sunt afiliate instituțiilor de învățământ și nici gestionate de ele. Serverele din hub sunt organizate de elevi sau studenți, dar pot include și persoane care nu sunt elevi sau studenți. + Hub-uri studențești Chiar dacă serverul tău e doar pentru studenți, e suficient să-ți inviți colegii. Nu au nevoie de o adresă .edu ca să se alăture Elimină din hub Sigur vrei să elimini !!{guildName}!! din acest hub? Editează setările Editează setările pentru !!{guildName}!! + Ce e un hub studențesc? Mergi la altă instituție? [Alătură-te aici](onClick) Ai primit o invitație de alăturare la un hub Ai trimis o invitație de alăturare la un hub + Invită-ți prietenii la hub-ul studențesc pentru instituția ta de învățământ + Ai nevoie de o adresă de e-mail de elev sau student pentru a te alătura. N-ai primit codul? [Retrimite codul](onClick) către !!{email}!! Să mergem! Nume complet Nume real - Bun venit la hub-ul Discord pentru !!{guildName}!!! + Bine ai venit la hub-ul studențesc pentru !!{guildName}!!! Adaugă-ți numele real, pentru ca ceilalți să te recunoască. Îl poți schimba oricând din Setările hub-ului. Trimis Nu s-a putut trimite e-mailul + Hub-uri studențești Adaugă servere Invită pe cineva Alătură-te unor servere Instituția mea de învățământ nu apare aici Verifică adresa de e-mail - Introdu contul oficial de e-mail de la instituție alex@facultate.edu Adresa de e-mail de la instituție Vei primi o notificare când se lansează hub-ul tău, ca să găsești cu ușurință serverele organizate de alți elevi sau studenți pentru grupuri de studii și cluburi. diff --git a/app/src/main/res/values-ru/plurals.xml b/app/src/main/res/values-ru/plurals.xml index 1786a48dc0..7feaba9359 100644 --- a/app/src/main/res/values-ru/plurals.xml +++ b/app/src/main/res/values-ru/plurals.xml @@ -826,6 +826,10 @@ {#} упоминания, {#} упоминаний, + + {count} другу + {count} друзьям + 1 день {#} дня diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 678b86cfea..bb4604de6c 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -4117,18 +4117,22 @@ Добавить сервер в этот центр Пригласить людей в этот центр Вы здесь среди самых первых! Давайте начнём добавлять серверы и других участников. - Добро пожаловать в центр Discord для учащихся «!!{guildName}!!» + Студенческий центр «!!{guildName}!!» приветствует своих студентов Центр Discord для «!!{guildName}!!» От клубов по интересам до учебных групп и игровых сообществ, это место создано специально для вас. Найти своих + Студенческие центры + Эксклюзивное место для связи с учащимися, предоставления им своих серверов и поиска любых других. Центры не связаны с учебными заведениями и не контролируются ими. Серверы в центре создаются учащимися, но к ним может присоединяться кто угодно. Перейдите по ссылке из электронной почты, чтобы продолжить верификацию. Данная страница будет автоматически обновлена. Попробуйте использовать другой адрес электронной почты Мы отправили ссылку для подтверждения на !!{email}!! Отправить ссылку для подтверждения ещё раз + Присоединяйтесь к студенческому центру своего учебного заведения. Посещаете несколько учебных заведений? + Присоединиться к центру Нет, спасибо Вы сможете с лёгкостью найти студенческие серверы для учёбы, клубов по интересам, совместных игр и многого другого. - Введите адрес электронной почты вашей учётной записи для учебного заведения + Вы учитесь? Присоединяйтесь к студенческому центру своего учебного заведения! Адрес электронной почты учебного заведения name@school.edu Выберите своё учебное заведение @@ -4136,36 +4140,41 @@ Совпадения не найдены [Присоединиться к списку ожидания.](onJoinWaitlist) Не можете найти своё учебное заведение? [Присоединяйтесь к списку ожидания.](onJoinWaitlist) + Присоединяйтесь к {count} в студенческом центре «!!{guildName}!!»! Присоединиться к другому центру Вы сможете с лёгкостью найти студенческие серверы для учёбы, клубов по интересам, совместных игр и многого другого. Вы сейчас учитесь? Присоединяйтесь к центру Discord для своего учебного заведения! - Присоединиться к моему учебному заведению + Присоединиться к центру Присоединиться к списку ожидания Название учебного заведения Полное название учебного заведения Эксклюзивное место для связи с учащимися, предоставления им своих серверов и поиска любых других. Центры не связаны с учебными заведениями и не контролируются ими. Серверы в центре создаются учащимися, но к ним может присоединяться кто угодно. + Студенческие центры Если ваш сервер предназначен только для учащихся, просто пригласите своих одноклассников. Им не нужен адрес .edu, чтобы присоединиться. Удалить из центра Вы уверены, что хотите удалить «!!{guildName}!!» из этого центра? Редактировать настройки Редактировать настройки для «!!{guildName}!!» + Что такое студенческий центр? Посещаете другое учебное заведение? [Присоединяйтесь к нему](onClick) Вас пригласили присоединиться к центру Вы отправили приглашение присоединиться к центру + Пригласите друзей в студенческий центр вашего учебного заведения + Чтобы присоединиться, требуется адрес электронной почты от учебного заведения. Не получили код? [Прислать код ещё раз](onClick) на адрес: !!{email}!! Поехали! Полное имя Настоящее имя - Добро пожаловать в центр Discord для «!!{guildName}!!»! + Добро пожаловать в студенческий центр «!!{guildName}!!»! Добавьте своё настоящее имя, чтобы люди могли вас узнать. Вы можете изменить его в любое время в настройках центра. Отправлено Не удаётся отправить электронное письмо + Студенческие центры Добавить серверы Пригласить людей Присоединиться к серверам Здесь нет моего учебного заведения Подтверждение адреса электронной почты - Введите адрес электронной почты вашей учётной записи для учебного заведения sam@college.edu Адрес электронной почты учебного заведения Вы получите уведомление, когда откроется ваш центр, и с лёгкостью найдёте студенческие серверы для учёбы и клубов по интересам. diff --git a/app/src/main/res/values-sv-rSE/plurals.xml b/app/src/main/res/values-sv-rSE/plurals.xml index a21ca0ef19..a8c845614a 100644 --- a/app/src/main/res/values-sv-rSE/plurals.xml +++ b/app/src/main/res/values-sv-rSE/plurals.xml @@ -712,6 +712,10 @@ {#} omnämning, {#} omnämningar, + + {count} annan vän + {count} andra vänner + 1 dag {#} dagar diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index c852fe9d54..8e40532dff 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -4007,18 +4007,22 @@ Lägg till en server till en hubb Bjud in personer till den här hubben Du är en av de första här! Vi börjar med att lägga till några servrar och medlemmar. - Välkommen till Discord-hubben för !!{guildName}!!-studenter! + Välkommen till studenthubben för !!{guildName}!!-studenter Discord-hubb för !!{guildName}!! Allt från klubbar till studiegrupper och spelnätter, det finns en plats för dig. Hitta ditt folk + Studenthubbar + Det är en exklusiv plats där du kan hålla kontakten med studenter, hitta servrar och dela egna servrar som andra studenter kan gå med i. Hubbarna är inte anknutna till och administreras inte av skolorna. Servrarna i hubben drivs av studenter men kan omfatta personer som inte studerar. Bekräfta länken i din e-post för att fortsätta med verifieringen. Den här sidan uppdateras automatiskt. Pröva en annan e-postadress Vi har skickat en bekräftelselänk till !!{email}!! Skicka ny bekräftelselänk + Gå med i studenthubben för vilken skola du än går i. Studerar du vid flera skolor? + Gå med i hubben Nej tack Hitta enkelt studentdrivna servrar för dina studiegrupper, klubbar, spelnätter och annat. - Ange din officiella studentmejl + Är du student för närvarande? Gå med i din skolas studenthubb! Studentmejl namn@lärosäte.se Välj din skola @@ -4026,36 +4030,41 @@ Inga träffar [Gå med i väntelistan.](onJoinWaitlist) Kan du inte hitta din skola? [Gå med i väntelistan.](onJoinWaitlist) + Gör som {count} och gå med i studenthubben för !!{guildName}!!! Gå med i en till hubb Hitta enkelt studentdrivna servrar för dina studiegrupper, klubbar, spelnätter och annat. Är du student? Gå med i skolans Discord-hubb! - Gå med i min skola + Gå med i hubben Gå med i väntelistan Skolans namn Skolans kompletta namn Det är en exklusiv plats där du kan hålla kontakten med studenter, hitta servrar och dela egna servrar som andra studenter kan gå med i. Hubbarna är inte anknutna till och administreras inte av skolorna. Servrarna i hubben drivs av studenter men kan omfatta personer som inte studerar. + Studenthubbar Om din server endast är till för studenter bjuder du bara in dina kurskamrater. De behöver ingen .edu-adress för att gå med Ta bort från hubben Är du säker på att du vill ta bort !!{guildName}!! från den här hubben? Ändra inställningar Ändra inställningar för !!{guildName}!! + Vad är en studenthubb? Går du i en annan skola? [Gå med här](onClick) Du har blivit inbjuden till en hubb Du skickade en hubbinbjudan + Bjud in vänner till din skolas studenthubb + Det krävs en studentmejladress för att få gå med. Fick du inte koden? [Skicka koden igen](onClick) till !!{email}!! Nu kör vi! Komplett namn Verkligt namn - Välkommen till Discord-hubben för !!{guildName}!!! + Välkommen till studenthubben för !!{guildName}!!! Lägg till ditt verkliga namn så att folk känner igen dig. Du kan ändra det här när som helst i hubbens inställningar. Skickad Kunde inte skicka e-post + Studenthubbar Lägg till servrar Bjud in folk Gå med i servrar Min skola finns inte med Verifiera din e-postadress - Ange din officiella studentmejl namn@skola.se Studentmejl Få en påminnelse när din hubb kommer igång så att du enkelt kan hitta studentdrivna servrar för dina studiegrupper och klubbar. diff --git a/app/src/main/res/values-th/plurals.xml b/app/src/main/res/values-th/plurals.xml index 09c38b4772..88290862ff 100644 --- a/app/src/main/res/values-th/plurals.xml +++ b/app/src/main/res/values-th/plurals.xml @@ -720,6 +720,10 @@ {#} การกล่าวถึง {#} การกล่าวถึง + + {count} เพื่อนคนอื่น + {count} เพื่อนคนอื่น ๆ + 1 วัน {#} วัน diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index 8489dfb696..058e3387da 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -4108,18 +4108,22 @@ เพิ่มเซิร์ฟเวอร์ไปยัง Hub นี้ เชิญผู้คนมาที่ Hub นี้ คุณเป็นหนึ่งในคนแรก ๆ ของที่นี่! มาเริ่มใช้งานโดยการเพิ่มเซิร์ฟเวอร์และสมาชิกกัน - ยินดีต้อนรับสู่ Discord Hub สำหรับนักเรียนนักศึกษา !!{guildName}!! + ยินดีต้อนรับสู่ Student Hub สำหรับ !!{guildName}!! นักเรียนนักศึกษา Discord Hub สำหรับ !!{guildName}!! ตั้งแต่ชมรมไปจนถึงกลุ่มติวหนังสือและกลุ่มเล่นเกมตอนกลางคืน เราจัดพื้นที่ไว้ให้พร้อมสำหรับคุณ ค้นหาผู้คนของคุณ + Student Hubs + พื้นที่สุดพิเศษที่ให้นักเรียนนักศึกษาได้ติดต่อกัน ค้นหาเซิร์ฟเวอร์ และแบ่งปันเซิร์ฟเวอร์ต่าง ๆ ของคุณเองเพื่อให้นักเรียนนักศึกษาได้เข้าร่วม Hub ไม่มีส่วนเกี่ยวข้องหรือได้รับการจัดการโดยสถานศึกษาแต่อย่างใด เซิร์ฟเวอร์ใน Hub นั้นดำเนินการโดยนักเรียนนักศึกษา แต่อาจรวมถึงบุคคลที่ไม่ใช่นักเรียนนักศึกษาด้วย ยืนยันลิงก์ในอีเมลของคุณเพื่อดำเนินการยืนยันต่อ และหน้านี้จะรีเฟรชอัตโนมัติ ลองอีเมลอื่น เราส่งลิงก์ยืนยันไปยัง !!{email}!! แล้ว ส่งลิงก์ยืนยันใหม่ + เข้าร่วม Student Hub สำหรับสถานศึกษาใดก็ตามที่คุณกำลังเรียนอยู่ หากเข้าเรียนในสถานศึกษาหลายแห่ง + เข้าร่วม Hub ไม่ดีกว่า ค้นหาเซิร์ฟเวอร์ที่ดำเนินการโดยนักเรียนนักศึกษาสำหรับกลุ่มติว ชมรม กลุ่มเล่นเกมตอนกลางคืน และอีกมากมายได้อย่างง่ายดาย - ป้อนอีเมลทางการของสถานศึกษาคุณ + คุณเป็นนักเรียนนักศึกษาอยู่หรือเปล่า มาเข้าร่วม Discord Hub สำหรับสถานศึกษาของคุณกันเถอะ! อีเมลสถานศึกษา name@school.edu เลือกสถานศึกษาของคุณ @@ -4127,36 +4131,41 @@ ไม่พบรายการที่ตรงกัน [เข้าร่วมรายการที่รอคิว](onJoinWaitlist) หากไม่พบสถานศึกษาของคุณ [มาเข้าร่วมรายการที่รอคิวเลย](onJoinWaitlist) + เข้าร่วม{count}ใน Student Hub สำหรับ !!{guildName}!!! เข้าร่วม Hub อื่น ค้นหาเซิร์ฟเวอร์ที่ดำเนินการโดยนักเรียนนักศึกษาสำหรับกลุ่มติว ชมรม กลุ่มเล่นเกมตอนกลางคืน และอีกมากมายได้อย่างง่ายดาย คุณเป็นนักเรียนนักศึกษาอยู่หรือเปล่า เข้าร่วม Discord Hub สำหรับสถานศึกษาของคุณ! - เข้าร่วมสถานศึกษาของฉัน + เข้าร่วม Hub เข้าร่วมรายการที่รอคิว ชื่อสถานศึกษา ชื่อเต็มของสถานศึกษา พื้นที่สุดพิเศษที่สามารถเชื่อมต่อกับนักเรียนนักศึกษา ค้นพบเซิร์ฟเวอร์ และแบ่งปันเซิร์ฟเวอร์ของคุณเองเพื่อให้นักเรียนนักศึกษาเข้าร่วม Hub ไม่มีส่วนเกี่ยวข้องหรือได้รับการจัดการโดยสถานศึกษาแต่อย่างใด เซิร์ฟเวอร์ใน Hub นั้นดำเนินการโดยนักเรียนนักศึกษา แต่อาจรวมถึงบุคคลที่ไม่ใช่นักเรียนนักศึกษาด้วย + Student Hubs หากเซิร์ฟเวอร์ของคุณมีจุดประสงค์ให้นักเรียนนักศึกษาเข้าร่วมเท่านั้น ก็เชิญเพื่อนร่วมชั้นของคุณได้เลย พวกเขาไม่ต้องใช้ที่อยู่อีเมล .edu เพื่อเข้าร่วม ลบจาก Hub คุณแน่ใจว่าต้องการลบ !!{guildName}!! จาก Hub นี้หรือไม่ แก้ไขการตั้งค่า แก้ไขการตั้งค่าสำหรับ !!{guildName}!! + Student Hub คืออะไร หากย้ายไปสถานศึกษาอื่น ให้[เข้าร่วมที่นี่](onClick) คุณได้รับเชิญให้เข้าร่วม Hub คุณส่งคำเชิญให้เข้าร่วม Hub + เชิญเพื่อน ๆ มาเข้าร่วม Student Hub สำหรับสถานศึกษาของคุณ + ต้องใช้อีเมลของนักเรียนนักศึกษาในการเข้าร่วม หากไม่ได้รับรหัส ให้[ส่งรหัสใหม่](onClick)ไปยัง !!{email}!! เอาเลย! ชื่อเต็ม ชื่อจริง - ยินดีต้อนรับสู่ Discord Hub สำหรับ !!{guildName}!!! + ยินดีต้อนรับสู่ Student Hub สำหรับ !!{guildName}!!! เพิ่มชื่อจริงของคุณเพื่อให้ผู้คนจดจำคุณได้ คุณสามารถเปลี่ยนชื่อนี้ได้ตลอดผ่านการตั้งค่า Hub ส่งแล้ว ไม่สามารถส่งอีเมลได้ + Student Hubs เพิ่มเซิร์ฟเวอร์ เชิญคน เข้าร่วมเซิร์ฟเวอร์ ไม่มีสถานศึกษาของฉัน ยืนยันที่อยู่อีเมล - ป้อนอีเมลทางการของสถานศึกษาคุณ sam@college.edu อีเมลสถานศึกษา รับการแจ้งเตือนเมื่อ Hub ของคุณเปิดใช้งาน เพื่อให้คุณค้นหา เซิร์ฟเวอร์ที่ดำเนินการโดยนักเรียนนักศึกษาสำหรับกลุ่มติวและชมรมได้อย่างง่ายดาย diff --git a/app/src/main/res/values-tr/plurals.xml b/app/src/main/res/values-tr/plurals.xml index b66b2f2036..fe1fa5c40e 100644 --- a/app/src/main/res/values-tr/plurals.xml +++ b/app/src/main/res/values-tr/plurals.xml @@ -720,6 +720,10 @@ {#} bahsetme, {#} bahsetme, + + {count} arkadaşına + {count} arkadaşına + 1 gün {#} gün diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index b505e869fd..f08b41c322 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -4118,18 +4118,22 @@ Bu Merkez\'e bir sunucu ekle İnsanları bu Merkez\'e davet et Buradaki ilk kişilerden birisin! Hadi birkaç sunucu ve üye ekleyerek başlayalım. - !!{guildName}!! öğrencileri için Discord Merkezi\'ne hoş geldin + !!{guildName}!! öğrencilerinin Öğrenci Merkezi\'ne hoş geldin !!{guildName}!! için Discord Merkezi Kulüplerden, ders çalışma gruplarına ve oyun gecelerine, senin için bir ortam var. Toplumunu bul + Öğrenci Merkezleri + Öğrenci Merkezi öğrencilerle bağlantı kurmak, sunucular keşfetmek ve öğrencilerin katılabileceği kendi sunucularını paylaşmak için özel bir ortamdır. Merkezler okullara bağlı değildir veya okullar tarafından yönetilmez. Merkezdeki sunucuları öğrenciler yönetir ama öğrenci olmayanlar da sunucuda bulunabilir. Doğrulamaya devam etmek için e-posta adresindeki bağlantıyı onayla. Bu sayfa otomatik olarak yenilenecek. Başka Bir E-Posta Dene !!{email}!! adresine bir doğrulama bağlantısı gönderdik Doğrulama Bağlantısını Yeniden Gönder + Gittiğin herhangi bir okulun Öğrenci Merkezi\'ne katıl. Birden fazla okula mı gidiyorsun? + Merkeze Katıl Hayır, teşekkürler Çalışma grupların, kulüplerin, oyun gecelerin ve daha fazlası için öğrencilerin yönettiği sunucuları kolayca bul. - Resmi okul e-posta adresini gir + Şu anda öğrenci misin? Okulunun Öğrenci Merkezi\'ne katıl! Okul E-Postası isim@okul.edu Okulunu seç @@ -4137,36 +4141,41 @@ Bir eşleşme bulunmadı [Bekleme listesine katıl.](onJoinWaitlist) Okulunu bulamıyor musun? [Bekleme listesine katıl.](onJoinWaitlist) + !!{guildName}!! sunucusu için Öğrenci Merkezi\'nde {count} katıl! Başka Merkeze Katıl Çalışma grupların, kulüplerin, oyun gecelerin ve daha fazlası için öğrencilerin yönettiği sunucuları kolayca bul. Şu anda öğrenci misin? Okulunun Discord Merkezi\'ne katıl! - Okuluma Katıl + Merkeze Katıl Bekleme listesine katıl Okul Adı Tam Okul Adı Discord Merkezi öğrencilerle bağlantı kurmak, sunucular keşfetmek ve öğrencilerin katılabileceği kendi sunucularını paylaşmak için özel bir ortamdır. Merkezler okullara bağlı değildir veya okullar tarafından yönetilmez. Merkezdeki sunucuları öğrenciler yönetir ama öğrenci olmayanlar da sunucuda bulunabilir. + Öğrenci Merkezleri Eğer sunucun sadece öğrenciler içinse, yalnızca sınıf arkadaşlarını davet et. Katılmak için bir .edu adresine ihtiyaç duymazlar Merkez\'den kaldır !!{guildName}!! guild\'ini bu Merkez\'den kaldırmak istediğine emin misin? Ayarları düzenle !!{guildName}!! için Ayarları düzenle + Öğrenci Merkezi nedir? Başka bir okula mı gidiyorsun? [Buradan katıl](onClick) Bir Merkeze katılmak için davet edildin Merkeze katılması için bir davet gönderdin + Okulunun Öğrenci Merkezi\'ne arkadaşlarını davet et + Katılmak için bir öğrenci e-posta adresi gerekiyor. Kod eline ulaşmadı mı? !!{email}!! adresine [kodu tekrar gönder](onClick) Hadi! Tam Adı Gerçek Adı - !!{guildName}!! için Discord Merkezi\'ne hoş geldin! + !!{guildName}!! sunucusunun Öğrenci Merkezi\'ne hoş geldin! İnsanların seni tanıması için gerçek ismini ekle. Bunu istediğin zaman Merkez Ayarlarından değiştirebilirsin. Gönderildi E-posta gönderilemiyor + Öğrenci Merkezleri Sunucular Ekle İnsanları Davet Et Sunuculara Katıl Okulum burada yok E-posta adresini doğrula - Resmi okul e-posta adresini gir ismin@universite.edu Okul E-Postası Merkezin açıldığında bildirim al ve çalışma grupların ve kulüplerin için öğrencilerin yönettiği sunucuları kolayca bul. diff --git a/app/src/main/res/values-uk/plurals.xml b/app/src/main/res/values-uk/plurals.xml index f0409f1023..5df0ffff5f 100644 --- a/app/src/main/res/values-uk/plurals.xml +++ b/app/src/main/res/values-uk/plurals.xml @@ -838,6 +838,11 @@ {#} згадування {#} згадувань + + {count} друга + {count} друзів + {count} друзів + 1 день {#} дні diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index c8a6f8c053..7b2e94887b 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -4108,18 +4108,22 @@ Додати сервер до цього хабу Запросити людей до цього хабу Ви серед перших відвідувачів! Почнімо з того, що додамо серверів та користувачів. - Ласкаво просимо до хабу Discord для студентів !!{guildName}!! + Вітаємо на студентському хабі для тих, хто навчався у закладі !!{guildName}!!! Хаб Discord для !!{guildName}!! Від клубів до навчальних груп та ігрових марафонів — це ідеальне місце. Знайти людей + Студентські хаби + Ексклюзивне місце для спілкування, створення та обміну серверами, до яких можуть долучатися студенти. Хаби не пов\'язані та не керовані навчальними закладами. Серверами Discord Hub керують студенти, однак серед учасників можуть бути й інші люди, які не належать до того чи іншого навчального закладу. Для продовження верифікації перейдіть за посиланням зі своєї поштової скриньки. Сторінка оновиться автоматично. Спробувати іншу електронну пошту Ми надіслали посилання для верифікації на !!{email}!! Повторно надіслати посилання + Приєднайтеся до студентського хабу будь-якого навчального закладу, у якому ви здобували освіту. Довелося навчатися у декількох закладах? + Приєднатися до хабу Ні, дякую Легко знаходьте студентські сервери для своєї навчальної групи, клубів, ігрових марафонів та інших занять. - Введіть офіційну електронну пошту навчального закладу + Ви студент? Приєднуйтеся до студентського хабу свого навчального закладу! Електронна пошта навчального закладу name@school.edu Обрати навчальний заклад @@ -4127,36 +4131,41 @@ Нічого не знайдено [Приєднатися до списку очікування.](onJoinWaitlist) Не можете знайти свій заклад?[ Приєднайтеся до списку очікування.](onJoinWaitlist) + Приєднуйтеся до {count} на студентському хабі закладу !!{guildName}!!! Приєднатися до іншого хабу Легко знаходьте студентські сервери для своєї навчальної групи, клубів, ігрових марафонів та інших занять. Ви студент? Приєднуйтеся до Discord Hub свого навчального закладу! - Приєднатися до мого навчального закладу + Приєднатися до хабу Приєднатися до списку очікування Назва закладу Повна назва закладу Ексклюзивне місце для спілкування, створення та обміну серверами, до яких можуть долучатися студенти. Хаби не пов\'язані та не керовані навчальними закладами. Серверами Discord Hub керують студенти, однак серед учасників можуть бути й інші люди, які не належать до того чи іншого навчального закладу. + Студентські хаби Якщо ваш сервер тільки для студентів, запросіть людей, з якими вам довелося навчатися. Їм не потрібна адреса на .edu, щоби приєднатися. Видалити з хабу Точно хочете видалити !!{guildName}!! з цього хабу? Редагувати налаштування Редагувати налаштування для !!{guildName}!! + Що таке студентський хаб? Навчалися в іншому закладі? [Приєднуйтеся тут](onClick) Вас запросили приєднатися до хабу Ви надсилаєте запрошення на приєднання до хабу + Запросіть друзів до студентського хабу свого закладу + Щоби приєднатися, потрібна студентська електронна пошта. Не прийшов код? [Надіслати код ще раз](onClick) на !!{email}!! Поїхали! Повне ім\'я Справжнє ім\'я - Ласкаво просимо до хабу Discord для !!{guildName}!!! + Вітаємо на студентському хабі закладу !!{guildName}!!! Додайте своє справжнє ім\'я, щоби люди впізнали вас. Можете змінити це будь-якої миті у налаштуваннях хабу. Відправити Неможливо відправити листа + Студентські хаби Додати сервери Запросити людей Приєднатися до серверів Мого закладу тут немає Підтвердити адресу ел. пошти - Введіть офіційну електронну пошту навчального закладу sam@college.edu Електронна пошта навчального закладу Отримайте сповіщення, коли з\'явиться хаб вашого закладу, щоб легко знайти студентські сервери навчальної групи чи клубу. diff --git a/app/src/main/res/values-vi/plurals.xml b/app/src/main/res/values-vi/plurals.xml index 9d2b8b9f88..7c1cdfbb3e 100644 --- a/app/src/main/res/values-vi/plurals.xml +++ b/app/src/main/res/values-vi/plurals.xml @@ -720,6 +720,10 @@ {#} đề cập, {#} đề cập, + + {count} người bạn khác + {count} người bạn khác + 1 ngày {#} ngày diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index e6493b7da7..4cb39deb98 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -4107,18 +4107,22 @@ Thêm máy chủ cho Hub Mời thêm người vào Hub Bạn là một trong những người đầu tiên ở đây! Hãy bắt đầu bằng việc thêm các máy chủ và thành viên. - Chào mừng đến với Discord Hub cho sinh viên của !!{guildName}!! + Chào mừng đến với Student Hub dành cho !!{guildName}!! học sinh sinh viên Discord Hub cho !!{guildName}!! Từ câu lạc bộ cho tới nhóm học tập, đến các buổi tối chơi game, đây chính là nơi dành cho bạn. Tìm bạn bè của bạn + Student Hub + Một nơi độc quyền để kết nối với sinh viên, khám phá và chia sẻ máy chủ dành riêng cho sinh viên tham gia. Các Hub không được liên kết hay quản lý bởi trường. Các máy chủ trong Hub là do sinh viên lập, nhưng cũng có vài máy chủ không phải do sinh viên lập nên. Hãy xác nhận liên kết trong email để tiếp tục quá trình xác minh. Trang này sẽ được tự động làm mới. Dùng Một Email Khác Chúng tôi đã gửi liên kết xác nhận tới địa chỉ !!{email}!! Gửi lại Email Xác nhận + Hãy tham gia Student Hub cho trường mà bạn đang theo học. Tham gia nhiều trường? + Tham gia Hub Không Cảm Ơn Dễ dàng tìm kiếm các máy chủ của sinh viên dành cho các nhóm học tập, câu lạc bộ, buổi tụ tập và hơn thế nữa. - Nhập địa chỉ email chính thức của trường bạn + Bạn có đang là sinh viên? Hãy tham gia Student Hub cho trường học của bạn! EMAIL TRƯỜNG name@school.edu Chọn trường của bạn @@ -4126,36 +4130,41 @@ Không tìm thấy kết quả trùng khớp [Vào danh sách chờ.](onJoinWaitlist) Không tìm thấy trường của bạn? [Vào danh sách chờ.](onJoinWaitlist) + Tham gia cùng {count} trong Student Hub dành cho !!{guildName}!!! Tham gia Trung tâm khác Dễ dàng tìm kiếm các máy chủ của sinh viên dành cho các nhóm học tập, câu lạc bộ, buổi tụ tập và hơn thế nữa. Bạn có đang là sinh viên? Hãy tham gia Discord Hub cho trường học của bạn! - Tham gia trường của tôi + Tham gia Hub Vào danh sách chờ Tên Trường Tên Trường đầy đủ Một nơi độc quyền để kết nối với sinh viên, khám phá và chia sẻ máy chủ của riêng bạn để sinh viên tham gia. Các trung tâm không được trường liên kết hoặc quản lý. Các máy chủ trong Trung tâm là của sinh viên lập, nhưng cũng có thể có vài máy chủ không phải do sinh viên lập nên. + Student Hub Nếu máy chủ của bạn chỉ dành cho sinh viên, chỉ cần mời bạn cùng lớp của bạn. Họ không cần địa chỉ .edu để tham gia Gỡ bỏ khỏi Hub Bạn có chắc muốn gỡ !!{guildName}!! ra khỏi Hub không? Chỉnh sửa cài đặt Chỉnh Sửa Cài Đặt cho !!{guildName}!! + Student Hub là gì? Đi học một trường khác? [Tham gia tại đây](onClick) Bạn đã được mời tham gia trung tâm Bạn đã gửi lời mời tham gia trung tâm + Mời bạn bè vào Student Hub cho trường học của bạn + Tất cả những gì bạn cần là địa chỉ email của trường. Không nhận được mã? [Gửi lại mã](onClick) tới !!{email}!! Đi thôi nào! Tên Đầy Đủ Tên Thật - Chào mừng !!{guildName}!! tới Discord Hub! + Chào mừng đến với Student Hub dành cho !!{guildName}!!! Thêm tên thật của bạn vào để mọi người có thể nhận ra bạn. Bạn có thể thay đổi điều này bất cứ lúc nào trong Cài Đặt Hub. Đã gửi Không thể gửi email + Student Hub Thêm Các Máy Chủ Mời Mọi Người Tham Gia Các Máy Chủ Không có trường của tôi ở đây Xác minh địa chỉ email - Nhập địa chỉ email chính thức của trường bạn sam@college.edu EMAIL TRƯỜNG Nhận thông báo khi trung tâm của bạn ra mắt để bạn có thể dễ dàng tìm thấy các máy chủ do sinh viên điều hành cho các nhóm học tập và câu lạc bộ của mình. diff --git a/app/src/main/res/values-zh-rCN/plurals.xml b/app/src/main/res/values-zh-rCN/plurals.xml index f1019ae622..f1b94ab2cf 100644 --- a/app/src/main/res/values-zh-rCN/plurals.xml +++ b/app/src/main/res/values-zh-rCN/plurals.xml @@ -720,6 +720,10 @@ {#} 提及, {#} 提及, + + {count}其他好友 + {count}其他好友 + 1 天 {#} 天 diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index fa121ef797..43fc1b4705 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -4113,18 +4113,21 @@ 添加服务器至此 Hub 邀请其他人加入此 Hub 您是首批来客之一!让咱们先添加一些服务器与成员吧。 - 欢迎来到!!{guildName}!!同学们的 Discord Hub + 欢迎来到!!{guildName}!!同侪的 Student Hub !!{guildName}!!的 Discord Hub 从俱乐部到学习小组,再到游戏之夜,总有一款适合您。 发现您的圈子 + 它是一方连接同学,发现服务器,并分享您自己服务器来供学生们加入的专属天地。 Hub 不隶属于学校,也不受学校管理。 Hub 中的服务器由学生自主运营,但也会包括非学生群体。 如要继续进行验证,前往您的电子邮箱,确认此链接。该页面会自动刷新。 换个邮箱试试 我们已经向 !!{email}!! 发送了确认链接 重新发送确认链接 + 加入您所就读的任意学校的 Student Hub 就读于多个学校? + 加入 Hub 不了,谢谢 轻松为您找到学习小组、社团、游戏之夜等组织,服务器全部由学生自主运营。 - 输入您的学校官方电子邮箱地址 + 您是在校生吗? 快来加入您学校的 Student Hub 吧! 学校电子邮箱 name@school.edu 选择您的学校 @@ -4132,10 +4135,11 @@ 未找到匹配的搜索结果 [加入等待列表。](onJoinWaitlist) 找不到您的学校?[加入等待列表。](onJoinWaitlist) + 加入!!{guildName}!!的 Student Hub,与{count}打成一片! 加入另一 Hub 轻松为您找到学习小组、社团、游戏之夜等组织,服务器全部由学生自主运营。 您是在校生吗? 快来加入您学校的 Discord Hub 吧! - 加入我的学校 + 加入 Hub 加入等待列表 学校名称 学校全称 @@ -4145,14 +4149,17 @@ 您确定要从此 Hub 中移除 !!{guildName}!!吗? 编辑设置 编辑!!{guildName}!!的设置 + 什么是 Student Hub? 去另一所学校了?[于此加入](onClick) 您已被邀请加入 Hub 您发出了加入 Hub 的邀请 + 邀请好友加入您学校的 Student Hub + 提供学生电子邮箱地址后方可加入 没有收到识别码?[重新发送识别码](onClick)至!!{email}!! 出发吧! 全名 真名 - 欢迎来到!!{guildName}!!的 Discord Hub! + 欢迎来到!!{guildName}!! 的 Student Hub! 添加您的真实姓名,这样大家就知道您是谁了。您可于 Hub 设置处随时变更。 已发送 无法发送邮件 @@ -4161,7 +4168,6 @@ 加入服务器 我的学校不在此列 验证电子邮箱地址 - 输入您的学校官方电子邮箱地址 sam@college.edu 学校电子邮箱 在您的 hub 启动之时获得通知,这样一来,您就可以轻松地为自己的学习小组以及社团找到 学生自主运营的服务器了。 diff --git a/app/src/main/res/values-zh-rTW/plurals.xml b/app/src/main/res/values-zh-rTW/plurals.xml index dcd57842ca..b68c68137b 100644 --- a/app/src/main/res/values-zh-rTW/plurals.xml +++ b/app/src/main/res/values-zh-rTW/plurals.xml @@ -720,6 +720,10 @@ {#} 則提及 {#} 則提及, + + {count} 位好友 + {count} 位好友 + 1 天 {#} 天 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index f68c96477c..c03482213f 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -4107,18 +4107,22 @@ 新增伺服器至此中心 邀請使用者加入此中心 您是初期加入的成員!我們一開始先新增一些伺服器和成員吧。 - 歡迎來到 !!{guildName}!! 學生專用的 Discord 中心 + 歡迎來到 !!{guildName}!! 學生專用的學生中心 !!{guildName}!! 專用的 Discord 中心 從社團、讀書會到 Game Night,總有一個地方適合你。 尋找您的使用者 + 學生中心 + 這是一個專屬園地,可以讓您與學生互動交流、探索伺服器,並分享您自己的伺服器讓學生加入。 中心與校方無關,也並非由校方管理。 中心的伺服器全由學生經營,但可能會有非學生的使用者加入。 請確認傳送至您電子郵件的連結以繼續認證作業。此頁面將自動重新整理。 請試試另一個電子郵件 我們已傳送確認連結至 !!{email}!! 重新傳送確認連結 + 加入您所就讀任何學校的學生中心 在數個學校中就讀嗎? + 加入中心 不用了,謝謝 輕鬆找到由學生經營的讀書會、社團和 Game Night 等伺服器。 - 輸入正式的學校電子郵件地址 + 您目前是學生嗎? 加入您學校的學生中心吧! 學校電子郵件 name@school.edu 選擇您的學校 @@ -4126,36 +4130,41 @@ 找不到相符的項目 [加入等候名單。](onJoinWaitlist) 找不到您的學校嗎?[加入等候名單。](onJoinWaitlist) + 與其他 {count}一起加入 !!{guildName}!! 專用的學生中心! 加入另一個中心 輕鬆找到由學生經營的讀書會、社團和 Game Night 等伺服器。 您目前是學生嗎? 加入您學校的 Discord 中心吧! - 加入我的學校 + 加入中心 加入等候名單 學校名稱 學校全名 這是一個專屬園地,可以讓您與學生互動交流、探索伺服器,並分享您自己的伺服器讓學生加入。 中心與校方無關,也並非由校方管理。 中心的伺服器全由學生經營,但可能會有非學生的使用者加入。 + 學生中心 如果您的伺服器只希望學生加入,那麼邀請您的同學就好。他們不需要校園電子郵件地址也能加入。 從中心移除 您確定要從此中心移除 !!{guildName}!! 嗎? 編輯設定 編輯 !!{guildName}!! 的設定 + 何謂學生中心? 於不同學校就讀嗎?[從這裡加入](onClick) 您已受邀加入一個中心 您傳送了一個加入中心的邀請 + 邀請好友加入您學校的學生中心 + 需有學生電子郵件地址方可加入 未取得代碼?[重新傳送代碼](onClick)至 !!{email}!! 走吧! 全名 真實姓名 - 歡迎來到 !!{guildName}!! 專用的 Discord 中心! + 歡迎來到 !!{guildName}!! 專用的學生中心! 新增您的真實姓名讓其他人認得你。您可以透過中心設定隨時變更此名稱。 已傳送 無法傳送電子郵件 + 學生中心 新增伺服器 邀請其他人 加入伺服器 我的學校不在這裡 認證電子郵件地址 - 輸入正式的學校電子郵件地址 sam@college.edu 學校電子郵件 中心啟動時即可收到通知,讓您輕鬆找到 由學生經營的讀書會和社團等伺服器。 diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 632fff760e..e12758ab72 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -1789,6 +1789,8 @@ + + @@ -2896,6 +2898,8 @@ + + @@ -3215,6 +3219,8 @@ + + @@ -3412,6 +3418,8 @@ + + diff --git a/app/src/main/res/values/public.xml b/app/src/main/res/values/public.xml index f1f37e3f9d..32b10a657b 100644 --- a/app/src/main/res/values/public.xml +++ b/app/src/main/res/values/public.xml @@ -874,1043 +874,1047 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3575,1498 +3579,1500 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5717,2361 +5723,2361 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8342,1023 +8348,1031 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -10280,115 +10294,116 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -17915,5985 +17930,5992 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0aa3b12694..463ab0bab4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1415,7 +1415,7 @@ Select a color Transparency Use Default - 727ae2e785fc4f9fba0ebc0c17e73a6e + acd713500a6543cfb8d94f721c123b41 Coming Soon Slash command application {applicationName} {applicationName} application @@ -3555,6 +3555,8 @@ Welcome to **{serverName} Premium** Join **{serverName} Premium** to unlock exclusive perks and support the server Join $[{serverName} Premium](serverNameHook) to unlock exclusive perks and support the server + Sorry, $[{serverName} Premium](serverNameHook) isn\'t available to purchase on mobile + We\'ve known each other for so long, Your heart\'s been aching but you\'re too shy to say it, Inside we both know what\'s been going on, We know the game and we\'re gonna play it. Search channels Additional Benefit Additional Benefits @@ -5730,8 +5732,8 @@ Members with this permission can drag other members out of this channel. They can only move members between channels both they and the member they are moving have access. Move To User has been moved to the selected channel. - Alert Cleared - No Alert Showing + Alert Cleared + No Alert Showing New notification Remove %1$s More than %1$d new notifications @@ -6204,6 +6206,7 @@ Only you can see {count} • [Dismiss {countMessages}](handleDelete) Open Open Connection Replay + Open App Open in Browser Open in Full View Open in Split View @@ -6887,12 +6890,14 @@ You have chat perks and a Boost discount You have chat perks and a Boost discount for **!!{price}!!** (Pending Cancellation) You have chat perks and a Boost discount (Pending Cancellation) + You will have chat perks and a Boost discount **as soon as your payment processes.** We will send you an email as soon as it does You have premium chat, **{num}x** Boosts, and a Boost discount for **!!{price}!!** Your premium chat, **{num}x** Boosts, and a Boost discount subscription for **!!{price}!!** is **on hold** Your premium chat, **{num}x** Boosts, and a Boost discount subscription is **on hold** You have premium chat, **{num}x** Boosts, and a Boost discount You have premium chat, **{num}x** Boosts, and a Boost discount for **!!{price}!!** (Pending Cancellation) You have premium chat, **{num}x** Boosts, and a Boost discount (Pending Cancellation) + You will have premium chat, **{num}x** Boosts, and a Boost discount **as soon as your payment processes.** We will send you an email as soon as it does Add Payment Your Nitro subscription ends {daysLeft}. Add a payment method to keep using profile customization and more. Learn More @@ -9267,6 +9272,7 @@ Use our latest technology to capture your screen Windows Settings User Settings (Build Override: !!{webBuildOverride}!!) + $[You are signed in as](signedInAs) $[](userTag) {name} and {count} User Volume Username @@ -9517,6 +9523,7 @@ Widget Windows Working… + Wrong account? Wumpus Xbox Account Authorization Link