106.8 - Beta (106108)

This commit is contained in:
Juby210 2021-12-17 23:01:24 +01:00
parent 4d8960fc45
commit 4d9eaa866d
15484 changed files with 445176 additions and 422938 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord' applicationId 'com.discord'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 104108 versionCode 106108
versionName "104.8 - Beta" versionName "106.8 - Beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="104108" android:versionName="104.8 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="106108" android:versionName="106.8 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/> <uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/> <uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
@ -200,7 +200,7 @@
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/> <meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
<meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/> <meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/>
<meta-data android:name="libdiscord_version" android:value="89.0.26-pixel6-hwdec"/> <meta-data android:name="libdiscord_version" android:value="89.0.26-pixel6-hwdec"/>
<activity android:theme="@style/res_2131952268_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/> <activity android:theme="@style/res_2131952270_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/>
<service android:name="androidx.sharetarget.ChooserTargetServiceCompat" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE"> <service android:name="androidx.sharetarget.ChooserTargetServiceCompat" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE">
<intent-filter> <intent-filter>
<action android:name="android.service.chooser.ChooserTargetService"/> <action android:name="android.service.chooser.ChooserTargetService"/>

View File

@ -36,7 +36,9 @@ import java.util.Objects;
import x.a.b.b.a.b; import x.a.b.b.a.b;
public final class MediaBrowserCompat { public final class MediaBrowserCompat {
public static final boolean a = Log.isLoggable("MediaBrowserCompat", 3); public static final boolean a = Log.isLoggable("MediaBrowserCompat", 3);
public final d b;
/* renamed from: b reason: collision with root package name */
public final d f14b;
public static class CustomActionResultReceiver extends ResultReceiver { public static class CustomActionResultReceiver extends ResultReceiver {
@Override // android.support.v4.os.ResultReceiver @Override // android.support.v4.os.ResultReceiver
@ -65,8 +67,8 @@ public final class MediaBrowserCompat {
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public static class MediaItem implements Parcelable { public static class MediaItem implements Parcelable {
public static final Parcelable.Creator<MediaItem> CREATOR = new a(); public static final Parcelable.Creator<MediaItem> CREATOR = new a();
public final int i; public final int j;
public final MediaDescriptionCompat j; public final MediaDescriptionCompat k;
public class a implements Parcelable.Creator<MediaItem> { public class a implements Parcelable.Creator<MediaItem> {
/* Return type fixed from 'java.lang.Object' to match base method */ /* Return type fixed from 'java.lang.Object' to match base method */
@ -83,16 +85,16 @@ public final class MediaBrowserCompat {
} }
public MediaItem(Parcel parcel) { public MediaItem(Parcel parcel) {
this.i = parcel.readInt(); this.j = parcel.readInt();
this.j = MediaDescriptionCompat.CREATOR.createFromParcel(parcel); this.k = MediaDescriptionCompat.CREATOR.createFromParcel(parcel);
} }
public MediaItem(@NonNull MediaDescriptionCompat mediaDescriptionCompat, int i) { public MediaItem(@NonNull MediaDescriptionCompat mediaDescriptionCompat, int i) {
if (mediaDescriptionCompat == null) { if (mediaDescriptionCompat == null) {
throw new IllegalArgumentException("description cannot be null"); throw new IllegalArgumentException("description cannot be null");
} else if (!TextUtils.isEmpty(mediaDescriptionCompat.i)) { } else if (!TextUtils.isEmpty(mediaDescriptionCompat.j)) {
this.i = i; this.j = i;
this.j = mediaDescriptionCompat; this.k = mediaDescriptionCompat;
} else { } else {
throw new IllegalArgumentException("description must have a non-empty media id"); throw new IllegalArgumentException("description must have a non-empty media id");
} }
@ -124,13 +126,13 @@ public final class MediaBrowserCompat {
@Override // java.lang.Object @Override // java.lang.Object
@NonNull @NonNull
public String toString() { public String toString() {
return "MediaItem{mFlags=" + this.i + ", mDescription=" + this.j + '}'; return "MediaItem{mFlags=" + this.j + ", mDescription=" + this.k + '}';
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) { public void writeToParcel(Parcel parcel, int i) {
parcel.writeInt(this.i); parcel.writeInt(this.j);
this.j.writeToParcel(parcel, i); this.k.writeToParcel(parcel, i);
} }
} }
@ -168,24 +170,26 @@ public final class MediaBrowserCompat {
public static class b extends Handler { public static class b extends Handler {
public final WeakReference<h> a; public final WeakReference<h> a;
public WeakReference<Messenger> b;
/* renamed from: b reason: collision with root package name */
public WeakReference<Messenger> f15b;
public b(h hVar) { public b(h hVar) {
this.a = new WeakReference<>(hVar); this.a = new WeakReference<>(hVar);
} }
public void a(Messenger messenger) { public void a(Messenger messenger) {
this.b = new WeakReference<>(messenger); this.f15b = new WeakReference<>(messenger);
} }
@Override // android.os.Handler @Override // android.os.Handler
public void handleMessage(@NonNull Message message) { public void handleMessage(@NonNull Message message) {
WeakReference<Messenger> weakReference = this.b; WeakReference<Messenger> weakReference = this.f15b;
if (weakReference != null && weakReference.get() != null && this.a.get() != null) { if (weakReference != null && weakReference.get() != null && this.a.get() != null) {
Bundle data = message.getData(); Bundle data = message.getData();
MediaSessionCompat.a(data); MediaSessionCompat.a(data);
h hVar = this.a.get(); h hVar = this.a.get();
Messenger messenger = this.b.get(); Messenger messenger = this.f15b.get();
try { try {
int i = message.what; int i = message.what;
if (i == 1) { if (i == 1) {
@ -229,12 +233,12 @@ public final class MediaBrowserCompat {
e eVar = (e) bVar; e eVar = (e) bVar;
Objects.requireNonNull(eVar); Objects.requireNonNull(eVar);
try { try {
Bundle extras = eVar.b.getExtras(); Bundle extras = eVar.f16b.getExtras();
if (extras != null) { if (extras != null) {
extras.getInt(MediaBrowserProtocol.EXTRA_SERVICE_VERSION, 0); extras.getInt(MediaBrowserProtocol.EXTRA_SERVICE_VERSION, 0);
IBinder binder = BundleCompat.getBinder(extras, MediaBrowserProtocol.EXTRA_MESSENGER_BINDER); IBinder binder = BundleCompat.getBinder(extras, MediaBrowserProtocol.EXTRA_MESSENGER_BINDER);
if (binder != null) { if (binder != null) {
eVar.f = new i(binder, eVar.f13c); eVar.f = new i(binder, eVar.c);
Messenger messenger = new Messenger(eVar.d); Messenger messenger = new Messenger(eVar.d);
eVar.g = messenger; eVar.g = messenger;
eVar.d.a(messenger); eVar.d.a(messenger);
@ -246,7 +250,7 @@ public final class MediaBrowserCompat {
Bundle bundle = new Bundle(); Bundle bundle = new Bundle();
bundle.putString(MediaBrowserProtocol.DATA_PACKAGE_NAME, context.getPackageName()); bundle.putString(MediaBrowserProtocol.DATA_PACKAGE_NAME, context.getPackageName());
bundle.putInt(MediaBrowserProtocol.DATA_CALLING_PID, Process.myPid()); bundle.putInt(MediaBrowserProtocol.DATA_CALLING_PID, Process.myPid());
bundle.putBundle(MediaBrowserProtocol.DATA_ROOT_HINTS, iVar.b); bundle.putBundle(MediaBrowserProtocol.DATA_ROOT_HINTS, iVar.f17b);
iVar.a(6, bundle, messenger2); iVar.a(6, bundle, messenger2);
} catch (RemoteException unused) { } catch (RemoteException unused) {
Log.i("MediaBrowserCompat", "Remote error registering client messenger."); Log.i("MediaBrowserCompat", "Remote error registering client messenger.");
@ -254,7 +258,7 @@ public final class MediaBrowserCompat {
} }
x.a.b.b.a.b e = b.a.e(BundleCompat.getBinder(extras, MediaBrowserProtocol.EXTRA_SESSION_BINDER)); x.a.b.b.a.b e = b.a.e(BundleCompat.getBinder(extras, MediaBrowserProtocol.EXTRA_SESSION_BINDER));
if (e != null) { if (e != null) {
eVar.h = MediaSessionCompat.Token.a(eVar.b.getSessionToken(), e); eVar.h = MediaSessionCompat.Token.a(eVar.f16b.getSessionToken(), e);
} }
} }
} catch (IllegalStateException e2) { } catch (IllegalStateException e2) {
@ -313,10 +317,10 @@ public final class MediaBrowserCompat {
@RequiresApi(21) @RequiresApi(21)
public static class e implements d, h, c.b { public static class e implements d, h, c.b {
public final Context a; public final Context a;
public final MediaBrowser b;
/* renamed from: c reason: collision with root package name */ /* renamed from: b reason: collision with root package name */
public final Bundle f13c; public final MediaBrowser f16b;
public final Bundle c;
public final b d = new b(this); public final b d = new b(this);
public final ArrayMap<String, j> e = new ArrayMap<>(); public final ArrayMap<String, j> e = new ArrayMap<>();
public i f; public i f;
@ -326,11 +330,11 @@ public final class MediaBrowserCompat {
public e(Context context, ComponentName componentName, c cVar, Bundle bundle) { public e(Context context, ComponentName componentName, c cVar, Bundle bundle) {
this.a = context; this.a = context;
Bundle bundle2 = bundle != null ? new Bundle(bundle) : new Bundle(); Bundle bundle2 = bundle != null ? new Bundle(bundle) : new Bundle();
this.f13c = bundle2; this.c = bundle2;
bundle2.putInt(MediaBrowserProtocol.EXTRA_CLIENT_VERSION, 1); bundle2.putInt(MediaBrowserProtocol.EXTRA_CLIENT_VERSION, 1);
bundle2.putInt(MediaBrowserProtocol.EXTRA_CALLING_PID, Process.myPid()); bundle2.putInt(MediaBrowserProtocol.EXTRA_CALLING_PID, Process.myPid());
cVar.setInternalConnectionCallback(this); cVar.setInternalConnectionCallback(this);
this.b = new MediaBrowser(context, componentName, cVar.mConnectionCallbackFwk, bundle2); this.f16b = new MediaBrowser(context, componentName, cVar.mConnectionCallbackFwk, bundle2);
} }
@Override // android.support.v4.media.MediaBrowserCompat.h @Override // android.support.v4.media.MediaBrowserCompat.h
@ -378,11 +382,13 @@ public final class MediaBrowserCompat {
public static class i { public static class i {
public Messenger a; public Messenger a;
public Bundle b;
/* renamed from: b reason: collision with root package name */
public Bundle f17b;
public i(IBinder iBinder, Bundle bundle) { public i(IBinder iBinder, Bundle bundle) {
this.a = new Messenger(iBinder); this.a = new Messenger(iBinder);
this.b = bundle; this.f17b = bundle;
} }
public final void a(int i, Bundle bundle, Messenger messenger) throws RemoteException { public final void a(int i, Bundle bundle, Messenger messenger) throws RemoteException {
@ -397,11 +403,13 @@ public final class MediaBrowserCompat {
public static class j { public static class j {
public final List<k> a = new ArrayList(); public final List<k> a = new ArrayList();
public final List<Bundle> b = new ArrayList();
/* renamed from: b reason: collision with root package name */
public final List<Bundle> f18b = new ArrayList();
public k a(Bundle bundle) { public k a(Bundle bundle) {
for (int i = 0; i < this.b.size(); i++) { for (int i = 0; i < this.f18b.size(); i++) {
if (MediaBrowserCompatUtils.areSameOptions(this.b.get(i), bundle)) { if (MediaBrowserCompatUtils.areSameOptions(this.f18b.get(i), bundle)) {
return this.a.get(i); return this.a.get(i);
} }
} }
@ -464,11 +472,11 @@ public final class MediaBrowserCompat {
public MediaBrowserCompat(Context context, ComponentName componentName, c cVar, Bundle bundle) { public MediaBrowserCompat(Context context, ComponentName componentName, c cVar, Bundle bundle) {
int i2 = Build.VERSION.SDK_INT; int i2 = Build.VERSION.SDK_INT;
if (i2 >= 26) { if (i2 >= 26) {
this.b = new g(context, componentName, cVar, null); this.f14b = new g(context, componentName, cVar, null);
} else if (i2 >= 23) { } else if (i2 >= 23) {
this.b = new f(context, componentName, cVar, null); this.f14b = new f(context, componentName, cVar, null);
} else { } else {
this.b = new e(context, componentName, cVar, null); this.f14b = new e(context, componentName, cVar, null);
} }
} }
} }

View File

@ -15,15 +15,15 @@ import androidx.annotation.RequiresApi;
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public final class MediaDescriptionCompat implements Parcelable { public final class MediaDescriptionCompat implements Parcelable {
public static final Parcelable.Creator<MediaDescriptionCompat> CREATOR = new a(); public static final Parcelable.Creator<MediaDescriptionCompat> CREATOR = new a();
public final String i; public final String j;
public final CharSequence j;
public final CharSequence k; public final CharSequence k;
public final CharSequence l; public final CharSequence l;
public final Bitmap m; public final CharSequence m;
public final Uri n; public final Bitmap n;
public final Bundle o; public final Uri o;
public final Uri p; public final Bundle p;
public MediaDescription q; public final Uri q;
public MediaDescription r;
public class a implements Parcelable.Creator<MediaDescriptionCompat> { public class a implements Parcelable.Creator<MediaDescriptionCompat> {
/* Return type fixed from 'java.lang.Object' to match base method */ /* Return type fixed from 'java.lang.Object' to match base method */
@ -144,14 +144,14 @@ public final class MediaDescriptionCompat implements Parcelable {
} }
public MediaDescriptionCompat(String str, CharSequence charSequence, CharSequence charSequence2, CharSequence charSequence3, Bitmap bitmap, Uri uri, Bundle bundle, Uri uri2) { public MediaDescriptionCompat(String str, CharSequence charSequence, CharSequence charSequence2, CharSequence charSequence3, Bitmap bitmap, Uri uri, Bundle bundle, Uri uri2) {
this.i = str; this.j = str;
this.j = charSequence; this.k = charSequence;
this.k = charSequence2; this.l = charSequence2;
this.l = charSequence3; this.m = charSequence3;
this.m = bitmap; this.n = bitmap;
this.n = uri; this.o = uri;
this.o = bundle; this.p = bundle;
this.p = uri2; this.q = uri2;
} }
/* JADX WARNING: Removed duplicated region for block: B:18:0x0052 */ /* JADX WARNING: Removed duplicated region for block: B:18:0x0052 */
@ -187,7 +187,7 @@ public final class MediaDescriptionCompat implements Parcelable {
uri2 = uri; uri2 = uri;
} }
MediaDescriptionCompat mediaDescriptionCompat = new MediaDescriptionCompat(g, i2, h, c2, e, f, bundle, uri2); MediaDescriptionCompat mediaDescriptionCompat = new MediaDescriptionCompat(g, i2, h, c2, e, f, bundle, uri2);
mediaDescriptionCompat.q = mediaDescription; mediaDescriptionCompat.r = mediaDescription;
return mediaDescriptionCompat; return mediaDescriptionCompat;
} }
} }
@ -195,7 +195,7 @@ public final class MediaDescriptionCompat implements Parcelable {
if (uri2 == null) { if (uri2 == null) {
} }
MediaDescriptionCompat mediaDescriptionCompat = new MediaDescriptionCompat(g, i2, h, c2, e, f, bundle, uri2); MediaDescriptionCompat mediaDescriptionCompat = new MediaDescriptionCompat(g, i2, h, c2, e, f, bundle, uri2);
mediaDescriptionCompat.q = mediaDescription; mediaDescriptionCompat.r = mediaDescription;
return mediaDescriptionCompat; return mediaDescriptionCompat;
} }
@ -206,39 +206,39 @@ public final class MediaDescriptionCompat implements Parcelable {
@Override // java.lang.Object @Override // java.lang.Object
public String toString() { public String toString() {
return ((Object) this.j) + ", " + ((Object) this.k) + ", " + ((Object) this.l); return ((Object) this.k) + ", " + ((Object) this.l) + ", " + ((Object) this.m);
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) { public void writeToParcel(Parcel parcel, int i) {
Bundle bundle; Bundle bundle;
int i2 = Build.VERSION.SDK_INT; int i2 = Build.VERSION.SDK_INT;
MediaDescription mediaDescription = this.q; MediaDescription mediaDescription = this.r;
if (mediaDescription == null) { if (mediaDescription == null) {
MediaDescription.Builder b2 = b.b(); MediaDescription.Builder b2 = b.b();
b.n(b2, this.i); b.n(b2, this.j);
b.p(b2, this.j); b.p(b2, this.k);
b.o(b2, this.k); b.o(b2, this.l);
b.j(b2, this.l); b.j(b2, this.m);
b.l(b2, this.m); b.l(b2, this.n);
b.m(b2, this.n); b.m(b2, this.o);
if (i2 >= 23 || this.p == null) { if (i2 >= 23 || this.q == null) {
b.k(b2, this.o); b.k(b2, this.p);
} else { } else {
if (this.o == null) { if (this.p == null) {
bundle = new Bundle(); bundle = new Bundle();
bundle.putBoolean("android.support.v4.media.description.NULL_BUNDLE_FLAG", true); bundle.putBoolean("android.support.v4.media.description.NULL_BUNDLE_FLAG", true);
} else { } else {
bundle = new Bundle(this.o); bundle = new Bundle(this.p);
} }
bundle.putParcelable("android.support.v4.media.description.MEDIA_URI", this.p); bundle.putParcelable("android.support.v4.media.description.MEDIA_URI", this.q);
b.k(b2, bundle); b.k(b2, bundle);
} }
if (i2 >= 23) { if (i2 >= 23) {
c.b(b2, this.p); c.b(b2, this.q);
} }
mediaDescription = b.a(b2); mediaDescription = b.a(b2);
this.q = mediaDescription; this.r = mediaDescription;
} }
mediaDescription.writeToParcel(parcel, i); mediaDescription.writeToParcel(parcel, i);
} }

View File

@ -10,8 +10,8 @@ import androidx.media.utils.MediaConstants;
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public final class MediaMetadataCompat implements Parcelable { public final class MediaMetadataCompat implements Parcelable {
public static final Parcelable.Creator<MediaMetadataCompat> CREATOR = new a(); public static final Parcelable.Creator<MediaMetadataCompat> CREATOR = new a();
public static final ArrayMap<String, Integer> i; public static final ArrayMap<String, Integer> j;
public final Bundle j; public final Bundle k;
public class a implements Parcelable.Creator<MediaMetadataCompat> { public class a implements Parcelable.Creator<MediaMetadataCompat> {
/* Return type fixed from 'java.lang.Object' to match base method */ /* Return type fixed from 'java.lang.Object' to match base method */
@ -29,7 +29,7 @@ public final class MediaMetadataCompat implements Parcelable {
static { static {
ArrayMap<String, Integer> arrayMap = new ArrayMap<>(); ArrayMap<String, Integer> arrayMap = new ArrayMap<>();
i = arrayMap; j = arrayMap;
arrayMap.put("android.media.metadata.TITLE", 1); arrayMap.put("android.media.metadata.TITLE", 1);
arrayMap.put("android.media.metadata.ARTIST", 1); arrayMap.put("android.media.metadata.ARTIST", 1);
arrayMap.put("android.media.metadata.DURATION", 0); arrayMap.put("android.media.metadata.DURATION", 0);
@ -64,7 +64,7 @@ public final class MediaMetadataCompat implements Parcelable {
} }
public MediaMetadataCompat(Parcel parcel) { public MediaMetadataCompat(Parcel parcel) {
this.j = parcel.readBundle(MediaSessionCompat.class.getClassLoader()); this.k = parcel.readBundle(MediaSessionCompat.class.getClassLoader());
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
@ -73,7 +73,7 @@ public final class MediaMetadataCompat implements Parcelable {
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i2) { public void writeToParcel(Parcel parcel, int i) {
parcel.writeBundle(this.j); parcel.writeBundle(this.k);
} }
} }

View File

@ -6,8 +6,8 @@ import android.os.Parcelable;
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public final class RatingCompat implements Parcelable { public final class RatingCompat implements Parcelable {
public static final Parcelable.Creator<RatingCompat> CREATOR = new a(); public static final Parcelable.Creator<RatingCompat> CREATOR = new a();
public final int i; public final int j;
public final float j; public final float k;
public class a implements Parcelable.Creator<RatingCompat> { public class a implements Parcelable.Creator<RatingCompat> {
/* Return type fixed from 'java.lang.Object' to match base method */ /* Return type fixed from 'java.lang.Object' to match base method */
@ -24,28 +24,28 @@ public final class RatingCompat implements Parcelable {
} }
public RatingCompat(int i, float f) { public RatingCompat(int i, float f) {
this.i = i; this.j = i;
this.j = f; this.k = f;
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
public int describeContents() { public int describeContents() {
return this.i; return this.j;
} }
@Override // java.lang.Object @Override // java.lang.Object
public String toString() { public String toString() {
StringBuilder R = c.d.b.a.a.R("Rating:style="); StringBuilder R = b.d.b.a.a.R("Rating:style=");
R.append(this.i); R.append(this.j);
R.append(" rating="); R.append(" rating=");
float f = this.j; float f = this.k;
R.append(f < 0.0f ? "unrated" : String.valueOf(f)); R.append(f < 0.0f ? "unrated" : String.valueOf(f));
return R.toString(); return R.toString();
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) { public void writeToParcel(Parcel parcel, int i) {
parcel.writeInt(this.i); parcel.writeInt(this.j);
parcel.writeFloat(this.j); parcel.writeFloat(this.k);
} }
} }

View File

@ -23,36 +23,36 @@ import x.a.b.b.a.c;
@RequiresApi(21) @RequiresApi(21)
public class MediaControllerCompat$MediaControllerImplApi21 { public class MediaControllerCompat$MediaControllerImplApi21 {
public final MediaController a; public final MediaController a;
public final Object b = new Object();
@GuardedBy("mLock")
/* renamed from: c reason: collision with root package name */ /* renamed from: b reason: collision with root package name */
public final List<c> f14c = new ArrayList(); public final Object f20b = new Object();
@GuardedBy("mLock")
public final List<c> c = new ArrayList();
public HashMap<c, a> d = new HashMap<>(); public HashMap<c, a> d = new HashMap<>();
public final MediaSessionCompat.Token e; public final MediaSessionCompat.Token e;
public static class ExtraBinderRequestResultReceiver extends ResultReceiver { public static class ExtraBinderRequestResultReceiver extends ResultReceiver {
public WeakReference<MediaControllerCompat$MediaControllerImplApi21> i; public WeakReference<MediaControllerCompat$MediaControllerImplApi21> j;
public ExtraBinderRequestResultReceiver(MediaControllerCompat$MediaControllerImplApi21 mediaControllerCompat$MediaControllerImplApi21) { public ExtraBinderRequestResultReceiver(MediaControllerCompat$MediaControllerImplApi21 mediaControllerCompat$MediaControllerImplApi21) {
super(null); super(null);
this.i = new WeakReference<>(mediaControllerCompat$MediaControllerImplApi21); this.j = new WeakReference<>(mediaControllerCompat$MediaControllerImplApi21);
} }
@Override // android.os.ResultReceiver @Override // android.os.ResultReceiver
public void onReceiveResult(int i, Bundle bundle) { public void onReceiveResult(int i, Bundle bundle) {
MediaControllerCompat$MediaControllerImplApi21 mediaControllerCompat$MediaControllerImplApi21 = this.i.get(); MediaControllerCompat$MediaControllerImplApi21 mediaControllerCompat$MediaControllerImplApi21 = this.j.get();
if (mediaControllerCompat$MediaControllerImplApi21 != null && bundle != null) { if (mediaControllerCompat$MediaControllerImplApi21 != null && bundle != null) {
synchronized (mediaControllerCompat$MediaControllerImplApi21.b) { synchronized (mediaControllerCompat$MediaControllerImplApi21.f20b) {
MediaSessionCompat.Token token = mediaControllerCompat$MediaControllerImplApi21.e; MediaSessionCompat.Token token = mediaControllerCompat$MediaControllerImplApi21.e;
b e = b.a.e(BundleCompat.getBinder(bundle, "android.support.v4.media.session.EXTRA_BINDER")); b e = b.a.e(BundleCompat.getBinder(bundle, "android.support.v4.media.session.EXTRA_BINDER"));
synchronized (token.i) { synchronized (token.j) {
token.k = e; token.l = e;
} }
MediaSessionCompat.Token token2 = mediaControllerCompat$MediaControllerImplApi21.e; MediaSessionCompat.Token token2 = mediaControllerCompat$MediaControllerImplApi21.e;
VersionedParcelable versionedParcelable = ParcelUtils.getVersionedParcelable(bundle, "android.support.v4.media.session.SESSION_TOKEN2"); VersionedParcelable versionedParcelable = ParcelUtils.getVersionedParcelable(bundle, "android.support.v4.media.session.SESSION_TOKEN2");
synchronized (token2.i) { synchronized (token2.j) {
token2.l = versionedParcelable; token2.m = versionedParcelable;
} }
mediaControllerCompat$MediaControllerImplApi21.a(); mediaControllerCompat$MediaControllerImplApi21.a();
} }
@ -98,7 +98,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 {
public MediaControllerCompat$MediaControllerImplApi21(Context context, MediaSessionCompat.Token token) { public MediaControllerCompat$MediaControllerImplApi21(Context context, MediaSessionCompat.Token token) {
this.e = token; this.e = token;
MediaController mediaController = new MediaController(context, (MediaSession.Token) token.j); MediaController mediaController = new MediaController(context, (MediaSession.Token) token.k);
this.a = mediaController; this.a = mediaController;
if (token.b() == null) { if (token.b() == null) {
mediaController.sendCommand("android.support.v4.media.session.command.GET_EXTRA_BINDER", null, new ExtraBinderRequestResultReceiver(this)); mediaController.sendCommand("android.support.v4.media.session.command.GET_EXTRA_BINDER", null, new ExtraBinderRequestResultReceiver(this));
@ -108,7 +108,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 {
@GuardedBy("mLock") @GuardedBy("mLock")
public void a() { public void a() {
if (this.e.b() != null) { if (this.e.b() != null) {
for (c cVar : this.f14c) { for (c cVar : this.c) {
a aVar = new a(cVar); a aVar = new a(cVar);
this.d.put(cVar, aVar); this.d.put(cVar, aVar);
cVar.a = aVar; cVar.a = aVar;
@ -118,7 +118,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 {
Log.e("MediaControllerCompat", "Dead object in registerCallback.", e); Log.e("MediaControllerCompat", "Dead object in registerCallback.", e);
} }
} }
this.f14c.clear(); this.c.clear();
} }
} }
} }

View File

@ -25,8 +25,8 @@ public class MediaSessionCompat {
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public static final class QueueItem implements Parcelable { public static final class QueueItem implements Parcelable {
public static final Parcelable.Creator<QueueItem> CREATOR = new a(); public static final Parcelable.Creator<QueueItem> CREATOR = new a();
public final MediaDescriptionCompat i; public final MediaDescriptionCompat j;
public final long j; public final long k;
public class a implements Parcelable.Creator<QueueItem> { public class a implements Parcelable.Creator<QueueItem> {
/* Return type fixed from 'java.lang.Object' to match base method */ /* Return type fixed from 'java.lang.Object' to match base method */
@ -64,16 +64,16 @@ public class MediaSessionCompat {
if (mediaDescriptionCompat == null) { if (mediaDescriptionCompat == null) {
throw new IllegalArgumentException("Description cannot be null"); throw new IllegalArgumentException("Description cannot be null");
} else if (j != -1) { } else if (j != -1) {
this.i = mediaDescriptionCompat; this.j = mediaDescriptionCompat;
this.j = j; this.k = j;
} else { } else {
throw new IllegalArgumentException("Id cannot be QueueItem.UNKNOWN_ID"); throw new IllegalArgumentException("Id cannot be QueueItem.UNKNOWN_ID");
} }
} }
public QueueItem(Parcel parcel) { public QueueItem(Parcel parcel) {
this.i = MediaDescriptionCompat.CREATOR.createFromParcel(parcel); this.j = MediaDescriptionCompat.CREATOR.createFromParcel(parcel);
this.j = parcel.readLong(); this.k = parcel.readLong();
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
@ -83,23 +83,23 @@ public class MediaSessionCompat {
@Override // java.lang.Object @Override // java.lang.Object
public String toString() { public String toString() {
StringBuilder R = c.d.b.a.a.R("MediaSession.QueueItem {Description="); StringBuilder R = b.d.b.a.a.R("MediaSession.QueueItem {Description=");
R.append(this.i); R.append(this.j);
R.append(", Id="); R.append(", Id=");
return c.d.b.a.a.B(R, this.j, " }"); return b.d.b.a.a.B(R, this.k, " }");
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) { public void writeToParcel(Parcel parcel, int i) {
this.i.writeToParcel(parcel, i); this.j.writeToParcel(parcel, i);
parcel.writeLong(this.j); parcel.writeLong(this.k);
} }
} }
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public static final class ResultReceiverWrapper implements Parcelable { public static final class ResultReceiverWrapper implements Parcelable {
public static final Parcelable.Creator<ResultReceiverWrapper> CREATOR = new a(); public static final Parcelable.Creator<ResultReceiverWrapper> CREATOR = new a();
public ResultReceiver i; public ResultReceiver j;
public class a implements Parcelable.Creator<ResultReceiverWrapper> { public class a implements Parcelable.Creator<ResultReceiverWrapper> {
/* Return type fixed from 'java.lang.Object' to match base method */ /* Return type fixed from 'java.lang.Object' to match base method */
@ -116,7 +116,7 @@ public class MediaSessionCompat {
} }
public ResultReceiverWrapper(Parcel parcel) { public ResultReceiverWrapper(Parcel parcel) {
this.i = (ResultReceiver) ResultReceiver.CREATOR.createFromParcel(parcel); this.j = (ResultReceiver) ResultReceiver.CREATOR.createFromParcel(parcel);
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
@ -126,19 +126,19 @@ public class MediaSessionCompat {
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) { public void writeToParcel(Parcel parcel, int i) {
this.i.writeToParcel(parcel, i); this.j.writeToParcel(parcel, i);
} }
} }
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public static final class Token implements Parcelable { public static final class Token implements Parcelable {
public static final Parcelable.Creator<Token> CREATOR = new a(); public static final Parcelable.Creator<Token> CREATOR = new a();
public final Object i = new Object(); public final Object j = new Object();
public final Object j; public final Object k;
@GuardedBy("mLock") @GuardedBy("mLock")
public b k; public b l;
@GuardedBy("mLock") @GuardedBy("mLock")
public VersionedParcelable l; public VersionedParcelable m;
public class a implements Parcelable.Creator<Token> { public class a implements Parcelable.Creator<Token> {
/* Return type fixed from 'java.lang.Object' to match base method */ /* Return type fixed from 'java.lang.Object' to match base method */
@ -155,13 +155,13 @@ public class MediaSessionCompat {
} }
public Token(Object obj) { public Token(Object obj) {
this.j = obj; this.k = obj;
this.k = null; this.l = null;
} }
public Token(Object obj, b bVar) { public Token(Object obj, b bVar) {
this.j = obj; this.k = obj;
this.k = bVar; this.l = bVar;
} }
@RestrictTo({RestrictTo.Scope.LIBRARY}) @RestrictTo({RestrictTo.Scope.LIBRARY})
@ -178,8 +178,8 @@ public class MediaSessionCompat {
@RestrictTo({RestrictTo.Scope.LIBRARY}) @RestrictTo({RestrictTo.Scope.LIBRARY})
public b b() { public b b() {
b bVar; b bVar;
synchronized (this.i) { synchronized (this.j) {
bVar = this.k; bVar = this.l;
} }
return bVar; return bVar;
} }
@ -198,11 +198,11 @@ public class MediaSessionCompat {
return false; return false;
} }
Token token = (Token) obj; Token token = (Token) obj;
Object obj2 = this.j; Object obj2 = this.k;
if (obj2 == null) { if (obj2 == null) {
return token.j == null; return token.k == null;
} }
Object obj3 = token.j; Object obj3 = token.k;
if (obj3 == null) { if (obj3 == null) {
return false; return false;
} }
@ -211,7 +211,7 @@ public class MediaSessionCompat {
@Override // java.lang.Object @Override // java.lang.Object
public int hashCode() { public int hashCode() {
Object obj = this.j; Object obj = this.k;
if (obj == null) { if (obj == null) {
return 0; return 0;
} }
@ -220,7 +220,7 @@ public class MediaSessionCompat {
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) { public void writeToParcel(Parcel parcel, int i) {
parcel.writeParcelable((Parcelable) this.j, i); parcel.writeParcelable((Parcelable) this.k, i);
} }
} }

View File

@ -6,11 +6,11 @@ import android.os.Parcelable;
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public class ParcelableVolumeInfo implements Parcelable { public class ParcelableVolumeInfo implements Parcelable {
public static final Parcelable.Creator<ParcelableVolumeInfo> CREATOR = new a(); public static final Parcelable.Creator<ParcelableVolumeInfo> CREATOR = new a();
public int i;
public int j; public int j;
public int k; public int k;
public int l; public int l;
public int m; public int m;
public int n;
public class a implements Parcelable.Creator<ParcelableVolumeInfo> { public class a implements Parcelable.Creator<ParcelableVolumeInfo> {
/* Return type fixed from 'java.lang.Object' to match base method */ /* Return type fixed from 'java.lang.Object' to match base method */
@ -27,11 +27,11 @@ public class ParcelableVolumeInfo implements Parcelable {
} }
public ParcelableVolumeInfo(Parcel parcel) { public ParcelableVolumeInfo(Parcel parcel) {
this.i = parcel.readInt(); this.j = parcel.readInt();
this.k = parcel.readInt();
this.l = parcel.readInt(); this.l = parcel.readInt();
this.m = parcel.readInt(); this.m = parcel.readInt();
this.j = parcel.readInt(); this.n = parcel.readInt();
this.k = parcel.readInt();
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
@ -41,10 +41,10 @@ public class ParcelableVolumeInfo implements Parcelable {
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) { public void writeToParcel(Parcel parcel, int i) {
parcel.writeInt(this.i); parcel.writeInt(this.j);
parcel.writeInt(this.k);
parcel.writeInt(this.l); parcel.writeInt(this.l);
parcel.writeInt(this.m); parcel.writeInt(this.m);
parcel.writeInt(this.j); parcel.writeInt(this.n);
parcel.writeInt(this.k);
} }
} }

View File

@ -13,26 +13,26 @@ import java.util.List;
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public final class PlaybackStateCompat implements Parcelable { public final class PlaybackStateCompat implements Parcelable {
public static final Parcelable.Creator<PlaybackStateCompat> CREATOR = new a(); public static final Parcelable.Creator<PlaybackStateCompat> CREATOR = new a();
public final int i; public final int j;
public final long j;
public final long k; public final long k;
public final float l; public final long l;
public final long m; public final float m;
public final int n; public final long n;
public final CharSequence o; public final int o;
public final long p; public final CharSequence p;
public List<CustomAction> q; public final long q;
public final long r; public List<CustomAction> r;
/* renamed from: s reason: collision with root package name */ /* renamed from: s reason: collision with root package name */
public final Bundle f15s; public final long f21s;
public final Bundle t;
public static final class CustomAction implements Parcelable { public static final class CustomAction implements Parcelable {
public static final Parcelable.Creator<CustomAction> CREATOR = new a(); public static final Parcelable.Creator<CustomAction> CREATOR = new a();
public final String i; public final String j;
public final CharSequence j; public final CharSequence k;
public final int k; public final int l;
public final Bundle l; public final Bundle m;
public class a implements Parcelable.Creator<CustomAction> { public class a implements Parcelable.Creator<CustomAction> {
/* Return type fixed from 'java.lang.Object' to match base method */ /* Return type fixed from 'java.lang.Object' to match base method */
@ -49,17 +49,17 @@ public final class PlaybackStateCompat implements Parcelable {
} }
public CustomAction(Parcel parcel) { public CustomAction(Parcel parcel) {
this.i = parcel.readString(); this.j = parcel.readString();
this.j = (CharSequence) TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); this.k = (CharSequence) TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel);
this.k = parcel.readInt(); this.l = parcel.readInt();
this.l = parcel.readBundle(MediaSessionCompat.class.getClassLoader()); this.m = parcel.readBundle(MediaSessionCompat.class.getClassLoader());
} }
public CustomAction(String str, CharSequence charSequence, int i, Bundle bundle) { public CustomAction(String str, CharSequence charSequence, int i, Bundle bundle) {
this.i = str; this.j = str;
this.j = charSequence; this.k = charSequence;
this.k = i; this.l = i;
this.l = bundle; this.m = bundle;
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
@ -69,21 +69,21 @@ public final class PlaybackStateCompat implements Parcelable {
@Override // java.lang.Object @Override // java.lang.Object
public String toString() { public String toString() {
StringBuilder R = c.d.b.a.a.R("Action:mName='"); StringBuilder R = b.d.b.a.a.R("Action:mName='");
R.append((Object) this.j); R.append((Object) this.k);
R.append(", mIcon="); R.append(", mIcon=");
R.append(this.k);
R.append(", mExtras=");
R.append(this.l); R.append(this.l);
R.append(", mExtras=");
R.append(this.m);
return R.toString(); return R.toString();
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) { public void writeToParcel(Parcel parcel, int i) {
parcel.writeString(this.i); parcel.writeString(this.j);
TextUtils.writeToParcel(this.j, parcel, i); TextUtils.writeToParcel(this.k, parcel, i);
parcel.writeInt(this.k); parcel.writeInt(this.l);
parcel.writeBundle(this.l); parcel.writeBundle(this.m);
} }
} }
@ -238,31 +238,31 @@ public final class PlaybackStateCompat implements Parcelable {
} }
public PlaybackStateCompat(int i, long j, long j2, float f, long j3, int i2, CharSequence charSequence, long j4, List<CustomAction> list, long j5, Bundle bundle) { public PlaybackStateCompat(int i, long j, long j2, float f, long j3, int i2, CharSequence charSequence, long j4, List<CustomAction> list, long j5, Bundle bundle) {
this.i = i; this.j = i;
this.j = j; this.k = j;
this.k = j2; this.l = j2;
this.l = f; this.m = f;
this.m = j3; this.n = j3;
this.n = i2; this.o = i2;
this.o = charSequence; this.p = charSequence;
this.p = j4; this.q = j4;
this.q = new ArrayList(list); this.r = new ArrayList(list);
this.r = j5; this.f21s = j5;
this.f15s = bundle; this.t = bundle;
} }
public PlaybackStateCompat(Parcel parcel) { public PlaybackStateCompat(Parcel parcel) {
this.i = parcel.readInt(); this.j = parcel.readInt();
this.j = parcel.readLong();
this.l = parcel.readFloat();
this.p = parcel.readLong();
this.k = parcel.readLong(); this.k = parcel.readLong();
this.m = parcel.readLong(); this.m = parcel.readFloat();
this.o = (CharSequence) TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); this.q = parcel.readLong();
this.q = parcel.createTypedArrayList(CustomAction.CREATOR); this.l = parcel.readLong();
this.r = parcel.readLong(); this.n = parcel.readLong();
this.f15s = parcel.readBundle(MediaSessionCompat.class.getClassLoader()); this.p = (CharSequence) TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel);
this.n = parcel.readInt(); this.r = parcel.createTypedArrayList(CustomAction.CREATOR);
this.f21s = parcel.readLong();
this.t = parcel.readBundle(MediaSessionCompat.class.getClassLoader());
this.o = parcel.readInt();
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
@ -274,39 +274,39 @@ public final class PlaybackStateCompat implements Parcelable {
public String toString() { public String toString() {
StringBuilder sb = new StringBuilder("PlaybackState {"); StringBuilder sb = new StringBuilder("PlaybackState {");
sb.append("state="); sb.append("state=");
sb.append(this.i);
sb.append(", position=");
sb.append(this.j); sb.append(this.j);
sb.append(", buffered position="); sb.append(", position=");
sb.append(this.k); sb.append(this.k);
sb.append(", speed="); sb.append(", buffered position=");
sb.append(this.l); sb.append(this.l);
sb.append(", updated="); sb.append(", speed=");
sb.append(this.p);
sb.append(", actions=");
sb.append(this.m); sb.append(this.m);
sb.append(", error code="); sb.append(", updated=");
sb.append(this.n);
sb.append(", error message=");
sb.append(this.o);
sb.append(", custom actions=");
sb.append(this.q); sb.append(this.q);
sb.append(", actions=");
sb.append(this.n);
sb.append(", error code=");
sb.append(this.o);
sb.append(", error message=");
sb.append(this.p);
sb.append(", custom actions=");
sb.append(this.r);
sb.append(", active item id="); sb.append(", active item id=");
return c.d.b.a.a.B(sb, this.r, "}"); return b.d.b.a.a.B(sb, this.f21s, "}");
} }
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) { public void writeToParcel(Parcel parcel, int i) {
parcel.writeInt(this.i); parcel.writeInt(this.j);
parcel.writeLong(this.j);
parcel.writeFloat(this.l);
parcel.writeLong(this.p);
parcel.writeLong(this.k); parcel.writeLong(this.k);
parcel.writeLong(this.m); parcel.writeFloat(this.m);
TextUtils.writeToParcel(this.o, parcel, i); parcel.writeLong(this.q);
parcel.writeTypedList(this.q); parcel.writeLong(this.l);
parcel.writeLong(this.r); parcel.writeLong(this.n);
parcel.writeBundle(this.f15s); TextUtils.writeToParcel(this.p, parcel, i);
parcel.writeInt(this.n); parcel.writeTypedList(this.r);
parcel.writeLong(this.f21s);
parcel.writeBundle(this.t);
parcel.writeInt(this.o);
} }
} }

View File

@ -14,7 +14,7 @@ import x.a.b.c.a;
@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX})
public class ResultReceiver implements Parcelable { public class ResultReceiver implements Parcelable {
public static final Parcelable.Creator<ResultReceiver> CREATOR = new a(); public static final Parcelable.Creator<ResultReceiver> CREATOR = new a();
public x.a.b.c.a i; public x.a.b.c.a j;
public class a implements Parcelable.Creator<ResultReceiver> { public class a implements Parcelable.Creator<ResultReceiver> {
/* Return type fixed from 'java.lang.Object' to match base method */ /* Return type fixed from 'java.lang.Object' to match base method */
@ -30,7 +30,7 @@ public class ResultReceiver implements Parcelable {
} }
} }
public class b extends a.AbstractBinderC0362a { public class b extends a.AbstractBinderC0361a {
public b() { public b() {
} }
@ -44,21 +44,21 @@ public class ResultReceiver implements Parcelable {
public ResultReceiver(Parcel parcel) { public ResultReceiver(Parcel parcel) {
x.a.b.c.a aVar; x.a.b.c.a aVar;
IBinder readStrongBinder = parcel.readStrongBinder(); IBinder readStrongBinder = parcel.readStrongBinder();
int i = a.AbstractBinderC0362a.a; int i = a.AbstractBinderC0361a.a;
if (readStrongBinder == null) { if (readStrongBinder == null) {
aVar = null; aVar = null;
} else { } else {
IInterface queryLocalInterface = readStrongBinder.queryLocalInterface("android.support.v4.os.IResultReceiver"); IInterface queryLocalInterface = readStrongBinder.queryLocalInterface("android.support.v4.os.IResultReceiver");
aVar = (queryLocalInterface == null || !(queryLocalInterface instanceof x.a.b.c.a)) ? new a.AbstractBinderC0362a.C0363a(readStrongBinder) : (x.a.b.c.a) queryLocalInterface; aVar = (queryLocalInterface == null || !(queryLocalInterface instanceof x.a.b.c.a)) ? new a.AbstractBinderC0361a.C0362a(readStrongBinder) : (x.a.b.c.a) queryLocalInterface;
} }
this.i = aVar; this.j = aVar;
} }
public void a(int i, Bundle bundle) { public void a(int i, Bundle bundle) {
} }
public void b(int i, Bundle bundle) { public void b(int i, Bundle bundle) {
x.a.b.c.a aVar = this.i; x.a.b.c.a aVar = this.j;
if (aVar != null) { if (aVar != null) {
try { try {
aVar.v0(i, bundle); aVar.v0(i, bundle);
@ -75,10 +75,10 @@ public class ResultReceiver implements Parcelable {
@Override // android.os.Parcelable @Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) { public void writeToParcel(Parcel parcel, int i) {
synchronized (this) { synchronized (this) {
if (this.i == null) { if (this.j == null) {
this.i = new b(); this.j = new b();
} }
parcel.writeStrongBinder(this.i.asBinder()); parcel.writeStrongBinder(this.j.asBinder());
} }
} }
} }

View File

@ -49,7 +49,7 @@ import androidx.savedstate.SavedStateRegistryController;
import androidx.savedstate.SavedStateRegistryOwner; import androidx.savedstate.SavedStateRegistryOwner;
import androidx.savedstate.ViewTreeSavedStateRegistryOwner; import androidx.savedstate.ViewTreeSavedStateRegistryOwner;
import androidx.tracing.Trace; import androidx.tracing.Trace;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicInteger;
public class ComponentActivity extends androidx.core.app.ComponentActivity implements ContextAware, LifecycleOwner, ViewModelStoreOwner, HasDefaultViewModelProviderFactory, SavedStateRegistryOwner, OnBackPressedDispatcherOwner, ActivityResultRegistryOwner, ActivityResultCaller { public class ComponentActivity extends androidx.core.app.ComponentActivity implements ContextAware, LifecycleOwner, ViewModelStoreOwner, HasDefaultViewModelProviderFactory, SavedStateRegistryOwner, OnBackPressedDispatcherOwner, ActivityResultRegistryOwner, ActivityResultCaller {

View File

@ -24,10 +24,10 @@ public final class ContextAwareKt$withContextAvailable$$inlined$suspendCancellab
m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(context, "context");
CancellableContinuation cancellableContinuation = this.$co; CancellableContinuation cancellableContinuation = this.$co;
try { try {
k.a aVar = k.i; k.a aVar = k.j;
obj = k.m72constructorimpl(this.$onContextAvailable$inlined.invoke(context)); obj = k.m72constructorimpl(this.$onContextAvailable$inlined.invoke(context));
} catch (Throwable th) { } catch (Throwable th) {
k.a aVar2 = k.i; k.a aVar2 = k.j;
obj = k.m72constructorimpl(l.createFailure(th)); obj = k.m72constructorimpl(l.createFailure(th));
} }
cancellableContinuation.resumeWith(obj); cancellableContinuation.resumeWith(obj);

View File

@ -4,10 +4,9 @@ import android.content.Context;
import d0.w.h.b; import d0.w.h.b;
import d0.w.h.c; import d0.w.h.c;
import d0.w.i.a.g; import d0.w.i.a.g;
import d0.z.d.l;
import kotlin.coroutines.Continuation; import kotlin.coroutines.Continuation;
import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function1;
import s.a.k; import s.a.l;
/* compiled from: ContextAware.kt */ /* compiled from: ContextAware.kt */
public final class ContextAwareKt { public final class ContextAwareKt {
public static final <R> Object withContextAvailable(ContextAware contextAware, Function1<? super Context, ? extends R> function1, Continuation<? super R> continuation) { public static final <R> Object withContextAvailable(ContextAware contextAware, Function1<? super Context, ? extends R> function1, Continuation<? super R> continuation) {
@ -15,12 +14,12 @@ public final class ContextAwareKt {
if (peekAvailableContext != null) { if (peekAvailableContext != null) {
return function1.invoke(peekAvailableContext); return function1.invoke(peekAvailableContext);
} }
k kVar = new k(b.intercepted(continuation), 1); l lVar = new l(b.intercepted(continuation), 1);
kVar.A(); lVar.A();
ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1 contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1 = new ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1(kVar, contextAware, function1); ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1 contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1 = new ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1(lVar, contextAware, function1);
contextAware.addOnContextAvailableListener(contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1); contextAware.addOnContextAvailableListener(contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1);
kVar.e(new ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$2(contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1, contextAware, function1)); lVar.f(new ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$2(contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1, contextAware, function1));
Object u = kVar.u(); Object u = lVar.u();
if (u != c.getCOROUTINE_SUSPENDED()) { if (u != c.getCOROUTINE_SUSPENDED()) {
return u; return u;
} }
@ -33,17 +32,17 @@ public final class ContextAwareKt {
if (peekAvailableContext != null) { if (peekAvailableContext != null) {
return function1.invoke(peekAvailableContext); return function1.invoke(peekAvailableContext);
} }
l.mark(0); d0.z.d.l.mark(0);
k kVar = new k(b.intercepted(continuation), 1); l lVar = new l(b.intercepted(continuation), 1);
kVar.A(); lVar.A();
ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1 contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1 = new ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1(kVar, contextAware, function1); ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1 contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1 = new ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1(lVar, contextAware, function1);
contextAware.addOnContextAvailableListener(contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1); contextAware.addOnContextAvailableListener(contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1);
kVar.e(new ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$2(contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1, contextAware, function1)); lVar.f(new ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$2(contextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1, contextAware, function1));
Object u = kVar.u(); Object u = lVar.u();
if (u == c.getCOROUTINE_SUSPENDED()) { if (u == c.getCOROUTINE_SUSPENDED()) {
g.probeCoroutineSuspended(continuation); g.probeCoroutineSuspended(continuation);
} }
l.mark(1); d0.z.d.l.mark(1);
return u; return u;
} }
} }

View File

@ -6,7 +6,7 @@ import android.os.Parcel;
import android.os.Parcelable; import android.os.Parcelable;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
import c.d.b.a.a; import b.d.b.a.a;
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public final class ActivityResult implements Parcelable { public final class ActivityResult implements Parcelable {
@NonNull @NonNull

View File

@ -12,7 +12,7 @@ import androidx.core.app.ActivityOptionsCompat;
import androidx.lifecycle.Lifecycle; import androidx.lifecycle.Lifecycle;
import androidx.lifecycle.LifecycleEventObserver; import androidx.lifecycle.LifecycleEventObserver;
import androidx.lifecycle.LifecycleOwner; import androidx.lifecycle.LifecycleOwner;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.HashMap; import java.util.HashMap;
import java.util.Iterator; import java.util.Iterator;

View File

@ -805,8 +805,8 @@ public class AlertController {
i4 = 2; i4 = 2;
} }
int i5 = z3 ? 1 : 0; int i5 = z3 ? 1 : 0;
char c = z3 ? 1 : 0;
char c2 = z3 ? 1 : 0; char c2 = z3 ? 1 : 0;
char c3 = z3 ? 1 : 0;
setScrollIndicators(resolvePanel2, view2, i5 | i4, 3); setScrollIndicators(resolvePanel2, view2, i5 | i4, 3);
} }
} }

View File

@ -95,7 +95,7 @@ import androidx.core.view.WindowInsetsCompat;
import androidx.core.widget.PopupWindowCompat; import androidx.core.widget.PopupWindowCompat;
import androidx.lifecycle.Lifecycle; import androidx.lifecycle.Lifecycle;
import androidx.lifecycle.LifecycleOwner; import androidx.lifecycle.LifecycleOwner;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.Thread; import java.lang.Thread;
import java.util.List; import java.util.List;
import org.webrtc.MediaStreamTrack; import org.webrtc.MediaStreamTrack;
@ -754,10 +754,10 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil
public int windowAnimations; public int windowAnimations;
/* renamed from: x reason: collision with root package name */ /* renamed from: x reason: collision with root package name */
public int f16x; public int f23x;
/* renamed from: y reason: collision with root package name */ /* renamed from: y reason: collision with root package name */
public int f17y; public int f24y;
@SuppressLint({"BanParcelableUsage"}) @SuppressLint({"BanParcelableUsage"})
public static class SavedState implements Parcelable { public static class SavedState implements Parcelable {
@ -1555,7 +1555,7 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil
if (!(view == null || (layoutParams = view.getLayoutParams()) == null || layoutParams.width != -1)) { if (!(view == null || (layoutParams = view.getLayoutParams()) == null || layoutParams.width != -1)) {
i = -1; i = -1;
panelFeatureState.isHandled = false; panelFeatureState.isHandled = false;
WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f16x, panelFeatureState.f17y, PointerIconCompat.TYPE_HAND, 8519680, -3); WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f23x, panelFeatureState.f24y, PointerIconCompat.TYPE_HAND, 8519680, -3);
layoutParams3.gravity = panelFeatureState.gravity; layoutParams3.gravity = panelFeatureState.gravity;
layoutParams3.windowAnimations = panelFeatureState.windowAnimations; layoutParams3.windowAnimations = panelFeatureState.windowAnimations;
windowManager.addView(panelFeatureState.decorView, layoutParams3); windowManager.addView(panelFeatureState.decorView, layoutParams3);
@ -1565,7 +1565,7 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil
} }
i = -2; i = -2;
panelFeatureState.isHandled = false; panelFeatureState.isHandled = false;
WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f16x, panelFeatureState.f17y, PointerIconCompat.TYPE_HAND, 8519680, -3); WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f23x, panelFeatureState.f24y, PointerIconCompat.TYPE_HAND, 8519680, -3);
layoutParams3.gravity = panelFeatureState.gravity; layoutParams3.gravity = panelFeatureState.gravity;
layoutParams3.windowAnimations = panelFeatureState.windowAnimations; layoutParams3.windowAnimations = panelFeatureState.windowAnimations;
windowManager.addView(panelFeatureState.decorView, layoutParams3); windowManager.addView(panelFeatureState.decorView, layoutParams3);

View File

@ -28,7 +28,7 @@ import androidx.appcompat.widget.AppCompatToggleButton;
import androidx.appcompat.widget.TintContextWrapper; import androidx.appcompat.widget.TintContextWrapper;
import androidx.collection.SimpleArrayMap; import androidx.collection.SimpleArrayMap;
import androidx.core.view.ViewCompat; import androidx.core.view.ViewCompat;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.reflect.Constructor; import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method; import java.lang.reflect.Method;
@ -135,8 +135,8 @@ public class AppCompatViewInflater {
if (str.equals("view")) { if (str.equals("view")) {
str = attributeSet.getAttributeValue(null, "class"); str = attributeSet.getAttributeValue(null, "class");
} }
char c2 = 1; char c = 1;
char c3 = 0; char c2 = 0;
try { try {
Object[] objArr = this.mConstructorArgs; Object[] objArr = this.mConstructorArgs;
objArr[0] = context; objArr[0] = context;
@ -169,8 +169,8 @@ public class AppCompatViewInflater {
return null; return null;
} finally { } finally {
Object[] objArr4 = this.mConstructorArgs; Object[] objArr4 = this.mConstructorArgs;
objArr4[c3] = obj;
objArr4[c2] = obj; objArr4[c2] = obj;
objArr4[c] = obj;
} }
} }
@ -275,94 +275,94 @@ public class AppCompatViewInflater {
context2 = TintContextWrapper.wrap(context2); context2 = TintContextWrapper.wrap(context2);
} }
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1946472170: case -1946472170:
if (str.equals("RatingBar")) { if (str.equals("RatingBar")) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1455429095: case -1455429095:
if (str.equals("CheckedTextView")) { if (str.equals("CheckedTextView")) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1346021293: case -1346021293:
if (str.equals("MultiAutoCompleteTextView")) { if (str.equals("MultiAutoCompleteTextView")) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -938935918: case -938935918:
if (str.equals("TextView")) { if (str.equals("TextView")) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -937446323: case -937446323:
if (str.equals("ImageButton")) { if (str.equals("ImageButton")) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case -658531749: case -658531749:
if (str.equals("SeekBar")) { if (str.equals("SeekBar")) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case -339785223: case -339785223:
if (str.equals("Spinner")) { if (str.equals("Spinner")) {
c2 = 6; c = 6;
break; break;
} }
break; break;
case 776382189: case 776382189:
if (str.equals("RadioButton")) { if (str.equals("RadioButton")) {
c2 = 7; c = 7;
break; break;
} }
break; break;
case 799298502: case 799298502:
if (str.equals("ToggleButton")) { if (str.equals("ToggleButton")) {
c2 = '\b'; c = '\b';
break; break;
} }
break; break;
case 1125864064: case 1125864064:
if (str.equals("ImageView")) { if (str.equals("ImageView")) {
c2 = '\t'; c = '\t';
break; break;
} }
break; break;
case 1413872058: case 1413872058:
if (str.equals("AutoCompleteTextView")) { if (str.equals("AutoCompleteTextView")) {
c2 = '\n'; c = '\n';
break; break;
} }
break; break;
case 1601505219: case 1601505219:
if (str.equals("CheckBox")) { if (str.equals("CheckBox")) {
c2 = 11; c = 11;
break; break;
} }
break; break;
case 1666676343: case 1666676343:
if (str.equals("EditText")) { if (str.equals("EditText")) {
c2 = '\f'; c = '\f';
break; break;
} }
break; break;
case 2001146706: case 2001146706:
if (str.equals("Button")) { if (str.equals("Button")) {
c2 = '\r'; c = '\r';
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
view2 = createRatingBar(context2, attributeSet); view2 = createRatingBar(context2, attributeSet);
verifyNotNull(view2, str); verifyNotNull(view2, str);

View File

@ -45,7 +45,7 @@ import androidx.core.view.ViewPropertyAnimatorListenerAdapter;
import androidx.core.view.ViewPropertyAnimatorUpdateListener; import androidx.core.view.ViewPropertyAnimatorUpdateListener;
import androidx.fragment.app.FragmentActivity; import androidx.fragment.app.FragmentActivity;
import androidx.fragment.app.FragmentTransaction; import androidx.fragment.app.FragmentTransaction;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.ref.WeakReference; import java.lang.ref.WeakReference;
import java.util.ArrayList; import java.util.ArrayList;
@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX})

View File

@ -13,7 +13,7 @@ import androidx.annotation.FloatRange;
import androidx.annotation.RestrictTo; import androidx.annotation.RestrictTo;
import androidx.appcompat.R; import androidx.appcompat.R;
import androidx.core.graphics.drawable.DrawableCompat; import androidx.core.graphics.drawable.DrawableCompat;
import c.d.b.a.a; import b.d.b.a.a;
import com.google.android.material.shadow.ShadowDrawableWrapper; import com.google.android.material.shadow.ShadowDrawableWrapper;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy; import java.lang.annotation.RetentionPolicy;

View File

@ -26,7 +26,7 @@ import androidx.appcompat.widget.TintTypedArray;
import androidx.core.internal.view.SupportMenu; import androidx.core.internal.view.SupportMenu;
import androidx.core.view.ActionProvider; import androidx.core.view.ActionProvider;
import androidx.core.view.MenuItemCompat; import androidx.core.view.MenuItemCompat;
import c.d.b.a.a; import b.d.b.a.a;
import java.io.IOException; import java.io.IOException;
import java.lang.reflect.Constructor; import java.lang.reflect.Constructor;
import java.lang.reflect.Method; import java.lang.reflect.Method;

View File

@ -251,14 +251,14 @@ public class ActionMenuItem implements SupportMenuItem {
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setAlphabeticShortcut(char c2) { public MenuItem setAlphabeticShortcut(char c) {
this.mShortcutAlphabeticChar = Character.toLowerCase(c2); this.mShortcutAlphabeticChar = Character.toLowerCase(c);
return this; return this;
} }
@Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem @Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem
public MenuItem setAlphabeticShortcut(char c2, int i) { public MenuItem setAlphabeticShortcut(char c, int i) {
this.mShortcutAlphabeticChar = Character.toLowerCase(c2); this.mShortcutAlphabeticChar = Character.toLowerCase(c);
this.mShortcutAlphabeticModifiers = KeyEvent.normalizeMetaState(i); this.mShortcutAlphabeticModifiers = KeyEvent.normalizeMetaState(i);
return this; return this;
} }
@ -329,14 +329,14 @@ public class ActionMenuItem implements SupportMenuItem {
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setNumericShortcut(char c2) { public MenuItem setNumericShortcut(char c) {
this.mShortcutNumericChar = c2; this.mShortcutNumericChar = c;
return this; return this;
} }
@Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem @Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem
public MenuItem setNumericShortcut(char c2, int i) { public MenuItem setNumericShortcut(char c, int i) {
this.mShortcutNumericChar = c2; this.mShortcutNumericChar = c;
this.mShortcutNumericModifiers = KeyEvent.normalizeMetaState(i); this.mShortcutNumericModifiers = KeyEvent.normalizeMetaState(i);
return this; return this;
} }
@ -353,17 +353,17 @@ public class ActionMenuItem implements SupportMenuItem {
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setShortcut(char c2, char c3) { public MenuItem setShortcut(char c, char c2) {
this.mShortcutNumericChar = c2; this.mShortcutNumericChar = c;
this.mShortcutAlphabeticChar = Character.toLowerCase(c3); this.mShortcutAlphabeticChar = Character.toLowerCase(c2);
return this; return this;
} }
@Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem @Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem
public MenuItem setShortcut(char c2, char c3, int i, int i2) { public MenuItem setShortcut(char c, char c2, int i, int i2) {
this.mShortcutNumericChar = c2; this.mShortcutNumericChar = c;
this.mShortcutNumericModifiers = KeyEvent.normalizeMetaState(i); this.mShortcutNumericModifiers = KeyEvent.normalizeMetaState(i);
this.mShortcutAlphabeticChar = Character.toLowerCase(c3); this.mShortcutAlphabeticChar = Character.toLowerCase(c2);
this.mShortcutAlphabeticModifiers = KeyEvent.normalizeMetaState(i2); this.mShortcutAlphabeticModifiers = KeyEvent.normalizeMetaState(i2);
return this; return this;
} }

View File

@ -256,7 +256,7 @@ public class ActionMenuItemView extends AppCompatTextView implements MenuView.It
} }
@Override // androidx.appcompat.view.menu.MenuView.ItemView @Override // androidx.appcompat.view.menu.MenuView.ItemView
public void setShortcut(boolean z2, char c2) { public void setShortcut(boolean z2, char c) {
} }
@Override // androidx.appcompat.view.menu.MenuView.ItemView @Override // androidx.appcompat.view.menu.MenuView.ItemView

View File

@ -265,7 +265,7 @@ public class ListMenuItemView extends LinearLayout implements MenuView.ItemView,
} }
@Override // androidx.appcompat.view.menu.MenuView.ItemView @Override // androidx.appcompat.view.menu.MenuView.ItemView
public void setShortcut(boolean z2, char c2) { public void setShortcut(boolean z2, char c) {
int i = (!z2 || !this.mItemData.shouldShowShortcut()) ? 8 : 0; int i = (!z2 || !this.mItemData.shouldShowShortcut()) ? 8 : 0;
if (i == 0) { if (i == 0) {
this.mShortcutView.setText(this.mItemData.getShortcutLabel()); this.mShortcutView.setText(this.mItemData.getShortcutLabel());

View File

@ -430,21 +430,21 @@ public final class MenuItemImpl implements SupportMenuItem {
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setAlphabeticShortcut(char c2) { public MenuItem setAlphabeticShortcut(char c) {
if (this.mShortcutAlphabeticChar == c2) { if (this.mShortcutAlphabeticChar == c) {
return this; return this;
} }
this.mShortcutAlphabeticChar = Character.toLowerCase(c2); this.mShortcutAlphabeticChar = Character.toLowerCase(c);
this.mMenu.onItemsChanged(false); this.mMenu.onItemsChanged(false);
return this; return this;
} }
@Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem @Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem
public MenuItem setAlphabeticShortcut(char c2, int i) { public MenuItem setAlphabeticShortcut(char c, int i) {
if (this.mShortcutAlphabeticChar == c2 && this.mShortcutAlphabeticModifiers == i) { if (this.mShortcutAlphabeticChar == c && this.mShortcutAlphabeticModifiers == i) {
return this; return this;
} }
this.mShortcutAlphabeticChar = Character.toLowerCase(c2); this.mShortcutAlphabeticChar = Character.toLowerCase(c);
this.mShortcutAlphabeticModifiers = KeyEvent.normalizeMetaState(i); this.mShortcutAlphabeticModifiers = KeyEvent.normalizeMetaState(i);
this.mMenu.onItemsChanged(false); this.mMenu.onItemsChanged(false);
return this; return this;
@ -562,21 +562,21 @@ public final class MenuItemImpl implements SupportMenuItem {
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setNumericShortcut(char c2) { public MenuItem setNumericShortcut(char c) {
if (this.mShortcutNumericChar == c2) { if (this.mShortcutNumericChar == c) {
return this; return this;
} }
this.mShortcutNumericChar = c2; this.mShortcutNumericChar = c;
this.mMenu.onItemsChanged(false); this.mMenu.onItemsChanged(false);
return this; return this;
} }
@Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem @Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem
public MenuItem setNumericShortcut(char c2, int i) { public MenuItem setNumericShortcut(char c, int i) {
if (this.mShortcutNumericChar == c2 && this.mShortcutNumericModifiers == i) { if (this.mShortcutNumericChar == c && this.mShortcutNumericModifiers == i) {
return this; return this;
} }
this.mShortcutNumericChar = c2; this.mShortcutNumericChar = c;
this.mShortcutNumericModifiers = KeyEvent.normalizeMetaState(i); this.mShortcutNumericModifiers = KeyEvent.normalizeMetaState(i);
this.mMenu.onItemsChanged(false); this.mMenu.onItemsChanged(false);
return this; return this;
@ -595,18 +595,18 @@ public final class MenuItemImpl implements SupportMenuItem {
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setShortcut(char c2, char c3) { public MenuItem setShortcut(char c, char c2) {
this.mShortcutNumericChar = c2; this.mShortcutNumericChar = c;
this.mShortcutAlphabeticChar = Character.toLowerCase(c3); this.mShortcutAlphabeticChar = Character.toLowerCase(c2);
this.mMenu.onItemsChanged(false); this.mMenu.onItemsChanged(false);
return this; return this;
} }
@Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem @Override // androidx.core.internal.view.SupportMenuItem, android.view.MenuItem
public MenuItem setShortcut(char c2, char c3, int i, int i2) { public MenuItem setShortcut(char c, char c2, int i, int i2) {
this.mShortcutNumericChar = c2; this.mShortcutNumericChar = c;
this.mShortcutNumericModifiers = KeyEvent.normalizeMetaState(i); this.mShortcutNumericModifiers = KeyEvent.normalizeMetaState(i);
this.mShortcutAlphabeticChar = Character.toLowerCase(c3); this.mShortcutAlphabeticChar = Character.toLowerCase(c2);
this.mShortcutAlphabeticModifiers = KeyEvent.normalizeMetaState(i2); this.mShortcutAlphabeticModifiers = KeyEvent.normalizeMetaState(i2);
this.mMenu.onItemsChanged(false); this.mMenu.onItemsChanged(false);
return this; return this;

View File

@ -331,14 +331,14 @@ public class MenuItemWrapperICS extends BaseMenuWrapper implements MenuItem {
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setAlphabeticShortcut(char c2) { public MenuItem setAlphabeticShortcut(char c) {
this.mWrappedObject.setAlphabeticShortcut(c2); this.mWrappedObject.setAlphabeticShortcut(c);
return this; return this;
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setAlphabeticShortcut(char c2, int i) { public MenuItem setAlphabeticShortcut(char c, int i) {
this.mWrappedObject.setAlphabeticShortcut(c2, i); this.mWrappedObject.setAlphabeticShortcut(c, i);
return this; return this;
} }
@ -408,14 +408,14 @@ public class MenuItemWrapperICS extends BaseMenuWrapper implements MenuItem {
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setNumericShortcut(char c2) { public MenuItem setNumericShortcut(char c) {
this.mWrappedObject.setNumericShortcut(c2); this.mWrappedObject.setNumericShortcut(c);
return this; return this;
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setNumericShortcut(char c2, int i) { public MenuItem setNumericShortcut(char c, int i) {
this.mWrappedObject.setNumericShortcut(c2, i); this.mWrappedObject.setNumericShortcut(c, i);
return this; return this;
} }
@ -432,14 +432,14 @@ public class MenuItemWrapperICS extends BaseMenuWrapper implements MenuItem {
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setShortcut(char c2, char c3) { public MenuItem setShortcut(char c, char c2) {
this.mWrappedObject.setShortcut(c2, c3); this.mWrappedObject.setShortcut(c, c2);
return this; return this;
} }
@Override // android.view.MenuItem @Override // android.view.MenuItem
public MenuItem setShortcut(char c2, char c3, int i, int i2) { public MenuItem setShortcut(char c, char c2, int i, int i2) {
this.mWrappedObject.setShortcut(c2, c3, i, i2); this.mWrappedObject.setShortcut(c, c2, i, i2);
return this; return this;
} }

View File

@ -21,7 +21,7 @@ public interface MenuView {
void setIcon(Drawable drawable); void setIcon(Drawable drawable);
void setShortcut(boolean z2, char c2); void setShortcut(boolean z2, char c);
void setTitle(CharSequence charSequence); void setTitle(CharSequence charSequence);

View File

@ -32,7 +32,7 @@ import androidx.core.view.NestedScrollingParent3;
import androidx.core.view.NestedScrollingParentHelper; import androidx.core.view.NestedScrollingParentHelper;
import androidx.core.view.ViewCompat; import androidx.core.view.ViewCompat;
import androidx.core.view.WindowInsetsCompat; import androidx.core.view.WindowInsetsCompat;
import c.d.b.a.a; import b.d.b.a.a;
@SuppressLint({"UnknownNullness"}) @SuppressLint({"UnknownNullness"})
@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX})
public class ActionBarOverlayLayout extends ViewGroup implements DecorContentParent, NestedScrollingParent, NestedScrollingParent2, NestedScrollingParent3 { public class ActionBarOverlayLayout extends ViewGroup implements DecorContentParent, NestedScrollingParent, NestedScrollingParent2, NestedScrollingParent3 {

View File

@ -10,7 +10,7 @@ import android.os.AsyncTask;
import android.text.TextUtils; import android.text.TextUtils;
import android.util.Log; import android.util.Log;
import android.util.Xml; import android.util.Xml;
import c.d.b.a.a; import b.d.b.a.a;
import com.adjust.sdk.Constants; import com.adjust.sdk.Constants;
import java.io.FileInputStream; import java.io.FileInputStream;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;

View File

@ -23,7 +23,7 @@ import androidx.annotation.RestrictTo;
import androidx.annotation.VisibleForTesting; import androidx.annotation.VisibleForTesting;
import androidx.appcompat.R; import androidx.appcompat.R;
import androidx.core.view.ViewCompat; import androidx.core.view.ViewCompat;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.reflect.Field; import java.lang.reflect.Field;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -95,40 +95,40 @@ public class DrawableUtils {
Field[] fields = sInsetsClazz.getFields(); Field[] fields = sInsetsClazz.getFields();
for (Field field : fields) { for (Field field : fields) {
String name = field.getName(); String name = field.getName();
char c2 = 65535; char c = 65535;
switch (name.hashCode()) { switch (name.hashCode()) {
case -1383228885: case -1383228885:
if (name.equals("bottom")) { if (name.equals("bottom")) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case 115029: case 115029:
if (name.equals("top")) { if (name.equals("top")) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case 3317767: case 3317767:
if (name.equals("left")) { if (name.equals("left")) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case 108511772: case 108511772:
if (name.equals("right")) { if (name.equals("right")) {
c2 = 2; c = 2;
break; break;
} }
break; break;
} }
if (c2 == 0) { if (c == 0) {
rect2.left = field.getInt(invoke); rect2.left = field.getInt(invoke);
} else if (c2 == 1) { } else if (c == 1) {
rect2.top = field.getInt(invoke); rect2.top = field.getInt(invoke);
} else if (c2 == 2) { } else if (c == 2) {
rect2.right = field.getInt(invoke); rect2.right = field.getInt(invoke);
} else if (c2 == 3) { } else if (c == 3) {
rect2.bottom = field.getInt(invoke); rect2.bottom = field.getInt(invoke);
} }
} }

View File

@ -17,7 +17,7 @@ import androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure;
import androidx.core.view.GravityCompat; import androidx.core.view.GravityCompat;
import androidx.core.view.InputDeviceCompat; import androidx.core.view.InputDeviceCompat;
import androidx.core.view.ViewCompat; import androidx.core.view.ViewCompat;
import c.d.b.a.a; import b.d.b.a.a;
import com.google.android.material.badge.BadgeDrawable; import com.google.android.material.badge.BadgeDrawable;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy; import java.lang.annotation.RetentionPolicy;

View File

@ -31,7 +31,7 @@ import androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure;
import androidx.core.view.PointerIconCompat; import androidx.core.view.PointerIconCompat;
import androidx.core.view.ViewCompat; import androidx.core.view.ViewCompat;
import androidx.core.widget.PopupWindowCompat; import androidx.core.widget.PopupWindowCompat;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.reflect.Method; import java.lang.reflect.Method;
public class ListPopupWindow implements ShowableListMenu { public class ListPopupWindow implements ShowableListMenu {
private static final boolean DEBUG = false; private static final boolean DEBUG = false;

View File

@ -48,7 +48,7 @@ import androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure;
import androidx.core.view.ViewCompat; import androidx.core.view.ViewCompat;
import androidx.cursoradapter.widget.CursorAdapter; import androidx.cursoradapter.widget.CursorAdapter;
import androidx.customview.view.AbsSavedState; import androidx.customview.view.AbsSavedState;
import c.d.b.a.a; import b.d.b.a.a;
import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import java.util.WeakHashMap; import java.util.WeakHashMap;

View File

@ -24,7 +24,7 @@ import android.widget.TextView;
import androidx.appcompat.R; import androidx.appcompat.R;
import androidx.core.content.ContextCompat; import androidx.core.content.ContextCompat;
import androidx.cursoradapter.widget.ResourceCursorAdapter; import androidx.cursoradapter.widget.ResourceCursorAdapter;
import c.d.b.a.a; import b.d.b.a.a;
import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;
import java.io.IOException; import java.io.IOException;

View File

@ -1307,8 +1307,8 @@ public class Toolbar extends ViewGroup {
@Override // android.view.View @Override // android.view.View
public void onMeasure(int i, int i2) { public void onMeasure(int i, int i2) {
char c;
char c2; char c2;
char c3;
int i3; int i3;
int i4; int i4;
int i5; int i5;
@ -1319,11 +1319,11 @@ public class Toolbar extends ViewGroup {
int[] iArr = this.mTempMargins; int[] iArr = this.mTempMargins;
int i10 = 0; int i10 = 0;
if (ViewUtils.isLayoutRtl(this)) { if (ViewUtils.isLayoutRtl(this)) {
c3 = 1;
c2 = 0;
} else {
c3 = 0;
c2 = 1; c2 = 1;
c = 0;
} else {
c2 = 0;
c = 1;
} }
if (shouldLayout(this.mNavButtonView)) { if (shouldLayout(this.mNavButtonView)) {
measureChildConstrained(this.mNavButtonView, i, 0, i2, 0, this.mMaxButtonHeight); measureChildConstrained(this.mNavButtonView, i, 0, i2, 0, this.mMaxButtonHeight);
@ -1343,7 +1343,7 @@ public class Toolbar extends ViewGroup {
} }
int currentContentInsetStart = getCurrentContentInsetStart(); int currentContentInsetStart = getCurrentContentInsetStart();
int max = Math.max(currentContentInsetStart, i5) + 0; int max = Math.max(currentContentInsetStart, i5) + 0;
iArr[c3] = Math.max(0, currentContentInsetStart - i5); iArr[c2] = Math.max(0, currentContentInsetStart - i5);
if (shouldLayout(this.mMenuView)) { if (shouldLayout(this.mMenuView)) {
measureChildConstrained(this.mMenuView, i, max, i2, 0, this.mMaxButtonHeight); measureChildConstrained(this.mMenuView, i, max, i2, 0, this.mMaxButtonHeight);
i6 = this.mMenuView.getMeasuredWidth() + getHorizontalMargins(this.mMenuView); i6 = this.mMenuView.getMeasuredWidth() + getHorizontalMargins(this.mMenuView);
@ -1354,7 +1354,7 @@ public class Toolbar extends ViewGroup {
} }
int currentContentInsetEnd = getCurrentContentInsetEnd(); int currentContentInsetEnd = getCurrentContentInsetEnd();
int max2 = Math.max(currentContentInsetEnd, i6) + max; int max2 = Math.max(currentContentInsetEnd, i6) + max;
iArr[c2] = Math.max(0, currentContentInsetEnd - i6); iArr[c] = Math.max(0, currentContentInsetEnd - i6);
if (shouldLayout(this.mExpandedActionView)) { if (shouldLayout(this.mExpandedActionView)) {
max2 += measureChildCollapseMargins(this.mExpandedActionView, i, max2, i2, 0, iArr); max2 += measureChildCollapseMargins(this.mExpandedActionView, i, max2, i2, 0, iArr);
i4 = Math.max(i4, this.mExpandedActionView.getMeasuredHeight() + getVerticalMargins(this.mExpandedActionView)); i4 = Math.max(i4, this.mExpandedActionView.getMeasuredHeight() + getVerticalMargins(this.mExpandedActionView));

View File

@ -24,7 +24,7 @@ import androidx.appcompat.widget.Toolbar;
import androidx.core.view.ViewCompat; import androidx.core.view.ViewCompat;
import androidx.core.view.ViewPropertyAnimatorCompat; import androidx.core.view.ViewPropertyAnimatorCompat;
import androidx.core.view.ViewPropertyAnimatorListenerAdapter; import androidx.core.view.ViewPropertyAnimatorListenerAdapter;
import c.d.b.a.a; import b.d.b.a.a;
import com.google.android.material.badge.BadgeDrawable; import com.google.android.material.badge.BadgeDrawable;
@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX})
public class ToolbarWidgetWrapper implements DecorToolbar { public class ToolbarWidgetWrapper implements DecorToolbar {

View File

@ -2,7 +2,7 @@ package androidx.arch.core.internal;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
import androidx.annotation.RestrictTo; import androidx.annotation.RestrictTo;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.Iterator; import java.util.Iterator;
import java.util.Map; import java.util.Map;
import java.util.WeakHashMap; import java.util.WeakHashMap;

View File

@ -12,7 +12,7 @@ import android.widget.TextView;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
import androidx.browser.R; import androidx.browser.R;
import androidx.core.content.res.ResourcesCompat; import androidx.core.content.res.ResourcesCompat;
import c.i.b.d.a.a; import b.i.b.d.a.a;
import java.util.List; import java.util.List;
import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutionException;
import java.util.concurrent.Executor; import java.util.concurrent.Executor;

View File

@ -19,7 +19,7 @@ import androidx.annotation.UiThread;
import androidx.concurrent.futures.ResolvableFuture; import androidx.concurrent.futures.ResolvableFuture;
import androidx.core.content.FileProvider; import androidx.core.content.FileProvider;
import androidx.core.util.AtomicFile; import androidx.core.util.AtomicFile;
import c.d.b.a.a; import b.d.b.a.a;
import java.io.File; import java.io.File;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;
import java.io.FileOutputStream; import java.io.FileOutputStream;
@ -221,7 +221,7 @@ public final class BrowserServiceFileProvider extends FileProvider {
} }
@NonNull @NonNull
public static c.i.b.d.a.a<Bitmap> loadBitmap(@NonNull ContentResolver contentResolver, @NonNull Uri uri) { public static b.i.b.d.a.a<Bitmap> loadBitmap(@NonNull ContentResolver contentResolver, @NonNull Uri uri) {
ResolvableFuture create = ResolvableFuture.create(); ResolvableFuture create = ResolvableFuture.create();
AsyncTask.THREAD_POOL_EXECUTOR.execute(new AnonymousClass1(contentResolver, uri, create)); AsyncTask.THREAD_POOL_EXECUTOR.execute(new AnonymousClass1(contentResolver, uri, create));
return create; return create;

View File

@ -48,7 +48,7 @@ public class CustomTabsClient {
} }
/* renamed from: androidx.browser.customtabs.CustomTabsClient$2 reason: invalid class name */ /* renamed from: androidx.browser.customtabs.CustomTabsClient$2 reason: invalid class name */
public class AnonymousClass2 extends a.AbstractBinderC0351a { public class AnonymousClass2 extends a.AbstractBinderC0350a {
private Handler mHandler = new Handler(Looper.getMainLooper()); private Handler mHandler = new Handler(Looper.getMainLooper());
public final /* synthetic */ CustomTabsCallback val$callback; public final /* synthetic */ CustomTabsCallback val$callback;
@ -219,7 +219,7 @@ public class CustomTabsClient {
} }
} }
private a.AbstractBinderC0351a createCallbackWrapper(@Nullable CustomTabsCallback customTabsCallback) { private a.AbstractBinderC0350a createCallbackWrapper(@Nullable CustomTabsCallback customTabsCallback) {
return new AnonymousClass2(customTabsCallback); return new AnonymousClass2(customTabsCallback);
} }
@ -270,7 +270,7 @@ public class CustomTabsClient {
@Nullable @Nullable
private CustomTabsSession newSessionInternal(@Nullable CustomTabsCallback customTabsCallback, @Nullable PendingIntent pendingIntent) { private CustomTabsSession newSessionInternal(@Nullable CustomTabsCallback customTabsCallback, @Nullable PendingIntent pendingIntent) {
boolean z2; boolean z2;
a.AbstractBinderC0351a createCallbackWrapper = createCallbackWrapper(customTabsCallback); a.AbstractBinderC0350a createCallbackWrapper = createCallbackWrapper(customTabsCallback);
if (pendingIntent != null) { if (pendingIntent != null) {
try { try {
Bundle bundle = new Bundle(); Bundle bundle = new Bundle();

View File

@ -19,7 +19,7 @@ import androidx.browser.customtabs.CustomTabsSession;
import androidx.core.app.ActivityOptionsCompat; import androidx.core.app.ActivityOptionsCompat;
import androidx.core.app.BundleCompat; import androidx.core.app.BundleCompat;
import androidx.core.content.ContextCompat; import androidx.core.content.ContextCompat;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy; import java.lang.annotation.RetentionPolicy;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -83,8 +83,8 @@ public class CustomTabsSessionToken {
} }
} }
public static class MockCallback extends a.AbstractBinderC0351a { public static class MockCallback extends a.AbstractBinderC0350a {
@Override // x.a.a.a.AbstractBinderC0351a, android.os.IInterface @Override // x.a.a.a.AbstractBinderC0350a, android.os.IInterface
public IBinder asBinder() { public IBinder asBinder() {
return this; return this;
} }
@ -150,7 +150,7 @@ public class CustomTabsSessionToken {
return null; return null;
} }
if (binder != null) { if (binder != null) {
aVar = a.AbstractBinderC0351a.asInterface(binder); aVar = a.AbstractBinderC0350a.asInterface(binder);
} }
return new CustomTabsSessionToken(aVar, pendingIntent); return new CustomTabsSessionToken(aVar, pendingIntent);
} }

View File

@ -26,7 +26,7 @@ public abstract class PostMessageServiceConnection implements PostMessageBackend
public PostMessageServiceConnection(@NonNull CustomTabsSessionToken customTabsSessionToken) { public PostMessageServiceConnection(@NonNull CustomTabsSessionToken customTabsSessionToken) {
IBinder callbackBinder = customTabsSessionToken.getCallbackBinder(); IBinder callbackBinder = customTabsSessionToken.getCallbackBinder();
if (callbackBinder != null) { if (callbackBinder != null) {
this.mSessionBinder = a.AbstractBinderC0351a.asInterface(callbackBinder); this.mSessionBinder = a.AbstractBinderC0350a.asInterface(callbackBinder);
return; return;
} }
throw new IllegalArgumentException("Provided session must have binder."); throw new IllegalArgumentException("Provided session must have binder.");

View File

@ -7,7 +7,7 @@ import androidx.annotation.MainThread;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
import androidx.concurrent.futures.CallbackToFutureAdapter; import androidx.concurrent.futures.CallbackToFutureAdapter;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
import x.a.a.d.b; import x.a.a.d.b;
@ -84,7 +84,7 @@ public class ConnectionHolder implements ServiceConnection {
@NonNull @NonNull
@MainThread @MainThread
public c.i.b.d.a.a<TrustedWebActivityServiceConnection> getServiceWrapper() { public b.i.b.d.a.a<TrustedWebActivityServiceConnection> getServiceWrapper() {
return CallbackToFutureAdapter.getFuture(new y.a.b.a(this)); return CallbackToFutureAdapter.getFuture(new y.a.b.a(this));
} }

View File

@ -2,7 +2,7 @@ package androidx.browser.trusted;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
import androidx.concurrent.futures.ResolvableFuture; import androidx.concurrent.futures.ResolvableFuture;
import c.i.b.d.a.a; import b.i.b.d.a.a;
public class FutureUtils { public class FutureUtils {
private FutureUtils() { private FutureUtils() {
} }

View File

@ -75,7 +75,7 @@ public final class TokenContents {
@NonNull @NonNull
private static byte[] createToken(@NonNull String str, @NonNull List<byte[]> list) throws IOException { private static byte[] createToken(@NonNull String str, @NonNull List<byte[]> list) throws IOException {
Collections.sort(list, b.i); Collections.sort(list, b.j);
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
DataOutputStream dataOutputStream = new DataOutputStream(byteArrayOutputStream); DataOutputStream dataOutputStream = new DataOutputStream(byteArrayOutputStream);
dataOutputStream.writeUTF(str); dataOutputStream.writeUTF(str);

View File

@ -15,7 +15,7 @@ public class TrustedWebActivityCallbackRemote {
@Nullable @Nullable
public static TrustedWebActivityCallbackRemote fromBinder(@Nullable IBinder iBinder) { public static TrustedWebActivityCallbackRemote fromBinder(@Nullable IBinder iBinder) {
a asInterface = iBinder == null ? null : a.AbstractBinderC0355a.asInterface(iBinder); a asInterface = iBinder == null ? null : a.AbstractBinderC0354a.asInterface(iBinder);
if (asInterface == null) { if (asInterface == null) {
return null; return null;
} }

View File

@ -23,7 +23,7 @@ public final class TrustedWebActivityServiceConnection {
private final b mService; private final b mService;
/* renamed from: androidx.browser.trusted.TrustedWebActivityServiceConnection$1 reason: invalid class name */ /* renamed from: androidx.browser.trusted.TrustedWebActivityServiceConnection$1 reason: invalid class name */
public class AnonymousClass1 extends a.AbstractBinderC0355a { public class AnonymousClass1 extends a.AbstractBinderC0354a {
public final /* synthetic */ TrustedWebActivityCallback val$callback; public final /* synthetic */ TrustedWebActivityCallback val$callback;
public AnonymousClass1(TrustedWebActivityCallback trustedWebActivityCallback) { public AnonymousClass1(TrustedWebActivityCallback trustedWebActivityCallback) {
@ -154,7 +154,7 @@ public final class TrustedWebActivityServiceConnection {
public static void ensureBundleContains(Bundle bundle, String str) { public static void ensureBundleContains(Bundle bundle, String str) {
if (!bundle.containsKey(str)) { if (!bundle.containsKey(str)) {
throw new IllegalArgumentException(c.d.b.a.a.v("Bundle must contain ", str)); throw new IllegalArgumentException(b.d.b.a.a.v("Bundle must contain ", str));
} }
} }

View File

@ -11,7 +11,7 @@ import androidx.annotation.MainThread;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
import androidx.fragment.app.FragmentTransaction; import androidx.fragment.app.FragmentTransaction;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.HashMap; import java.util.HashMap;
import java.util.Iterator; import java.util.Iterator;
import java.util.Map; import java.util.Map;
@ -121,7 +121,7 @@ public final class TrustedWebActivityServiceConnectionPool {
@NonNull @NonNull
@MainThread @MainThread
public c.i.b.d.a.a<TrustedWebActivityServiceConnection> connect(@NonNull Uri uri, @NonNull Set<Token> set, @NonNull Executor executor) { public b.i.b.d.a.a<TrustedWebActivityServiceConnection> connect(@NonNull Uri uri, @NonNull Set<Token> set, @NonNull Executor executor) {
ConnectionHolder connectionHolder = this.mConnections.get(uri); ConnectionHolder connectionHolder = this.mConnections.get(uri);
if (connectionHolder != null) { if (connectionHolder != null) {
return connectionHolder.getServiceWrapper(); return connectionHolder.getServiceWrapper();

View File

@ -3,7 +3,7 @@ package androidx.concurrent.futures;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
import androidx.annotation.RestrictTo; import androidx.annotation.RestrictTo;
import c.i.b.d.a.a; import b.i.b.d.a.a;
import java.util.Locale; import java.util.Locale;
import java.util.Objects; import java.util.Objects;
import java.util.concurrent.CancellationException; import java.util.concurrent.CancellationException;
@ -449,7 +449,7 @@ public abstract class AbstractResolvableFuture<V> implements a<V> {
return obj == this ? "this future" : String.valueOf(obj); return obj == this ? "this future" : String.valueOf(obj);
} }
@Override // c.i.b.d.a.a @Override // b.i.b.d.a.a
public final void addListener(Runnable runnable, Executor executor) { public final void addListener(Runnable runnable, Executor executor) {
checkNotNull(runnable); checkNotNull(runnable);
checkNotNull(executor); checkNotNull(executor);
@ -597,7 +597,7 @@ public abstract class AbstractResolvableFuture<V> implements a<V> {
String lowerCase = timeUnit2.toLowerCase(locale); String lowerCase = timeUnit2.toLowerCase(locale);
String str = "Waited " + j + " " + timeUnit.toString().toLowerCase(locale); String str = "Waited " + j + " " + timeUnit.toString().toLowerCase(locale);
if (nanos + 1000 < 0) { if (nanos + 1000 < 0) {
String v = c.d.b.a.a.v(str, " (plus "); String v = b.d.b.a.a.v(str, " (plus ");
long j2 = -nanos; long j2 = -nanos;
long convert = timeUnit.convert(j2, TimeUnit.NANOSECONDS); long convert = timeUnit.convert(j2, TimeUnit.NANOSECONDS);
long nanos2 = j2 - timeUnit.toNanos(convert); long nanos2 = j2 - timeUnit.toNanos(convert);
@ -606,19 +606,19 @@ public abstract class AbstractResolvableFuture<V> implements a<V> {
if (i > 0) { if (i > 0) {
String str2 = v + convert + " " + lowerCase; String str2 = v + convert + " " + lowerCase;
if (z2) { if (z2) {
str2 = c.d.b.a.a.v(str2, ","); str2 = b.d.b.a.a.v(str2, ",");
} }
v = c.d.b.a.a.v(str2, " "); v = b.d.b.a.a.v(str2, " ");
} }
if (z2) { if (z2) {
v = v + nanos2 + " nanoseconds "; v = v + nanos2 + " nanoseconds ";
} }
str = c.d.b.a.a.v(v, "delay)"); str = b.d.b.a.a.v(v, "delay)");
} }
if (isDone()) { if (isDone()) {
throw new TimeoutException(c.d.b.a.a.v(str, " but future completed as timeout expired")); throw new TimeoutException(b.d.b.a.a.v(str, " but future completed as timeout expired"));
} }
throw new TimeoutException(c.d.b.a.a.w(str, " for ", abstractResolvableFuture)); throw new TimeoutException(b.d.b.a.a.w(str, " for ", abstractResolvableFuture));
} }
throw new InterruptedException(); throw new InterruptedException();
} }
@ -647,12 +647,12 @@ public abstract class AbstractResolvableFuture<V> implements a<V> {
public String pendingToString() { public String pendingToString() {
Object obj = this.value; Object obj = this.value;
if (obj instanceof SetFuture) { if (obj instanceof SetFuture) {
return c.d.b.a.a.H(c.d.b.a.a.R("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); return b.d.b.a.a.H(b.d.b.a.a.R("setFuture=["), userObjectToString(((SetFuture) obj).future), "]");
} }
if (!(this instanceof ScheduledFuture)) { if (!(this instanceof ScheduledFuture)) {
return null; return null;
} }
StringBuilder R = c.d.b.a.a.R("remaining delay=["); StringBuilder R = b.d.b.a.a.R("remaining delay=[");
R.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); R.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS));
R.append(" ms]"); R.append(" ms]");
return R.toString(); return R.toString();
@ -723,7 +723,7 @@ public abstract class AbstractResolvableFuture<V> implements a<V> {
try { try {
str = pendingToString(); str = pendingToString();
} catch (RuntimeException e) { } catch (RuntimeException e) {
StringBuilder R = c.d.b.a.a.R("Exception thrown from implementation: "); StringBuilder R = b.d.b.a.a.R("Exception thrown from implementation: ");
R.append(e.getClass()); R.append(e.getClass());
str = R.toString(); str = R.toString();
} }

View File

@ -2,7 +2,7 @@ package androidx.concurrent.futures;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.ref.WeakReference; import java.lang.ref.WeakReference;
import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutionException;
import java.util.concurrent.Executor; import java.util.concurrent.Executor;
@ -104,7 +104,7 @@ public final class CallbackToFutureAdapter {
Object attachCompleter(@NonNull Completer<T> completer) throws Exception; Object attachCompleter(@NonNull Completer<T> completer) throws Exception;
} }
public static final class SafeFuture<T> implements c.i.b.d.a.a<T> { public static final class SafeFuture<T> implements b.i.b.d.a.a<T> {
public final WeakReference<Completer<T>> completerWeakReference; public final WeakReference<Completer<T>> completerWeakReference;
private final AbstractResolvableFuture<T> delegate = new AnonymousClass1(); private final AbstractResolvableFuture<T> delegate = new AnonymousClass1();
@ -130,7 +130,7 @@ public final class CallbackToFutureAdapter {
this.completerWeakReference = new WeakReference<>(completer); this.completerWeakReference = new WeakReference<>(completer);
} }
@Override // c.i.b.d.a.a @Override // b.i.b.d.a.a
public void addListener(@NonNull Runnable runnable, @NonNull Executor executor) { public void addListener(@NonNull Runnable runnable, @NonNull Executor executor) {
this.delegate.addListener(runnable, executor); this.delegate.addListener(runnable, executor);
} }
@ -187,7 +187,7 @@ public final class CallbackToFutureAdapter {
} }
@NonNull @NonNull
public static <T> c.i.b.d.a.a<T> getFuture(@NonNull Resolver<T> resolver) { public static <T> b.i.b.d.a.a<T> getFuture(@NonNull Resolver<T> resolver) {
Completer<T> completer = new Completer<>(); Completer<T> completer = new Completer<>();
SafeFuture<T> safeFuture = new SafeFuture<>(completer); SafeFuture<T> safeFuture = new SafeFuture<>(completer);
completer.future = safeFuture; completer.future = safeFuture;

View File

@ -2,7 +2,7 @@ package androidx.concurrent.futures;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
import androidx.annotation.RestrictTo; import androidx.annotation.RestrictTo;
import c.i.b.d.a.a; import b.i.b.d.a.a;
@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX})
public final class ResolvableFuture<V> extends AbstractResolvableFuture<V> { public final class ResolvableFuture<V> extends AbstractResolvableFuture<V> {
private ResolvableFuture() { private ResolvableFuture() {

View File

@ -1,7 +1,7 @@
package androidx.constraintlayout.motion.utils; package androidx.constraintlayout.motion.utils;
import android.util.Log; import android.util.Log;
import c.d.b.a.a; import b.d.b.a.a;
import com.discord.analytics.utils.RegistrationSteps; import com.discord.analytics.utils.RegistrationSteps;
import com.google.android.material.shadow.ShadowDrawableWrapper; import com.google.android.material.shadow.ShadowDrawableWrapper;
import java.util.Arrays; import java.util.Arrays;
@ -132,34 +132,34 @@ public class Easing {
return new CubicEasing(str); return new CubicEasing(str);
} }
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1354466595: case -1354466595:
if (str.equals(ACCELERATE_NAME)) { if (str.equals(ACCELERATE_NAME)) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1263948740: case -1263948740:
if (str.equals(DECELERATE_NAME)) { if (str.equals(DECELERATE_NAME)) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1102672091: case -1102672091:
if (str.equals(LINEAR_NAME)) { if (str.equals(LINEAR_NAME)) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case 1312628413: case 1312628413:
if (str.equals(STANDARD_NAME)) { if (str.equals(STANDARD_NAME)) {
c2 = 3; c = 3;
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
return new CubicEasing(ACCELERATE); return new CubicEasing(ACCELERATE);
case 1: case 1:

View File

@ -1,6 +1,6 @@
package androidx.constraintlayout.motion.utils; package androidx.constraintlayout.motion.utils;
import c.d.b.a.a; import b.d.b.a.a;
import com.google.android.material.shadow.ShadowDrawableWrapper; import com.google.android.material.shadow.ShadowDrawableWrapper;
import java.util.Arrays; import java.util.Arrays;
public class Oscillator { public class Oscillator {

View File

@ -2,7 +2,7 @@ package androidx.constraintlayout.motion.utils;
import android.util.Log; import android.util.Log;
import androidx.constraintlayout.motion.widget.MotionInterpolator; import androidx.constraintlayout.motion.widget.MotionInterpolator;
import c.d.b.a.a; import b.d.b.a.a;
public class StopLogic extends MotionInterpolator { public class StopLogic extends MotionInterpolator {
private boolean mBackwards = false; private boolean mBackwards = false;
private float mLastPosition; private float mLastPosition;

View File

@ -6,7 +6,7 @@ import android.util.Log;
import android.view.MotionEvent; import android.view.MotionEvent;
import android.view.View; import android.view.View;
import android.view.ViewGroup; import android.view.ViewGroup;
import c.d.b.a.a; import b.d.b.a.a;
import java.io.PrintStream; import java.io.PrintStream;
import java.lang.reflect.Field; import java.lang.reflect.Field;
import java.lang.reflect.Modifier; import java.lang.reflect.Modifier;

View File

@ -8,7 +8,7 @@ import android.util.SparseIntArray;
import androidx.constraintlayout.motion.widget.SplineSet; import androidx.constraintlayout.motion.widget.SplineSet;
import androidx.constraintlayout.widget.ConstraintAttribute; import androidx.constraintlayout.widget.ConstraintAttribute;
import androidx.constraintlayout.widget.R; import androidx.constraintlayout.widget.R;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.HashMap; import java.util.HashMap;
import java.util.HashSet; import java.util.HashSet;
import java.util.Iterator; import java.util.Iterator;
@ -325,7 +325,7 @@ public class KeyAttributes extends Key {
while (it.hasNext()) { while (it.hasNext()) {
String next = it.next(); String next = it.next();
SplineSet splineSet = hashMap.get(next); SplineSet splineSet = hashMap.get(next);
char c2 = 7; char c = 7;
if (next.startsWith(Key.CUSTOM)) { if (next.startsWith(Key.CUSTOM)) {
ConstraintAttribute constraintAttribute = this.mCustomConstraints.get(next.substring(7)); ConstraintAttribute constraintAttribute = this.mCustomConstraints.get(next.substring(7));
if (constraintAttribute != null) { if (constraintAttribute != null) {
@ -335,102 +335,102 @@ public class KeyAttributes extends Key {
switch (next.hashCode()) { switch (next.hashCode()) {
case -1249320806: case -1249320806:
if (next.equals(Key.ROTATION_X)) { if (next.equals(Key.ROTATION_X)) {
c2 = 0; c = 0;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1249320805: case -1249320805:
if (next.equals(Key.ROTATION_Y)) { if (next.equals(Key.ROTATION_Y)) {
c2 = 1; c = 1;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1225497657: case -1225497657:
if (next.equals(Key.TRANSLATION_X)) { if (next.equals(Key.TRANSLATION_X)) {
c2 = 2; c = 2;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1225497656: case -1225497656:
if (next.equals(Key.TRANSLATION_Y)) { if (next.equals(Key.TRANSLATION_Y)) {
c2 = 3; c = 3;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1225497655: case -1225497655:
if (next.equals(Key.TRANSLATION_Z)) { if (next.equals(Key.TRANSLATION_Z)) {
c2 = 4; c = 4;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1001078227: case -1001078227:
if (next.equals("progress")) { if (next.equals("progress")) {
c2 = 5; c = 5;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -908189618: case -908189618:
if (next.equals(Key.SCALE_X)) { if (next.equals(Key.SCALE_X)) {
c2 = 6; c = 6;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -908189617: case -908189617:
break; break;
case -760884510: case -760884510:
if (next.equals(Key.PIVOT_X)) { if (next.equals(Key.PIVOT_X)) {
c2 = '\b'; c = '\b';
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -760884509: case -760884509:
if (next.equals(Key.PIVOT_Y)) { if (next.equals(Key.PIVOT_Y)) {
c2 = '\t'; c = '\t';
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -40300674: case -40300674:
if (next.equals(Key.ROTATION)) { if (next.equals(Key.ROTATION)) {
c2 = '\n'; c = '\n';
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -4379043: case -4379043:
if (next.equals(Key.ELEVATION)) { if (next.equals(Key.ELEVATION)) {
c2 = 11; c = 11;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 37232917: case 37232917:
if (next.equals(Key.TRANSITION_PATH_ROTATE)) { if (next.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = '\f'; c = '\f';
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 92909918: case 92909918:
if (next.equals(Key.ALPHA)) { if (next.equals(Key.ALPHA)) {
c2 = '\r'; c = '\r';
break; break;
} }
c2 = 65535; c = 65535;
break; break;
default: default:
c2 = 65535; c = 65535;
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
if (!Float.isNaN(this.mRotationX)) { if (!Float.isNaN(this.mRotationX)) {
splineSet.setPoint(this.mFramePosition, this.mRotationX); splineSet.setPoint(this.mFramePosition, this.mRotationX);
@ -654,112 +654,112 @@ public class KeyAttributes extends Key {
@Override // androidx.constraintlayout.motion.widget.Key @Override // androidx.constraintlayout.motion.widget.Key
public void setValue(String str, Object obj) { public void setValue(String str, Object obj) {
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1913008125: case -1913008125:
if (str.equals("motionProgress")) { if (str.equals("motionProgress")) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1812823328: case -1812823328:
if (str.equals("transitionEasing")) { if (str.equals("transitionEasing")) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1249320806: case -1249320806:
if (str.equals(Key.ROTATION_X)) { if (str.equals(Key.ROTATION_X)) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -1249320805: case -1249320805:
if (str.equals(Key.ROTATION_Y)) { if (str.equals(Key.ROTATION_Y)) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -1225497657: case -1225497657:
if (str.equals(Key.TRANSLATION_X)) { if (str.equals(Key.TRANSLATION_X)) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case -1225497656: case -1225497656:
if (str.equals(Key.TRANSLATION_Y)) { if (str.equals(Key.TRANSLATION_Y)) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case -987906986: case -987906986:
if (str.equals("pivotX")) { if (str.equals("pivotX")) {
c2 = 6; c = 6;
break; break;
} }
break; break;
case -987906985: case -987906985:
if (str.equals("pivotY")) { if (str.equals("pivotY")) {
c2 = 7; c = 7;
break; break;
} }
break; break;
case -908189618: case -908189618:
if (str.equals(Key.SCALE_X)) { if (str.equals(Key.SCALE_X)) {
c2 = '\b'; c = '\b';
break; break;
} }
break; break;
case -908189617: case -908189617:
if (str.equals(Key.SCALE_Y)) { if (str.equals(Key.SCALE_Y)) {
c2 = '\t'; c = '\t';
break; break;
} }
break; break;
case -40300674: case -40300674:
if (str.equals(Key.ROTATION)) { if (str.equals(Key.ROTATION)) {
c2 = '\n'; c = '\n';
break; break;
} }
break; break;
case -4379043: case -4379043:
if (str.equals(Key.ELEVATION)) { if (str.equals(Key.ELEVATION)) {
c2 = 11; c = 11;
break; break;
} }
break; break;
case 37232917: case 37232917:
if (str.equals(Key.TRANSITION_PATH_ROTATE)) { if (str.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = '\f'; c = '\f';
break; break;
} }
break; break;
case 92909918: case 92909918:
if (str.equals(Key.ALPHA)) { if (str.equals(Key.ALPHA)) {
c2 = '\r'; c = '\r';
break; break;
} }
break; break;
case 579057826: case 579057826:
if (str.equals("curveFit")) { if (str.equals("curveFit")) {
c2 = 14; c = 14;
break; break;
} }
break; break;
case 1317633238: case 1317633238:
if (str.equals("mTranslationZ")) { if (str.equals("mTranslationZ")) {
c2 = 15; c = 15;
break; break;
} }
break; break;
case 1941332754: case 1941332754:
if (str.equals("visibility")) { if (str.equals("visibility")) {
c2 = 16; c = 16;
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
this.mProgress = toFloat(obj); this.mProgress = toFloat(obj);
return; return;

View File

@ -7,7 +7,7 @@ import android.util.Log;
import android.util.SparseIntArray; import android.util.SparseIntArray;
import androidx.constraintlayout.widget.ConstraintAttribute; import androidx.constraintlayout.widget.ConstraintAttribute;
import androidx.constraintlayout.widget.R; import androidx.constraintlayout.widget.R;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.HashMap; import java.util.HashMap;
import java.util.HashSet; import java.util.HashSet;
import java.util.Iterator; import java.util.Iterator;
@ -376,88 +376,88 @@ public class KeyCycle extends Key {
SplineSet splineSet = hashMap.get(str); SplineSet splineSet = hashMap.get(str);
str.hashCode(); str.hashCode();
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1249320806: case -1249320806:
if (str.equals(Key.ROTATION_X)) { if (str.equals(Key.ROTATION_X)) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1249320805: case -1249320805:
if (str.equals(Key.ROTATION_Y)) { if (str.equals(Key.ROTATION_Y)) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1225497657: case -1225497657:
if (str.equals(Key.TRANSLATION_X)) { if (str.equals(Key.TRANSLATION_X)) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -1225497656: case -1225497656:
if (str.equals(Key.TRANSLATION_Y)) { if (str.equals(Key.TRANSLATION_Y)) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -1225497655: case -1225497655:
if (str.equals(Key.TRANSLATION_Z)) { if (str.equals(Key.TRANSLATION_Z)) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case -1001078227: case -1001078227:
if (str.equals("progress")) { if (str.equals("progress")) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case -908189618: case -908189618:
if (str.equals(Key.SCALE_X)) { if (str.equals(Key.SCALE_X)) {
c2 = 6; c = 6;
break; break;
} }
break; break;
case -908189617: case -908189617:
if (str.equals(Key.SCALE_Y)) { if (str.equals(Key.SCALE_Y)) {
c2 = 7; c = 7;
break; break;
} }
break; break;
case -40300674: case -40300674:
if (str.equals(Key.ROTATION)) { if (str.equals(Key.ROTATION)) {
c2 = '\b'; c = '\b';
break; break;
} }
break; break;
case -4379043: case -4379043:
if (str.equals(Key.ELEVATION)) { if (str.equals(Key.ELEVATION)) {
c2 = '\t'; c = '\t';
break; break;
} }
break; break;
case 37232917: case 37232917:
if (str.equals(Key.TRANSITION_PATH_ROTATE)) { if (str.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = '\n'; c = '\n';
break; break;
} }
break; break;
case 92909918: case 92909918:
if (str.equals(Key.ALPHA)) { if (str.equals(Key.ALPHA)) {
c2 = 11; c = 11;
break; break;
} }
break; break;
case 156108012: case 156108012:
if (str.equals(Key.WAVE_OFFSET)) { if (str.equals(Key.WAVE_OFFSET)) {
c2 = '\f'; c = '\f';
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
splineSet.setPoint(this.mFramePosition, this.mRotationX); splineSet.setPoint(this.mFramePosition, this.mRotationX);
break; break;
@ -549,88 +549,88 @@ public class KeyCycle extends Key {
public float getValue(String str) { public float getValue(String str) {
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1249320806: case -1249320806:
if (str.equals(Key.ROTATION_X)) { if (str.equals(Key.ROTATION_X)) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1249320805: case -1249320805:
if (str.equals(Key.ROTATION_Y)) { if (str.equals(Key.ROTATION_Y)) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1225497657: case -1225497657:
if (str.equals(Key.TRANSLATION_X)) { if (str.equals(Key.TRANSLATION_X)) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -1225497656: case -1225497656:
if (str.equals(Key.TRANSLATION_Y)) { if (str.equals(Key.TRANSLATION_Y)) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -1225497655: case -1225497655:
if (str.equals(Key.TRANSLATION_Z)) { if (str.equals(Key.TRANSLATION_Z)) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case -1001078227: case -1001078227:
if (str.equals("progress")) { if (str.equals("progress")) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case -908189618: case -908189618:
if (str.equals(Key.SCALE_X)) { if (str.equals(Key.SCALE_X)) {
c2 = 6; c = 6;
break; break;
} }
break; break;
case -908189617: case -908189617:
if (str.equals(Key.SCALE_Y)) { if (str.equals(Key.SCALE_Y)) {
c2 = 7; c = 7;
break; break;
} }
break; break;
case -40300674: case -40300674:
if (str.equals(Key.ROTATION)) { if (str.equals(Key.ROTATION)) {
c2 = '\b'; c = '\b';
break; break;
} }
break; break;
case -4379043: case -4379043:
if (str.equals(Key.ELEVATION)) { if (str.equals(Key.ELEVATION)) {
c2 = '\t'; c = '\t';
break; break;
} }
break; break;
case 37232917: case 37232917:
if (str.equals(Key.TRANSITION_PATH_ROTATE)) { if (str.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = '\n'; c = '\n';
break; break;
} }
break; break;
case 92909918: case 92909918:
if (str.equals(Key.ALPHA)) { if (str.equals(Key.ALPHA)) {
c2 = 11; c = 11;
break; break;
} }
break; break;
case 156108012: case 156108012:
if (str.equals(Key.WAVE_OFFSET)) { if (str.equals(Key.WAVE_OFFSET)) {
c2 = '\f'; c = '\f';
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
return this.mRotationX; return this.mRotationX;
case 1: case 1:
@ -671,106 +671,106 @@ public class KeyCycle extends Key {
@Override // androidx.constraintlayout.motion.widget.Key @Override // androidx.constraintlayout.motion.widget.Key
public void setValue(String str, Object obj) { public void setValue(String str, Object obj) {
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1812823328: case -1812823328:
if (str.equals("transitionEasing")) { if (str.equals("transitionEasing")) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1249320806: case -1249320806:
if (str.equals(Key.ROTATION_X)) { if (str.equals(Key.ROTATION_X)) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1249320805: case -1249320805:
if (str.equals(Key.ROTATION_Y)) { if (str.equals(Key.ROTATION_Y)) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -1225497657: case -1225497657:
if (str.equals(Key.TRANSLATION_X)) { if (str.equals(Key.TRANSLATION_X)) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -1225497656: case -1225497656:
if (str.equals(Key.TRANSLATION_Y)) { if (str.equals(Key.TRANSLATION_Y)) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case -1001078227: case -1001078227:
if (str.equals("progress")) { if (str.equals("progress")) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case -908189618: case -908189618:
if (str.equals(Key.SCALE_X)) { if (str.equals(Key.SCALE_X)) {
c2 = 6; c = 6;
break; break;
} }
break; break;
case -908189617: case -908189617:
if (str.equals(Key.SCALE_Y)) { if (str.equals(Key.SCALE_Y)) {
c2 = 7; c = 7;
break; break;
} }
break; break;
case -40300674: case -40300674:
if (str.equals(Key.ROTATION)) { if (str.equals(Key.ROTATION)) {
c2 = '\b'; c = '\b';
break; break;
} }
break; break;
case -4379043: case -4379043:
if (str.equals(Key.ELEVATION)) { if (str.equals(Key.ELEVATION)) {
c2 = '\t'; c = '\t';
break; break;
} }
break; break;
case 37232917: case 37232917:
if (str.equals(Key.TRANSITION_PATH_ROTATE)) { if (str.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = '\n'; c = '\n';
break; break;
} }
break; break;
case 92909918: case 92909918:
if (str.equals(Key.ALPHA)) { if (str.equals(Key.ALPHA)) {
c2 = 11; c = 11;
break; break;
} }
break; break;
case 156108012: case 156108012:
if (str.equals(Key.WAVE_OFFSET)) { if (str.equals(Key.WAVE_OFFSET)) {
c2 = '\f'; c = '\f';
break; break;
} }
break; break;
case 184161818: case 184161818:
if (str.equals(Key.WAVE_PERIOD)) { if (str.equals(Key.WAVE_PERIOD)) {
c2 = '\r'; c = '\r';
break; break;
} }
break; break;
case 579057826: case 579057826:
if (str.equals("curveFit")) { if (str.equals("curveFit")) {
c2 = 14; c = 14;
break; break;
} }
break; break;
case 1317633238: case 1317633238:
if (str.equals("mTranslationZ")) { if (str.equals("mTranslationZ")) {
c2 = 15; c = 15;
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
this.mTransitionEasing = obj.toString(); this.mTransitionEasing = obj.toString();
return; return;

View File

@ -6,7 +6,7 @@ import android.view.View;
import androidx.constraintlayout.motion.utils.CurveFit; import androidx.constraintlayout.motion.utils.CurveFit;
import androidx.constraintlayout.motion.utils.Oscillator; import androidx.constraintlayout.motion.utils.Oscillator;
import androidx.constraintlayout.widget.ConstraintAttribute; import androidx.constraintlayout.widget.ConstraintAttribute;
import c.d.b.a.a; import b.d.b.a.a;
import com.google.android.material.shadow.ShadowDrawableWrapper; import com.google.android.material.shadow.ShadowDrawableWrapper;
import java.lang.reflect.Array; import java.lang.reflect.Array;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
@ -400,94 +400,94 @@ public abstract class KeyCycleOscillator {
if (str.startsWith(Key.CUSTOM)) { if (str.startsWith(Key.CUSTOM)) {
return new CustomSet(); return new CustomSet();
} }
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1249320806: case -1249320806:
if (str.equals(Key.ROTATION_X)) { if (str.equals(Key.ROTATION_X)) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1249320805: case -1249320805:
if (str.equals(Key.ROTATION_Y)) { if (str.equals(Key.ROTATION_Y)) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1225497657: case -1225497657:
if (str.equals(Key.TRANSLATION_X)) { if (str.equals(Key.TRANSLATION_X)) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -1225497656: case -1225497656:
if (str.equals(Key.TRANSLATION_Y)) { if (str.equals(Key.TRANSLATION_Y)) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -1225497655: case -1225497655:
if (str.equals(Key.TRANSLATION_Z)) { if (str.equals(Key.TRANSLATION_Z)) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case -1001078227: case -1001078227:
if (str.equals("progress")) { if (str.equals("progress")) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case -908189618: case -908189618:
if (str.equals(Key.SCALE_X)) { if (str.equals(Key.SCALE_X)) {
c2 = 6; c = 6;
break; break;
} }
break; break;
case -908189617: case -908189617:
if (str.equals(Key.SCALE_Y)) { if (str.equals(Key.SCALE_Y)) {
c2 = 7; c = 7;
break; break;
} }
break; break;
case -797520672: case -797520672:
if (str.equals(Key.WAVE_VARIES_BY)) { if (str.equals(Key.WAVE_VARIES_BY)) {
c2 = '\b'; c = '\b';
break; break;
} }
break; break;
case -40300674: case -40300674:
if (str.equals(Key.ROTATION)) { if (str.equals(Key.ROTATION)) {
c2 = '\t'; c = '\t';
break; break;
} }
break; break;
case -4379043: case -4379043:
if (str.equals(Key.ELEVATION)) { if (str.equals(Key.ELEVATION)) {
c2 = '\n'; c = '\n';
break; break;
} }
break; break;
case 37232917: case 37232917:
if (str.equals(Key.TRANSITION_PATH_ROTATE)) { if (str.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = 11; c = 11;
break; break;
} }
break; break;
case 92909918: case 92909918:
if (str.equals(Key.ALPHA)) { if (str.equals(Key.ALPHA)) {
c2 = '\f'; c = '\f';
break; break;
} }
break; break;
case 156108012: case 156108012:
if (str.equals(Key.WAVE_OFFSET)) { if (str.equals(Key.WAVE_OFFSET)) {
c2 = '\r'; c = '\r';
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
return new RotationXset(); return new RotationXset();
case 1: case 1:

View File

@ -10,7 +10,7 @@ import android.view.View;
import android.view.ViewGroup; import android.view.ViewGroup;
import androidx.constraintlayout.motion.utils.Easing; import androidx.constraintlayout.motion.utils.Easing;
import androidx.constraintlayout.widget.R; import androidx.constraintlayout.widget.R;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.HashMap; import java.util.HashMap;
public class KeyPosition extends KeyPositionBase { public class KeyPosition extends KeyPositionBase {
public static final int KEY_TYPE = 2; public static final int KEY_TYPE = 2;
@ -309,52 +309,52 @@ public class KeyPosition extends KeyPositionBase {
@Override // androidx.constraintlayout.motion.widget.Key @Override // androidx.constraintlayout.motion.widget.Key
public void setValue(String str, Object obj) { public void setValue(String str, Object obj) {
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1812823328: case -1812823328:
if (str.equals("transitionEasing")) { if (str.equals("transitionEasing")) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1127236479: case -1127236479:
if (str.equals("percentWidth")) { if (str.equals("percentWidth")) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1017587252: case -1017587252:
if (str.equals("percentHeight")) { if (str.equals("percentHeight")) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -827014263: case -827014263:
if (str.equals("drawPath")) { if (str.equals("drawPath")) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -200259324: case -200259324:
if (str.equals("sizePercent")) { if (str.equals("sizePercent")) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case 428090547: case 428090547:
if (str.equals(PERCENT_X)) { if (str.equals(PERCENT_X)) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case 428090548: case 428090548:
if (str.equals(PERCENT_Y)) { if (str.equals(PERCENT_Y)) {
c2 = 6; c = 6;
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
this.mTransitionEasing = obj.toString(); this.mTransitionEasing = obj.toString();
return; return;

View File

@ -8,7 +8,7 @@ import android.util.SparseIntArray;
import androidx.constraintlayout.motion.widget.TimeCycleSplineSet; import androidx.constraintlayout.motion.widget.TimeCycleSplineSet;
import androidx.constraintlayout.widget.ConstraintAttribute; import androidx.constraintlayout.widget.ConstraintAttribute;
import androidx.constraintlayout.widget.R; import androidx.constraintlayout.widget.R;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.HashMap; import java.util.HashMap;
import java.util.HashSet; import java.util.HashSet;
import java.util.Iterator; import java.util.Iterator;
@ -343,7 +343,7 @@ public class KeyTimeCycle extends Key {
while (it.hasNext()) { while (it.hasNext()) {
String next = it.next(); String next = it.next();
TimeCycleSplineSet timeCycleSplineSet = hashMap.get(next); TimeCycleSplineSet timeCycleSplineSet = hashMap.get(next);
char c2 = 7; char c = 7;
if (next.startsWith(Key.CUSTOM)) { if (next.startsWith(Key.CUSTOM)) {
ConstraintAttribute constraintAttribute = this.mCustomConstraints.get(next.substring(7)); ConstraintAttribute constraintAttribute = this.mCustomConstraints.get(next.substring(7));
if (constraintAttribute != null) { if (constraintAttribute != null) {
@ -353,88 +353,88 @@ public class KeyTimeCycle extends Key {
switch (next.hashCode()) { switch (next.hashCode()) {
case -1249320806: case -1249320806:
if (next.equals(Key.ROTATION_X)) { if (next.equals(Key.ROTATION_X)) {
c2 = 0; c = 0;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1249320805: case -1249320805:
if (next.equals(Key.ROTATION_Y)) { if (next.equals(Key.ROTATION_Y)) {
c2 = 1; c = 1;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1225497657: case -1225497657:
if (next.equals(Key.TRANSLATION_X)) { if (next.equals(Key.TRANSLATION_X)) {
c2 = 2; c = 2;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1225497656: case -1225497656:
if (next.equals(Key.TRANSLATION_Y)) { if (next.equals(Key.TRANSLATION_Y)) {
c2 = 3; c = 3;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1225497655: case -1225497655:
if (next.equals(Key.TRANSLATION_Z)) { if (next.equals(Key.TRANSLATION_Z)) {
c2 = 4; c = 4;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1001078227: case -1001078227:
if (next.equals("progress")) { if (next.equals("progress")) {
c2 = 5; c = 5;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -908189618: case -908189618:
if (next.equals(Key.SCALE_X)) { if (next.equals(Key.SCALE_X)) {
c2 = 6; c = 6;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -908189617: case -908189617:
break; break;
case -40300674: case -40300674:
if (next.equals(Key.ROTATION)) { if (next.equals(Key.ROTATION)) {
c2 = '\b'; c = '\b';
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -4379043: case -4379043:
if (next.equals(Key.ELEVATION)) { if (next.equals(Key.ELEVATION)) {
c2 = '\t'; c = '\t';
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 37232917: case 37232917:
if (next.equals(Key.TRANSITION_PATH_ROTATE)) { if (next.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = '\n'; c = '\n';
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 92909918: case 92909918:
if (next.equals(Key.ALPHA)) { if (next.equals(Key.ALPHA)) {
c2 = 11; c = 11;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
default: default:
c2 = 65535; c = 65535;
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
if (!Float.isNaN(this.mRotationX)) { if (!Float.isNaN(this.mRotationX)) {
timeCycleSplineSet.setPoint(this.mFramePosition, this.mRotationX, this.mWavePeriod, this.mWaveShape, this.mWaveOffset); timeCycleSplineSet.setPoint(this.mFramePosition, this.mRotationX, this.mWavePeriod, this.mWaveShape, this.mWaveOffset);
@ -633,94 +633,94 @@ public class KeyTimeCycle extends Key {
@Override // androidx.constraintlayout.motion.widget.Key @Override // androidx.constraintlayout.motion.widget.Key
public void setValue(String str, Object obj) { public void setValue(String str, Object obj) {
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1812823328: case -1812823328:
if (str.equals("transitionEasing")) { if (str.equals("transitionEasing")) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1249320806: case -1249320806:
if (str.equals(Key.ROTATION_X)) { if (str.equals(Key.ROTATION_X)) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1249320805: case -1249320805:
if (str.equals(Key.ROTATION_Y)) { if (str.equals(Key.ROTATION_Y)) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -1225497657: case -1225497657:
if (str.equals(Key.TRANSLATION_X)) { if (str.equals(Key.TRANSLATION_X)) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -1225497656: case -1225497656:
if (str.equals(Key.TRANSLATION_Y)) { if (str.equals(Key.TRANSLATION_Y)) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case -1001078227: case -1001078227:
if (str.equals("progress")) { if (str.equals("progress")) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case -908189618: case -908189618:
if (str.equals(Key.SCALE_X)) { if (str.equals(Key.SCALE_X)) {
c2 = 6; c = 6;
break; break;
} }
break; break;
case -908189617: case -908189617:
if (str.equals(Key.SCALE_Y)) { if (str.equals(Key.SCALE_Y)) {
c2 = 7; c = 7;
break; break;
} }
break; break;
case -40300674: case -40300674:
if (str.equals(Key.ROTATION)) { if (str.equals(Key.ROTATION)) {
c2 = '\b'; c = '\b';
break; break;
} }
break; break;
case -4379043: case -4379043:
if (str.equals(Key.ELEVATION)) { if (str.equals(Key.ELEVATION)) {
c2 = '\t'; c = '\t';
break; break;
} }
break; break;
case 37232917: case 37232917:
if (str.equals(Key.TRANSITION_PATH_ROTATE)) { if (str.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = '\n'; c = '\n';
break; break;
} }
break; break;
case 92909918: case 92909918:
if (str.equals(Key.ALPHA)) { if (str.equals(Key.ALPHA)) {
c2 = 11; c = 11;
break; break;
} }
break; break;
case 579057826: case 579057826:
if (str.equals("curveFit")) { if (str.equals("curveFit")) {
c2 = '\f'; c = '\f';
break; break;
} }
break; break;
case 1317633238: case 1317633238:
if (str.equals("mTranslationZ")) { if (str.equals("mTranslationZ")) {
c2 = '\r'; c = '\r';
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
this.mTransitionEasing = obj.toString(); this.mTransitionEasing = obj.toString();
return; return;

View File

@ -9,7 +9,7 @@ import android.util.SparseIntArray;
import android.view.View; import android.view.View;
import android.view.ViewGroup; import android.view.ViewGroup;
import androidx.constraintlayout.widget.R; import androidx.constraintlayout.widget.R;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import java.util.HashMap; import java.util.HashMap;
import java.util.HashSet; import java.util.HashSet;

View File

@ -45,10 +45,10 @@ public class MotionConstrainedPoint implements Comparable<MotionConstrainedPoint
private float width; private float width;
/* renamed from: x reason: collision with root package name */ /* renamed from: x reason: collision with root package name */
private float f18x; private float f25x;
/* renamed from: y reason: collision with root package name */ /* renamed from: y reason: collision with root package name */
private float f19y; private float f26y;
private boolean diff(float f, float f2) { private boolean diff(float f, float f2) {
return (Float.isNaN(f) || Float.isNaN(f2)) ? Float.isNaN(f) != Float.isNaN(f2) : Math.abs(f - f2) > 1.0E-6f; return (Float.isNaN(f) || Float.isNaN(f2)) ? Float.isNaN(f) != Float.isNaN(f2) : Math.abs(f - f2) > 1.0E-6f;
@ -58,96 +58,96 @@ public class MotionConstrainedPoint implements Comparable<MotionConstrainedPoint
for (String str : hashMap.keySet()) { for (String str : hashMap.keySet()) {
SplineSet splineSet = hashMap.get(str); SplineSet splineSet = hashMap.get(str);
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1249320806: case -1249320806:
if (str.equals(Key.ROTATION_X)) { if (str.equals(Key.ROTATION_X)) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1249320805: case -1249320805:
if (str.equals(Key.ROTATION_Y)) { if (str.equals(Key.ROTATION_Y)) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1225497657: case -1225497657:
if (str.equals(Key.TRANSLATION_X)) { if (str.equals(Key.TRANSLATION_X)) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -1225497656: case -1225497656:
if (str.equals(Key.TRANSLATION_Y)) { if (str.equals(Key.TRANSLATION_Y)) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -1225497655: case -1225497655:
if (str.equals(Key.TRANSLATION_Z)) { if (str.equals(Key.TRANSLATION_Z)) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case -1001078227: case -1001078227:
if (str.equals("progress")) { if (str.equals("progress")) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case -908189618: case -908189618:
if (str.equals(Key.SCALE_X)) { if (str.equals(Key.SCALE_X)) {
c2 = 6; c = 6;
break; break;
} }
break; break;
case -908189617: case -908189617:
if (str.equals(Key.SCALE_Y)) { if (str.equals(Key.SCALE_Y)) {
c2 = 7; c = 7;
break; break;
} }
break; break;
case -760884510: case -760884510:
if (str.equals(Key.PIVOT_X)) { if (str.equals(Key.PIVOT_X)) {
c2 = '\b'; c = '\b';
break; break;
} }
break; break;
case -760884509: case -760884509:
if (str.equals(Key.PIVOT_Y)) { if (str.equals(Key.PIVOT_Y)) {
c2 = '\t'; c = '\t';
break; break;
} }
break; break;
case -40300674: case -40300674:
if (str.equals(Key.ROTATION)) { if (str.equals(Key.ROTATION)) {
c2 = '\n'; c = '\n';
break; break;
} }
break; break;
case -4379043: case -4379043:
if (str.equals(Key.ELEVATION)) { if (str.equals(Key.ELEVATION)) {
c2 = 11; c = 11;
break; break;
} }
break; break;
case 37232917: case 37232917:
if (str.equals(Key.TRANSITION_PATH_ROTATE)) { if (str.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = '\f'; c = '\f';
break; break;
} }
break; break;
case 92909918: case 92909918:
if (str.equals(Key.ALPHA)) { if (str.equals(Key.ALPHA)) {
c2 = '\r'; c = '\r';
break; break;
} }
break; break;
} }
float f = 1.0f; float f = 1.0f;
float f2 = 0.0f; float f2 = 0.0f;
switch (c2) { switch (c) {
case 0: case 0:
if (!Float.isNaN(this.rotationX)) { if (!Float.isNaN(this.rotationX)) {
f2 = this.rotationX; f2 = this.rotationX;
@ -362,14 +362,14 @@ public class MotionConstrainedPoint implements Comparable<MotionConstrainedPoint
public void different(MotionConstrainedPoint motionConstrainedPoint, boolean[] zArr, String[] strArr) { public void different(MotionConstrainedPoint motionConstrainedPoint, boolean[] zArr, String[] strArr) {
zArr[0] = zArr[0] | diff(this.position, motionConstrainedPoint.position); zArr[0] = zArr[0] | diff(this.position, motionConstrainedPoint.position);
zArr[1] = zArr[1] | diff(this.f18x, motionConstrainedPoint.f18x); zArr[1] = zArr[1] | diff(this.f25x, motionConstrainedPoint.f25x);
zArr[2] = zArr[2] | diff(this.f19y, motionConstrainedPoint.f19y); zArr[2] = zArr[2] | diff(this.f26y, motionConstrainedPoint.f26y);
zArr[3] = zArr[3] | diff(this.width, motionConstrainedPoint.width); zArr[3] = zArr[3] | diff(this.width, motionConstrainedPoint.width);
zArr[4] = diff(this.height, motionConstrainedPoint.height) | zArr[4]; zArr[4] = diff(this.height, motionConstrainedPoint.height) | zArr[4];
} }
public void fillStandard(double[] dArr, int[] iArr) { public void fillStandard(double[] dArr, int[] iArr) {
float[] fArr = {this.position, this.f18x, this.f19y, this.width, this.height, this.alpha, this.elevation, this.rotation, this.rotationX, this.rotationY, this.scaleX, this.scaleY, this.mPivotX, this.mPivotY, this.translationX, this.translationY, this.translationZ, this.mPathRotate}; float[] fArr = {this.position, this.f25x, this.f26y, this.width, this.height, this.alpha, this.elevation, this.rotation, this.rotationX, this.rotationY, this.scaleX, this.scaleY, this.mPivotX, this.mPivotY, this.translationX, this.translationY, this.translationZ, this.mPathRotate};
int i = 0; int i = 0;
for (int i2 = 0; i2 < iArr.length; i2++) { for (int i2 = 0; i2 < iArr.length; i2++) {
if (iArr[i2] < 18) { if (iArr[i2] < 18) {
@ -406,8 +406,8 @@ public class MotionConstrainedPoint implements Comparable<MotionConstrainedPoint
} }
public void setBounds(float f, float f2, float f3, float f4) { public void setBounds(float f, float f2, float f3, float f4) {
this.f18x = f; this.f25x = f;
this.f19y = f2; this.f26y = f2;
this.width = f3; this.width = f3;
this.height = f4; this.height = f4;
} }

View File

@ -16,7 +16,7 @@ import androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure;
import androidx.constraintlayout.widget.ConstraintAttribute; import androidx.constraintlayout.widget.ConstraintAttribute;
import androidx.constraintlayout.widget.ConstraintLayout; import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.constraintlayout.widget.ConstraintSet; import androidx.constraintlayout.widget.ConstraintSet;
import c.d.b.a.a; import b.d.b.a.a;
import com.google.android.material.shadow.ShadowDrawableWrapper; import com.google.android.material.shadow.ShadowDrawableWrapper;
import java.lang.reflect.Array; import java.lang.reflect.Array;
import java.util.ArrayList; import java.util.ArrayList;
@ -488,10 +488,10 @@ public class MotionController {
return; return;
} }
MotionPaths motionPaths = this.mEndMotionPath; MotionPaths motionPaths = this.mEndMotionPath;
float f5 = motionPaths.f21x; float f5 = motionPaths.f28x;
MotionPaths motionPaths2 = this.mStartMotionPath; MotionPaths motionPaths2 = this.mStartMotionPath;
float f6 = f5 - motionPaths2.f21x; float f6 = f5 - motionPaths2.f28x;
float f7 = motionPaths.f22y - motionPaths2.f22y; float f7 = motionPaths.f29y - motionPaths2.f29y;
fArr[0] = (((motionPaths.width - motionPaths2.width) + f6) * f2) + ((1.0f - f2) * f6); fArr[0] = (((motionPaths.width - motionPaths2.width) + f6) * f2) + ((1.0f - f2) * f6);
fArr[1] = (((motionPaths.height - motionPaths2.height) + f7) * f3) + ((1.0f - f3) * f7); fArr[1] = (((motionPaths.height - motionPaths2.height) + f7) * f3) + ((1.0f - f3) * f7);
} }
@ -506,11 +506,11 @@ public class MotionController {
} }
public float getFinalX() { public float getFinalX() {
return this.mEndMotionPath.f21x; return this.mEndMotionPath.f28x;
} }
public float getFinalY() { public float getFinalY() {
return this.mEndMotionPath.f22y; return this.mEndMotionPath.f29y;
} }
public MotionPaths getKeyFrame(int i) { public MotionPaths getKeyFrame(int i) {
@ -558,12 +558,12 @@ public class MotionController {
public float getKeyFrameParameter(int i, float f, float f2) { public float getKeyFrameParameter(int i, float f, float f2) {
MotionPaths motionPaths = this.mEndMotionPath; MotionPaths motionPaths = this.mEndMotionPath;
float f3 = motionPaths.f21x; float f3 = motionPaths.f28x;
MotionPaths motionPaths2 = this.mStartMotionPath; MotionPaths motionPaths2 = this.mStartMotionPath;
float f4 = motionPaths2.f21x; float f4 = motionPaths2.f28x;
float f5 = f3 - f4; float f5 = f3 - f4;
float f6 = motionPaths.f22y; float f6 = motionPaths.f29y;
float f7 = motionPaths2.f22y; float f7 = motionPaths2.f29y;
float f8 = f6 - f7; float f8 = f6 - f7;
float f9 = (motionPaths2.width / 2.0f) + f4; float f9 = (motionPaths2.width / 2.0f) + f4;
float f10 = (motionPaths2.height / 2.0f) + f7; float f10 = (motionPaths2.height / 2.0f) + f7;
@ -601,17 +601,17 @@ public class MotionController {
public KeyPositionBase getPositionKeyframe(int i, int i2, float f, float f2) { public KeyPositionBase getPositionKeyframe(int i, int i2, float f, float f2) {
RectF rectF = new RectF(); RectF rectF = new RectF();
MotionPaths motionPaths = this.mStartMotionPath; MotionPaths motionPaths = this.mStartMotionPath;
float f3 = motionPaths.f21x; float f3 = motionPaths.f28x;
rectF.left = f3; rectF.left = f3;
float f4 = motionPaths.f22y; float f4 = motionPaths.f29y;
rectF.top = f4; rectF.top = f4;
rectF.right = f3 + motionPaths.width; rectF.right = f3 + motionPaths.width;
rectF.bottom = f4 + motionPaths.height; rectF.bottom = f4 + motionPaths.height;
RectF rectF2 = new RectF(); RectF rectF2 = new RectF();
MotionPaths motionPaths2 = this.mEndMotionPath; MotionPaths motionPaths2 = this.mEndMotionPath;
float f5 = motionPaths2.f21x; float f5 = motionPaths2.f28x;
rectF2.left = f5; rectF2.left = f5;
float f6 = motionPaths2.f22y; float f6 = motionPaths2.f29y;
rectF2.top = f6; rectF2.top = f6;
rectF2.right = f5 + motionPaths2.width; rectF2.right = f5 + motionPaths2.width;
rectF2.bottom = f6 + motionPaths2.height; rectF2.bottom = f6 + motionPaths2.height;
@ -692,10 +692,10 @@ public class MotionController {
} }
} else { } else {
MotionPaths motionPaths = this.mEndMotionPath; MotionPaths motionPaths = this.mEndMotionPath;
float f5 = motionPaths.f21x; float f5 = motionPaths.f28x;
MotionPaths motionPaths2 = this.mStartMotionPath; MotionPaths motionPaths2 = this.mStartMotionPath;
float f6 = f5 - motionPaths2.f21x; float f6 = f5 - motionPaths2.f28x;
float f7 = motionPaths.f22y - motionPaths2.f22y; float f7 = motionPaths.f29y - motionPaths2.f29y;
fArr[0] = (((motionPaths.width - motionPaths2.width) + f6) * f2) + ((1.0f - f2) * f6); fArr[0] = (((motionPaths.width - motionPaths2.width) + f6) * f2) + ((1.0f - f2) * f6);
fArr[1] = (((motionPaths.height - motionPaths2.height) + f7) * f3) + ((1.0f - f3) * f7); fArr[1] = (((motionPaths.height - motionPaths2.height) + f7) * f3) + ((1.0f - f3) * f7);
velocityMatrix.clear(); velocityMatrix.clear();
@ -710,11 +710,11 @@ public class MotionController {
} }
public float getStartX() { public float getStartX() {
return this.mStartMotionPath.f21x; return this.mStartMotionPath.f28x;
} }
public float getStartY() { public float getStartY() {
return this.mStartMotionPath.f22y; return this.mStartMotionPath.f29y;
} }
public int getkeyFramePositions(int[] iArr, float[] fArr) { public int getkeyFramePositions(int[] iArr, float[] fArr) {
@ -823,11 +823,11 @@ public class MotionController {
} }
} else { } else {
MotionPaths motionPaths = this.mStartMotionPath; MotionPaths motionPaths = this.mStartMotionPath;
float f2 = motionPaths.f21x; float f2 = motionPaths.f28x;
MotionPaths motionPaths2 = this.mEndMotionPath; MotionPaths motionPaths2 = this.mEndMotionPath;
float a = a.a(motionPaths2.f21x, f2, adjustedPosition, f2); float a = a.a(motionPaths2.f28x, f2, adjustedPosition, f2);
float f3 = motionPaths.f22y; float f3 = motionPaths.f29y;
float a2 = a.a(motionPaths2.f22y, f3, adjustedPosition, f3); float a2 = a.a(motionPaths2.f29y, f3, adjustedPosition, f3);
float f4 = motionPaths.width; float f4 = motionPaths.width;
float f5 = motionPaths2.width; float f5 = motionPaths2.width;
float a3 = a.a(f5, f4, adjustedPosition, f4); float a3 = a.a(f5, f4, adjustedPosition, f4);
@ -867,17 +867,17 @@ public class MotionController {
public void positionKeyframe(View view, KeyPositionBase keyPositionBase, float f, float f2, String[] strArr, float[] fArr) { public void positionKeyframe(View view, KeyPositionBase keyPositionBase, float f, float f2, String[] strArr, float[] fArr) {
RectF rectF = new RectF(); RectF rectF = new RectF();
MotionPaths motionPaths = this.mStartMotionPath; MotionPaths motionPaths = this.mStartMotionPath;
float f3 = motionPaths.f21x; float f3 = motionPaths.f28x;
rectF.left = f3; rectF.left = f3;
float f4 = motionPaths.f22y; float f4 = motionPaths.f29y;
rectF.top = f4; rectF.top = f4;
rectF.right = f3 + motionPaths.width; rectF.right = f3 + motionPaths.width;
rectF.bottom = f4 + motionPaths.height; rectF.bottom = f4 + motionPaths.height;
RectF rectF2 = new RectF(); RectF rectF2 = new RectF();
MotionPaths motionPaths2 = this.mEndMotionPath; MotionPaths motionPaths2 = this.mEndMotionPath;
float f5 = motionPaths2.f21x; float f5 = motionPaths2.f28x;
rectF2.left = f5; rectF2.left = f5;
float f6 = motionPaths2.f22y; float f6 = motionPaths2.f29y;
rectF2.top = f6; rectF2.top = f6;
rectF2.right = f5 + motionPaths2.width; rectF2.right = f5 + motionPaths2.width;
rectF2.bottom = f6 + motionPaths2.height; rectF2.bottom = f6 + motionPaths2.height;
@ -978,11 +978,11 @@ public class MotionController {
} else { } else {
arrayList = null; arrayList = null;
} }
char c2 = 0; char c = 0;
if (arrayList != null) { if (arrayList != null) {
this.mKeyTriggers = (KeyTrigger[]) arrayList.toArray(new KeyTrigger[0]); this.mKeyTriggers = (KeyTrigger[]) arrayList.toArray(new KeyTrigger[0]);
} }
char c3 = 1; char c2 = 1;
if (!hashSet2.isEmpty()) { if (!hashSet2.isEmpty()) {
this.mAttributesMap = new HashMap<>(); this.mAttributesMap = new HashMap<>();
Iterator<String> it2 = hashSet2.iterator(); Iterator<String> it2 = hashSet2.iterator();
@ -990,7 +990,7 @@ public class MotionController {
String next2 = it2.next(); String next2 = it2.next();
if (next2.startsWith("CUSTOM,")) { if (next2.startsWith("CUSTOM,")) {
SparseArray sparseArray = new SparseArray(); SparseArray sparseArray = new SparseArray();
String str = next2.split(",")[c3]; String str = next2.split(",")[c2];
Iterator<Key> it3 = this.mKeyList.iterator(); Iterator<Key> it3 = this.mKeyList.iterator();
while (it3.hasNext()) { while (it3.hasNext()) {
Key next3 = it3.next(); Key next3 = it3.next();
@ -1007,7 +1007,7 @@ public class MotionController {
splineSet.setType(next2); splineSet.setType(next2);
this.mAttributesMap.put(next2, splineSet); this.mAttributesMap.put(next2, splineSet);
} }
c3 = 1; c2 = 1;
} }
ArrayList<Key> arrayList3 = this.mKeyList; ArrayList<Key> arrayList3 = this.mKeyList;
if (arrayList3 != null) { if (arrayList3 != null) {
@ -1181,7 +1181,7 @@ public class MotionController {
dArr3 = new double[size]; dArr3 = new double[size];
int[] iArr5 = new int[i5]; int[] iArr5 = new int[i5];
iArr5[1] = motionPathsArr[i18].getCustomDataCount(str7); iArr5[1] = motionPathsArr[i18].getCustomDataCount(str7);
iArr5[c2] = size; iArr5[c] = size;
dArr4 = (double[][]) Array.newInstance(double.class, iArr5); dArr4 = (double[][]) Array.newInstance(double.class, iArr5);
} }
dArr3[i19] = (double) motionPathsArr[i18].time; dArr3[i19] = (double) motionPathsArr[i18].time;
@ -1190,12 +1190,12 @@ public class MotionController {
} }
i18++; i18++;
i5 = 2; i5 = 2;
c2 = 0; c = 0;
} }
i17++; i17++;
this.mSpline[i17] = CurveFit.get(this.mCurveFitType, Arrays.copyOf(dArr3, i19), (double[][]) Arrays.copyOf(dArr4, i19)); this.mSpline[i17] = CurveFit.get(this.mCurveFitType, Arrays.copyOf(dArr3, i19), (double[][]) Arrays.copyOf(dArr4, i19));
i5 = 2; i5 = 2;
c2 = 0; c = 0;
} }
this.mSpline[0] = CurveFit.get(this.mCurveFitType, dArr2, dArr); this.mSpline[0] = CurveFit.get(this.mCurveFitType, dArr2, dArr);
if (motionPathsArr[0].mPathMotionArc != Key.UNSET) { if (motionPathsArr[0].mPathMotionArc != Key.UNSET) {
@ -1208,8 +1208,8 @@ public class MotionController {
for (int i20 = 0; i20 < size; i20++) { for (int i20 = 0; i20 < size; i20++) {
iArr6[i20] = motionPathsArr[i20].mPathMotionArc; iArr6[i20] = motionPathsArr[i20].mPathMotionArc;
dArr5[i20] = (double) motionPathsArr[i20].time; dArr5[i20] = (double) motionPathsArr[i20].time;
dArr6[i20][0] = (double) motionPathsArr[i20].f21x; dArr6[i20][0] = (double) motionPathsArr[i20].f28x;
dArr6[i20][1] = (double) motionPathsArr[i20].f22y; dArr6[i20][1] = (double) motionPathsArr[i20].f29y;
} }
this.mArcSpline = CurveFit.getArc(iArr6, dArr5, dArr6); this.mArcSpline = CurveFit.getArc(iArr6, dArr5, dArr6);
} }
@ -1243,13 +1243,13 @@ public class MotionController {
public String toString() { public String toString() {
StringBuilder R = a.R(" start: x: "); StringBuilder R = a.R(" start: x: ");
R.append(this.mStartMotionPath.f21x); R.append(this.mStartMotionPath.f28x);
R.append(" y: "); R.append(" y: ");
R.append(this.mStartMotionPath.f22y); R.append(this.mStartMotionPath.f29y);
R.append(" end: x: "); R.append(" end: x: ");
R.append(this.mEndMotionPath.f21x); R.append(this.mEndMotionPath.f28x);
R.append(" y: "); R.append(" y: ");
R.append(this.mEndMotionPath.f22y); R.append(this.mEndMotionPath.f29y);
return R.toString(); return R.toString();
} }
} }

View File

@ -43,7 +43,7 @@ import androidx.core.internal.view.SupportMenu;
import androidx.core.view.NestedScrollingParent3; import androidx.core.view.NestedScrollingParent3;
import androidx.core.view.ViewCompat; import androidx.core.view.ViewCompat;
import androidx.exifinterface.media.ExifInterface; import androidx.exifinterface.media.ExifInterface;
import c.d.b.a.a; import b.d.b.a.a;
import com.google.android.material.shadow.ShadowDrawableWrapper; import com.google.android.material.shadow.ShadowDrawableWrapper;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.HashMap; import java.util.HashMap;
@ -926,15 +926,15 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
public static class MyTracker implements MotionTracker { public static class MyTracker implements MotionTracker {
/* renamed from: me reason: collision with root package name */ /* renamed from: me reason: collision with root package name */
private static MyTracker f20me = new MyTracker(); private static MyTracker f27me = new MyTracker();
public VelocityTracker tracker; public VelocityTracker tracker;
private MyTracker() { private MyTracker() {
} }
public static MyTracker obtain() { public static MyTracker obtain() {
f20me.tracker = VelocityTracker.obtain(); f27me.tracker = VelocityTracker.obtain();
return f20me; return f27me;
} }
@Override // androidx.constraintlayout.motion.widget.MotionLayout.MotionTracker @Override // androidx.constraintlayout.motion.widget.MotionLayout.MotionTracker

View File

@ -39,10 +39,10 @@ public class MotionPaths implements Comparable<MotionPaths> {
public float width; public float width;
/* renamed from: x reason: collision with root package name */ /* renamed from: x reason: collision with root package name */
public float f21x; public float f28x;
/* renamed from: y reason: collision with root package name */ /* renamed from: y reason: collision with root package name */
public float f22y; public float f29y;
public MotionPaths() { public MotionPaths() {
this.mDrawPath = 0; this.mDrawPath = 0;
@ -107,14 +107,14 @@ public class MotionPaths implements Comparable<MotionPaths> {
public void different(MotionPaths motionPaths, boolean[] zArr, String[] strArr, boolean z2) { public void different(MotionPaths motionPaths, boolean[] zArr, String[] strArr, boolean z2) {
zArr[0] = zArr[0] | diff(this.position, motionPaths.position); zArr[0] = zArr[0] | diff(this.position, motionPaths.position);
zArr[1] = zArr[1] | diff(this.f21x, motionPaths.f21x) | z2; zArr[1] = zArr[1] | diff(this.f28x, motionPaths.f28x) | z2;
zArr[2] = z2 | diff(this.f22y, motionPaths.f22y) | zArr[2]; zArr[2] = z2 | diff(this.f29y, motionPaths.f29y) | zArr[2];
zArr[3] = zArr[3] | diff(this.width, motionPaths.width); zArr[3] = zArr[3] | diff(this.width, motionPaths.width);
zArr[4] = diff(this.height, motionPaths.height) | zArr[4]; zArr[4] = diff(this.height, motionPaths.height) | zArr[4];
} }
public void fillStandard(double[] dArr, int[] iArr) { public void fillStandard(double[] dArr, int[] iArr) {
float[] fArr = {this.position, this.f21x, this.f22y, this.width, this.height, this.mPathRotate}; float[] fArr = {this.position, this.f28x, this.f29y, this.width, this.height, this.mPathRotate};
int i = 0; int i = 0;
for (int i2 = 0; i2 < iArr.length; i2++) { for (int i2 = 0; i2 < iArr.length; i2++) {
if (iArr[i2] < 6) { if (iArr[i2] < 6) {
@ -141,8 +141,8 @@ public class MotionPaths implements Comparable<MotionPaths> {
} }
public void getCenter(int[] iArr, double[] dArr, float[] fArr, int i) { public void getCenter(int[] iArr, double[] dArr, float[] fArr, int i) {
float f = this.f21x; float f = this.f28x;
float f2 = this.f22y; float f2 = this.f29y;
float f3 = this.width; float f3 = this.width;
float f4 = this.height; float f4 = this.height;
for (int i2 = 0; i2 < iArr.length; i2++) { for (int i2 = 0; i2 < iArr.length; i2++) {
@ -185,8 +185,8 @@ public class MotionPaths implements Comparable<MotionPaths> {
} }
public void getRect(int[] iArr, double[] dArr, float[] fArr, int i) { public void getRect(int[] iArr, double[] dArr, float[] fArr, int i) {
float f = this.f21x; float f = this.f28x;
float f2 = this.f22y; float f2 = this.f29y;
float f3 = this.width; float f3 = this.width;
float f4 = this.height; float f4 = this.height;
for (int i2 = 0; i2 < iArr.length; i2++) { for (int i2 = 0; i2 < iArr.length; i2++) {
@ -239,17 +239,17 @@ public class MotionPaths implements Comparable<MotionPaths> {
float f8 = motionPaths.height; float f8 = motionPaths.height;
float f9 = f7 - f8; float f9 = f7 - f8;
this.position = this.time; this.position = this.time;
float f10 = motionPaths.f21x; float f10 = motionPaths.f28x;
float f11 = motionPaths.f22y; float f11 = motionPaths.f29y;
float f12 = ((f4 / 2.0f) + motionPaths2.f21x) - ((f5 / 2.0f) + f10); float f12 = ((f4 / 2.0f) + motionPaths2.f28x) - ((f5 / 2.0f) + f10);
float f13 = ((f7 / 2.0f) + motionPaths2.f22y) - ((f8 / 2.0f) + f11); float f13 = ((f7 / 2.0f) + motionPaths2.f29y) - ((f8 / 2.0f) + f11);
float f14 = f6 * f2; float f14 = f6 * f2;
float f15 = f14 / 2.0f; float f15 = f14 / 2.0f;
this.f21x = (float) ((int) (((f12 * f) + f10) - f15)); this.f28x = (float) ((int) (((f12 * f) + f10) - f15));
float f16 = (f13 * f) + f11; float f16 = (f13 * f) + f11;
float f17 = f9 * f3; float f17 = f9 * f3;
float f18 = f17 / 2.0f; float f18 = f17 / 2.0f;
this.f22y = (float) ((int) (f16 - f18)); this.f29y = (float) ((int) (f16 - f18));
this.width = (float) ((int) (f5 + f14)); this.width = (float) ((int) (f5 + f14));
this.height = (float) ((int) (f8 + f17)); this.height = (float) ((int) (f8 + f17));
float f19 = Float.isNaN(keyPosition.mPercentX) ? f : keyPosition.mPercentX; float f19 = Float.isNaN(keyPosition.mPercentX) ? f : keyPosition.mPercentX;
@ -262,8 +262,8 @@ public class MotionPaths implements Comparable<MotionPaths> {
f20 = keyPosition.mAltPercentX; f20 = keyPosition.mAltPercentX;
} }
this.mMode = 2; this.mMode = 2;
this.f21x = (float) ((int) (((f20 * f13) + ((f19 * f12) + motionPaths.f21x)) - f15)); this.f28x = (float) ((int) (((f20 * f13) + ((f19 * f12) + motionPaths.f28x)) - f15));
this.f22y = (float) ((int) (((f13 * f) + ((f12 * f21) + motionPaths.f22y)) - f18)); this.f29y = (float) ((int) (((f13 * f) + ((f12 * f21) + motionPaths.f29y)) - f18));
this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing); this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing);
this.mPathMotionArc = keyPosition.mPathMotionArc; this.mPathMotionArc = keyPosition.mPathMotionArc;
} }
@ -280,30 +280,30 @@ public class MotionPaths implements Comparable<MotionPaths> {
if (!Float.isNaN(keyPosition.mPercentX)) { if (!Float.isNaN(keyPosition.mPercentX)) {
f = keyPosition.mPercentX; f = keyPosition.mPercentX;
} }
float f6 = motionPaths.f21x; float f6 = motionPaths.f28x;
float f7 = motionPaths.width; float f7 = motionPaths.width;
float f8 = motionPaths.f22y; float f8 = motionPaths.f29y;
float f9 = motionPaths.height; float f9 = motionPaths.height;
float f10 = ((motionPaths2.width / 2.0f) + motionPaths2.f21x) - ((f7 / 2.0f) + f6); float f10 = ((motionPaths2.width / 2.0f) + motionPaths2.f28x) - ((f7 / 2.0f) + f6);
float f11 = ((motionPaths2.height / 2.0f) + motionPaths2.f22y) - ((f9 / 2.0f) + f8); float f11 = ((motionPaths2.height / 2.0f) + motionPaths2.f29y) - ((f9 / 2.0f) + f8);
float f12 = f10 * f; float f12 = f10 * f;
float f13 = f4 * f2; float f13 = f4 * f2;
float f14 = f13 / 2.0f; float f14 = f13 / 2.0f;
this.f21x = (float) ((int) ((f6 + f12) - f14)); this.f28x = (float) ((int) ((f6 + f12) - f14));
float f15 = f * f11; float f15 = f * f11;
float f16 = f5 * f3; float f16 = f5 * f3;
float f17 = f16 / 2.0f; float f17 = f16 / 2.0f;
this.f22y = (float) ((int) ((f8 + f15) - f17)); this.f29y = (float) ((int) ((f8 + f15) - f17));
this.width = (float) ((int) (f7 + f13)); this.width = (float) ((int) (f7 + f13));
this.height = (float) ((int) (f9 + f16)); this.height = (float) ((int) (f9 + f16));
float f18 = Float.isNaN(keyPosition.mPercentY) ? 0.0f : keyPosition.mPercentY; float f18 = Float.isNaN(keyPosition.mPercentY) ? 0.0f : keyPosition.mPercentY;
this.mMode = 1; this.mMode = 1;
float f19 = (float) ((int) ((motionPaths.f21x + f12) - f14)); float f19 = (float) ((int) ((motionPaths.f28x + f12) - f14));
this.f21x = f19; this.f28x = f19;
float f20 = (float) ((int) ((motionPaths.f22y + f15) - f17)); float f20 = (float) ((int) ((motionPaths.f29y + f15) - f17));
this.f22y = f20; this.f29y = f20;
this.f21x = f19 + ((-f11) * f18); this.f28x = f19 + ((-f11) * f18);
this.f22y = f20 + (f10 * f18); this.f29y = f20 + (f10 * f18);
this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing); this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing);
this.mPathMotionArc = keyPosition.mPathMotionArc; this.mPathMotionArc = keyPosition.mPathMotionArc;
} }
@ -321,30 +321,30 @@ public class MotionPaths implements Comparable<MotionPaths> {
float f8 = motionPaths.height; float f8 = motionPaths.height;
float f9 = f7 - f8; float f9 = f7 - f8;
this.position = this.time; this.position = this.time;
float f10 = motionPaths.f21x; float f10 = motionPaths.f28x;
float f11 = motionPaths.f22y; float f11 = motionPaths.f29y;
float f12 = (f4 / 2.0f) + motionPaths2.f21x; float f12 = (f4 / 2.0f) + motionPaths2.f28x;
float f13 = (f7 / 2.0f) + motionPaths2.f22y; float f13 = (f7 / 2.0f) + motionPaths2.f29y;
float f14 = f6 * f2; float f14 = f6 * f2;
this.f21x = (float) ((int) ((((f12 - ((f5 / 2.0f) + f10)) * f) + f10) - (f14 / 2.0f))); this.f28x = (float) ((int) ((((f12 - ((f5 / 2.0f) + f10)) * f) + f10) - (f14 / 2.0f)));
float f15 = f9 * f3; float f15 = f9 * f3;
this.f22y = (float) ((int) ((((f13 - ((f8 / 2.0f) + f11)) * f) + f11) - (f15 / 2.0f))); this.f29y = (float) ((int) ((((f13 - ((f8 / 2.0f) + f11)) * f) + f11) - (f15 / 2.0f)));
this.width = (float) ((int) (f5 + f14)); this.width = (float) ((int) (f5 + f14));
this.height = (float) ((int) (f8 + f15)); this.height = (float) ((int) (f8 + f15));
this.mMode = 3; this.mMode = 3;
if (!Float.isNaN(keyPosition.mPercentX)) { if (!Float.isNaN(keyPosition.mPercentX)) {
this.f21x = (float) ((int) (keyPosition.mPercentX * ((float) ((int) (((float) i) - this.width))))); this.f28x = (float) ((int) (keyPosition.mPercentX * ((float) ((int) (((float) i) - this.width)))));
} }
if (!Float.isNaN(keyPosition.mPercentY)) { if (!Float.isNaN(keyPosition.mPercentY)) {
this.f22y = (float) ((int) (keyPosition.mPercentY * ((float) ((int) (((float) i2) - this.height))))); this.f29y = (float) ((int) (keyPosition.mPercentY * ((float) ((int) (((float) i2) - this.height)))));
} }
this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing); this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing);
this.mPathMotionArc = keyPosition.mPathMotionArc; this.mPathMotionArc = keyPosition.mPathMotionArc;
} }
public void setBounds(float f, float f2, float f3, float f4) { public void setBounds(float f, float f2, float f3, float f4) {
this.f21x = f; this.f28x = f;
this.f22y = f2; this.f29y = f2;
this.width = f3; this.width = f3;
this.height = f4; this.height = f4;
} }
@ -376,8 +376,8 @@ public class MotionPaths implements Comparable<MotionPaths> {
public void setView(View view, int[] iArr, double[] dArr, double[] dArr2, double[] dArr3) { public void setView(View view, int[] iArr, double[] dArr, double[] dArr2, double[] dArr3) {
float f; float f;
float f2 = this.f21x; float f2 = this.f28x;
float f3 = this.f22y; float f3 = this.f29y;
float f4 = this.width; float f4 = this.width;
float f5 = this.height; float f5 = this.height;
if (iArr.length != 0 && this.mTempValue.length <= iArr[iArr.length - 1]) { if (iArr.length != 0 && this.mTempValue.length <= iArr[iArr.length - 1]) {

View File

@ -23,7 +23,7 @@ import androidx.constraintlayout.motion.widget.MotionLayout;
import androidx.constraintlayout.widget.ConstraintSet; import androidx.constraintlayout.widget.ConstraintSet;
import androidx.constraintlayout.widget.R; import androidx.constraintlayout.widget.R;
import androidx.constraintlayout.widget.StateSet; import androidx.constraintlayout.widget.StateSet;
import c.d.b.a.a; import b.d.b.a.a;
import com.discord.models.domain.ModelAuditLogEntry; import com.discord.models.domain.ModelAuditLogEntry;
import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel;
import com.google.android.material.shadow.ShadowDrawableWrapper; import com.google.android.material.shadow.ShadowDrawableWrapper;
@ -615,7 +615,7 @@ public class MotionScene {
try { try {
int eventType = xml.getEventType(); int eventType = xml.getEventType();
while (true) { while (true) {
char c2 = 1; char c = 1;
if (eventType != 1) { if (eventType != 1) {
if (eventType == 0) { if (eventType == 0) {
xml.getName(); xml.getName();
@ -628,53 +628,53 @@ public class MotionScene {
switch (name.hashCode()) { switch (name.hashCode()) {
case -1349929691: case -1349929691:
if (name.equals("ConstraintSet")) { if (name.equals("ConstraintSet")) {
c2 = 5; c = 5;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1239391468: case -1239391468:
if (name.equals("KeyFrameSet")) { if (name.equals("KeyFrameSet")) {
c2 = 6; c = 6;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 269306229: case 269306229:
break; break;
case 312750793: case 312750793:
if (name.equals("OnClick")) { if (name.equals("OnClick")) {
c2 = 3; c = 3;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 327855227: case 327855227:
if (name.equals("OnSwipe")) { if (name.equals("OnSwipe")) {
c2 = 2; c = 2;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 793277014: case 793277014:
if (name.equals(TAG)) { if (name.equals(TAG)) {
c2 = 0; c = 0;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 1382829617: case 1382829617:
if (name.equals("StateSet")) { if (name.equals("StateSet")) {
c2 = 4; c = 4;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
default: default:
c2 = 65535; c = 65535;
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
parseMotionSceneTags(context, xml); parseMotionSceneTags(context, xml);
continue; continue;

View File

@ -5,7 +5,7 @@ import android.util.SparseArray;
import android.view.View; import android.view.View;
import androidx.constraintlayout.motion.utils.CurveFit; import androidx.constraintlayout.motion.utils.CurveFit;
import androidx.constraintlayout.widget.ConstraintAttribute; import androidx.constraintlayout.widget.ConstraintAttribute;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.reflect.Array; import java.lang.reflect.Array;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method; import java.lang.reflect.Method;
@ -250,106 +250,106 @@ public abstract class SplineSet {
public static SplineSet makeSpline(String str) { public static SplineSet makeSpline(String str) {
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1249320806: case -1249320806:
if (str.equals(Key.ROTATION_X)) { if (str.equals(Key.ROTATION_X)) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1249320805: case -1249320805:
if (str.equals(Key.ROTATION_Y)) { if (str.equals(Key.ROTATION_Y)) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1225497657: case -1225497657:
if (str.equals(Key.TRANSLATION_X)) { if (str.equals(Key.TRANSLATION_X)) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -1225497656: case -1225497656:
if (str.equals(Key.TRANSLATION_Y)) { if (str.equals(Key.TRANSLATION_Y)) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -1225497655: case -1225497655:
if (str.equals(Key.TRANSLATION_Z)) { if (str.equals(Key.TRANSLATION_Z)) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case -1001078227: case -1001078227:
if (str.equals("progress")) { if (str.equals("progress")) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case -908189618: case -908189618:
if (str.equals(Key.SCALE_X)) { if (str.equals(Key.SCALE_X)) {
c2 = 6; c = 6;
break; break;
} }
break; break;
case -908189617: case -908189617:
if (str.equals(Key.SCALE_Y)) { if (str.equals(Key.SCALE_Y)) {
c2 = 7; c = 7;
break; break;
} }
break; break;
case -797520672: case -797520672:
if (str.equals(Key.WAVE_VARIES_BY)) { if (str.equals(Key.WAVE_VARIES_BY)) {
c2 = '\b'; c = '\b';
break; break;
} }
break; break;
case -760884510: case -760884510:
if (str.equals(Key.PIVOT_X)) { if (str.equals(Key.PIVOT_X)) {
c2 = '\t'; c = '\t';
break; break;
} }
break; break;
case -760884509: case -760884509:
if (str.equals(Key.PIVOT_Y)) { if (str.equals(Key.PIVOT_Y)) {
c2 = '\n'; c = '\n';
break; break;
} }
break; break;
case -40300674: case -40300674:
if (str.equals(Key.ROTATION)) { if (str.equals(Key.ROTATION)) {
c2 = 11; c = 11;
break; break;
} }
break; break;
case -4379043: case -4379043:
if (str.equals(Key.ELEVATION)) { if (str.equals(Key.ELEVATION)) {
c2 = '\f'; c = '\f';
break; break;
} }
break; break;
case 37232917: case 37232917:
if (str.equals(Key.TRANSITION_PATH_ROTATE)) { if (str.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = '\r'; c = '\r';
break; break;
} }
break; break;
case 92909918: case 92909918:
if (str.equals(Key.ALPHA)) { if (str.equals(Key.ALPHA)) {
c2 = 14; c = 14;
break; break;
} }
break; break;
case 156108012: case 156108012:
if (str.equals(Key.WAVE_OFFSET)) { if (str.equals(Key.WAVE_OFFSET)) {
c2 = 15; c = 15;
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
return new RotationXset(); return new RotationXset();
case 1: case 1:

View File

@ -5,7 +5,7 @@ import android.util.SparseArray;
import android.view.View; import android.view.View;
import androidx.constraintlayout.motion.utils.CurveFit; import androidx.constraintlayout.motion.utils.CurveFit;
import androidx.constraintlayout.widget.ConstraintAttribute; import androidx.constraintlayout.widget.ConstraintAttribute;
import c.d.b.a.a; import b.d.b.a.a;
import com.google.android.material.shadow.ShadowDrawableWrapper; import com.google.android.material.shadow.ShadowDrawableWrapper;
import java.lang.reflect.Array; import java.lang.reflect.Array;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
@ -303,82 +303,82 @@ public abstract class TimeCycleSplineSet {
public static TimeCycleSplineSet makeSpline(String str, long j) { public static TimeCycleSplineSet makeSpline(String str, long j) {
TimeCycleSplineSet timeCycleSplineSet; TimeCycleSplineSet timeCycleSplineSet;
str.hashCode(); str.hashCode();
char c2 = 65535; char c = 65535;
switch (str.hashCode()) { switch (str.hashCode()) {
case -1249320806: case -1249320806:
if (str.equals(Key.ROTATION_X)) { if (str.equals(Key.ROTATION_X)) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case -1249320805: case -1249320805:
if (str.equals(Key.ROTATION_Y)) { if (str.equals(Key.ROTATION_Y)) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case -1225497657: case -1225497657:
if (str.equals(Key.TRANSLATION_X)) { if (str.equals(Key.TRANSLATION_X)) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case -1225497656: case -1225497656:
if (str.equals(Key.TRANSLATION_Y)) { if (str.equals(Key.TRANSLATION_Y)) {
c2 = 3; c = 3;
break; break;
} }
break; break;
case -1225497655: case -1225497655:
if (str.equals(Key.TRANSLATION_Z)) { if (str.equals(Key.TRANSLATION_Z)) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case -1001078227: case -1001078227:
if (str.equals("progress")) { if (str.equals("progress")) {
c2 = 5; c = 5;
break; break;
} }
break; break;
case -908189618: case -908189618:
if (str.equals(Key.SCALE_X)) { if (str.equals(Key.SCALE_X)) {
c2 = 6; c = 6;
break; break;
} }
break; break;
case -908189617: case -908189617:
if (str.equals(Key.SCALE_Y)) { if (str.equals(Key.SCALE_Y)) {
c2 = 7; c = 7;
break; break;
} }
break; break;
case -40300674: case -40300674:
if (str.equals(Key.ROTATION)) { if (str.equals(Key.ROTATION)) {
c2 = '\b'; c = '\b';
break; break;
} }
break; break;
case -4379043: case -4379043:
if (str.equals(Key.ELEVATION)) { if (str.equals(Key.ELEVATION)) {
c2 = '\t'; c = '\t';
break; break;
} }
break; break;
case 37232917: case 37232917:
if (str.equals(Key.TRANSITION_PATH_ROTATE)) { if (str.equals(Key.TRANSITION_PATH_ROTATE)) {
c2 = '\n'; c = '\n';
break; break;
} }
break; break;
case 92909918: case 92909918:
if (str.equals(Key.ALPHA)) { if (str.equals(Key.ALPHA)) {
c2 = 11; c = 11;
break; break;
} }
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
timeCycleSplineSet = new RotationXset(); timeCycleSplineSet = new RotationXset();
break; break;

View File

@ -12,7 +12,7 @@ import android.view.ViewGroup;
import androidx.constraintlayout.motion.widget.MotionLayout; import androidx.constraintlayout.motion.widget.MotionLayout;
import androidx.constraintlayout.widget.R; import androidx.constraintlayout.widget.R;
import androidx.core.widget.NestedScrollView; import androidx.core.widget.NestedScrollView;
import c.d.b.a.a; import b.d.b.a.a;
import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParser;
public class TouchResponse { public class TouchResponse {
private static final boolean DEBUG = false; private static final boolean DEBUG = false;

View File

@ -1,7 +1,7 @@
package androidx.constraintlayout.solver; package androidx.constraintlayout.solver;
import androidx.constraintlayout.solver.ArrayRow; import androidx.constraintlayout.solver.ArrayRow;
import c.d.b.a.a; import b.d.b.a.a;
import java.io.PrintStream; import java.io.PrintStream;
import java.util.Arrays; import java.util.Arrays;
public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
@ -34,7 +34,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
if (i == -1) { if (i == -1) {
this.mHead = 0; this.mHead = 0;
this.mArrayValues[0] = f; this.mArrayValues[0] = f;
this.mArrayIndices[0] = solverVariable.f23id; this.mArrayIndices[0] = solverVariable.f30id;
this.mArrayNextIndices[0] = -1; this.mArrayNextIndices[0] = -1;
solverVariable.usageInRowCount++; solverVariable.usageInRowCount++;
solverVariable.addToRow(this.mRow); solverVariable.addToRow(this.mRow);
@ -57,7 +57,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
while (i != -1 && i3 < this.currentSize) { while (i != -1 && i3 < this.currentSize) {
int[] iArr2 = this.mArrayIndices; int[] iArr2 = this.mArrayIndices;
int i5 = iArr2[i]; int i5 = iArr2[i];
int i6 = solverVariable.f23id; int i6 = solverVariable.f30id;
if (i5 == i6) { if (i5 == i6) {
float[] fArr = this.mArrayValues; float[] fArr = this.mArrayValues;
float f3 = fArr[i] + f; float f3 = fArr[i] + f;
@ -127,7 +127,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
this.mArrayIndices = Arrays.copyOf(this.mArrayIndices, this.ROW_SIZE); this.mArrayIndices = Arrays.copyOf(this.mArrayIndices, this.ROW_SIZE);
this.mArrayNextIndices = Arrays.copyOf(this.mArrayNextIndices, this.ROW_SIZE); this.mArrayNextIndices = Arrays.copyOf(this.mArrayNextIndices, this.ROW_SIZE);
} }
this.mArrayIndices[i7] = solverVariable.f23id; this.mArrayIndices[i7] = solverVariable.f30id;
this.mArrayValues[i7] = f; this.mArrayValues[i7] = f;
if (i4 != -1) { if (i4 != -1) {
int[] iArr8 = this.mArrayNextIndices; int[] iArr8 = this.mArrayNextIndices;
@ -178,7 +178,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
} }
int i2 = 0; int i2 = 0;
while (i != -1 && i2 < this.currentSize) { while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f23id) { if (this.mArrayIndices[i] == solverVariable.f30id) {
return true; return true;
} }
i = this.mArrayNextIndices[i]; i = this.mArrayNextIndices[i];
@ -218,7 +218,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
int i = this.mHead; int i = this.mHead;
int i2 = 0; int i2 = 0;
while (i != -1 && i2 < this.currentSize) { while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f23id) { if (this.mArrayIndices[i] == solverVariable.f30id) {
return this.mArrayValues[i]; return this.mArrayValues[i];
} }
i = this.mArrayNextIndices[i]; i = this.mArrayNextIndices[i];
@ -318,7 +318,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
} }
int i2 = 0; int i2 = 0;
while (i != -1 && i2 < this.currentSize) { while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f23id) { if (this.mArrayIndices[i] == solverVariable.f30id) {
return i; return i;
} }
i = this.mArrayNextIndices[i]; i = this.mArrayNextIndices[i];
@ -349,7 +349,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
if (i == -1) { if (i == -1) {
this.mHead = 0; this.mHead = 0;
this.mArrayValues[0] = f; this.mArrayValues[0] = f;
this.mArrayIndices[0] = solverVariable.f23id; this.mArrayIndices[0] = solverVariable.f30id;
this.mArrayNextIndices[0] = -1; this.mArrayNextIndices[0] = -1;
solverVariable.usageInRowCount++; solverVariable.usageInRowCount++;
solverVariable.addToRow(this.mRow); solverVariable.addToRow(this.mRow);
@ -372,7 +372,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
while (i != -1 && i3 < this.currentSize) { while (i != -1 && i3 < this.currentSize) {
int[] iArr2 = this.mArrayIndices; int[] iArr2 = this.mArrayIndices;
int i5 = iArr2[i]; int i5 = iArr2[i];
int i6 = solverVariable.f23id; int i6 = solverVariable.f30id;
if (i5 == i6) { if (i5 == i6) {
this.mArrayValues[i] = f; this.mArrayValues[i] = f;
return; return;
@ -419,7 +419,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
this.mArrayIndices = Arrays.copyOf(this.mArrayIndices, this.ROW_SIZE); this.mArrayIndices = Arrays.copyOf(this.mArrayIndices, this.ROW_SIZE);
this.mArrayNextIndices = Arrays.copyOf(this.mArrayNextIndices, this.ROW_SIZE); this.mArrayNextIndices = Arrays.copyOf(this.mArrayNextIndices, this.ROW_SIZE);
} }
this.mArrayIndices[i7] = solverVariable.f23id; this.mArrayIndices[i7] = solverVariable.f30id;
this.mArrayValues[i7] = f; this.mArrayValues[i7] = f;
if (i4 != -1) { if (i4 != -1) {
int[] iArr7 = this.mArrayNextIndices; int[] iArr7 = this.mArrayNextIndices;
@ -458,7 +458,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
int i2 = 0; int i2 = 0;
int i3 = -1; int i3 = -1;
while (i != -1 && i2 < this.currentSize) { while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f23id) { if (this.mArrayIndices[i] == solverVariable.f30id) {
if (i == this.mHead) { if (i == this.mHead) {
this.mHead = this.mArrayNextIndices[i]; this.mHead = this.mArrayNextIndices[i];
} else { } else {

View File

@ -2,7 +2,7 @@ package androidx.constraintlayout.solver;
import androidx.constraintlayout.solver.LinearSystem; import androidx.constraintlayout.solver.LinearSystem;
import androidx.constraintlayout.solver.SolverVariable; import androidx.constraintlayout.solver.SolverVariable;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.ArrayList; import java.util.ArrayList;
public class ArrayRow implements LinearSystem.Row { public class ArrayRow implements LinearSystem.Row {
private static final boolean DEBUG = false; private static final boolean DEBUG = false;
@ -66,7 +66,7 @@ public class ArrayRow implements LinearSystem.Row {
float variableValue = this.variables.getVariableValue(i); float variableValue = this.variables.getVariableValue(i);
if (variableValue < 0.0f) { if (variableValue < 0.0f) {
SolverVariable variable = this.variables.getVariable(i); SolverVariable variable = this.variables.getVariable(i);
if ((zArr == null || !zArr[variable.f23id]) && variable != solverVariable && (((type = variable.mType) == SolverVariable.Type.SLACK || type == SolverVariable.Type.ERROR) && variableValue < f)) { if ((zArr == null || !zArr[variable.f30id]) && variable != solverVariable && (((type = variable.mType) == SolverVariable.Type.SLACK || type == SolverVariable.Type.ERROR) && variableValue < f)) {
f = variableValue; f = variableValue;
solverVariable2 = variable; solverVariable2 = variable;
} }

View File

@ -3,7 +3,7 @@ package androidx.constraintlayout.solver;
import androidx.constraintlayout.solver.SolverVariable; import androidx.constraintlayout.solver.SolverVariable;
import androidx.constraintlayout.solver.widgets.ConstraintAnchor; import androidx.constraintlayout.solver.widgets.ConstraintAnchor;
import androidx.constraintlayout.solver.widgets.ConstraintWidget; import androidx.constraintlayout.solver.widgets.ConstraintWidget;
import c.d.b.a.a; import b.d.b.a.a;
import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel;
import java.io.PrintStream; import java.io.PrintStream;
import java.util.Arrays; import java.util.Arrays;
@ -206,7 +206,7 @@ public class LinearSystem {
int i = this.mVariablesID + 1; int i = this.mVariablesID + 1;
this.mVariablesID = i; this.mVariablesID = i;
this.mNumColumns++; this.mNumColumns++;
acquireSolverVariable.f23id = i; acquireSolverVariable.f30id = i;
if (this.mVariables == null) { if (this.mVariables == null) {
this.mVariables = new HashMap<>(); this.mVariables = new HashMap<>();
} }
@ -281,7 +281,7 @@ public class LinearSystem {
while (i9 < i7) { while (i9 < i7) {
float f3 = variable.strengthVector[i9] / f2; float f3 = variable.strengthVector[i9] / f2;
if ((f3 < f && i9 == i5) || i9 > i5) { if ((f3 < f && i9 == i5) || i9 > i5) {
i4 = variable.f23id; i4 = variable.f30id;
i5 = i9; i5 = i9;
i3 = i6; i3 = i6;
f = f3; f = f3;
@ -387,12 +387,12 @@ public class LinearSystem {
return i2; return i2;
} }
if (row.getKey() != null) { if (row.getKey() != null) {
this.mAlreadyTestedCandidates[row.getKey().f23id] = true; this.mAlreadyTestedCandidates[row.getKey().f30id] = true;
} }
SolverVariable pivotCandidate = row.getPivotCandidate(this, this.mAlreadyTestedCandidates); SolverVariable pivotCandidate = row.getPivotCandidate(this, this.mAlreadyTestedCandidates);
if (pivotCandidate != null) { if (pivotCandidate != null) {
boolean[] zArr = this.mAlreadyTestedCandidates; boolean[] zArr = this.mAlreadyTestedCandidates;
int i3 = pivotCandidate.f23id; int i3 = pivotCandidate.f30id;
if (zArr[i3]) { if (zArr[i3]) {
return i2; return i2;
} }
@ -594,7 +594,7 @@ public class LinearSystem {
solverVariable.setFinalValue(this, f); solverVariable.setFinalValue(this, f);
for (int i3 = 0; i3 < this.mVariablesID + 1; i3++) { for (int i3 = 0; i3 < this.mVariablesID + 1; i3++) {
SolverVariable solverVariable2 = this.mCache.mIndexedVariables[i3]; SolverVariable solverVariable2 = this.mCache.mIndexedVariables[i3];
if (solverVariable2 != null && solverVariable2.isSynonym && solverVariable2.synonym == solverVariable.f23id) { if (solverVariable2 != null && solverVariable2.isSynonym && solverVariable2.synonym == solverVariable.f30id) {
solverVariable2.setFinalValue(this, solverVariable2.synonymDelta + f); solverVariable2.setFinalValue(this, solverVariable2.synonymDelta + f);
} }
} }
@ -715,7 +715,7 @@ public class LinearSystem {
int i2 = this.mVariablesID + 1; int i2 = this.mVariablesID + 1;
this.mVariablesID = i2; this.mVariablesID = i2;
this.mNumColumns++; this.mNumColumns++;
acquireSolverVariable.f23id = i2; acquireSolverVariable.f30id = i2;
acquireSolverVariable.strength = i; acquireSolverVariable.strength = i;
this.mCache.mIndexedVariables[i2] = acquireSolverVariable; this.mCache.mIndexedVariables[i2] = acquireSolverVariable;
this.mGoal.addError(acquireSolverVariable); this.mGoal.addError(acquireSolverVariable);
@ -734,7 +734,7 @@ public class LinearSystem {
int i = this.mVariablesID + 1; int i = this.mVariablesID + 1;
this.mVariablesID = i; this.mVariablesID = i;
this.mNumColumns++; this.mNumColumns++;
acquireSolverVariable.f23id = i; acquireSolverVariable.f30id = i;
this.mCache.mIndexedVariables[i] = acquireSolverVariable; this.mCache.mIndexedVariables[i] = acquireSolverVariable;
return acquireSolverVariable; return acquireSolverVariable;
} }
@ -754,7 +754,7 @@ public class LinearSystem {
constraintAnchor.resetSolverVariable(this.mCache); constraintAnchor.resetSolverVariable(this.mCache);
solverVariable = constraintAnchor.getSolverVariable(); solverVariable = constraintAnchor.getSolverVariable();
} }
int i = solverVariable.f23id; int i = solverVariable.f30id;
if (i == -1 || i > this.mVariablesID || this.mCache.mIndexedVariables[i] == null) { if (i == -1 || i > this.mVariablesID || this.mCache.mIndexedVariables[i] == null) {
if (i != -1) { if (i != -1) {
solverVariable.reset(); solverVariable.reset();
@ -762,7 +762,7 @@ public class LinearSystem {
int i2 = this.mVariablesID + 1; int i2 = this.mVariablesID + 1;
this.mVariablesID = i2; this.mVariablesID = i2;
this.mNumColumns++; this.mNumColumns++;
solverVariable.f23id = i2; solverVariable.f30id = i2;
solverVariable.mType = SolverVariable.Type.UNRESTRICTED; solverVariable.mType = SolverVariable.Type.UNRESTRICTED;
this.mCache.mIndexedVariables[i2] = solverVariable; this.mCache.mIndexedVariables[i2] = solverVariable;
} }
@ -805,7 +805,7 @@ public class LinearSystem {
int i = this.mVariablesID + 1; int i = this.mVariablesID + 1;
this.mVariablesID = i; this.mVariablesID = i;
this.mNumColumns++; this.mNumColumns++;
acquireSolverVariable.f23id = i; acquireSolverVariable.f30id = i;
this.mCache.mIndexedVariables[i] = acquireSolverVariable; this.mCache.mIndexedVariables[i] = acquireSolverVariable;
return acquireSolverVariable; return acquireSolverVariable;
} }

View File

@ -1,6 +1,6 @@
package androidx.constraintlayout.solver; package androidx.constraintlayout.solver;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.ArrayList; import java.util.ArrayList;
public class Metrics { public class Metrics {
public long additionalMeasures; public long additionalMeasures;

View File

@ -1,7 +1,7 @@
package androidx.constraintlayout.solver; package androidx.constraintlayout.solver;
import androidx.constraintlayout.solver.ArrayRow; import androidx.constraintlayout.solver.ArrayRow;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.Arrays; import java.util.Arrays;
import java.util.Comparator; import java.util.Comparator;
public class PriorityGoalRow extends ArrayRow { public class PriorityGoalRow extends ArrayRow {
@ -21,7 +21,7 @@ public class PriorityGoalRow extends ArrayRow {
} }
public int compare(SolverVariable solverVariable, SolverVariable solverVariable2) { public int compare(SolverVariable solverVariable, SolverVariable solverVariable2) {
return solverVariable.f23id - solverVariable2.f23id; return solverVariable.f30id - solverVariable2.f30id;
} }
} }
@ -77,7 +77,7 @@ public class PriorityGoalRow extends ArrayRow {
@Override // java.lang.Comparable @Override // java.lang.Comparable
public int compareTo(Object obj) { public int compareTo(Object obj) {
return this.variable.f23id - ((SolverVariable) obj).f23id; return this.variable.f30id - ((SolverVariable) obj).f30id;
} }
public void init(SolverVariable solverVariable) { public void init(SolverVariable solverVariable) {
@ -167,7 +167,7 @@ public class PriorityGoalRow extends ArrayRow {
solverVariableArr3[i3] = solverVariable; solverVariableArr3[i3] = solverVariable;
int i4 = i3 + 1; int i4 = i3 + 1;
this.numGoals = i4; this.numGoals = i4;
if (i4 > 1 && solverVariableArr3[i4 - 1].f23id > solverVariable.f23id) { if (i4 > 1 && solverVariableArr3[i4 - 1].f30id > solverVariable.f30id) {
int i5 = 0; int i5 = 0;
while (true) { while (true) {
i = this.numGoals; i = this.numGoals;
@ -228,7 +228,7 @@ public class PriorityGoalRow extends ArrayRow {
int i = -1; int i = -1;
for (int i2 = 0; i2 < this.numGoals; i2++) { for (int i2 = 0; i2 < this.numGoals; i2++) {
SolverVariable solverVariable = this.arrayGoals[i2]; SolverVariable solverVariable = this.arrayGoals[i2];
if (!zArr[solverVariable.f23id]) { if (!zArr[solverVariable.f30id]) {
this.accessor.init(solverVariable); this.accessor.init(solverVariable);
if (i == -1) { if (i == -1) {
if (!this.accessor.isNegative()) { if (!this.accessor.isNegative()) {

View File

@ -1,7 +1,7 @@
package androidx.constraintlayout.solver; package androidx.constraintlayout.solver;
import androidx.exifinterface.media.ExifInterface; import androidx.exifinterface.media.ExifInterface;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.Arrays; import java.util.Arrays;
import java.util.HashSet; import java.util.HashSet;
public class SolverVariable { public class SolverVariable {
@ -27,7 +27,7 @@ public class SolverVariable {
public float[] goalStrengthVector; public float[] goalStrengthVector;
/* renamed from: id reason: collision with root package name */ /* renamed from: id reason: collision with root package name */
public int f23id; public int f30id;
public boolean inGoal; public boolean inGoal;
public HashSet<ArrayRow> inRows; public HashSet<ArrayRow> inRows;
public boolean isFinalValue; public boolean isFinalValue;
@ -82,7 +82,7 @@ public class SolverVariable {
} }
public SolverVariable(Type type, String str) { public SolverVariable(Type type, String str) {
this.f23id = -1; this.f30id = -1;
this.definitionId = -1; this.definitionId = -1;
this.strength = 0; this.strength = 0;
this.isFinalValue = false; this.isFinalValue = false;
@ -99,7 +99,7 @@ public class SolverVariable {
} }
public SolverVariable(String str, Type type) { public SolverVariable(String str, Type type) {
this.f23id = -1; this.f30id = -1;
this.definitionId = -1; this.definitionId = -1;
this.strength = 0; this.strength = 0;
this.isFinalValue = false; this.isFinalValue = false;
@ -216,7 +216,7 @@ public class SolverVariable {
this.mName = null; this.mName = null;
this.mType = Type.UNKNOWN; this.mType = Type.UNKNOWN;
this.strength = 0; this.strength = 0;
this.f23id = -1; this.f30id = -1;
this.definitionId = -1; this.definitionId = -1;
this.computedValue = 0.0f; this.computedValue = 0.0f;
this.isFinalValue = false; this.isFinalValue = false;
@ -253,7 +253,7 @@ public class SolverVariable {
public void setSynonym(LinearSystem linearSystem, SolverVariable solverVariable, float f) { public void setSynonym(LinearSystem linearSystem, SolverVariable solverVariable, float f) {
this.isSynonym = true; this.isSynonym = true;
this.synonym = solverVariable.f23id; this.synonym = solverVariable.f30id;
this.synonymDelta = f; this.synonymDelta = f;
int i = this.mClientEquationsCount; int i = this.mClientEquationsCount;
this.definitionId = -1; this.definitionId = -1;
@ -302,7 +302,7 @@ public class SolverVariable {
return R.toString(); return R.toString();
} }
StringBuilder R2 = a.R(""); StringBuilder R2 = a.R("");
R2.append(this.f23id); R2.append(this.f30id);
return R2.toString(); return R2.toString();
} }

View File

@ -1,7 +1,7 @@
package androidx.constraintlayout.solver; package androidx.constraintlayout.solver;
import androidx.constraintlayout.solver.ArrayRow; import androidx.constraintlayout.solver.ArrayRow;
import c.d.b.a.a; import b.d.b.a.a;
import java.io.PrintStream; import java.io.PrintStream;
import java.util.Arrays; import java.util.Arrays;
public class SolverVariableValues implements ArrayRow.ArrayRowVariables { public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
@ -30,7 +30,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
private void addToHashMap(SolverVariable solverVariable, int i) { private void addToHashMap(SolverVariable solverVariable, int i) {
int[] iArr; int[] iArr;
int i2 = solverVariable.f23id % this.HASH_SIZE; int i2 = solverVariable.f30id % this.HASH_SIZE;
int[] iArr2 = this.keys; int[] iArr2 = this.keys;
int i3 = iArr2[i2]; int i3 = iArr2[i2];
if (i3 == -1) { if (i3 == -1) {
@ -49,7 +49,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
} }
private void addVariable(int i, SolverVariable solverVariable, float f) { private void addVariable(int i, SolverVariable solverVariable, float f) {
this.variables[i] = solverVariable.f23id; this.variables[i] = solverVariable.f30id;
this.values[i] = f; this.values[i] = f;
this.previous[i] = -1; this.previous[i] = -1;
this.next[i] = -1; this.next[i] = -1;
@ -129,7 +129,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
private void removeFromHashMap(SolverVariable solverVariable) { private void removeFromHashMap(SolverVariable solverVariable) {
int[] iArr; int[] iArr;
int i = solverVariable.f23id; int i = solverVariable.f30id;
int i2 = i % this.HASH_SIZE; int i2 = i % this.HASH_SIZE;
int[] iArr2 = this.keys; int[] iArr2 = this.keys;
int i3 = iArr2[i2]; int i3 = iArr2[i2];
@ -281,7 +281,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
public int indexOf(SolverVariable solverVariable) { public int indexOf(SolverVariable solverVariable) {
int[] iArr; int[] iArr;
if (!(this.mCount == 0 || solverVariable == null)) { if (!(this.mCount == 0 || solverVariable == null)) {
int i = solverVariable.f23id; int i = solverVariable.f30id;
int i2 = this.keys[i % this.HASH_SIZE]; int i2 = this.keys[i % this.HASH_SIZE];
if (i2 == -1) { if (i2 == -1) {
return -1; return -1;
@ -341,7 +341,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
for (int i4 = 0; i4 < i; i4++) { for (int i4 = 0; i4 < i; i4++) {
int[] iArr = this.variables; int[] iArr = this.variables;
int i5 = iArr[i2]; int i5 = iArr[i2];
int i6 = solverVariable.f23id; int i6 = solverVariable.f30id;
if (i5 == i6) { if (i5 == i6) {
this.values[i2] = f; this.values[i2] = f;
return; return;

View File

@ -3,7 +3,7 @@ package androidx.constraintlayout.solver.state;
import androidx.constraintlayout.solver.state.State; import androidx.constraintlayout.solver.state.State;
import androidx.constraintlayout.solver.widgets.ConstraintAnchor; import androidx.constraintlayout.solver.widgets.ConstraintAnchor;
import androidx.constraintlayout.solver.widgets.ConstraintWidget; import androidx.constraintlayout.solver.widgets.ConstraintWidget;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.ArrayList; import java.util.ArrayList;
public class ConstraintReference implements Reference { public class ConstraintReference implements Reference {
private Object key; private Object key;

View File

@ -9,7 +9,7 @@ import androidx.constraintlayout.solver.state.helpers.VerticalChainReference;
import androidx.constraintlayout.solver.widgets.ConstraintWidget; import androidx.constraintlayout.solver.widgets.ConstraintWidget;
import androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer; import androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer;
import androidx.constraintlayout.solver.widgets.HelperWidget; import androidx.constraintlayout.solver.widgets.HelperWidget;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.HashMap; import java.util.HashMap;
import java.util.Iterator; import java.util.Iterator;
public class State { public class State {

View File

@ -4,7 +4,7 @@ import androidx.constraintlayout.solver.LinearSystem;
import androidx.constraintlayout.solver.SolverVariable; import androidx.constraintlayout.solver.SolverVariable;
import androidx.constraintlayout.solver.widgets.ConstraintAnchor; import androidx.constraintlayout.solver.widgets.ConstraintAnchor;
import androidx.constraintlayout.solver.widgets.ConstraintWidget; import androidx.constraintlayout.solver.widgets.ConstraintWidget;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.HashMap; import java.util.HashMap;
public class Barrier extends HelperWidget { public class Barrier extends HelperWidget {
public static final int BOTTOM = 3; public static final int BOTTOM = 3;

View File

@ -11,7 +11,7 @@ import androidx.constraintlayout.solver.widgets.analyzer.HorizontalWidgetRun;
import androidx.constraintlayout.solver.widgets.analyzer.VerticalWidgetRun; import androidx.constraintlayout.solver.widgets.analyzer.VerticalWidgetRun;
import androidx.constraintlayout.solver.widgets.analyzer.WidgetRun; import androidx.constraintlayout.solver.widgets.analyzer.WidgetRun;
import androidx.exifinterface.media.ExifInterface; import androidx.exifinterface.media.ExifInterface;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Arrays; import java.util.Arrays;
import java.util.HashMap; import java.util.HashMap;
@ -1142,7 +1142,7 @@ public class ConstraintWidget {
int i2; int i2;
int i3; int i3;
SolverVariable solverVariable; SolverVariable solverVariable;
char c2; char c;
boolean z7; boolean z7;
int i4; int i4;
boolean z8; boolean z8;
@ -1160,7 +1160,7 @@ public class ConstraintWidget {
LinearSystem linearSystem2; LinearSystem linearSystem2;
SolverVariable solverVariable6; SolverVariable solverVariable6;
SolverVariable solverVariable7; SolverVariable solverVariable7;
char c3; char c2;
int i6; int i6;
boolean z12; boolean z12;
int i7; int i7;
@ -1332,14 +1332,14 @@ public class ConstraintWidget {
i9 = 3; i9 = 3;
if (i15 == 3 && i16 == 3) { if (i15 == 3 && i16 == 3) {
setupDimensionRatio(z4, z3, z19, z20); setupDimensionRatio(z4, z3, z19, z20);
c2 = 0; c = 0;
i = i15; i = i15;
i2 = i16; i2 = i16;
i4 = i11; i4 = i11;
i3 = i13; i3 = i13;
z7 = true; z7 = true;
int[] iArr = this.mResolvedMatchConstraintDefault; int[] iArr = this.mResolvedMatchConstraintDefault;
iArr[c2] = i; iArr[c] = i;
iArr[1] = i2; iArr[1] = i2;
this.mResolvedHasRatio = z7; this.mResolvedHasRatio = z7;
if (!z7) { if (!z7) {
@ -1393,9 +1393,9 @@ public class ConstraintWidget {
if (constraintWidget6 == null || z6 || !z11) { if (constraintWidget6 == null || z6 || !z11) {
i7 = 8; i7 = 8;
i6 = 0; i6 = 0;
c3 = 1; c2 = 1;
} else { } else {
c3 = 1; c2 = 1;
if (constraintWidget.isTerminalWidget[1]) { if (constraintWidget.isTerminalWidget[1]) {
i7 = 8; i7 = 8;
i6 = 0; i6 = 0;
@ -1410,7 +1410,7 @@ public class ConstraintWidget {
solverVariable10 = solverVariable7; solverVariable10 = solverVariable7;
solverVariable9 = solverVariable6; solverVariable9 = solverVariable6;
} else { } else {
boolean z26 = constraintWidget.mListDimensionBehaviors[c3] == dimensionBehaviour && (constraintWidget instanceof ConstraintWidgetContainer); boolean z26 = constraintWidget.mListDimensionBehaviors[c2] == dimensionBehaviour && (constraintWidget instanceof ConstraintWidgetContainer);
if (z26) { if (z26) {
i3 = 0; i3 = 0;
} }
@ -1426,11 +1426,11 @@ public class ConstraintWidget {
linearSystem2.addGreaterThan(createObjectVariable6, linearSystem2.createObjectVariable(constraintWidget.mBottom), i6, 5); linearSystem2.addGreaterThan(createObjectVariable6, linearSystem2.createObjectVariable(constraintWidget.mBottom), i6, 5);
} }
z13 = false; z13 = false;
boolean z27 = constraintWidget.isTerminalWidget[c3]; boolean z27 = constraintWidget.isTerminalWidget[c2];
DimensionBehaviour[] dimensionBehaviourArr2 = constraintWidget.mListDimensionBehaviors; DimensionBehaviour[] dimensionBehaviourArr2 = constraintWidget.mListDimensionBehaviors;
solverVariable10 = solverVariable7; solverVariable10 = solverVariable7;
solverVariable9 = solverVariable6; solverVariable9 = solverVariable6;
applyConstraints(linearSystem, false, z11, z9, z27, createObjectVariable7, createObjectVariable6, dimensionBehaviourArr2[c3], z26, constraintWidget.mTop, constraintWidget.mBottom, constraintWidget.mY, i3, constraintWidget.mMinHeight, constraintWidget.mMaxDimension[c3], constraintWidget.mVerticalBiasPercent, z21, dimensionBehaviourArr2[0] != dimensionBehaviour2, z6, z5, z25, i2, i, constraintWidget.mMatchConstraintMinHeight, constraintWidget.mMatchConstraintMaxHeight, constraintWidget.mMatchConstraintPercentHeight, z13); applyConstraints(linearSystem, false, z11, z9, z27, createObjectVariable7, createObjectVariable6, dimensionBehaviourArr2[c2], z26, constraintWidget.mTop, constraintWidget.mBottom, constraintWidget.mY, i3, constraintWidget.mMinHeight, constraintWidget.mMaxDimension[c2], constraintWidget.mVerticalBiasPercent, z21, dimensionBehaviourArr2[0] != dimensionBehaviour2, z6, z5, z25, i2, i, constraintWidget.mMatchConstraintMinHeight, constraintWidget.mMatchConstraintMaxHeight, constraintWidget.mMatchConstraintPercentHeight, z13);
} else if (constraintWidget.mVisibility == i7) { } else if (constraintWidget.mVisibility == i7) {
linearSystem2.addEquality(solverVariable8, solverVariable6, i6, i7); linearSystem2.addEquality(solverVariable8, solverVariable6, i6, i7);
} else { } else {
@ -1438,11 +1438,11 @@ public class ConstraintWidget {
} }
} }
z13 = z23; z13 = z23;
boolean z27 = constraintWidget.isTerminalWidget[c3]; boolean z27 = constraintWidget.isTerminalWidget[c2];
DimensionBehaviour[] dimensionBehaviourArr2 = constraintWidget.mListDimensionBehaviors; DimensionBehaviour[] dimensionBehaviourArr2 = constraintWidget.mListDimensionBehaviors;
solverVariable10 = solverVariable7; solverVariable10 = solverVariable7;
solverVariable9 = solverVariable6; solverVariable9 = solverVariable6;
applyConstraints(linearSystem, false, z11, z9, z27, createObjectVariable7, createObjectVariable6, dimensionBehaviourArr2[c3], z26, constraintWidget.mTop, constraintWidget.mBottom, constraintWidget.mY, i3, constraintWidget.mMinHeight, constraintWidget.mMaxDimension[c3], constraintWidget.mVerticalBiasPercent, z21, dimensionBehaviourArr2[0] != dimensionBehaviour2, z6, z5, z25, i2, i, constraintWidget.mMatchConstraintMinHeight, constraintWidget.mMatchConstraintMaxHeight, constraintWidget.mMatchConstraintPercentHeight, z13); applyConstraints(linearSystem, false, z11, z9, z27, createObjectVariable7, createObjectVariable6, dimensionBehaviourArr2[c2], z26, constraintWidget.mTop, constraintWidget.mBottom, constraintWidget.mY, i3, constraintWidget.mMinHeight, constraintWidget.mMaxDimension[c2], constraintWidget.mVerticalBiasPercent, z21, dimensionBehaviourArr2[0] != dimensionBehaviour2, z6, z5, z25, i2, i, constraintWidget.mMatchConstraintMinHeight, constraintWidget.mMatchConstraintMaxHeight, constraintWidget.mMatchConstraintPercentHeight, z13);
} }
if (!z10) { if (!z10) {
constraintWidget2 = this; constraintWidget2 = this;
@ -1468,11 +1468,11 @@ public class ConstraintWidget {
solverVariable6 = solverVariable2; solverVariable6 = solverVariable2;
i7 = 8; i7 = 8;
i6 = 0; i6 = 0;
c3 = 1; c2 = 1;
} else { } else {
i7 = 8; i7 = 8;
i6 = 0; i6 = 0;
c3 = 1; c2 = 1;
constraintWidget = this; constraintWidget = this;
linearSystem2 = linearSystem; linearSystem2 = linearSystem;
solverVariable8 = solverVariable4; solverVariable8 = solverVariable4;
@ -1580,17 +1580,17 @@ public class ConstraintWidget {
i2 = i16; i2 = i16;
i3 = i13; i3 = i13;
z7 = false; z7 = false;
c2 = 0; c = 0;
i = 4; i = 4;
} else { } else {
i = i15; i = i15;
i2 = i16; i2 = i16;
i3 = i13; i3 = i13;
z7 = true; z7 = true;
c2 = 0; c = 0;
} }
int[] iArr = this.mResolvedMatchConstraintDefault; int[] iArr = this.mResolvedMatchConstraintDefault;
iArr[c2] = i; iArr[c] = i;
iArr[1] = i2; iArr[1] = i2;
this.mResolvedHasRatio = z7; this.mResolvedHasRatio = z7;
if (!z7) { if (!z7) {
@ -1617,7 +1617,7 @@ public class ConstraintWidget {
if (i14 == -1) { if (i14 == -1) {
this.mResolvedDimensionRatio = 1.0f / f; this.mResolvedDimensionRatio = 1.0f / f;
} }
c2 = 0; c = 0;
DimensionBehaviour dimensionBehaviour7 = dimensionBehaviourArr[0]; DimensionBehaviour dimensionBehaviour7 = dimensionBehaviourArr[0];
i3 = (int) (this.mResolvedDimensionRatio * ((float) i10)); i3 = (int) (this.mResolvedDimensionRatio * ((float) i10));
i = i15; i = i15;
@ -1626,7 +1626,7 @@ public class ConstraintWidget {
z7 = false; z7 = false;
i2 = 4; i2 = 4;
int[] iArr = this.mResolvedMatchConstraintDefault; int[] iArr = this.mResolvedMatchConstraintDefault;
iArr[c2] = i; iArr[c] = i;
iArr[1] = i2; iArr[1] = i2;
this.mResolvedHasRatio = z7; this.mResolvedHasRatio = z7;
if (!z7) { if (!z7) {
@ -1652,7 +1652,7 @@ public class ConstraintWidget {
i4 = i11; i4 = i11;
z7 = true; z7 = true;
int[] iArr = this.mResolvedMatchConstraintDefault; int[] iArr = this.mResolvedMatchConstraintDefault;
iArr[c2] = i; iArr[c] = i;
iArr[1] = i2; iArr[1] = i2;
this.mResolvedHasRatio = z7; this.mResolvedHasRatio = z7;
if (!z7) { if (!z7) {
@ -1675,14 +1675,14 @@ public class ConstraintWidget {
} }
} }
} }
c2 = 0; c = 0;
i = i15; i = i15;
i2 = i16; i2 = i16;
i4 = i11; i4 = i11;
i3 = i13; i3 = i13;
z7 = true; z7 = true;
int[] iArr = this.mResolvedMatchConstraintDefault; int[] iArr = this.mResolvedMatchConstraintDefault;
iArr[c2] = i; iArr[c] = i;
iArr[1] = i2; iArr[1] = i2;
this.mResolvedHasRatio = z7; this.mResolvedHasRatio = z7;
if (!z7) { if (!z7) {
@ -1708,14 +1708,14 @@ public class ConstraintWidget {
} else { } else {
solverVariable = createObjectVariable; solverVariable = createObjectVariable;
} }
c2 = 0; c = 0;
i = i15; i = i15;
i2 = i16; i2 = i16;
i4 = i11; i4 = i11;
i3 = i13; i3 = i13;
z7 = false; z7 = false;
int[] iArr = this.mResolvedMatchConstraintDefault; int[] iArr = this.mResolvedMatchConstraintDefault;
iArr[c2] = i; iArr[c] = i;
iArr[1] = i2; iArr[1] = i2;
this.mResolvedHasRatio = z7; this.mResolvedHasRatio = z7;
if (!z7) { if (!z7) {
@ -2439,10 +2439,10 @@ public class ConstraintWidget {
} }
public boolean oppositeDimensionDependsOn(int i) { public boolean oppositeDimensionDependsOn(int i) {
char c2 = i == 0 ? (char) 1 : 0; char c = i == 0 ? (char) 1 : 0;
DimensionBehaviour[] dimensionBehaviourArr = this.mListDimensionBehaviors; DimensionBehaviour[] dimensionBehaviourArr = this.mListDimensionBehaviors;
DimensionBehaviour dimensionBehaviour = dimensionBehaviourArr[i]; DimensionBehaviour dimensionBehaviour = dimensionBehaviourArr[i];
DimensionBehaviour dimensionBehaviour2 = dimensionBehaviourArr[c2]; DimensionBehaviour dimensionBehaviour2 = dimensionBehaviourArr[c];
DimensionBehaviour dimensionBehaviour3 = DimensionBehaviour.MATCH_CONSTRAINT; DimensionBehaviour dimensionBehaviour3 = DimensionBehaviour.MATCH_CONSTRAINT;
return dimensionBehaviour == dimensionBehaviour3 && dimensionBehaviour2 == dimensionBehaviour3; return dimensionBehaviour == dimensionBehaviour3 && dimensionBehaviour2 == dimensionBehaviour3;
} }

View File

@ -682,10 +682,10 @@ public class ConstraintWidgetContainer extends WidgetContainer {
z4 = true; z4 = true;
} }
ConstraintWidget.DimensionBehaviour[] dimensionBehaviourArr2 = this.mListDimensionBehaviors; ConstraintWidget.DimensionBehaviour[] dimensionBehaviourArr2 = this.mListDimensionBehaviors;
char c = r6 == true ? 1 : 0;
char c2 = r6 == true ? 1 : 0; char c2 = r6 == true ? 1 : 0;
char c3 = r6 == true ? 1 : 0; char c3 = r6 == true ? 1 : 0;
char c4 = r6 == true ? 1 : 0; if (dimensionBehaviourArr2[c] == dimensionBehaviour10 && i > 0 && getHeight() > i) {
if (dimensionBehaviourArr2[c2] == dimensionBehaviour10 && i > 0 && getHeight() > i) {
this.mHeightMeasuredTooSmall = r6; this.mHeightMeasuredTooSmall = r6;
this.mListDimensionBehaviors[r6] = ConstraintWidget.DimensionBehaviour.FIXED; this.mListDimensionBehaviors[r6] = ConstraintWidget.DimensionBehaviour.FIXED;
setHeight(i); setHeight(i);

View File

@ -884,7 +884,7 @@ public class Flow extends VirtualLayout {
int i6; int i6;
int[] iArr; int[] iArr;
boolean z2; boolean z2;
char c2; char c;
if (this.mWidgetsCount <= 0 || measureChildren()) { if (this.mWidgetsCount <= 0 || measureChildren()) {
int paddingLeft = getPaddingLeft(); int paddingLeft = getPaddingLeft();
int paddingRight = getPaddingRight(); int paddingRight = getPaddingRight();
@ -951,17 +951,17 @@ public class Flow extends VirtualLayout {
measureChainWrap(constraintWidgetArr, i6, this.mOrientation, i7, iArr2); measureChainWrap(constraintWidgetArr, i6, this.mOrientation, i7, iArr2);
} else if (i13 != 2) { } else if (i13 != 2) {
iArr = iArr2; iArr = iArr2;
c2 = 0; c = 0;
z2 = true; z2 = true;
int i14 = iArr[c2] + paddingLeft + paddingRight; int i14 = iArr[c] + paddingLeft + paddingRight;
char c2 = z2 ? 1 : 0;
char c3 = z2 ? 1 : 0; char c3 = z2 ? 1 : 0;
char c4 = z2 ? 1 : 0; char c4 = z2 ? 1 : 0;
char c5 = z2 ? 1 : 0; char c5 = z2 ? 1 : 0;
char c6 = z2 ? 1 : 0; char c6 = z2 ? 1 : 0;
char c7 = z2 ? 1 : 0; char c7 = z2 ? 1 : 0;
char c8 = z2 ? 1 : 0; char c8 = z2 ? 1 : 0;
char c9 = z2 ? 1 : 0; int i15 = iArr[c2] + paddingTop + paddingBottom;
int i15 = iArr[c3] + paddingTop + paddingBottom;
if (i != 1073741824) { if (i != 1073741824) {
i14 = i2; i14 = i2;
} else if (i == Integer.MIN_VALUE) { } else if (i == Integer.MIN_VALUE) {
@ -989,16 +989,16 @@ public class Flow extends VirtualLayout {
iArr = iArr2; iArr = iArr2;
measureAligned(constraintWidgetArr, i6, this.mOrientation, i7, iArr2); measureAligned(constraintWidgetArr, i6, this.mOrientation, i7, iArr2);
} }
c2 = 0; c = 0;
int i14 = iArr[c2] + paddingLeft + paddingRight; int i14 = iArr[c] + paddingLeft + paddingRight;
char c2 = z2 ? 1 : 0;
char c3 = z2 ? 1 : 0; char c3 = z2 ? 1 : 0;
char c4 = z2 ? 1 : 0; char c4 = z2 ? 1 : 0;
char c5 = z2 ? 1 : 0; char c5 = z2 ? 1 : 0;
char c6 = z2 ? 1 : 0; char c6 = z2 ? 1 : 0;
char c7 = z2 ? 1 : 0; char c7 = z2 ? 1 : 0;
char c8 = z2 ? 1 : 0; char c8 = z2 ? 1 : 0;
char c9 = z2 ? 1 : 0; int i15 = iArr[c2] + paddingTop + paddingBottom;
int i15 = iArr[c3] + paddingTop + paddingBottom;
if (i != 1073741824) { if (i != 1073741824) {
} }
if (i3 != 1073741824) { if (i3 != 1073741824) {

View File

@ -4,28 +4,28 @@ public class Rectangle {
public int width; public int width;
/* renamed from: x reason: collision with root package name */ /* renamed from: x reason: collision with root package name */
public int f24x; public int f31x;
/* renamed from: y reason: collision with root package name */ /* renamed from: y reason: collision with root package name */
public int f25y; public int f32y;
public boolean contains(int i, int i2) { public boolean contains(int i, int i2) {
int i3; int i3;
int i4 = this.f24x; int i4 = this.f31x;
return i >= i4 && i < i4 + this.width && i2 >= (i3 = this.f25y) && i2 < i3 + this.height; return i >= i4 && i < i4 + this.width && i2 >= (i3 = this.f32y) && i2 < i3 + this.height;
} }
public int getCenterX() { public int getCenterX() {
return (this.f24x + this.width) / 2; return (this.f31x + this.width) / 2;
} }
public int getCenterY() { public int getCenterY() {
return (this.f25y + this.height) / 2; return (this.f32y + this.height) / 2;
} }
public void grow(int i, int i2) { public void grow(int i, int i2) {
this.f24x -= i; this.f31x -= i;
this.f25y -= i2; this.f32y -= i2;
this.width = (i * 2) + this.width; this.width = (i * 2) + this.width;
this.height = (i2 * 2) + this.height; this.height = (i2 * 2) + this.height;
} }
@ -33,14 +33,14 @@ public class Rectangle {
public boolean intersects(Rectangle rectangle) { public boolean intersects(Rectangle rectangle) {
int i; int i;
int i2; int i2;
int i3 = this.f24x; int i3 = this.f31x;
int i4 = rectangle.f24x; int i4 = rectangle.f31x;
return i3 >= i4 && i3 < i4 + rectangle.width && (i = this.f25y) >= (i2 = rectangle.f25y) && i < i2 + rectangle.height; return i3 >= i4 && i3 < i4 + rectangle.width && (i = this.f32y) >= (i2 = rectangle.f32y) && i < i2 + rectangle.height;
} }
public void setBounds(int i, int i2, int i3, int i4) { public void setBounds(int i, int i2, int i3, int i4) {
this.f24x = i; this.f31x = i;
this.f25y = i2; this.f32y = i2;
this.width = i3; this.width = i3;
this.height = i4; this.height = i4;
} }

View File

@ -3,7 +3,7 @@ package androidx.constraintlayout.solver.widgets.analyzer;
import androidx.constraintlayout.solver.widgets.ConstraintAnchor; import androidx.constraintlayout.solver.widgets.ConstraintAnchor;
import androidx.constraintlayout.solver.widgets.ConstraintWidget; import androidx.constraintlayout.solver.widgets.ConstraintWidget;
import androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer; import androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Iterator; import java.util.Iterator;
public class ChainRun extends WidgetRun { public class ChainRun extends WidgetRun {

View File

@ -7,7 +7,7 @@ import androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer;
import androidx.constraintlayout.solver.widgets.Guideline; import androidx.constraintlayout.solver.widgets.Guideline;
import androidx.constraintlayout.solver.widgets.HelperWidget; import androidx.constraintlayout.solver.widgets.HelperWidget;
import androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure; import androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure;
import c.d.b.a.a; import b.d.b.a.a;
import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel;
import java.io.PrintStream; import java.io.PrintStream;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -1,6 +1,6 @@
package androidx.constraintlayout.solver.widgets.analyzer; package androidx.constraintlayout.solver.widgets.analyzer;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
public class DependencyNode implements Dependency { public class DependencyNode implements Dependency {

View File

@ -19,7 +19,7 @@ public class Grouping {
int findGroupInDependents; int findGroupInDependents;
int i2 = i == 0 ? constraintWidget.horizontalGroup : constraintWidget.verticalGroup; int i2 = i == 0 ? constraintWidget.horizontalGroup : constraintWidget.verticalGroup;
int i3 = 0; int i3 = 0;
if (i2 != -1 && (widgetGroup == null || i2 != widgetGroup.f26id)) { if (i2 != -1 && (widgetGroup == null || i2 != widgetGroup.f33id)) {
int i4 = 0; int i4 = 0;
while (true) { while (true) {
if (i4 >= arrayList.size()) { if (i4 >= arrayList.size()) {
@ -87,7 +87,7 @@ public class Grouping {
int size = arrayList.size(); int size = arrayList.size();
for (int i2 = 0; i2 < size; i2++) { for (int i2 = 0; i2 < size; i2++) {
WidgetGroup widgetGroup = arrayList.get(i2); WidgetGroup widgetGroup = arrayList.get(i2);
if (i == widgetGroup.f26id) { if (i == widgetGroup.f33id) {
return widgetGroup; return widgetGroup;
} }
} }

View File

@ -5,7 +5,7 @@ import androidx.constraintlayout.solver.widgets.ConstraintWidget;
import androidx.constraintlayout.solver.widgets.Helper; import androidx.constraintlayout.solver.widgets.Helper;
import androidx.constraintlayout.solver.widgets.analyzer.DependencyNode; import androidx.constraintlayout.solver.widgets.analyzer.DependencyNode;
import androidx.constraintlayout.solver.widgets.analyzer.WidgetRun; import androidx.constraintlayout.solver.widgets.analyzer.WidgetRun;
import c.d.b.a.a; import b.d.b.a.a;
public class HorizontalWidgetRun extends WidgetRun { public class HorizontalWidgetRun extends WidgetRun {
private static int[] tempDimensions = new int[2]; private static int[] tempDimensions = new int[2];

View File

@ -1,7 +1,7 @@
package androidx.constraintlayout.solver.widgets.analyzer; package androidx.constraintlayout.solver.widgets.analyzer;
import androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer; import androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer;
import c.d.b.a.a; import b.d.b.a.a;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Iterator; import java.util.Iterator;
public class RunGroup { public class RunGroup {

View File

@ -5,7 +5,7 @@ import androidx.constraintlayout.solver.widgets.ConstraintWidget;
import androidx.constraintlayout.solver.widgets.Helper; import androidx.constraintlayout.solver.widgets.Helper;
import androidx.constraintlayout.solver.widgets.analyzer.DependencyNode; import androidx.constraintlayout.solver.widgets.analyzer.DependencyNode;
import androidx.constraintlayout.solver.widgets.analyzer.WidgetRun; import androidx.constraintlayout.solver.widgets.analyzer.WidgetRun;
import c.d.b.a.a; import b.d.b.a.a;
public class VerticalWidgetRun extends WidgetRun { public class VerticalWidgetRun extends WidgetRun {
public DependencyNode baseline; public DependencyNode baseline;
public DimensionDependency baselineDimension = null; public DimensionDependency baselineDimension = null;

View File

@ -4,7 +4,7 @@ import androidx.constraintlayout.solver.LinearSystem;
import androidx.constraintlayout.solver.widgets.Chain; import androidx.constraintlayout.solver.widgets.Chain;
import androidx.constraintlayout.solver.widgets.ConstraintWidget; import androidx.constraintlayout.solver.widgets.ConstraintWidget;
import androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer; import androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.ref.WeakReference; import java.lang.ref.WeakReference;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Iterator; import java.util.Iterator;
@ -14,7 +14,7 @@ public class WidgetGroup {
public boolean authoritative = false; public boolean authoritative = false;
/* renamed from: id reason: collision with root package name */ /* renamed from: id reason: collision with root package name */
public int f26id = -1; public int f33id = -1;
private int moveTo = -1; private int moveTo = -1;
public int orientation = 0; public int orientation = 0;
public ArrayList<MeasureResult> results = null; public ArrayList<MeasureResult> results = null;
@ -50,7 +50,7 @@ public class WidgetGroup {
public WidgetGroup(int i) { public WidgetGroup(int i) {
int i2 = count; int i2 = count;
count = i2 + 1; count = i2 + 1;
this.f26id = i2; this.f33id = i2;
this.orientation = i; this.orientation = i;
} }
@ -128,7 +128,7 @@ public class WidgetGroup {
if (this.moveTo != -1 && size > 0) { if (this.moveTo != -1 && size > 0) {
for (int i = 0; i < arrayList.size(); i++) { for (int i = 0; i < arrayList.size(); i++) {
WidgetGroup widgetGroup = arrayList.get(i); WidgetGroup widgetGroup = arrayList.get(i);
if (this.moveTo == widgetGroup.f26id) { if (this.moveTo == widgetGroup.f33id) {
moveTo(this.orientation, widgetGroup); moveTo(this.orientation, widgetGroup);
} }
} }
@ -143,7 +143,7 @@ public class WidgetGroup {
} }
public int getId() { public int getId() {
return this.f26id; return this.f33id;
} }
public int getOrientation() { public int getOrientation() {
@ -181,7 +181,7 @@ public class WidgetGroup {
next.verticalGroup = widgetGroup.getId(); next.verticalGroup = widgetGroup.getId();
} }
} }
this.moveTo = widgetGroup.f26id; this.moveTo = widgetGroup.f33id;
} }
public void setAuthoritative(boolean z2) { public void setAuthoritative(boolean z2) {
@ -200,7 +200,7 @@ public class WidgetGroup {
StringBuilder sb = new StringBuilder(); StringBuilder sb = new StringBuilder();
sb.append(getOrientationString()); sb.append(getOrientationString());
sb.append(" ["); sb.append(" [");
String A = a.A(sb, this.f26id, "] <"); String A = a.A(sb, this.f33id, "] <");
Iterator<ConstraintWidget> it = this.widgets.iterator(); Iterator<ConstraintWidget> it = this.widgets.iterator();
while (it.hasNext()) { while (it.hasNext()) {
StringBuilder V = a.V(A, " "); StringBuilder V = a.V(A, " ");

View File

@ -11,7 +11,7 @@ import android.util.Xml;
import android.view.View; import android.view.View;
import androidx.constraintlayout.motion.widget.Debug; import androidx.constraintlayout.motion.widget.Debug;
import androidx.core.view.ViewCompat; import androidx.core.view.ViewCompat;
import c.d.b.a.a; import b.d.b.a.a;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import java.util.HashMap; import java.util.HashMap;

View File

@ -17,7 +17,7 @@ import androidx.constraintlayout.solver.widgets.HelperWidget;
import androidx.constraintlayout.widget.ConstraintLayout; import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.constraintlayout.widget.ConstraintSet; import androidx.constraintlayout.widget.ConstraintSet;
import androidx.constraintlayout.widget.R; import androidx.constraintlayout.widget.R;
import c.d.b.a.a; import b.d.b.a.a;
import com.discord.models.domain.ModelAuditLogEntry; import com.discord.models.domain.ModelAuditLogEntry;
import java.util.Arrays; import java.util.Arrays;
import java.util.HashMap; import java.util.HashMap;

View File

@ -130,49 +130,49 @@ public class ConstraintLayoutStates {
xml.getName(); xml.getName();
} else if (eventType == 2) { } else if (eventType == 2) {
String name = xml.getName(); String name = xml.getName();
char c2 = 65535; char c = 65535;
switch (name.hashCode()) { switch (name.hashCode()) {
case -1349929691: case -1349929691:
if (name.equals("ConstraintSet")) { if (name.equals("ConstraintSet")) {
c2 = 4; c = 4;
break; break;
} }
break; break;
case 80204913: case 80204913:
if (name.equals("State")) { if (name.equals("State")) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case 1382829617: case 1382829617:
if (name.equals("StateSet")) { if (name.equals("StateSet")) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case 1657696882: case 1657696882:
if (name.equals("layoutDescription")) { if (name.equals("layoutDescription")) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case 1901439077: case 1901439077:
if (name.equals("Variant")) { if (name.equals("Variant")) {
c2 = 3; c = 3;
break; break;
} }
break; break;
} }
if (!(c2 == 0 || c2 == 1)) { if (!(c == 0 || c == 1)) {
if (c2 == 2) { if (c == 2) {
state = new State(context, xml); state = new State(context, xml);
this.mStateList.put(state.mId, state); this.mStateList.put(state.mId, state);
} else if (c2 == 3) { } else if (c == 3) {
Variant variant = new Variant(context, xml); Variant variant = new Variant(context, xml);
if (state != null) { if (state != null) {
state.add(variant); state.add(variant);
} }
} else if (c2 != 4) { } else if (c != 4) {
Log.v("ConstraintLayoutStates", "unknown tag " + name); Log.v("ConstraintLayoutStates", "unknown tag " + name);
} else { } else {
parseConstraintSet(context, xml); parseConstraintSet(context, xml);

View File

@ -3,7 +3,7 @@ package androidx.constraintlayout.widget;
import android.view.View; import android.view.View;
import android.view.ViewGroup; import android.view.ViewGroup;
import androidx.constraintlayout.widget.ConstraintLayout; import androidx.constraintlayout.widget.ConstraintLayout;
import c.d.b.a.a; import b.d.b.a.a;
public class ConstraintProperties { public class ConstraintProperties {
public static final int BASELINE = 5; public static final int BASELINE = 5;
public static final int BOTTOM = 4; public static final int BOTTOM = 4;

View File

@ -21,7 +21,7 @@ import androidx.constraintlayout.widget.ConstraintAttribute;
import androidx.constraintlayout.widget.ConstraintLayout; import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.constraintlayout.widget.Constraints; import androidx.constraintlayout.widget.Constraints;
import androidx.constraintlayout.widget.R; import androidx.constraintlayout.widget.R;
import c.d.b.a.a; import b.d.b.a.a;
import com.discord.models.domain.ModelAuditLogEntry; import com.discord.models.domain.ModelAuditLogEntry;
import com.google.android.material.shadow.ShadowDrawableWrapper; import com.google.android.material.shadow.ShadowDrawableWrapper;
import java.io.IOException; import java.io.IOException;
@ -2527,66 +2527,66 @@ public class ConstraintSet {
Constraint constraint2 = null; Constraint constraint2 = null;
while (eventType != 1) { while (eventType != 1) {
if (eventType != 0) { if (eventType != 0) {
char c2 = 3; char c = 3;
if (eventType == 2) { if (eventType == 2) {
String name = xmlPullParser.getName(); String name = xmlPullParser.getName();
switch (name.hashCode()) { switch (name.hashCode()) {
case -2025855158: case -2025855158:
if (name.equals("Layout")) { if (name.equals("Layout")) {
c2 = 5; c = 5;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1984451626: case -1984451626:
if (name.equals("Motion")) { if (name.equals("Motion")) {
c2 = 6; c = 6;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -1269513683: case -1269513683:
break; break;
case -1238332596: case -1238332596:
if (name.equals("Transform")) { if (name.equals("Transform")) {
c2 = 4; c = 4;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case -71750448: case -71750448:
if (name.equals("Guideline")) { if (name.equals("Guideline")) {
c2 = 1; c = 1;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 1331510167: case 1331510167:
if (name.equals("Barrier")) { if (name.equals("Barrier")) {
c2 = 2; c = 2;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 1791837707: case 1791837707:
if (name.equals("CustomAttribute")) { if (name.equals("CustomAttribute")) {
c2 = 7; c = 7;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
case 1803088381: case 1803088381:
if (name.equals("Constraint")) { if (name.equals("Constraint")) {
c2 = 0; c = 0;
break; break;
} }
c2 = 65535; c = 65535;
break; break;
default: default:
c2 = 65535; c = 65535;
break; break;
} }
switch (c2) { switch (c) {
case 0: case 0:
constraint = fillFromAttributeList(context, Xml.asAttributeSet(xmlPullParser)); constraint = fillFromAttributeList(context, Xml.asAttributeSet(xmlPullParser));
constraint2 = constraint; constraint2 = constraint;
@ -2669,7 +2669,7 @@ public class ConstraintSet {
for (int i = 0; i < split.length; i++) { for (int i = 0; i < split.length; i++) {
String[] split2 = split[i].split("="); String[] split2 = split[i].split("=");
if (split2.length != 2) { if (split2.length != 2) {
a.n0(a.R(" Unable to parse "), split[i], TAG); a.o0(a.R(" Unable to parse "), split[i], TAG);
} else { } else {
Constraint.access$600(constraint, split2[0], Color.parseColor(split2[1])); Constraint.access$600(constraint, split2[0], Color.parseColor(split2[1]));
} }
@ -2681,7 +2681,7 @@ public class ConstraintSet {
for (int i = 0; i < split.length; i++) { for (int i = 0; i < split.length; i++) {
String[] split2 = split[i].split("="); String[] split2 = split[i].split("=");
if (split2.length != 2) { if (split2.length != 2) {
a.n0(a.R(" Unable to parse "), split[i], TAG); a.o0(a.R(" Unable to parse "), split[i], TAG);
} else { } else {
Constraint.access$700(constraint, split2[0], Float.parseFloat(split2[1])); Constraint.access$700(constraint, split2[0], Float.parseFloat(split2[1]));
} }
@ -2693,7 +2693,7 @@ public class ConstraintSet {
for (int i = 0; i < split.length; i++) { for (int i = 0; i < split.length; i++) {
String[] split2 = split[i].split("="); String[] split2 = split[i].split("=");
if (split2.length != 2) { if (split2.length != 2) {
a.n0(a.R(" Unable to parse "), split[i], TAG); a.o0(a.R(" Unable to parse "), split[i], TAG);
} else { } else {
Constraint.access$700(constraint, split2[0], (float) Integer.decode(split2[1]).intValue()); Constraint.access$700(constraint, split2[0], (float) Integer.decode(split2[1]).intValue());
} }
@ -2704,7 +2704,7 @@ public class ConstraintSet {
String[] splitString = splitString(str); String[] splitString = splitString(str);
for (int i = 0; i < splitString.length; i++) { for (int i = 0; i < splitString.length; i++) {
String[] split = splitString[i].split("="); String[] split = splitString[i].split("=");
a.n0(a.R(" Unable to parse "), splitString[i], TAG); a.o0(a.R(" Unable to parse "), splitString[i], TAG);
Constraint.access$800(constraint, split[0], split[1]); Constraint.access$800(constraint, split[0], split[1]);
} }
} }

View File

@ -134,38 +134,38 @@ public class StateSet {
xmlPullParser.getName(); xmlPullParser.getName();
} else if (eventType == 2) { } else if (eventType == 2) {
String name = xmlPullParser.getName(); String name = xmlPullParser.getName();
char c2 = 65535; char c = 65535;
switch (name.hashCode()) { switch (name.hashCode()) {
case 80204913: case 80204913:
if (name.equals("State")) { if (name.equals("State")) {
c2 = 2; c = 2;
break; break;
} }
break; break;
case 1301459538: case 1301459538:
if (name.equals("LayoutDescription")) { if (name.equals("LayoutDescription")) {
c2 = 0; c = 0;
break; break;
} }
break; break;
case 1382829617: case 1382829617:
if (name.equals("StateSet")) { if (name.equals("StateSet")) {
c2 = 1; c = 1;
break; break;
} }
break; break;
case 1901439077: case 1901439077:
if (name.equals("Variant")) { if (name.equals("Variant")) {
c2 = 3; c = 3;
break; break;
} }
break; break;
} }
if (!(c2 == 0 || c2 == 1)) { if (!(c == 0 || c == 1)) {
if (c2 == 2) { if (c == 2) {
state = new State(context, xmlPullParser); state = new State(context, xmlPullParser);
this.mStateList.put(state.mId, state); this.mStateList.put(state.mId, state);
} else if (c2 != 3) { } else if (c != 3) {
Log.v("ConstraintLayoutStates", "unknown tag " + name); Log.v("ConstraintLayoutStates", "unknown tag " + name);
} else { } else {
Variant variant = new Variant(context, xmlPullParser); Variant variant = new Variant(context, xmlPullParser);

Some files were not shown because too many files have changed in this diff Show More