87.2 - Alpha (87202)

This commit is contained in:
Juby210 2021-08-05 01:47:20 +02:00
parent e1088e541d
commit 0323744e57
Signed by: Juby210
GPG Key ID: F459CEC5C92E1482
3821 changed files with 41150 additions and 38268 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 29
versionCode 87200
versionName "87.0 - Alpha"
versionCode 87202
versionName "87.2 - Alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="87200" android:versionName="87.0 - Alpha" 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="87202" android:versionName="87.2 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>

View File

@ -217,7 +217,7 @@ public final class MediaBrowserCompat {
extras.getInt("extra_service_version", 0);
IBinder binder = BundleCompat.getBinder(extras, "extra_messenger");
if (binder != null) {
dVar.f = new h(binder, dVar.f10c);
dVar.f = new h(binder, dVar.f11c);
Messenger messenger = new Messenger(dVar.d);
dVar.g = messenger;
dVar.d.a(messenger);
@ -300,7 +300,7 @@ public final class MediaBrowserCompat {
public final MediaBrowser b;
/* renamed from: c reason: collision with root package name */
public final Bundle f10c;
public final Bundle f11c;
public final a d = new a(this);
public final ArrayMap<String, i> e = new ArrayMap<>();
public h f;
@ -310,7 +310,7 @@ public final class MediaBrowserCompat {
public d(Context context, ComponentName componentName, b bVar, Bundle bundle) {
this.a = context;
Bundle bundle2 = bundle != null ? new Bundle(bundle) : new Bundle();
this.f10c = bundle2;
this.f11c = bundle2;
bundle2.putInt("extra_client_version", 1);
bundle2.putInt("extra_calling_pid", Process.myPid());
bVar.setInternalConnectionCallback(this);

View File

@ -27,7 +27,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 {
@GuardedBy("mLock")
/* renamed from: c reason: collision with root package name */
public final List<c> f11c = new ArrayList();
public final List<c> f12c = new ArrayList();
public HashMap<c, a> d = new HashMap<>();
public final MediaSessionCompat.Token e;
@ -108,7 +108,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 {
@GuardedBy("mLock")
public void a() {
if (this.e.b() != null) {
for (c cVar : this.f11c) {
for (c cVar : this.f12c) {
a aVar = new a(cVar);
this.d.put(cVar, aVar);
cVar.a = aVar;
@ -118,7 +118,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 {
Log.e("MediaControllerCompat", "Dead object in registerCallback.", e);
}
}
this.f11c.clear();
this.f12c.clear();
}
}
}

View File

@ -22,7 +22,7 @@ public final class PlaybackStateCompat implements Parcelable {
public final long r;
/* renamed from: s reason: collision with root package name */
public final Bundle f12s;
public final Bundle f13s;
public static final class CustomAction implements Parcelable {
public static final Parcelable.Creator<CustomAction> CREATOR = new a();
@ -109,7 +109,7 @@ public final class PlaybackStateCompat implements Parcelable {
this.p = j4;
this.q = new ArrayList(list);
this.r = j5;
this.f12s = bundle;
this.f13s = bundle;
}
public PlaybackStateCompat(Parcel parcel) {
@ -122,7 +122,7 @@ public final class PlaybackStateCompat implements Parcelable {
this.o = (CharSequence) TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel);
this.q = parcel.createTypedArrayList(CustomAction.CREATOR);
this.r = parcel.readLong();
this.f12s = parcel.readBundle(MediaSessionCompat.class.getClassLoader());
this.f13s = parcel.readBundle(MediaSessionCompat.class.getClassLoader());
this.n = parcel.readInt();
}
@ -167,7 +167,7 @@ public final class PlaybackStateCompat implements Parcelable {
TextUtils.writeToParcel(this.o, parcel, i);
parcel.writeTypedList(this.q);
parcel.writeLong(this.r);
parcel.writeBundle(this.f12s);
parcel.writeBundle(this.f13s);
parcel.writeInt(this.n);
}
}

View File

@ -752,10 +752,10 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil
public int windowAnimations;
/* renamed from: x reason: collision with root package name */
public int f13x;
public int f14x;
/* renamed from: y reason: collision with root package name */
public int f14y;
public int f15y;
@SuppressLint({"BanParcelableUsage"})
public static class SavedState implements Parcelable {
@ -1553,7 +1553,7 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil
if (!(view == null || (layoutParams = view.getLayoutParams()) == null || layoutParams.width != -1)) {
i = -1;
panelFeatureState.isHandled = false;
WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f13x, panelFeatureState.f14y, 1002, 8519680, -3);
WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f14x, panelFeatureState.f15y, 1002, 8519680, -3);
layoutParams3.gravity = panelFeatureState.gravity;
layoutParams3.windowAnimations = panelFeatureState.windowAnimations;
windowManager.addView(panelFeatureState.decorView, layoutParams3);
@ -1563,7 +1563,7 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil
}
i = -2;
panelFeatureState.isHandled = false;
WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f13x, panelFeatureState.f14y, 1002, 8519680, -3);
WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f14x, panelFeatureState.f15y, 1002, 8519680, -3);
layoutParams3.gravity = panelFeatureState.gravity;
layoutParams3.windowAnimations = panelFeatureState.windowAnimations;
windowManager.addView(panelFeatureState.decorView, layoutParams3);

View File

@ -44,10 +44,10 @@ public class MotionConstrainedPoint implements Comparable<MotionConstrainedPoint
private float width;
/* renamed from: x reason: collision with root package name */
private float f15x;
private float f16x;
/* renamed from: y reason: collision with root package name */
private float f16y;
private float f17y;
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;
@ -361,14 +361,14 @@ public class MotionConstrainedPoint implements Comparable<MotionConstrainedPoint
public void different(MotionConstrainedPoint motionConstrainedPoint, boolean[] zArr, String[] strArr) {
zArr[0] = zArr[0] | diff(this.position, motionConstrainedPoint.position);
zArr[1] = zArr[1] | diff(this.f15x, motionConstrainedPoint.f15x);
zArr[2] = zArr[2] | diff(this.f16y, motionConstrainedPoint.f16y);
zArr[1] = zArr[1] | diff(this.f16x, motionConstrainedPoint.f16x);
zArr[2] = zArr[2] | diff(this.f17y, motionConstrainedPoint.f17y);
zArr[3] = zArr[3] | diff(this.width, motionConstrainedPoint.width);
zArr[4] = diff(this.height, motionConstrainedPoint.height) | zArr[4];
}
public void fillStandard(double[] dArr, int[] iArr) {
float[] fArr = {this.position, this.f15x, this.f16y, 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.f16x, this.f17y, 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;
for (int i2 = 0; i2 < iArr.length; i2++) {
if (iArr[i2] < 18) {
@ -405,8 +405,8 @@ public class MotionConstrainedPoint implements Comparable<MotionConstrainedPoint
}
public void setBounds(float f, float f2, float f3, float f4) {
this.f15x = f;
this.f16y = f2;
this.f16x = f;
this.f17y = f2;
this.width = f3;
this.height = f4;
}

View File

@ -486,10 +486,10 @@ public class MotionController {
return;
}
MotionPaths motionPaths = this.mEndMotionPath;
float f5 = motionPaths.f18x;
float f5 = motionPaths.f19x;
MotionPaths motionPaths2 = this.mStartMotionPath;
float f6 = f5 - motionPaths2.f18x;
float f7 = motionPaths.f19y - motionPaths2.f19y;
float f6 = f5 - motionPaths2.f19x;
float f7 = motionPaths.f20y - motionPaths2.f20y;
fArr[0] = (((motionPaths.width - motionPaths2.width) + f6) * f2) + ((1.0f - f2) * f6);
fArr[1] = (((motionPaths.height - motionPaths2.height) + f7) * f3) + ((1.0f - f3) * f7);
}
@ -504,11 +504,11 @@ public class MotionController {
}
public float getFinalX() {
return this.mEndMotionPath.f18x;
return this.mEndMotionPath.f19x;
}
public float getFinalY() {
return this.mEndMotionPath.f19y;
return this.mEndMotionPath.f20y;
}
public MotionPaths getKeyFrame(int i) {
@ -556,12 +556,12 @@ public class MotionController {
public float getKeyFrameParameter(int i, float f, float f2) {
MotionPaths motionPaths = this.mEndMotionPath;
float f3 = motionPaths.f18x;
float f3 = motionPaths.f19x;
MotionPaths motionPaths2 = this.mStartMotionPath;
float f4 = motionPaths2.f18x;
float f4 = motionPaths2.f19x;
float f5 = f3 - f4;
float f6 = motionPaths.f19y;
float f7 = motionPaths2.f19y;
float f6 = motionPaths.f20y;
float f7 = motionPaths2.f20y;
float f8 = f6 - f7;
float f9 = (motionPaths2.width / 2.0f) + f4;
float f10 = (motionPaths2.height / 2.0f) + f7;
@ -599,17 +599,17 @@ public class MotionController {
public KeyPositionBase getPositionKeyframe(int i, int i2, float f, float f2) {
RectF rectF = new RectF();
MotionPaths motionPaths = this.mStartMotionPath;
float f3 = motionPaths.f18x;
float f3 = motionPaths.f19x;
rectF.left = f3;
float f4 = motionPaths.f19y;
float f4 = motionPaths.f20y;
rectF.top = f4;
rectF.right = f3 + motionPaths.width;
rectF.bottom = f4 + motionPaths.height;
RectF rectF2 = new RectF();
MotionPaths motionPaths2 = this.mEndMotionPath;
float f5 = motionPaths2.f18x;
float f5 = motionPaths2.f19x;
rectF2.left = f5;
float f6 = motionPaths2.f19y;
float f6 = motionPaths2.f20y;
rectF2.top = f6;
rectF2.right = f5 + motionPaths2.width;
rectF2.bottom = f6 + motionPaths2.height;
@ -690,10 +690,10 @@ public class MotionController {
}
} else {
MotionPaths motionPaths = this.mEndMotionPath;
float f5 = motionPaths.f18x;
float f5 = motionPaths.f19x;
MotionPaths motionPaths2 = this.mStartMotionPath;
float f6 = f5 - motionPaths2.f18x;
float f7 = motionPaths.f19y - motionPaths2.f19y;
float f6 = f5 - motionPaths2.f19x;
float f7 = motionPaths.f20y - motionPaths2.f20y;
fArr[0] = (((motionPaths.width - motionPaths2.width) + f6) * f2) + ((1.0f - f2) * f6);
fArr[1] = (((motionPaths.height - motionPaths2.height) + f7) * f3) + ((1.0f - f3) * f7);
velocityMatrix.clear();
@ -708,11 +708,11 @@ public class MotionController {
}
public float getStartX() {
return this.mStartMotionPath.f18x;
return this.mStartMotionPath.f19x;
}
public float getStartY() {
return this.mStartMotionPath.f19y;
return this.mStartMotionPath.f20y;
}
public int getkeyFramePositions(int[] iArr, float[] fArr) {
@ -821,11 +821,11 @@ public class MotionController {
}
} else {
MotionPaths motionPaths = this.mStartMotionPath;
float f2 = motionPaths.f18x;
float f2 = motionPaths.f19x;
MotionPaths motionPaths2 = this.mEndMotionPath;
float a = a.a(motionPaths2.f18x, f2, adjustedPosition, f2);
float f3 = motionPaths.f19y;
float a2 = a.a(motionPaths2.f19y, f3, adjustedPosition, f3);
float a = a.a(motionPaths2.f19x, f2, adjustedPosition, f2);
float f3 = motionPaths.f20y;
float a2 = a.a(motionPaths2.f20y, f3, adjustedPosition, f3);
float f4 = motionPaths.width;
float f5 = motionPaths2.width;
float a3 = a.a(f5, f4, adjustedPosition, f4);
@ -865,17 +865,17 @@ public class MotionController {
public void positionKeyframe(View view, KeyPositionBase keyPositionBase, float f, float f2, String[] strArr, float[] fArr) {
RectF rectF = new RectF();
MotionPaths motionPaths = this.mStartMotionPath;
float f3 = motionPaths.f18x;
float f3 = motionPaths.f19x;
rectF.left = f3;
float f4 = motionPaths.f19y;
float f4 = motionPaths.f20y;
rectF.top = f4;
rectF.right = f3 + motionPaths.width;
rectF.bottom = f4 + motionPaths.height;
RectF rectF2 = new RectF();
MotionPaths motionPaths2 = this.mEndMotionPath;
float f5 = motionPaths2.f18x;
float f5 = motionPaths2.f19x;
rectF2.left = f5;
float f6 = motionPaths2.f19y;
float f6 = motionPaths2.f20y;
rectF2.top = f6;
rectF2.right = f5 + motionPaths2.width;
rectF2.bottom = f6 + motionPaths2.height;
@ -1206,8 +1206,8 @@ public class MotionController {
for (int i20 = 0; i20 < size; i20++) {
iArr6[i20] = motionPathsArr[i20].mPathMotionArc;
dArr5[i20] = (double) motionPathsArr[i20].time;
dArr6[i20][0] = (double) motionPathsArr[i20].f18x;
dArr6[i20][1] = (double) motionPathsArr[i20].f19y;
dArr6[i20][0] = (double) motionPathsArr[i20].f19x;
dArr6[i20][1] = (double) motionPathsArr[i20].f20y;
}
this.mArcSpline = CurveFit.getArc(iArr6, dArr5, dArr6);
}
@ -1241,13 +1241,13 @@ public class MotionController {
public String toString() {
StringBuilder K = a.K(" start: x: ");
K.append(this.mStartMotionPath.f18x);
K.append(this.mStartMotionPath.f19x);
K.append(" y: ");
K.append(this.mStartMotionPath.f19y);
K.append(this.mStartMotionPath.f20y);
K.append(" end: x: ");
K.append(this.mEndMotionPath.f18x);
K.append(this.mEndMotionPath.f19x);
K.append(" y: ");
K.append(this.mEndMotionPath.f19y);
K.append(this.mEndMotionPath.f20y);
return K.toString();
}
}

View File

@ -922,15 +922,15 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
public static class MyTracker implements MotionTracker {
/* renamed from: me reason: collision with root package name */
private static MyTracker f17me = new MyTracker();
private static MyTracker f18me = new MyTracker();
public VelocityTracker tracker;
private MyTracker() {
}
public static MyTracker obtain() {
f17me.tracker = VelocityTracker.obtain();
return f17me;
f18me.tracker = VelocityTracker.obtain();
return f18me;
}
@Override // androidx.constraintlayout.motion.widget.MotionLayout.MotionTracker

View File

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

View File

@ -34,7 +34,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
if (i == -1) {
this.mHead = 0;
this.mArrayValues[0] = f;
this.mArrayIndices[0] = solverVariable.f20id;
this.mArrayIndices[0] = solverVariable.f21id;
this.mArrayNextIndices[0] = -1;
solverVariable.usageInRowCount++;
solverVariable.addToRow(this.mRow);
@ -57,7 +57,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
while (i != -1 && i3 < this.currentSize) {
int[] iArr2 = this.mArrayIndices;
int i5 = iArr2[i];
int i6 = solverVariable.f20id;
int i6 = solverVariable.f21id;
if (i5 == i6) {
float[] fArr = this.mArrayValues;
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.mArrayNextIndices = Arrays.copyOf(this.mArrayNextIndices, this.ROW_SIZE);
}
this.mArrayIndices[i7] = solverVariable.f20id;
this.mArrayIndices[i7] = solverVariable.f21id;
this.mArrayValues[i7] = f;
if (i4 != -1) {
int[] iArr8 = this.mArrayNextIndices;
@ -178,7 +178,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
}
int i2 = 0;
while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f20id) {
if (this.mArrayIndices[i] == solverVariable.f21id) {
return true;
}
i = this.mArrayNextIndices[i];
@ -218,7 +218,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
int i = this.mHead;
int i2 = 0;
while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f20id) {
if (this.mArrayIndices[i] == solverVariable.f21id) {
return this.mArrayValues[i];
}
i = this.mArrayNextIndices[i];
@ -318,7 +318,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
}
int i2 = 0;
while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f20id) {
if (this.mArrayIndices[i] == solverVariable.f21id) {
return i;
}
i = this.mArrayNextIndices[i];
@ -349,7 +349,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
if (i == -1) {
this.mHead = 0;
this.mArrayValues[0] = f;
this.mArrayIndices[0] = solverVariable.f20id;
this.mArrayIndices[0] = solverVariable.f21id;
this.mArrayNextIndices[0] = -1;
solverVariable.usageInRowCount++;
solverVariable.addToRow(this.mRow);
@ -372,7 +372,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
while (i != -1 && i3 < this.currentSize) {
int[] iArr2 = this.mArrayIndices;
int i5 = iArr2[i];
int i6 = solverVariable.f20id;
int i6 = solverVariable.f21id;
if (i5 == i6) {
this.mArrayValues[i] = f;
return;
@ -419,7 +419,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
this.mArrayIndices = Arrays.copyOf(this.mArrayIndices, this.ROW_SIZE);
this.mArrayNextIndices = Arrays.copyOf(this.mArrayNextIndices, this.ROW_SIZE);
}
this.mArrayIndices[i7] = solverVariable.f20id;
this.mArrayIndices[i7] = solverVariable.f21id;
this.mArrayValues[i7] = f;
if (i4 != -1) {
int[] iArr7 = this.mArrayNextIndices;
@ -458,7 +458,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
int i2 = 0;
int i3 = -1;
while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f20id) {
if (this.mArrayIndices[i] == solverVariable.f21id) {
if (i == this.mHead) {
this.mHead = this.mArrayNextIndices[i];
} else {

View File

@ -66,7 +66,7 @@ public class ArrayRow implements LinearSystem.Row {
float variableValue = this.variables.getVariableValue(i);
if (variableValue < 0.0f) {
SolverVariable variable = this.variables.getVariable(i);
if ((zArr == null || !zArr[variable.f20id]) && variable != solverVariable && (((type = variable.mType) == SolverVariable.Type.SLACK || type == SolverVariable.Type.ERROR) && variableValue < f)) {
if ((zArr == null || !zArr[variable.f21id]) && variable != solverVariable && (((type = variable.mType) == SolverVariable.Type.SLACK || type == SolverVariable.Type.ERROR) && variableValue < f)) {
f = variableValue;
solverVariable2 = variable;
}

View File

@ -205,7 +205,7 @@ public class LinearSystem {
int i = this.mVariablesID + 1;
this.mVariablesID = i;
this.mNumColumns++;
acquireSolverVariable.f20id = i;
acquireSolverVariable.f21id = i;
if (this.mVariables == null) {
this.mVariables = new HashMap<>();
}
@ -280,7 +280,7 @@ public class LinearSystem {
while (i9 < i7) {
float f3 = variable.strengthVector[i9] / f2;
if ((f3 < f && i9 == i5) || i9 > i5) {
i4 = variable.f20id;
i4 = variable.f21id;
i5 = i9;
i3 = i6;
f = f3;
@ -386,12 +386,12 @@ public class LinearSystem {
return i2;
}
if (row.getKey() != null) {
this.mAlreadyTestedCandidates[row.getKey().f20id] = true;
this.mAlreadyTestedCandidates[row.getKey().f21id] = true;
}
SolverVariable pivotCandidate = row.getPivotCandidate(this, this.mAlreadyTestedCandidates);
if (pivotCandidate != null) {
boolean[] zArr = this.mAlreadyTestedCandidates;
int i3 = pivotCandidate.f20id;
int i3 = pivotCandidate.f21id;
if (zArr[i3]) {
return i2;
}
@ -593,7 +593,7 @@ public class LinearSystem {
solverVariable.setFinalValue(this, f);
for (int i3 = 0; i3 < this.mVariablesID + 1; i3++) {
SolverVariable solverVariable2 = this.mCache.mIndexedVariables[i3];
if (solverVariable2 != null && solverVariable2.isSynonym && solverVariable2.synonym == solverVariable.f20id) {
if (solverVariable2 != null && solverVariable2.isSynonym && solverVariable2.synonym == solverVariable.f21id) {
solverVariable2.setFinalValue(this, solverVariable2.synonymDelta + f);
}
}
@ -714,7 +714,7 @@ public class LinearSystem {
int i2 = this.mVariablesID + 1;
this.mVariablesID = i2;
this.mNumColumns++;
acquireSolverVariable.f20id = i2;
acquireSolverVariable.f21id = i2;
acquireSolverVariable.strength = i;
this.mCache.mIndexedVariables[i2] = acquireSolverVariable;
this.mGoal.addError(acquireSolverVariable);
@ -733,7 +733,7 @@ public class LinearSystem {
int i = this.mVariablesID + 1;
this.mVariablesID = i;
this.mNumColumns++;
acquireSolverVariable.f20id = i;
acquireSolverVariable.f21id = i;
this.mCache.mIndexedVariables[i] = acquireSolverVariable;
return acquireSolverVariable;
}
@ -753,7 +753,7 @@ public class LinearSystem {
constraintAnchor.resetSolverVariable(this.mCache);
solverVariable = constraintAnchor.getSolverVariable();
}
int i = solverVariable.f20id;
int i = solverVariable.f21id;
if (i == -1 || i > this.mVariablesID || this.mCache.mIndexedVariables[i] == null) {
if (i != -1) {
solverVariable.reset();
@ -761,7 +761,7 @@ public class LinearSystem {
int i2 = this.mVariablesID + 1;
this.mVariablesID = i2;
this.mNumColumns++;
solverVariable.f20id = i2;
solverVariable.f21id = i2;
solverVariable.mType = SolverVariable.Type.UNRESTRICTED;
this.mCache.mIndexedVariables[i2] = solverVariable;
}
@ -804,7 +804,7 @@ public class LinearSystem {
int i = this.mVariablesID + 1;
this.mVariablesID = i;
this.mNumColumns++;
acquireSolverVariable.f20id = i;
acquireSolverVariable.f21id = i;
this.mCache.mIndexedVariables[i] = acquireSolverVariable;
return acquireSolverVariable;
}

View File

@ -21,7 +21,7 @@ public class PriorityGoalRow extends ArrayRow {
}
public int compare(SolverVariable solverVariable, SolverVariable solverVariable2) {
return solverVariable.f20id - solverVariable2.f20id;
return solverVariable.f21id - solverVariable2.f21id;
}
}
@ -77,7 +77,7 @@ public class PriorityGoalRow extends ArrayRow {
@Override // java.lang.Comparable
public int compareTo(Object obj) {
return this.variable.f20id - ((SolverVariable) obj).f20id;
return this.variable.f21id - ((SolverVariable) obj).f21id;
}
public void init(SolverVariable solverVariable) {
@ -167,7 +167,7 @@ public class PriorityGoalRow extends ArrayRow {
solverVariableArr3[i3] = solverVariable;
int i4 = i3 + 1;
this.numGoals = i4;
if (i4 > 1 && solverVariableArr3[i4 - 1].f20id > solverVariable.f20id) {
if (i4 > 1 && solverVariableArr3[i4 - 1].f21id > solverVariable.f21id) {
int i5 = 0;
while (true) {
i = this.numGoals;
@ -228,7 +228,7 @@ public class PriorityGoalRow extends ArrayRow {
int i = -1;
for (int i2 = 0; i2 < this.numGoals; i2++) {
SolverVariable solverVariable = this.arrayGoals[i2];
if (!zArr[solverVariable.f20id]) {
if (!zArr[solverVariable.f21id]) {
this.accessor.init(solverVariable);
if (i == -1) {
if (!this.accessor.isNegative()) {

View File

@ -26,7 +26,7 @@ public class SolverVariable {
public float[] goalStrengthVector;
/* renamed from: id reason: collision with root package name */
public int f20id;
public int f21id;
public boolean inGoal;
public HashSet<ArrayRow> inRows;
public boolean isFinalValue;
@ -81,7 +81,7 @@ public class SolverVariable {
}
public SolverVariable(Type type, String str) {
this.f20id = -1;
this.f21id = -1;
this.definitionId = -1;
this.strength = 0;
this.isFinalValue = false;
@ -98,7 +98,7 @@ public class SolverVariable {
}
public SolverVariable(String str, Type type) {
this.f20id = -1;
this.f21id = -1;
this.definitionId = -1;
this.strength = 0;
this.isFinalValue = false;
@ -215,7 +215,7 @@ public class SolverVariable {
this.mName = null;
this.mType = Type.UNKNOWN;
this.strength = 0;
this.f20id = -1;
this.f21id = -1;
this.definitionId = -1;
this.computedValue = 0.0f;
this.isFinalValue = false;
@ -252,7 +252,7 @@ public class SolverVariable {
public void setSynonym(LinearSystem linearSystem, SolverVariable solverVariable, float f) {
this.isSynonym = true;
this.synonym = solverVariable.f20id;
this.synonym = solverVariable.f21id;
this.synonymDelta = f;
int i = this.mClientEquationsCount;
this.definitionId = -1;
@ -301,7 +301,7 @@ public class SolverVariable {
return K.toString();
}
StringBuilder K2 = a.K("");
K2.append(this.f20id);
K2.append(this.f21id);
return K2.toString();
}

View File

@ -30,7 +30,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
private void addToHashMap(SolverVariable solverVariable, int i) {
int[] iArr;
int i2 = solverVariable.f20id % this.HASH_SIZE;
int i2 = solverVariable.f21id % this.HASH_SIZE;
int[] iArr2 = this.keys;
int i3 = iArr2[i2];
if (i3 == -1) {
@ -49,7 +49,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
}
private void addVariable(int i, SolverVariable solverVariable, float f) {
this.variables[i] = solverVariable.f20id;
this.variables[i] = solverVariable.f21id;
this.values[i] = f;
this.previous[i] = -1;
this.next[i] = -1;
@ -129,7 +129,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
private void removeFromHashMap(SolverVariable solverVariable) {
int[] iArr;
int i = solverVariable.f20id;
int i = solverVariable.f21id;
int i2 = i % this.HASH_SIZE;
int[] iArr2 = this.keys;
int i3 = iArr2[i2];
@ -281,7 +281,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
public int indexOf(SolverVariable solverVariable) {
int[] iArr;
if (!(this.mCount == 0 || solverVariable == null)) {
int i = solverVariable.f20id;
int i = solverVariable.f21id;
int i2 = this.keys[i % this.HASH_SIZE];
if (i2 == -1) {
return -1;
@ -341,7 +341,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
for (int i4 = 0; i4 < i; i4++) {
int[] iArr = this.variables;
int i5 = iArr[i2];
int i6 = solverVariable.f20id;
int i6 = solverVariable.f21id;
if (i5 == i6) {
this.values[i2] = f;
return;

View File

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

View File

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

View File

@ -14,7 +14,7 @@ public class WidgetGroup {
public boolean authoritative = false;
/* renamed from: id reason: collision with root package name */
public int f23id = -1;
public int f24id = -1;
private int moveTo = -1;
public int orientation = 0;
public ArrayList<MeasureResult> results = null;
@ -50,7 +50,7 @@ public class WidgetGroup {
public WidgetGroup(int i) {
int i2 = count;
count = i2 + 1;
this.f23id = i2;
this.f24id = i2;
this.orientation = i;
}
@ -128,7 +128,7 @@ public class WidgetGroup {
if (this.moveTo != -1 && size > 0) {
for (int i = 0; i < arrayList.size(); i++) {
WidgetGroup widgetGroup = arrayList.get(i);
if (this.moveTo == widgetGroup.f23id) {
if (this.moveTo == widgetGroup.f24id) {
moveTo(this.orientation, widgetGroup);
}
}
@ -143,7 +143,7 @@ public class WidgetGroup {
}
public int getId() {
return this.f23id;
return this.f24id;
}
public int getOrientation() {
@ -181,7 +181,7 @@ public class WidgetGroup {
next.verticalGroup = widgetGroup.getId();
}
}
this.moveTo = widgetGroup.f23id;
this.moveTo = widgetGroup.f24id;
}
public void setAuthoritative(boolean z2) {
@ -200,7 +200,7 @@ public class WidgetGroup {
StringBuilder sb = new StringBuilder();
sb.append(getOrientationString());
sb.append(" [");
String w = a.w(sb, this.f23id, "] <");
String w = a.w(sb, this.f24id, "] <");
Iterator<ConstraintWidget> it = this.widgets.iterator();
while (it.hasNext()) {
StringBuilder O = a.O(w, " ");

View File

@ -67,20 +67,20 @@ public final class NotificationManagerCompat {
public final boolean all;
/* renamed from: id reason: collision with root package name */
public final int f24id;
public final int f25id;
public final String packageName;
public final String tag;
public CancelTask(String str) {
this.packageName = str;
this.f24id = 0;
this.f25id = 0;
this.tag = null;
this.all = true;
}
public CancelTask(String str, int i, String str2) {
this.packageName = str;
this.f24id = i;
this.f25id = i;
this.tag = str2;
this.all = false;
}
@ -90,7 +90,7 @@ public final class NotificationManagerCompat {
if (this.all) {
aVar.cancelAll(this.packageName);
} else {
aVar.cancel(this.packageName, this.f24id, this.tag);
aVar.cancel(this.packageName, this.f25id, this.tag);
}
}
@ -100,7 +100,7 @@ public final class NotificationManagerCompat {
sb.append("packageName:");
sb.append(this.packageName);
sb.append(", id:");
sb.append(this.f24id);
sb.append(this.f25id);
sb.append(", tag:");
sb.append(this.tag);
sb.append(", all:");
@ -111,21 +111,21 @@ public final class NotificationManagerCompat {
public static class NotifyTask implements Task {
/* renamed from: id reason: collision with root package name */
public final int f25id;
public final int f26id;
public final Notification notif;
public final String packageName;
public final String tag;
public NotifyTask(String str, int i, String str2, Notification notification) {
this.packageName = str;
this.f25id = i;
this.f26id = i;
this.tag = str2;
this.notif = notification;
}
@Override // androidx.core.app.NotificationManagerCompat.Task
public void send(a aVar) throws RemoteException {
aVar.notify(this.packageName, this.f25id, this.tag, this.notif);
aVar.notify(this.packageName, this.f26id, this.tag, this.notif);
}
@NonNull
@ -134,7 +134,7 @@ public final class NotificationManagerCompat {
sb.append("packageName:");
sb.append(this.packageName);
sb.append(", id:");
sb.append(this.f25id);
sb.append(this.f26id);
sb.append(", tag:");
return c.d.b.a.a.C(sb, this.tag, "]");
}

View File

@ -17,8 +17,8 @@ public class DiffUtil {
/* renamed from: androidx.recyclerview.widget.DiffUtil$1 reason: invalid class name */
public static class AnonymousClass1 implements Comparator<Snake> {
public int compare(Snake snake, Snake snake2) {
int i = snake.f26x - snake2.f26x;
return i == 0 ? snake.f27y - snake2.f27y : i;
int i = snake.f27x - snake2.f27x;
return i == 0 ? snake.f28y - snake2.f28y : i;
}
}
@ -70,10 +70,10 @@ public class DiffUtil {
private void addRootSnake() {
Snake snake = this.mSnakes.isEmpty() ? null : this.mSnakes.get(0);
if (snake == null || snake.f26x != 0 || snake.f27y != 0) {
if (snake == null || snake.f27x != 0 || snake.f28y != 0) {
Snake snake2 = new Snake();
snake2.f26x = 0;
snake2.f27y = 0;
snake2.f27x = 0;
snake2.f28y = 0;
snake2.removal = false;
snake2.size = 0;
snake2.reverse = false;
@ -161,10 +161,10 @@ public class DiffUtil {
}
while (i3 >= 0) {
Snake snake = this.mSnakes.get(i3);
int i6 = snake.f26x;
int i6 = snake.f27x;
int i7 = snake.size;
int i8 = i6 + i7;
int i9 = snake.f27y + i7;
int i9 = snake.f28y + i7;
int i10 = 8;
if (z2) {
for (int i11 = i4 - 1; i11 >= i8; i11--) {
@ -192,8 +192,8 @@ public class DiffUtil {
}
continue;
}
i4 = snake.f26x;
i2 = snake.f27y;
i4 = snake.f27x;
i2 = snake.f28y;
i3--;
}
return false;
@ -204,10 +204,10 @@ public class DiffUtil {
int i2 = this.mNewListSize;
for (int size = this.mSnakes.size() - 1; size >= 0; size--) {
Snake snake = this.mSnakes.get(size);
int i3 = snake.f26x;
int i3 = snake.f27x;
int i4 = snake.size;
int i5 = i3 + i4;
int i6 = snake.f27y + i4;
int i6 = snake.f28y + i4;
if (this.mDetectMoves) {
while (i > i5) {
findAddition(i, i2, size);
@ -219,14 +219,14 @@ public class DiffUtil {
}
}
for (int i7 = 0; i7 < snake.size; i7++) {
int i8 = snake.f26x + i7;
int i9 = snake.f27y + i7;
int i8 = snake.f27x + i7;
int i9 = snake.f28y + i7;
int i10 = this.mCallback.areContentsTheSame(i8, i9) ? 1 : 2;
this.mOldItemStatuses[i8] = (i9 << 5) | i10;
this.mNewItemStatuses[i9] = (i8 << 5) | i10;
}
i = snake.f26x;
i2 = snake.f27y;
i = snake.f27x;
i2 = snake.f28y;
}
}
@ -287,8 +287,8 @@ public class DiffUtil {
for (int size = this.mSnakes.size() - 1; size >= 0; size--) {
Snake snake = this.mSnakes.get(size);
int i3 = snake.size;
int i4 = snake.f26x + i3;
int i5 = snake.f27y + i3;
int i4 = snake.f27x + i3;
int i5 = snake.f28y + i3;
if (i4 < i) {
dispatchRemovals(arrayList, batchingListUpdateCallback, i4, i - i4, i4);
}
@ -297,13 +297,13 @@ public class DiffUtil {
}
for (int i6 = i3 - 1; i6 >= 0; i6--) {
int[] iArr = this.mOldItemStatuses;
int i7 = snake.f26x;
int i7 = snake.f27x;
if ((iArr[i7 + i6] & 31) == 2) {
batchingListUpdateCallback.onChanged(i7 + i6, 1, this.mCallback.getChangePayload(i7 + i6, snake.f27y + i6));
batchingListUpdateCallback.onChanged(i7 + i6, 1, this.mCallback.getChangePayload(i7 + i6, snake.f28y + i6));
}
}
i = snake.f26x;
i2 = snake.f27y;
i = snake.f27x;
i2 = snake.f28y;
}
batchingListUpdateCallback.dispatchLastEvent();
}
@ -364,10 +364,10 @@ public class DiffUtil {
public int size;
/* renamed from: x reason: collision with root package name */
public int f26x;
public int f27x;
/* renamed from: y reason: collision with root package name */
public int f27y;
public int f28y;
}
private DiffUtil() {
@ -397,37 +397,37 @@ public class DiffUtil {
if (diffPartial.size > 0) {
arrayList.add(diffPartial);
}
diffPartial.f26x += range.oldListStart;
diffPartial.f27y += range.newListStart;
diffPartial.f27x += range.oldListStart;
diffPartial.f28y += range.newListStart;
Range range2 = arrayList3.isEmpty() ? new Range() : (Range) arrayList3.remove(arrayList3.size() - 1);
range2.oldListStart = range.oldListStart;
range2.newListStart = range.newListStart;
if (diffPartial.reverse) {
range2.oldListEnd = diffPartial.f26x;
range2.newListEnd = diffPartial.f27y;
range2.oldListEnd = diffPartial.f27x;
range2.newListEnd = diffPartial.f28y;
} else if (diffPartial.removal) {
range2.oldListEnd = diffPartial.f26x - 1;
range2.newListEnd = diffPartial.f27y;
range2.oldListEnd = diffPartial.f27x - 1;
range2.newListEnd = diffPartial.f28y;
} else {
range2.oldListEnd = diffPartial.f26x;
range2.newListEnd = diffPartial.f27y - 1;
range2.oldListEnd = diffPartial.f27x;
range2.newListEnd = diffPartial.f28y - 1;
}
arrayList2.add(range2);
if (!diffPartial.reverse) {
int i2 = diffPartial.f26x;
int i2 = diffPartial.f27x;
int i3 = diffPartial.size;
range.oldListStart = i2 + i3;
range.newListStart = diffPartial.f27y + i3;
range.newListStart = diffPartial.f28y + i3;
} else if (diffPartial.removal) {
int i4 = diffPartial.f26x;
int i4 = diffPartial.f27x;
int i5 = diffPartial.size;
range.oldListStart = i4 + i5 + 1;
range.newListStart = diffPartial.f27y + i5;
range.newListStart = diffPartial.f28y + i5;
} else {
int i6 = diffPartial.f26x;
int i6 = diffPartial.f27x;
int i7 = diffPartial.size;
range.oldListStart = i6 + i7;
range.newListStart = diffPartial.f27y + i7 + 1;
range.newListStart = diffPartial.f28y + i7 + 1;
}
arrayList2.add(range);
} else {
@ -490,8 +490,8 @@ public class DiffUtil {
} else {
Snake snake = new Snake();
int i24 = iArr2[i23];
snake.f26x = i24;
snake.f27y = i24 - i21;
snake.f27x = i24;
snake.f28y = i24 - i21;
snake.size = iArr[i23] - iArr2[i23];
snake.removal = z3;
snake.reverse = false;
@ -547,8 +547,8 @@ public class DiffUtil {
} else {
Snake snake2 = new Snake();
int i29 = iArr2[i28];
snake2.f26x = i29;
snake2.f27y = i29 - i26;
snake2.f27x = i29;
snake2.f28y = i29 - i26;
snake2.size = iArr[i28] - iArr2[i28];
snake2.removal = z2;
snake2.reverse = true;

View File

@ -50,7 +50,7 @@ public abstract class WorkRequest {
this.mId = UUID.randomUUID();
WorkSpec workSpec = new WorkSpec(this.mWorkSpec);
this.mWorkSpec = workSpec;
workSpec.f28id = this.mId.toString();
workSpec.f29id = this.mId.toString();
return buildInternal;
}

View File

@ -51,7 +51,7 @@ public class Schedulers {
if (eligibleWorkForScheduling != null && eligibleWorkForScheduling.size() > 0) {
long currentTimeMillis = System.currentTimeMillis();
for (WorkSpec workSpec : eligibleWorkForScheduling) {
workSpecDao.markWorkSpecScheduled(workSpec.f28id, currentTimeMillis);
workSpecDao.markWorkSpecScheduled(workSpec.f29id, currentTimeMillis);
}
}
workDatabase.setTransactionSuccessful();

View File

@ -24,7 +24,7 @@ public class DelayedWorkTracker {
@Override // java.lang.Runnable
public void run() {
Logger.get().debug(DelayedWorkTracker.TAG, String.format("Scheduling work %s", this.val$workSpec.f28id), new Throwable[0]);
Logger.get().debug(DelayedWorkTracker.TAG, String.format("Scheduling work %s", this.val$workSpec.f29id), new Throwable[0]);
DelayedWorkTracker.this.mGreedyScheduler.schedule(this.val$workSpec);
}
}
@ -35,12 +35,12 @@ public class DelayedWorkTracker {
}
public void schedule(@NonNull WorkSpec workSpec) {
Runnable remove = this.mRunnables.remove(workSpec.f28id);
Runnable remove = this.mRunnables.remove(workSpec.f29id);
if (remove != null) {
this.mRunnableScheduler.cancel(remove);
}
AnonymousClass1 r0 = new AnonymousClass1(workSpec);
this.mRunnables.put(workSpec.f28id, r0);
this.mRunnables.put(workSpec.f29id, r0);
long currentTimeMillis = System.currentTimeMillis();
this.mRunnableScheduler.scheduleWithDelay(workSpec.calculateNextRunTime() - currentTimeMillis, r0);
}

View File

@ -97,7 +97,7 @@ public class GreedyScheduler implements Scheduler, WorkConstraintsCallback, Exec
break;
}
WorkSpec next = it.next();
if (next.f28id.equals(str)) {
if (next.f29id.equals(str)) {
Logger.get().debug(TAG, String.format("Stopping tracking for %s", str), new Throwable[0]);
this.mConstrainedWorkSpecs.remove(next);
this.mWorkConstraintsTracker.replace(this.mConstrainedWorkSpecs);
@ -178,13 +178,13 @@ public class GreedyScheduler implements Scheduler, WorkConstraintsCallback, Exec
Logger.get().debug(TAG, String.format("Ignoring WorkSpec %s, Requires device idle.", workSpec), new Throwable[0]);
} else if (i < 24 || !workSpec.constraints.hasContentUriTriggers()) {
hashSet.add(workSpec);
hashSet2.add(workSpec.f28id);
hashSet2.add(workSpec.f29id);
} else {
Logger.get().debug(TAG, String.format("Ignoring WorkSpec %s, Requires ContentUri triggers.", workSpec), new Throwable[0]);
}
} else {
Logger.get().debug(TAG, String.format("Starting work for %s", workSpec.f28id), new Throwable[0]);
this.mWorkManagerImpl.startWork(workSpec.f28id);
Logger.get().debug(TAG, String.format("Starting work for %s", workSpec.f29id), new Throwable[0]);
this.mWorkManagerImpl.startWork(workSpec.f29id);
}
}
}

View File

@ -35,14 +35,14 @@ public class ConstraintsCommandHandler {
ArrayList arrayList = new ArrayList(scheduledWork.size());
long currentTimeMillis = System.currentTimeMillis();
for (WorkSpec workSpec : scheduledWork) {
String str = workSpec.f28id;
String str = workSpec.f29id;
if (currentTimeMillis >= workSpec.calculateNextRunTime() && (!workSpec.hasConstraints() || this.mWorkConstraintsTracker.areAllConstraintsMet(str))) {
arrayList.add(workSpec);
}
}
Iterator it = arrayList.iterator();
while (it.hasNext()) {
String str2 = ((WorkSpec) it.next()).f28id;
String str2 = ((WorkSpec) it.next()).f29id;
Intent createDelayMetIntent = CommandHandler.createDelayMetIntent(this.mContext, str2);
Logger.get().debug(TAG, String.format("Creating a delay_met command for workSpec with id (%s)", str2), new Throwable[0]);
SystemAlarmDispatcher systemAlarmDispatcher = this.mDispatcher;

View File

@ -16,8 +16,8 @@ public class SystemAlarmScheduler implements Scheduler {
}
private void scheduleWorkSpec(@NonNull WorkSpec workSpec) {
Logger.get().debug(TAG, String.format("Scheduling work with workSpecId %s", workSpec.f28id), new Throwable[0]);
this.mContext.startService(CommandHandler.createScheduleWorkIntent(this.mContext, workSpec.f28id));
Logger.get().debug(TAG, String.format("Scheduling work with workSpecId %s", workSpec.f29id), new Throwable[0]);
this.mContext.startService(CommandHandler.createScheduleWorkIntent(this.mContext, workSpec.f29id));
}
@Override // androidx.work.impl.Scheduler

View File

@ -90,7 +90,7 @@ public class SystemJobInfoConverter {
Constraints constraints = workSpec.constraints;
int convertNetworkType = convertNetworkType(constraints.getRequiredNetworkType());
PersistableBundle persistableBundle = new PersistableBundle();
persistableBundle.putString("EXTRA_WORK_SPEC_ID", workSpec.f28id);
persistableBundle.putString("EXTRA_WORK_SPEC_ID", workSpec.f29id);
persistableBundle.putBoolean("EXTRA_IS_PERIODIC", workSpec.isPeriodic());
JobInfo.Builder extras = new JobInfo.Builder(i, this.mWorkServiceComponent).setRequiredNetworkType(convertNetworkType).setRequiresCharging(constraints.requiresCharging()).setRequiresDeviceIdle(constraints.requiresDeviceIdle()).setExtras(persistableBundle);
if (!constraints.requiresDeviceIdle()) {

View File

@ -151,21 +151,21 @@ public class SystemJobScheduler implements Scheduler {
for (WorkSpec workSpec : workSpecArr) {
workDatabase.beginTransaction();
try {
WorkSpec workSpec2 = workDatabase.workSpecDao().getWorkSpec(workSpec.f28id);
WorkSpec workSpec2 = workDatabase.workSpecDao().getWorkSpec(workSpec.f29id);
if (workSpec2 == null) {
Logger.get().warning(TAG, "Skipping scheduling " + workSpec.f28id + " because it's no longer in the DB", new Throwable[0]);
Logger.get().warning(TAG, "Skipping scheduling " + workSpec.f29id + " because it's no longer in the DB", new Throwable[0]);
workDatabase.setTransactionSuccessful();
} else if (workSpec2.state != WorkInfo.State.ENQUEUED) {
Logger.get().warning(TAG, "Skipping scheduling " + workSpec.f28id + " because it is no longer enqueued", new Throwable[0]);
Logger.get().warning(TAG, "Skipping scheduling " + workSpec.f29id + " because it is no longer enqueued", new Throwable[0]);
workDatabase.setTransactionSuccessful();
} else {
SystemIdInfo systemIdInfo = workDatabase.systemIdInfoDao().getSystemIdInfo(workSpec.f28id);
SystemIdInfo systemIdInfo = workDatabase.systemIdInfoDao().getSystemIdInfo(workSpec.f29id);
int nextJobSchedulerIdWithRange = systemIdInfo != null ? systemIdInfo.systemId : idGenerator.nextJobSchedulerIdWithRange(this.mWorkManager.getConfiguration().getMinJobSchedulerId(), this.mWorkManager.getConfiguration().getMaxJobSchedulerId());
if (systemIdInfo == null) {
this.mWorkManager.getWorkDatabase().systemIdInfoDao().insertSystemIdInfo(new SystemIdInfo(workSpec.f28id, nextJobSchedulerIdWithRange));
this.mWorkManager.getWorkDatabase().systemIdInfoDao().insertSystemIdInfo(new SystemIdInfo(workSpec.f29id, nextJobSchedulerIdWithRange));
}
scheduleInternal(workSpec, nextJobSchedulerIdWithRange);
if (Build.VERSION.SDK_INT == 23 && (pendingJobIds = getPendingJobIds(this.mContext, this.mJobScheduler, workSpec.f28id)) != null) {
if (Build.VERSION.SDK_INT == 23 && (pendingJobIds = getPendingJobIds(this.mContext, this.mJobScheduler, workSpec.f29id)) != null) {
int indexOf = pendingJobIds.indexOf(Integer.valueOf(nextJobSchedulerIdWithRange));
if (indexOf >= 0) {
pendingJobIds.remove(indexOf);
@ -185,7 +185,7 @@ public class SystemJobScheduler implements Scheduler {
@VisibleForTesting
public void scheduleInternal(WorkSpec workSpec, int i) {
JobInfo convert = this.mSystemJobInfoConverter.convert(workSpec, i);
Logger.get().debug(TAG, String.format("Scheduling work ID %s Job ID %s", workSpec.f28id, Integer.valueOf(i)), new Throwable[0]);
Logger.get().debug(TAG, String.format("Scheduling work ID %s Job ID %s", workSpec.f29id, Integer.valueOf(i)), new Throwable[0]);
try {
this.mJobScheduler.schedule(convert);
} catch (IllegalStateException e) {

View File

@ -52,7 +52,7 @@ public abstract class ConstraintController<T> implements ConstraintListener<T> {
this.mMatchingWorkSpecIds.clear();
for (WorkSpec workSpec : iterable) {
if (hasConstraint(workSpec)) {
this.mMatchingWorkSpecIds.add(workSpec.f28id);
this.mMatchingWorkSpecIds.add(workSpec.f29id);
}
}
if (this.mMatchingWorkSpecIds.isEmpty()) {

View File

@ -65,7 +65,7 @@ public final class RawWorkInfoDao_Impl implements RawWorkInfoDao {
}
WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo();
if (columnIndex != -1) {
workInfoPojo.f30id = query.getString(columnIndex);
workInfoPojo.f31id = query.getString(columnIndex);
}
if (columnIndex2 != -1) {
workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndex2));
@ -265,7 +265,7 @@ public final class RawWorkInfoDao_Impl implements RawWorkInfoDao {
}
WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo();
if (columnIndex != -1) {
workInfoPojo.f30id = query.getString(columnIndex);
workInfoPojo.f31id = query.getString(columnIndex);
}
if (columnIndex2 != -1) {
workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndex2));

View File

@ -40,7 +40,7 @@ public final class WorkSpec {
@ColumnInfo(name = "id")
/* renamed from: id reason: collision with root package name */
public String f28id;
public String f29id;
@ColumnInfo(name = "initial_delay")
public long initialDelay;
@NonNull
@ -89,7 +89,7 @@ public final class WorkSpec {
@ColumnInfo(name = "id")
/* renamed from: id reason: collision with root package name */
public String f29id;
public String f30id;
@ColumnInfo(name = "state")
public WorkInfo.State state;
@ -104,11 +104,11 @@ public final class WorkSpec {
if (this.state != idAndState.state) {
return false;
}
return this.f29id.equals(idAndState.f29id);
return this.f30id.equals(idAndState.f30id);
}
public int hashCode() {
return this.state.hashCode() + (this.f29id.hashCode() * 31);
return this.state.hashCode() + (this.f30id.hashCode() * 31);
}
}
@ -116,7 +116,7 @@ public final class WorkSpec {
@ColumnInfo(name = "id")
/* renamed from: id reason: collision with root package name */
public String f30id;
public String f31id;
@ColumnInfo(name = "output")
public Data output;
@Relation(entity = WorkProgress.class, entityColumn = "work_spec_id", parentColumn = "id", projection = {"progress"})
@ -139,8 +139,8 @@ public final class WorkSpec {
if (this.runAttemptCount != workInfoPojo.runAttemptCount) {
return false;
}
String str = this.f30id;
if (str == null ? workInfoPojo.f30id != null : !str.equals(workInfoPojo.f30id)) {
String str = this.f31id;
if (str == null ? workInfoPojo.f31id != null : !str.equals(workInfoPojo.f31id)) {
return false;
}
if (this.state != workInfoPojo.state) {
@ -160,7 +160,7 @@ public final class WorkSpec {
}
public int hashCode() {
String str = this.f30id;
String str = this.f31id;
int i = 0;
int hashCode = (str != null ? str.hashCode() : 0) * 31;
WorkInfo.State state = this.state;
@ -179,7 +179,7 @@ public final class WorkSpec {
@NonNull
public WorkInfo toWorkInfo() {
List<Data> list = this.progress;
return new WorkInfo(UUID.fromString(this.f30id), this.state, this.output, this.tags, (list == null || list.isEmpty()) ? Data.EMPTY : this.progress.get(0), this.runAttemptCount);
return new WorkInfo(UUID.fromString(this.f31id), this.state, this.output, this.tags, (list == null || list.isEmpty()) ? Data.EMPTY : this.progress.get(0), this.runAttemptCount);
}
}
@ -191,7 +191,7 @@ public final class WorkSpec {
this.backoffPolicy = BackoffPolicy.EXPONENTIAL;
this.backoffDelayDuration = 30000;
this.scheduleRequestedAt = -1;
this.f28id = workSpec.f28id;
this.f29id = workSpec.f29id;
this.workerClassName = workSpec.workerClassName;
this.state = workSpec.state;
this.inputMergerClassName = workSpec.inputMergerClassName;
@ -218,7 +218,7 @@ public final class WorkSpec {
this.backoffPolicy = BackoffPolicy.EXPONENTIAL;
this.backoffDelayDuration = 30000;
this.scheduleRequestedAt = -1;
this.f28id = str;
this.f29id = str;
this.workerClassName = str2;
}
@ -272,7 +272,7 @@ public final class WorkSpec {
return false;
}
WorkSpec workSpec = (WorkSpec) obj;
if (this.initialDelay != workSpec.initialDelay || this.intervalDuration != workSpec.intervalDuration || this.flexDuration != workSpec.flexDuration || this.runAttemptCount != workSpec.runAttemptCount || this.backoffDelayDuration != workSpec.backoffDelayDuration || this.periodStartTime != workSpec.periodStartTime || this.minimumRetentionDuration != workSpec.minimumRetentionDuration || this.scheduleRequestedAt != workSpec.scheduleRequestedAt || this.runInForeground != workSpec.runInForeground || !this.f28id.equals(workSpec.f28id) || this.state != workSpec.state || !this.workerClassName.equals(workSpec.workerClassName)) {
if (this.initialDelay != workSpec.initialDelay || this.intervalDuration != workSpec.intervalDuration || this.flexDuration != workSpec.flexDuration || this.runAttemptCount != workSpec.runAttemptCount || this.backoffDelayDuration != workSpec.backoffDelayDuration || this.periodStartTime != workSpec.periodStartTime || this.minimumRetentionDuration != workSpec.minimumRetentionDuration || this.scheduleRequestedAt != workSpec.scheduleRequestedAt || this.runInForeground != workSpec.runInForeground || !this.f29id.equals(workSpec.f29id) || this.state != workSpec.state || !this.workerClassName.equals(workSpec.workerClassName)) {
return false;
}
String str = this.inputMergerClassName;
@ -287,7 +287,7 @@ public final class WorkSpec {
}
public int hashCode() {
int m = a.m(this.workerClassName, (this.state.hashCode() + (this.f28id.hashCode() * 31)) * 31, 31);
int m = a.m(this.workerClassName, (this.state.hashCode() + (this.f29id.hashCode() * 31)) * 31, 31);
String str = this.inputMergerClassName;
int hashCode = str != null ? str.hashCode() : 0;
int hashCode2 = this.input.hashCode();
@ -351,6 +351,6 @@ public final class WorkSpec {
@NonNull
public String toString() {
return a.C(a.K("{WorkSpec: "), this.f28id, "}");
return a.C(a.K("{WorkSpec: "), this.f29id, "}");
}
}

View File

@ -38,7 +38,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao {
}
public void bind(SupportSQLiteStatement supportSQLiteStatement, WorkSpec workSpec) {
String str = workSpec.f28id;
String str = workSpec.f29id;
if (str == null) {
supportSQLiteStatement.bindNull(1);
} else {
@ -161,7 +161,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao {
arrayList3 = new ArrayList();
}
WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo();
workInfoPojo.f30id = query.getString(columnIndexOrThrow);
workInfoPojo.f31id = query.getString(columnIndexOrThrow);
workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2));
workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3));
workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4);
@ -236,7 +236,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao {
arrayList3 = new ArrayList();
}
WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo();
workInfoPojo.f30id = query.getString(columnIndexOrThrow);
workInfoPojo.f31id = query.getString(columnIndexOrThrow);
workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2));
workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3));
workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4);
@ -311,7 +311,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao {
arrayList3 = new ArrayList();
}
WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo();
workInfoPojo.f30id = query.getString(columnIndexOrThrow);
workInfoPojo.f31id = query.getString(columnIndexOrThrow);
workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2));
workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3));
workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4);
@ -1339,7 +1339,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao {
ArrayList arrayList = new ArrayList(query.getCount());
while (query.moveToNext()) {
WorkSpec.IdAndState idAndState = new WorkSpec.IdAndState();
idAndState.f29id = query.getString(columnIndexOrThrow);
idAndState.f30id = query.getString(columnIndexOrThrow);
idAndState.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2));
arrayList.add(idAndState);
}
@ -1520,7 +1520,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao {
arrayList = new ArrayList<>();
}
WorkSpec.WorkInfoPojo workInfoPojo2 = new WorkSpec.WorkInfoPojo();
workInfoPojo2.f30id = query.getString(columnIndexOrThrow);
workInfoPojo2.f31id = query.getString(columnIndexOrThrow);
workInfoPojo2.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2));
workInfoPojo2.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3));
workInfoPojo2.runAttemptCount = query.getInt(columnIndexOrThrow4);
@ -1599,7 +1599,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao {
arrayList3 = new ArrayList<>();
}
WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo();
workInfoPojo.f30id = query.getString(columnIndexOrThrow);
workInfoPojo.f31id = query.getString(columnIndexOrThrow);
workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2));
workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3));
workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4);
@ -1669,7 +1669,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao {
arrayList3 = new ArrayList<>();
}
WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo();
workInfoPojo.f30id = query.getString(columnIndexOrThrow);
workInfoPojo.f31id = query.getString(columnIndexOrThrow);
workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2));
workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3));
workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4);
@ -1739,7 +1739,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao {
arrayList3 = new ArrayList<>();
}
WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo();
workInfoPojo.f30id = query.getString(columnIndexOrThrow);
workInfoPojo.f31id = query.getString(columnIndexOrThrow);
workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2));
workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3));
workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4);

View File

@ -100,7 +100,7 @@ public class EnqueueRunnable implements Runnable {
DependencyDao dependencyDao2 = workDatabase.dependencyDao();
ArrayList arrayList2 = new ArrayList();
for (WorkSpec.IdAndState idAndState : workSpecIdAndStatesForName) {
if (!dependencyDao2.hasDependents(idAndState.f29id)) {
if (!dependencyDao2.hasDependents(idAndState.f30id)) {
WorkInfo.State state2 = idAndState.state;
dependencyDao = dependencyDao2;
boolean z9 = (state2 == WorkInfo.State.SUCCEEDED) & z4;
@ -109,7 +109,7 @@ public class EnqueueRunnable implements Runnable {
} else if (state2 == WorkInfo.State.CANCELLED) {
z3 = true;
}
arrayList2.add(idAndState.f29id);
arrayList2.add(idAndState.f30id);
z4 = z9;
} else {
dependencyDao = dependencyDao2;
@ -122,7 +122,7 @@ public class EnqueueRunnable implements Runnable {
} else {
WorkSpecDao workSpecDao = workDatabase.workSpecDao();
for (WorkSpec.IdAndState idAndState2 : workSpecDao.getWorkSpecIdAndStatesForName(str)) {
workSpecDao.delete(idAndState2.f29id);
workSpecDao.delete(idAndState2.f30id);
}
z6 = false;
z3 = false;
@ -145,7 +145,7 @@ public class EnqueueRunnable implements Runnable {
CancelWorkRunnable.forName(str, workManagerImpl2, false).run();
WorkSpecDao workSpecDao2 = workDatabase.workSpecDao();
for (WorkSpec.IdAndState idAndState4 : workSpecIdAndStatesForName) {
workSpecDao2.delete(idAndState4.f29id);
workSpecDao2.delete(idAndState4.f30id);
}
z5 = true;
for (WorkRequest workRequest : list) {

View File

@ -87,8 +87,8 @@ public class ForceStopRunnable implements Runnable {
boolean z2 = runningWork != null && !runningWork.isEmpty();
if (z2) {
for (WorkSpec workSpec : runningWork) {
workSpecDao.setState(WorkInfo.State.ENQUEUED, workSpec.f28id);
workSpecDao.markWorkSpecScheduled(workSpec.f28id, -1);
workSpecDao.setState(WorkInfo.State.ENQUEUED, workSpec.f29id);
workSpecDao.markWorkSpecScheduled(workSpec.f29id, -1);
}
}
workProgressDao.deleteAll();

View File

@ -30,7 +30,7 @@ public class DiagnosticsWorker extends Worker {
@NonNull
private static String workSpecRow(@NonNull WorkSpec workSpec, @Nullable String str, @Nullable Integer num, @NonNull String str2) {
return String.format("\n%s\t %s\t %s\t %s\t %s\t %s\t", workSpec.f28id, workSpec.workerClassName, num, workSpec.state.name(), str, str2);
return String.format("\n%s\t %s\t %s\t %s\t %s\t %s\t", workSpec.f29id, workSpec.workerClassName, num, workSpec.state.name(), str, str2);
}
@NonNull
@ -39,11 +39,11 @@ public class DiagnosticsWorker extends Worker {
sb.append(String.format("\n Id \t Class Name\t %s\t State\t Unique Name\t Tags\t", Build.VERSION.SDK_INT >= 23 ? "Job Id" : "Alarm Id"));
for (WorkSpec workSpec : list) {
Integer num = null;
SystemIdInfo systemIdInfo = systemIdInfoDao.getSystemIdInfo(workSpec.f28id);
SystemIdInfo systemIdInfo = systemIdInfoDao.getSystemIdInfo(workSpec.f29id);
if (systemIdInfo != null) {
num = Integer.valueOf(systemIdInfo.systemId);
}
sb.append(workSpecRow(workSpec, TextUtils.join(",", workNameDao.getNamesForWorkSpecId(workSpec.f28id)), num, TextUtils.join(",", workTagDao.getTagsForWorkSpecId(workSpec.f28id))));
sb.append(workSpecRow(workSpec, TextUtils.join(",", workNameDao.getNamesForWorkSpecId(workSpec.f29id)), num, TextUtils.join(",", workTagDao.getTagsForWorkSpecId(workSpec.f29id))));
}
return sb.toString();
}

View File

@ -19,14 +19,14 @@ public final class c implements b {
public final int b;
/* renamed from: c reason: collision with root package name */
public final int f31c;
public final int f32c;
public final Bitmap.CompressFormat d;
public final int e;
public c(int i, int i2, Bitmap.CompressFormat compressFormat, int i3) {
m.checkParameterIsNotNull(compressFormat, "format");
this.b = i;
this.f31c = i2;
this.f32c = i2;
this.d = compressFormat;
this.e = i3;
}
@ -45,7 +45,7 @@ public final class c implements b {
FileOutputStream fileOutputStream;
m.checkParameterIsNotNull(file, "imageFile");
int i2 = this.b;
int i3 = this.f31c;
int i3 = this.f32c;
String str = d.a;
m.checkParameterIsNotNull(file, "imageFile");
BitmapFactory.Options options = new BitmapFactory.Options();

View File

@ -69,7 +69,7 @@ public final class a extends AppDialog {
((a) this.j).dismiss();
} else if (i == 4) {
KProperty[] kPropertyArr = a.i;
((a) this.j).g().f167c.toggle();
((a) this.j).g().f168c.toggle();
} else {
throw null;
}
@ -113,38 +113,38 @@ public final class a extends AppDialog {
int i2 = 2131362533;
ImageView imageView = (ImageView) view2.findViewById(2131362533);
if (imageView != null) {
i2 = 2131363721;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363721);
i2 = 2131363747;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363747);
if (materialButton != null) {
i2 = 2131363722;
SwitchMaterial switchMaterial = (SwitchMaterial) view2.findViewById(2131363722);
i2 = 2131363748;
SwitchMaterial switchMaterial = (SwitchMaterial) view2.findViewById(2131363748);
if (switchMaterial != null) {
i2 = 2131363723;
RelativeLayout relativeLayout = (RelativeLayout) view2.findViewById(2131363723);
i2 = 2131363749;
RelativeLayout relativeLayout = (RelativeLayout) view2.findViewById(2131363749);
if (relativeLayout != null) {
i2 = 2131363724;
View findViewById = view2.findViewById(2131363724);
i2 = 2131363750;
View findViewById = view2.findViewById(2131363750);
if (findViewById != null) {
i2 = 2131363725;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363725);
i2 = 2131363751;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363751);
if (materialButton2 != null) {
i2 = 2131363726;
RelativeLayout relativeLayout2 = (RelativeLayout) view2.findViewById(2131363726);
i2 = 2131363752;
RelativeLayout relativeLayout2 = (RelativeLayout) view2.findViewById(2131363752);
if (relativeLayout2 != null) {
i2 = 2131363727;
MaterialButton materialButton3 = (MaterialButton) view2.findViewById(2131363727);
i2 = 2131363753;
MaterialButton materialButton3 = (MaterialButton) view2.findViewById(2131363753);
if (materialButton3 != null) {
i2 = 2131363728;
MaterialButton materialButton4 = (MaterialButton) view2.findViewById(2131363728);
i2 = 2131363754;
MaterialButton materialButton4 = (MaterialButton) view2.findViewById(2131363754);
if (materialButton4 != null) {
i2 = 2131363729;
TextView textView = (TextView) view2.findViewById(2131363729);
i2 = 2131363755;
TextView textView = (TextView) view2.findViewById(2131363755);
if (textView != null) {
i2 = 2131364947;
TextView textView2 = (TextView) view2.findViewById(2131364947);
i2 = 2131364973;
TextView textView2 = (TextView) view2.findViewById(2131364973);
if (textView2 != null) {
i2 = 2131364948;
TextView textView3 = (TextView) view2.findViewById(2131364948);
i2 = 2131364974;
TextView textView3 = (TextView) view2.findViewById(2131364974);
if (textView3 != null) {
return new u((RelativeLayout) view2, imageView, materialButton, switchMaterial, relativeLayout, findViewById, materialButton2, relativeLayout2, materialButton3, materialButton4, textView, textView2, textView3);
}
@ -174,7 +174,7 @@ public final class a extends AppDialog {
}
public a() {
super(2131558530);
super(2131558531);
}
public final u g() {
@ -220,10 +220,10 @@ public final class a extends AppDialog {
}
relativeLayout2.setVisibility(i3);
g().d.setOnClickListener(new View$OnClickListenerC0001a(4, this));
SwitchMaterial switchMaterial = g().f167c;
SwitchMaterial switchMaterial = g().f168c;
m.checkNotNullExpressionValue(switchMaterial, "binding.imageUploadFaile…mpressionSettingsCheckbox");
switchMaterial.setChecked(StoreStream.Companion.getUserSettings().getIsAutoImageCompressionEnabled());
g().f167c.setOnCheckedChangeListener(d.a);
g().f168c.setOnCheckedChangeListener(d.a);
TextView textView = g().j;
m.checkNotNullExpressionValue(textView, "binding.imageUploadFailedText");
CharSequence charSequence = null;
@ -233,7 +233,7 @@ public final class a extends AppDialog {
Object[] objArr = new Object[1];
Context context2 = getContext();
objArr[0] = context2 != null ? c.a.l.b.h(context2, i4, new Object[0], null, 4) : null;
charSequence = c.a.l.b.h(context, 2131894528, objArr, null, 4);
charSequence = c.a.l.b.h(context, 2131894536, objArr, null, 4);
}
} else {
Context context3 = getContext();
@ -241,7 +241,7 @@ public final class a extends AppDialog {
Object[] objArr2 = new Object[1];
Context context4 = getContext();
objArr2[0] = context4 != null ? c.a.l.b.h(context4, i4, new Object[0], null, 4) : null;
charSequence = c.a.l.b.h(context3, 2131894529, objArr2, null, 4);
charSequence = c.a.l.b.h(context3, 2131894537, objArr2, null, 4);
}
}
textView.setText(charSequence);

View File

@ -62,7 +62,7 @@ public final class a extends AppDialog {
ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.addRelationship$default(h.l, "User Profile", h.k, 2, null, 8, null), false, 1, null), h, null, 2, null), f.class, (Context) null, (Function1) null, new h(h), (Function0) null, (Function0) null, new g(h), 54, (Object) null);
} else if (i == 1) {
KProperty[] kPropertyArr2 = a.i;
((a) this.j).h().removeRelationship(2131894643);
((a) this.j).h().removeRelationship(2131894651);
} else if (i == 2) {
KProperty[] kPropertyArr3 = a.i;
((a) this.j).h().removeRelationship(2131888817);
@ -92,20 +92,20 @@ public final class a extends AppDialog {
public o1 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131365618;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view2.findViewById(2131365618);
int i2 = 2131365644;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view2.findViewById(2131365644);
if (simpleDraweeView != null) {
i2 = 2131365619;
TextView textView = (TextView) view2.findViewById(2131365619);
i2 = 2131365645;
TextView textView = (TextView) view2.findViewById(2131365645);
if (textView != null) {
i2 = 2131365620;
TextView textView2 = (TextView) view2.findViewById(2131365620);
i2 = 2131365646;
TextView textView2 = (TextView) view2.findViewById(2131365646);
if (textView2 != null) {
i2 = 2131365621;
TextView textView3 = (TextView) view2.findViewById(2131365621);
i2 = 2131365647;
TextView textView3 = (TextView) view2.findViewById(2131365647);
if (textView3 != null) {
i2 = 2131365622;
TextView textView4 = (TextView) view2.findViewById(2131365622);
i2 = 2131365648;
TextView textView4 = (TextView) view2.findViewById(2131365648);
if (textView4 != null) {
return new o1((LinearLayout) view2, simpleDraweeView, textView, textView2, textView3, textView4);
}
@ -163,10 +163,10 @@ public final class a extends AppDialog {
Context requireContext = aVar3.requireContext();
m.checkNotNullExpressionValue(requireContext, "requireContext()");
textView.setText(UserNameFormatterKt.getSpannableForUserNameWithDiscrim(user, str, requireContext, 2130968932, 2130969328, 2131427362, 2130968989, 2130969327, 2131427362));
TextView textView2 = aVar3.g().f136c;
TextView textView2 = aVar3.g().f137c;
m.checkNotNullExpressionValue(textView2, "binding.userActionsDialogBlockItem");
int i = 8;
textView2.setVisibility(aVar2.f33c ? 0 : 8);
textView2.setVisibility(aVar2.f34c ? 0 : 8);
TextView textView3 = aVar3.g().e;
m.checkNotNullExpressionValue(textView3, "binding.userActionsDialogUnblockItem");
textView3.setVisibility(aVar2.d ? 0 : 8);
@ -227,7 +227,7 @@ public final class a extends AppDialog {
}
public a() {
super(2131558721);
super(2131558722);
h hVar = new h(this);
h0 h0Var = new h0(this);
this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new m(4, h0Var), new j0(hVar));
@ -246,7 +246,7 @@ public final class a extends AppDialog {
public void onViewBound(View view) {
m.checkNotNullParameter(view, "view");
super.onViewBound(view);
g().f136c.setOnClickListener(new View$OnClickListenerC0002a(0, this));
g().f137c.setOnClickListener(new View$OnClickListenerC0002a(0, this));
g().e.setOnClickListener(new View$OnClickListenerC0002a(1, this));
g().d.setOnClickListener(new View$OnClickListenerC0002a(2, this));
}

View File

@ -35,7 +35,7 @@ public final class b extends o implements Function1<f.c, Unit> {
boolean z2 = type != 2;
boolean z3 = type == 2;
boolean z4 = type == 1;
GuildMember guildMember = cVar2.f32c;
GuildMember guildMember = cVar2.f33c;
fVar.updateViewState(new f.d.a(user, guildMember != null ? guildMember.getNick() : null, z2, z3, z4));
}
return Unit.a;

View File

@ -101,12 +101,12 @@ public final class f extends AppViewModel<d> {
public final Integer b;
/* renamed from: c reason: collision with root package name */
public final GuildMember f32c;
public final GuildMember f33c;
public c(User user, Integer num, GuildMember guildMember) {
this.a = user;
this.b = num;
this.f32c = guildMember;
this.f33c = guildMember;
}
}
@ -119,7 +119,7 @@ public final class f extends AppViewModel<d> {
public final String b;
/* renamed from: c reason: collision with root package name */
public final boolean f33c;
public final boolean f34c;
public final boolean d;
public final boolean e;
@ -129,7 +129,7 @@ public final class f extends AppViewModel<d> {
m.checkNotNullParameter(user, "user");
this.a = user;
this.b = str;
this.f33c = z2;
this.f34c = z2;
this.d = z3;
this.e = z4;
}
@ -142,7 +142,7 @@ public final class f extends AppViewModel<d> {
return false;
}
a aVar = (a) obj;
return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && this.f33c == aVar.f33c && this.d == aVar.d && this.e == aVar.e;
return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && this.f34c == aVar.f34c && this.d == aVar.d && this.e == aVar.e;
}
public int hashCode() {
@ -154,7 +154,7 @@ public final class f extends AppViewModel<d> {
i = str.hashCode();
}
int i2 = (hashCode + i) * 31;
boolean z2 = this.f33c;
boolean z2 = this.f34c;
int i3 = 1;
if (z2) {
z2 = true;
@ -184,7 +184,7 @@ public final class f extends AppViewModel<d> {
K.append(", userNickname=");
K.append(this.b);
K.append(", showBlockItem=");
K.append(this.f33c);
K.append(this.f34c);
K.append(", showUnblockItem=");
K.append(this.d);
K.append(", showRemoveFriendItem=");

View File

@ -20,7 +20,7 @@ public final class g extends o implements Function1<Void, Unit> {
@Override // kotlin.jvm.functions.Function1
public Unit invoke(Void r3) {
PublishSubject<f.b> publishSubject = this.this$0.j;
publishSubject.j.onNext(new f.b.C0003b(2131894642));
publishSubject.j.onNext(new f.b.C0003b(2131894650));
return Unit.a;
}
}

View File

@ -115,26 +115,26 @@ public final class a extends AppDialog {
int i2 = 2131361898;
ProgressBar progressBar = (ProgressBar) view2.findViewById(2131361898);
if (progressBar != null) {
i2 = 2131364224;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364224);
i2 = 2131364250;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364250);
if (linearLayout != null) {
i2 = 2131364457;
TextView textView = (TextView) view2.findViewById(2131364457);
i2 = 2131364483;
TextView textView = (TextView) view2.findViewById(2131364483);
if (textView != null) {
i2 = 2131364458;
LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131364458);
i2 = 2131364484;
LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131364484);
if (loadingButton != null) {
i2 = 2131364459;
TextView textView2 = (TextView) view2.findViewById(2131364459);
i2 = 2131364485;
TextView textView2 = (TextView) view2.findViewById(2131364485);
if (textView2 != null) {
i2 = 2131364460;
AppViewFlipper appViewFlipper = (AppViewFlipper) view2.findViewById(2131364460);
i2 = 2131364486;
AppViewFlipper appViewFlipper = (AppViewFlipper) view2.findViewById(2131364486);
if (appViewFlipper != null) {
i2 = 2131364461;
TextView textView3 = (TextView) view2.findViewById(2131364461);
i2 = 2131364487;
TextView textView3 = (TextView) view2.findViewById(2131364487);
if (textView3 != null) {
i2 = 2131364462;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364462);
i2 = 2131364488;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364488);
if (materialButton != null) {
return new w0((LinearLayout) view2, progressBar, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, materialButton);
}
@ -179,9 +179,9 @@ public final class a extends AppDialog {
materialButton.setVisibility(i);
MaterialButton materialButton2 = aVar.g().g;
m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionCancelNevermind");
ViewExtensions.setEnabledAndAlpha$default(materialButton2, cVar2.f34c, 0.0f, 2, null);
ViewExtensions.setEnabledAndAlpha$default(materialButton2, cVar2.f35c, 0.0f, 2, null);
aVar.setCancelable(cVar2.e);
aVar.g().f180c.setIsLoading(cVar2.d);
aVar.g().f181c.setIsLoading(cVar2.d);
AppViewFlipper appViewFlipper = aVar.g().e;
m.checkNotNullExpressionValue(appViewFlipper, "binding.premiumGuildSubscriptionCancelFlipper");
appViewFlipper.setDisplayedChild(!(cVar2 instanceof f.c.C0009f) ? 1 : 0);
@ -195,26 +195,26 @@ public final class a extends AppDialog {
if (eVar.g) {
TextView textView2 = aVar.g().b;
m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionCancelBody");
c.a.l.b.n(textView2, 2131892371, new Object[]{renderUtcDate$default}, null, 4);
c.a.l.b.n(textView2, 2131892400, new Object[]{renderUtcDate$default}, null, 4);
} else {
TextView textView3 = aVar.g().b;
m.checkNotNullExpressionValue(textView3, "binding.premiumGuildSubscriptionCancelBody");
c.a.l.b.n(textView3, 2131892370, new Object[]{renderUtcDate$default}, null, 4);
c.a.l.b.n(textView3, 2131892399, new Object[]{renderUtcDate$default}, null, 4);
}
aVar.g().f180c.setBackgroundColor(ColorCompat.getColor(aVar, 2131100329));
aVar.g().f181c.setBackgroundColor(ColorCompat.getColor(aVar, 2131100329));
} else if (cVar2 instanceof f.c.b) {
TextView textView4 = aVar.g().f;
m.checkNotNullExpressionValue(textView4, "binding.premiumGuildSubscriptionCancelHeader");
textView4.setText(aVar.getString(2131892382));
textView4.setText(aVar.getString(2131892411));
TextView textView5 = aVar.g().b;
m.checkNotNullExpressionValue(textView5, "binding.premiumGuildSubscriptionCancelBody");
TimeUtils timeUtils2 = TimeUtils.INSTANCE;
String currentPeriodEnd2 = ((f.c.b) cVar2).f.getCurrentPeriodEnd();
Context requireContext2 = aVar.requireContext();
m.checkNotNullExpressionValue(requireContext2, "requireContext()");
c.a.l.b.n(textView5, 2131892383, new Object[]{TimeUtils.renderUtcDate$default(timeUtils2, currentPeriodEnd2, requireContext2, (String) null, (DateFormat) null, 0, 28, (Object) null)}, null, 4);
aVar.g().f180c.setText(aVar.getString(2131891956));
aVar.g().f180c.setBackgroundColor(ColorCompat.getThemedColor(aVar, 2130969008));
c.a.l.b.n(textView5, 2131892412, new Object[]{TimeUtils.renderUtcDate$default(timeUtils2, currentPeriodEnd2, requireContext2, (String) null, (DateFormat) null, 0, 28, (Object) null)}, null, 4);
aVar.g().f181c.setText(aVar.getString(2131891985));
aVar.g().f181c.setBackgroundColor(ColorCompat.getThemedColor(aVar, 2130969008));
} else if (cVar2 instanceof f.c.C0008c) {
Integer num = ((f.c.C0008c) cVar2).f;
if (num != null) {
@ -266,7 +266,7 @@ public final class a extends AppDialog {
}
public a() {
super(2131558649);
super(2131558650);
f fVar = new f(this);
h0 h0Var = new h0(this);
this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new m(2, h0Var), new j0(fVar));
@ -282,7 +282,7 @@ public final class a extends AppDialog {
m.checkNotNullParameter(view, "view");
super.onViewBound(view);
g().g.setOnClickListener(new View$OnClickListenerC0005a(0, this));
g().f180c.setOnClickListener(new View$OnClickListenerC0005a(1, this));
g().f181c.setOnClickListener(new View$OnClickListenerC0005a(1, this));
}
@Override // com.discord.app.AppDialog

View File

@ -112,29 +112,29 @@ public final class b extends AppDialog {
public x0 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131364224;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364224);
int i2 = 2131364250;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364250);
if (linearLayout != null) {
i2 = 2131364463;
TextView textView = (TextView) view2.findViewById(2131364463);
i2 = 2131364489;
TextView textView = (TextView) view2.findViewById(2131364489);
if (textView != null) {
i2 = 2131364464;
LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131364464);
i2 = 2131364490;
LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131364490);
if (loadingButton != null) {
i2 = 2131364465;
TextView textView2 = (TextView) view2.findViewById(2131364465);
i2 = 2131364491;
TextView textView2 = (TextView) view2.findViewById(2131364491);
if (textView2 != null) {
i2 = 2131364466;
AppViewFlipper appViewFlipper = (AppViewFlipper) view2.findViewById(2131364466);
i2 = 2131364492;
AppViewFlipper appViewFlipper = (AppViewFlipper) view2.findViewById(2131364492);
if (appViewFlipper != null) {
i2 = 2131364467;
TextView textView3 = (TextView) view2.findViewById(2131364467);
i2 = 2131364493;
TextView textView3 = (TextView) view2.findViewById(2131364493);
if (textView3 != null) {
i2 = 2131364468;
ImageView imageView = (ImageView) view2.findViewById(2131364468);
i2 = 2131364494;
ImageView imageView = (ImageView) view2.findViewById(2131364494);
if (imageView != null) {
i2 = 2131364469;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364469);
i2 = 2131364495;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364495);
if (materialButton != null) {
return new x0((LinearLayout) view2, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, imageView, materialButton);
}
@ -175,7 +175,7 @@ public final class b extends AppDialog {
m.checkNotNullExpressionValue(textView, "binding.premiumGuildSubscriptionUncancelError");
boolean z3 = cVar2 instanceof k.c.b;
int i = 8;
textView.setVisibility(z3 && ((k.c.b) cVar2).f35c ? 0 : 8);
textView.setVisibility(z3 && ((k.c.b) cVar2).f36c ? 0 : 8);
MaterialButton materialButton = bVar.g().h;
m.checkNotNullExpressionValue(materialButton, "binding.premiumGuildSubscriptionUncancelNevermind");
if (z3) {
@ -185,7 +185,7 @@ public final class b extends AppDialog {
MaterialButton materialButton2 = bVar.g().h;
m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionUncancelNevermind");
ViewExtensions.setEnabledAndAlpha$default(materialButton2, z3 && !((k.c.b) cVar2).b, 0.0f, 2, null);
bVar.g().f184c.setIsLoading(z3 && ((k.c.b) cVar2).b);
bVar.g().f185c.setIsLoading(z3 && ((k.c.b) cVar2).b);
k.c.C0010c cVar3 = k.c.C0010c.a;
if (!(!m.areEqual(cVar2, cVar3)) || !z3 || ((k.c.b) cVar2).b) {
z2 = false;
@ -195,21 +195,21 @@ public final class b extends AppDialog {
if (z3) {
TextView textView2 = bVar.g().f;
m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionUncancelHeader");
textView2.setText(bVar.getString(2131892406));
textView2.setText(bVar.getString(2131892435));
TextView textView3 = bVar.g().b;
m.checkNotNullExpressionValue(textView3, "binding.premiumGuildSubscriptionUncancelBody");
textView3.setText(bVar.getString(2131892403));
textView3.setText(bVar.getString(2131892432));
} else if (m.areEqual(cVar2, k.c.d.a)) {
TextView textView4 = bVar.g().f;
m.checkNotNullExpressionValue(textView4, "binding.premiumGuildSubscriptionUncancelHeader");
textView4.setText(bVar.getString(2131892402));
textView4.setText(bVar.getString(2131892431));
ImageView imageView = bVar.g().g;
m.checkNotNullExpressionValue(imageView, "binding.premiumGuildSubscriptionUncancelImage");
imageView.setVisibility(0);
TextView textView5 = bVar.g().b;
m.checkNotNullExpressionValue(textView5, "binding.premiumGuildSubscriptionUncancelBody");
textView5.setText(bVar.getString(2131892401));
bVar.g().f184c.setText(bVar.getString(2131891956));
textView5.setText(bVar.getString(2131892430));
bVar.g().f185c.setText(bVar.getString(2131891985));
} else if (cVar2 instanceof k.c.a) {
Integer num = ((k.c.a) cVar2).a;
if (num != null) {
@ -262,7 +262,7 @@ public final class b extends AppDialog {
}
public b() {
super(2131558650);
super(2131558651);
f fVar = new f(this);
h0 h0Var = new h0(this);
this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(k.class), new m(3, h0Var), new j0(fVar));
@ -278,7 +278,7 @@ public final class b extends AppDialog {
m.checkNotNullParameter(view, "view");
super.onViewBound(view);
g().h.setOnClickListener(new a(0, this));
g().f184c.setOnClickListener(new a(1, this));
g().f185c.setOnClickListener(new a(1, this));
}
@Override // com.discord.app.AppDialog

View File

@ -41,8 +41,8 @@ public final class c extends AppDialog {
m.checkNotNullParameter(fragmentManager, "fragmentManager");
m.checkNotNullParameter(context, "context");
m.checkNotNullParameter(function0, "dismissListener");
CharSequence h = z2 ? c.a.l.b.h(context, 2131890152, new Object[0], null, 4) : c.a.l.b.h(context, 2131890135, new Object[0], null, 4);
CharSequence h2 = str == null ? c.a.l.b.h(context, 2131890137, new Object[]{StringResourceUtilsKt.getI18nPluralString(context, 2131755187, i, Integer.valueOf(i))}, null, 4) : z2 ? c.a.l.b.h(context, 2131890153, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, 2131755188, i, Integer.valueOf(i))}, null, 4) : c.a.l.b.h(context, 2131890136, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, 2131755185, i, Integer.valueOf(i))}, null, 4);
CharSequence h = z2 ? c.a.l.b.h(context, 2131890181, new Object[0], null, 4) : c.a.l.b.h(context, 2131890164, new Object[0], null, 4);
CharSequence h2 = str == null ? c.a.l.b.h(context, 2131890166, new Object[]{StringResourceUtilsKt.getI18nPluralString(context, 2131755187, i, Integer.valueOf(i))}, null, 4) : z2 ? c.a.l.b.h(context, 2131890182, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, 2131755188, i, Integer.valueOf(i))}, null, 4) : c.a.l.b.h(context, 2131890165, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, 2131755185, i, Integer.valueOf(i))}, null, 4);
c cVar = new c();
cVar.m = function0;
Bundle bundle = new Bundle();
@ -67,17 +67,17 @@ public final class c extends AppDialog {
public v0 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131364453;
TextView textView = (TextView) view2.findViewById(2131364453);
int i2 = 2131364479;
TextView textView = (TextView) view2.findViewById(2131364479);
if (textView != null) {
i2 = 2131364454;
TextView textView2 = (TextView) view2.findViewById(2131364454);
i2 = 2131364480;
TextView textView2 = (TextView) view2.findViewById(2131364480);
if (textView2 != null) {
i2 = 2131364455;
LottieAnimationView lottieAnimationView = (LottieAnimationView) view2.findViewById(2131364455);
i2 = 2131364481;
LottieAnimationView lottieAnimationView = (LottieAnimationView) view2.findViewById(2131364481);
if (lottieAnimationView != null) {
i2 = 2131364456;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364456);
i2 = 2131364482;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364482);
if (materialButton != null) {
return new v0((LinearLayout) view2, textView, textView2, lottieAnimationView, materialButton);
}
@ -104,7 +104,7 @@ public final class c extends AppDialog {
}
public c() {
super(2131558648);
super(2131558649);
}
public final v0 g() {
@ -129,7 +129,7 @@ public final class c extends AppDialog {
Bundle arguments = getArguments();
CharSequence charSequence = null;
textView.setText(arguments != null ? arguments.getCharSequence("extra_body1_text") : null);
TextView textView2 = g().f174c;
TextView textView2 = g().f175c;
m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionActivatedBody2");
Bundle arguments2 = getArguments();
if (arguments2 != null) {

View File

@ -39,13 +39,13 @@ public final class d extends o implements Function1<f.b, Unit> {
if ((state instanceof StorePremiumGuildSubscription.State.Loading) || (subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Loading)) {
obj = f.c.C0009f.f;
} else if ((state instanceof StorePremiumGuildSubscription.State.Failure) || (subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Failure)) {
obj = new f.c.C0008c(2131892376);
obj = new f.c.C0008c(2131892405);
} else if (!(state instanceof StorePremiumGuildSubscription.State.Loaded) || !(subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Loaded)) {
obj = new f.c.C0008c(2131892376);
obj = new f.c.C0008c(2131892405);
} else {
ModelSubscription modelSubscription = (ModelSubscription) u.firstOrNull((List<? extends Object>) ((StoreSubscriptions.SubscriptionsState.Loaded) subscriptionsState).getSubscriptions());
if (modelSubscription == null) {
obj = new f.c.C0008c(2131892376);
obj = new f.c.C0008c(2131892405);
} else if (fVar.getViewState() instanceof f.c.b) {
obj = new f.c.b(modelSubscription);
} else {

View File

@ -79,7 +79,7 @@ public final class f extends AppViewModel<c> {
public final boolean b;
/* renamed from: c reason: collision with root package name */
public final boolean f34c;
public final boolean f35c;
public final boolean d;
public final boolean e;
@ -281,7 +281,7 @@ public final class f extends AppViewModel<c> {
public c(boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, DefaultConstructorMarker defaultConstructorMarker) {
this.a = z2;
this.b = z3;
this.f34c = z4;
this.f35c = z4;
this.d = z5;
this.e = z6;
}

View File

@ -32,10 +32,10 @@ public final class i extends o implements Function1<k.b, Unit> {
if (subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Loading) {
obj = k.c.C0010c.a;
} else if (subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Failure) {
obj = new k.c.a(2131892376);
obj = new k.c.a(2131892405);
} else if (subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Loaded) {
ModelSubscription modelSubscription = (ModelSubscription) u.firstOrNull((List<? extends Object>) ((StoreSubscriptions.SubscriptionsState.Loaded) subscriptionsState).getSubscriptions());
obj = modelSubscription == null ? new k.c.a(2131892376) : new k.c.b(modelSubscription, false, false);
obj = modelSubscription == null ? new k.c.a(2131892405) : new k.c.b(modelSubscription, false, false);
} else {
obj = new k.c.a(null, 1);
}

View File

@ -108,7 +108,7 @@ public final class k extends AppViewModel<c> {
public final boolean b;
/* renamed from: c reason: collision with root package name */
public final boolean f35c;
public final boolean f36c;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public b(ModelSubscription modelSubscription, boolean z2, boolean z3) {
@ -116,7 +116,7 @@ public final class k extends AppViewModel<c> {
m.checkNotNullParameter(modelSubscription, "subscription");
this.a = modelSubscription;
this.b = z2;
this.f35c = z3;
this.f36c = z3;
}
public static b a(b bVar, ModelSubscription modelSubscription, boolean z2, boolean z3, int i) {
@ -125,7 +125,7 @@ public final class k extends AppViewModel<c> {
z2 = bVar.b;
}
if ((i & 4) != 0) {
z3 = bVar.f35c;
z3 = bVar.f36c;
}
Objects.requireNonNull(bVar);
m.checkNotNullParameter(modelSubscription2, "subscription");
@ -140,7 +140,7 @@ public final class k extends AppViewModel<c> {
return false;
}
b bVar = (b) obj;
return m.areEqual(this.a, bVar.a) && this.b == bVar.b && this.f35c == bVar.f35c;
return m.areEqual(this.a, bVar.a) && this.b == bVar.b && this.f36c == bVar.f36c;
}
public int hashCode() {
@ -155,7 +155,7 @@ public final class k extends AppViewModel<c> {
int i3 = z2 ? 1 : 0;
int i4 = z2 ? 1 : 0;
int i5 = (hashCode + i2) * 31;
boolean z3 = this.f35c;
boolean z3 = this.f36c;
if (!z3) {
i = z3 ? 1 : 0;
}
@ -168,7 +168,7 @@ public final class k extends AppViewModel<c> {
K.append(", uncancelInProgress=");
K.append(this.b);
K.append(", error=");
return c.d.b.a.a.F(K, this.f35c, ")");
return c.d.b.a.a.F(K, this.f36c, ")");
}
}

View File

@ -110,20 +110,20 @@ public final class d extends AppDialog {
public i1 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131364224;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364224);
int i2 = 2131364250;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364250);
if (linearLayout != null) {
i2 = 2131365157;
TextView textView = (TextView) view2.findViewById(2131365157);
i2 = 2131365183;
TextView textView = (TextView) view2.findViewById(2131365183);
if (textView != null) {
i2 = 2131365158;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131365158);
i2 = 2131365184;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131365184);
if (materialButton != null) {
i2 = 2131365159;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131365159);
i2 = 2131365185;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131365185);
if (materialButton2 != null) {
i2 = 2131365160;
TextView textView2 = (TextView) view2.findViewById(2131365160);
i2 = 2131365186;
TextView textView2 = (TextView) view2.findViewById(2131365186);
if (textView2 != null) {
return new i1((LinearLayout) view2, linearLayout, textView, materialButton, materialButton2, textView2);
}
@ -136,7 +136,7 @@ public final class d extends AppDialog {
}
public d() {
super(2131558671);
super(2131558672);
}
public final SimpleConfirmationDialogArgs g() {
@ -153,8 +153,8 @@ public final class d extends AppDialog {
requireDialog().setCanceledOnTouchOutside(true);
h().d.setOnClickListener(new a(0, this));
h().d.setText(g().k);
h().f106c.setOnClickListener(new a(1, this));
MaterialButton materialButton = h().f106c;
h().f107c.setOnClickListener(new a(1, this));
MaterialButton materialButton = h().f107c;
m.checkNotNullExpressionValue(materialButton, "binding.simpleConfirmationDialogNegative");
materialButton.setText(g().l);
TextView textView = h().e;

View File

@ -137,14 +137,14 @@ public final class a extends AppDialog {
public y0 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131364477;
ImageView imageView = (ImageView) view2.findViewById(2131364477);
int i2 = 2131364503;
ImageView imageView = (ImageView) view2.findViewById(2131364503);
if (imageView != null) {
i2 = 2131364478;
TextView textView = (TextView) view2.findViewById(2131364478);
i2 = 2131364504;
TextView textView = (TextView) view2.findViewById(2131364504);
if (textView != null) {
i2 = 2131364479;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364479);
i2 = 2131364505;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364505);
if (materialButton != null) {
return new y0((RelativeLayout) view2, imageView, textView, materialButton);
}
@ -182,7 +182,7 @@ public final class a extends AppDialog {
}
public a() {
super(2131558651);
super(2131558652);
}
public final y0 g() {
@ -201,6 +201,6 @@ public final class a extends AppDialog {
Bundle arguments3 = getArguments();
g().d.setOnClickListener(new d(this, j2, valueOf, arguments3 != null ? arguments3.getString("extra_page") : null, string));
g().b.setOnClickListener(new View$OnClickListenerC0012a(0, this));
g().f189c.setOnClickListener(new View$OnClickListenerC0012a(1, this));
g().f190c.setOnClickListener(new View$OnClickListenerC0012a(1, this));
}
}

View File

@ -124,14 +124,14 @@ public final class b extends AppDialog {
public CharSequence b;
/* renamed from: c reason: collision with root package name */
public CharSequence f36c;
public CharSequence f37c;
public c(@DrawableRes int i, CharSequence charSequence, CharSequence charSequence2) {
m.checkNotNullParameter(charSequence, "headerText");
m.checkNotNullParameter(charSequence2, "bodyText");
this.a = i;
this.b = charSequence;
this.f36c = charSequence2;
this.f37c = charSequence2;
}
public boolean equals(Object obj) {
@ -142,7 +142,7 @@ public final class b extends AppDialog {
return false;
}
c cVar = (c) obj;
return this.a == cVar.a && m.areEqual(this.b, cVar.b) && m.areEqual(this.f36c, cVar.f36c);
return this.a == cVar.a && m.areEqual(this.b, cVar.b) && m.areEqual(this.f37c, cVar.f37c);
}
public int hashCode() {
@ -150,7 +150,7 @@ public final class b extends AppDialog {
CharSequence charSequence = this.b;
int i2 = 0;
int hashCode = (i + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.f36c;
CharSequence charSequence2 = this.f37c;
if (charSequence2 != null) {
i2 = charSequence2.hashCode();
}
@ -163,7 +163,7 @@ public final class b extends AppDialog {
K.append(", headerText=");
K.append(this.b);
K.append(", bodyText=");
K.append(this.f36c);
K.append(this.f37c);
K.append(")");
return K.toString();
}
@ -196,14 +196,14 @@ public final class b extends AppDialog {
public k5 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131364508;
TextView textView = (TextView) view2.findViewById(2131364508);
int i2 = 2131364534;
TextView textView = (TextView) view2.findViewById(2131364534);
if (textView != null) {
i2 = 2131364516;
TextView textView2 = (TextView) view2.findViewById(2131364516);
i2 = 2131364542;
TextView textView2 = (TextView) view2.findViewById(2131364542);
if (textView2 != null) {
i2 = 2131364517;
ImageView imageView = (ImageView) view2.findViewById(2131364517);
i2 = 2131364543;
ImageView imageView = (ImageView) view2.findViewById(2131364543);
if (imageView != null) {
return new k5((LinearLayout) view2, textView, textView2, imageView);
}
@ -214,7 +214,7 @@ public final class b extends AppDialog {
}
public d() {
super(2131559171);
super(2131559169);
}
public final k5 g() {
@ -228,7 +228,7 @@ public final class b extends AppDialog {
ImageView imageView = g().d;
Bundle arguments = getArguments();
imageView.setImageResource(arguments != null ? arguments.getInt("extra_image_id") : 0);
TextView textView = g().f119c;
TextView textView = g().f120c;
m.checkNotNullExpressionValue(textView, "binding.premiumUpsellHeader");
Bundle arguments2 = getArguments();
textView.setText(arguments2 != null ? arguments2.getString("extra_header_string") : null);
@ -257,7 +257,7 @@ public final class b extends AppDialog {
d.a aVar = d.j;
int i2 = cVar.a;
CharSequence charSequence = cVar.b;
CharSequence charSequence2 = cVar.f36c;
CharSequence charSequence2 = cVar.f37c;
Objects.requireNonNull(aVar);
m.checkNotNullParameter(charSequence, "headerText");
m.checkNotNullParameter(charSequence2, "bodyText");
@ -290,26 +290,26 @@ public final class b extends AppDialog {
public n0 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131364510;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364510);
int i2 = 2131364536;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364536);
if (linearLayout != null) {
i2 = 2131364511;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364511);
i2 = 2131364537;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364537);
if (materialButton != null) {
i2 = 2131364513;
View findViewById = view2.findViewById(2131364513);
i2 = 2131364539;
View findViewById = view2.findViewById(2131364539);
if (findViewById != null) {
i2 = 2131364514;
TabLayout tabLayout = (TabLayout) view2.findViewById(2131364514);
i2 = 2131364540;
TabLayout tabLayout = (TabLayout) view2.findViewById(2131364540);
if (tabLayout != null) {
i2 = 2131364515;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131364515);
i2 = 2131364541;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131364541);
if (materialButton2 != null) {
i2 = 2131364518;
MaterialButton materialButton3 = (MaterialButton) view2.findViewById(2131364518);
i2 = 2131364544;
MaterialButton materialButton3 = (MaterialButton) view2.findViewById(2131364544);
if (materialButton3 != null) {
i2 = 2131364521;
ViewPager2 viewPager2 = (ViewPager2) view2.findViewById(2131364521);
i2 = 2131364547;
ViewPager2 viewPager2 = (ViewPager2) view2.findViewById(2131364547);
if (viewPager2 != null) {
return new n0((RelativeLayout) view2, linearLayout, materialButton, findViewById, tabLayout, materialButton2, materialButton3, viewPager2);
}
@ -324,7 +324,7 @@ public final class b extends AppDialog {
}
public b() {
super(2131558601);
super(2131558602);
}
public static final void g(b bVar) {
@ -363,29 +363,29 @@ public final class b extends AppDialog {
String str;
super.onCreate(bundle);
AppDialog.hideKeyboard$default(this, null, 1, null);
String string2 = getString(2131892680);
String string2 = getString(2131892709);
m.checkNotNullExpressionValue(string2, "getString(R.string.premi…psell_tag_passive_mobile)");
String string3 = getString(2131892679);
String string3 = getString(2131892708);
m.checkNotNullExpressionValue(string3, "getString(R.string.premi…l_tag_description_mobile)");
String string4 = getString(2131892666);
String string4 = getString(2131892695);
m.checkNotNullExpressionValue(string4, "getString(R.string.premi…ell_emoji_passive_mobile)");
String string5 = getString(2131892663);
String string5 = getString(2131892692);
m.checkNotNullExpressionValue(string5, "getString(R.string.premi…emoji_description_mobile)");
String string6 = getString(2131892656);
String string6 = getString(2131892685);
m.checkNotNullExpressionValue(string6, "getString(R.string.premi…ed_emojis_passive_mobile)");
String string7 = getString(2131892655);
String string7 = getString(2131892684);
m.checkNotNullExpressionValue(string7, "getString(R.string.premi…mojis_description_mobile)");
CharSequence k = c.a.l.b.k(this, 2131892684, new Object[0], null, 4);
CharSequence k = c.a.l.b.k(this, 2131892713, new Object[0], null, 4);
Object[] objArr = {c.a.l.b.k(this, 2131888538, new Object[0], null, 4), c.a.l.b.k(this, 2131888536, new Object[0], null, 4)};
String string8 = getString(2131892651);
String string8 = getString(2131892680);
m.checkNotNullExpressionValue(string8, "getString(R.string.premi…ed_avatar_passive_mobile)");
String string9 = getString(2131892650);
String string9 = getString(2131892679);
m.checkNotNullExpressionValue(string9, "getString(R.string.premi…vatar_description_mobile)");
String string10 = getString(2131892659);
String string10 = getString(2131892688);
m.checkNotNullExpressionValue(string10, "getString(R.string.premi…ell_badge_passive_mobile)");
String string11 = getString(2131892658);
String string11 = getString(2131892687);
m.checkNotNullExpressionValue(string11, "getString(R.string.premi…badge_description_mobile)");
List listOf = n.listOf((Object[]) new c[]{new c(2131232290, string2, string3), new c(2131232211, string4, string5), new c(2131232163, string6, string7), new c(2131232291, k, c.a.l.b.k(this, 2131892683, objArr, null, 4)), new c(2131232166, string8, string9), new c(2131232169, string10, string11)});
List listOf = n.listOf((Object[]) new c[]{new c(2131232293, string2, string3), new c(2131232214, string4, string5), new c(2131232166, string6, string7), new c(2131232294, k, c.a.l.b.k(this, 2131892712, objArr, null, 4)), new c(2131232169, string8, string9), new c(2131232172, string10, string11)});
Bundle arguments = getArguments();
int i2 = arguments != null ? arguments.getInt("extra_page_number") : 0;
Bundle arguments2 = getArguments();
@ -409,7 +409,7 @@ public final class b extends AppDialog {
}
Objects.requireNonNull(cVar2);
m.checkNotNullParameter(str2, "<set-?>");
cVar2.f36c = str2;
cVar2.f37c = str2;
}
c cVar3 = (c) listOf.get(i2);
List mutableListOf = n.mutableListOf(cVar3);
@ -430,11 +430,11 @@ public final class b extends AppDialog {
m.throwUninitializedPropertyAccessException("pagerAdapter");
}
viewPager2.setAdapter(eVar);
TabLayout tabLayout = h().f131c;
TabLayout tabLayout = h().f132c;
m.checkNotNullExpressionValue(tabLayout, "binding.premiumUpsellDots");
int i2 = 8;
tabLayout.setVisibility(j() ? 0 : 8);
TabLayout tabLayout2 = h().f131c;
TabLayout tabLayout2 = h().f132c;
m.checkNotNullExpressionValue(tabLayout2, "binding.premiumUpsellDots");
ViewPager2 viewPager22 = h().f;
m.checkNotNullExpressionValue(viewPager22, "binding.premiumUpsellViewpager");

View File

@ -85,20 +85,20 @@ public final class c extends AppDialog {
public z0 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131362800;
TextView textView = (TextView) view2.findViewById(2131362800);
int i2 = 2131362804;
TextView textView = (TextView) view2.findViewById(2131362804);
if (textView != null) {
i2 = 2131364511;
ImageView imageView = (ImageView) view2.findViewById(2131364511);
i2 = 2131364537;
ImageView imageView = (ImageView) view2.findViewById(2131364537);
if (imageView != null) {
i2 = 2131364512;
TextView textView2 = (TextView) view2.findViewById(2131364512);
i2 = 2131364538;
TextView textView2 = (TextView) view2.findViewById(2131364538);
if (textView2 != null) {
i2 = 2131364520;
TextView textView3 = (TextView) view2.findViewById(2131364520);
i2 = 2131364546;
TextView textView3 = (TextView) view2.findViewById(2131364546);
if (textView3 != null) {
i2 = 2131365597;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131365597);
i2 = 2131365623;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131365623);
if (materialButton != null) {
return new z0((RelativeLayout) view2, textView, imageView, textView2, textView3, materialButton);
}
@ -111,7 +111,7 @@ public final class c extends AppDialog {
}
public c() {
super(2131558652);
super(2131558653);
}
public final z0 g() {
@ -138,17 +138,17 @@ public final class c extends AppDialog {
requireDialog().setCanceledOnTouchOutside(true);
TextView textView = g().d;
m.checkNotNullExpressionValue(textView, "binding.premiumUpsellDescription");
c.a.l.b.n(textView, 2131892671, new Object[]{this.m}, null, 4);
c.a.l.b.n(textView, 2131892700, new Object[]{this.m}, null, 4);
TextView textView2 = g().e;
m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellServerPerk");
Context requireContext = requireContext();
m.checkNotNullExpressionValue(requireContext, "requireContext()");
c.a.l.b.n(textView2, 2131892669, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext, 2131755303, 2, 2)}, null, 4);
c.a.l.b.n(textView2, 2131892698, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext, 2131755303, 2, 2)}, null, 4);
TextView textView3 = g().b;
m.checkNotNullExpressionValue(textView3, "binding.continueButton");
textView3.setVisibility(this.n ^ true ? 0 : 8);
g().b.setOnClickListener(new a(0, this));
g().f.setOnClickListener(new a(1, this));
g().f194c.setOnClickListener(new a(2, this));
g().f195c.setOnClickListener(new a(2, this));
}
}

View File

@ -83,23 +83,23 @@ public final class d extends AppDialog {
i2 = 2131362675;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362675);
if (materialButton != null) {
i2 = 2131362794;
View findViewById = view2.findViewById(2131362794);
i2 = 2131362798;
View findViewById = view2.findViewById(2131362798);
if (findViewById != null) {
i2 = 2131363356;
ShinyButton shinyButton = (ShinyButton) view2.findViewById(2131363356);
i2 = 2131363359;
ShinyButton shinyButton = (ShinyButton) view2.findViewById(2131363359);
if (shinyButton != null) {
i2 = 2131365568;
View findViewById2 = view2.findViewById(2131365568);
i2 = 2131365594;
View findViewById2 = view2.findViewById(2131365594);
if (findViewById2 != null) {
i2 = 2131365614;
TextView textView = (TextView) view2.findViewById(2131365614);
i2 = 2131365640;
TextView textView = (TextView) view2.findViewById(2131365640);
if (textView != null) {
i2 = 2131365615;
TextView textView2 = (TextView) view2.findViewById(2131365615);
i2 = 2131365641;
TextView textView2 = (TextView) view2.findViewById(2131365641);
if (textView2 != null) {
i2 = 2131365733;
ImageView imageView = (ImageView) view2.findViewById(2131365733);
i2 = 2131365759;
ImageView imageView = (ImageView) view2.findViewById(2131365759);
if (imageView != null) {
return new j1((LinearLayout) view2, linearLayout, materialButton, findViewById, shinyButton, findViewById2, textView, textView2, imageView);
}
@ -115,7 +115,7 @@ public final class d extends AppDialog {
}
public d() {
super(2131558674);
super(2131558675);
}
public final j1 g() {
@ -149,6 +149,6 @@ public final class d extends AppDialog {
textView2.setText(str);
}
g().b.setOnClickListener(new a(0, this));
g().f111c.setOnClickListener(new a(1, this));
g().f112c.setOnClickListener(new a(1, this));
}
}

View File

@ -81,20 +81,20 @@ public final class e extends AppDialog {
public a1 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131364516;
ImageView imageView = (ImageView) view2.findViewById(2131364516);
int i2 = 2131364542;
ImageView imageView = (ImageView) view2.findViewById(2131364542);
if (imageView != null) {
i2 = 2131364522;
TextView textView = (TextView) view2.findViewById(2131364522);
i2 = 2131364548;
TextView textView = (TextView) view2.findViewById(2131364548);
if (textView != null) {
i2 = 2131364523;
TextView textView2 = (TextView) view2.findViewById(2131364523);
i2 = 2131364549;
TextView textView2 = (TextView) view2.findViewById(2131364549);
if (textView2 != null) {
i2 = 2131364581;
TextView textView3 = (TextView) view2.findViewById(2131364581);
i2 = 2131364607;
TextView textView3 = (TextView) view2.findViewById(2131364607);
if (textView3 != null) {
i2 = 2131364582;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364582);
i2 = 2131364608;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364608);
if (materialButton != null) {
return new a1((LinearLayout) view2, imageView, textView, textView2, textView3, materialButton);
}
@ -107,7 +107,7 @@ public final class e extends AppDialog {
}
public e() {
super(2131558654);
super(2131558655);
}
public final a1 g() {
@ -133,17 +133,17 @@ public final class e extends AppDialog {
}
requireDialog().setCanceledOnTouchOutside(true);
boolean z2 = getArgumentsOrDefault().getBoolean("ARG_IS_TIER_1");
CharSequence k = c.a.l.b.k(this, z2 ? 2131892626 : 2131892629, new Object[0], null, 4);
CharSequence k = c.a.l.b.k(this, z2 ? 2131892655 : 2131892658, new Object[0], null, 4);
TextView textView = g().d;
m.checkNotNullExpressionValue(textView, "binding.premiumUpsellYearlyTitle");
c.a.l.b.n(textView, 2131892687, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f)), k}, null, 4);
TextView textView2 = g().f61c;
c.a.l.b.n(textView, 2131892716, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f)), k}, null, 4);
TextView textView2 = g().f62c;
m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellYearlyDescription");
c.a.l.b.n(textView2, 2131892686, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f))}, null, 4);
c.a.l.b.n(textView2, 2131892715, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f))}, null, 4);
MaterialButton materialButton = g().f;
m.checkNotNullExpressionValue(materialButton, "binding.purchasePremiumYearly");
c.a.l.b.n(materialButton, 2131892685, new Object[]{this.m}, null, 4);
g().b.setImageResource(z2 ? 2131232272 : 2131232273);
c.a.l.b.n(materialButton, 2131892714, new Object[]{this.m}, null, 4);
g().b.setImageResource(z2 ? 2131232275 : 2131232276);
TextView textView3 = g().e;
m.checkNotNullExpressionValue(textView3, "binding.purchasePremiumMonthly");
textView3.setVisibility(this.n ^ true ? 0 : 8);

View File

@ -60,23 +60,23 @@ public final class f extends AppDialog {
public t0 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131364440;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364440);
int i2 = 2131364466;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364466);
if (materialButton != null) {
i2 = 2131364441;
TextView textView = (TextView) view2.findViewById(2131364441);
i2 = 2131364467;
TextView textView = (TextView) view2.findViewById(2131364467);
if (textView != null) {
i2 = 2131364442;
ImageView imageView = (ImageView) view2.findViewById(2131364442);
i2 = 2131364468;
ImageView imageView = (ImageView) view2.findViewById(2131364468);
if (imageView != null) {
i2 = 2131364443;
ImageView imageView2 = (ImageView) view2.findViewById(2131364443);
i2 = 2131364469;
ImageView imageView2 = (ImageView) view2.findViewById(2131364469);
if (imageView2 != null) {
i2 = 2131364444;
ImageView imageView3 = (ImageView) view2.findViewById(2131364444);
i2 = 2131364470;
ImageView imageView3 = (ImageView) view2.findViewById(2131364470);
if (imageView3 != null) {
i2 = 2131364445;
ImageView imageView4 = (ImageView) view2.findViewById(2131364445);
i2 = 2131364471;
ImageView imageView4 = (ImageView) view2.findViewById(2131364471);
if (imageView4 != null) {
return new t0((LinearLayout) view2, materialButton, textView, imageView, imageView2, imageView3, imageView4);
}
@ -108,7 +108,7 @@ public final class f extends AppDialog {
}
public f() {
super(2131558646);
super(2131558647);
}
public final t0 g() {
@ -123,9 +123,9 @@ public final class f extends AppDialog {
dismiss();
}
boolean z2 = getArgumentsOrDefault().getBoolean("ARG_IS_TIER_1");
int i3 = z2 ? 2131230944 : 2131230948;
int i4 = z2 ? 2131232227 : 2131232221;
int i5 = z2 ? 2131232305 : 2131232303;
int i3 = z2 ? 2131230945 : 2131230949;
int i4 = z2 ? 2131232230 : 2131232224;
int i5 = z2 ? 2131232308 : 2131232306;
if (z2) {
Context requireContext = requireContext();
m.checkNotNullExpressionValue(requireContext, "requireContext()");
@ -143,7 +143,7 @@ public final class f extends AppDialog {
m.checkNotNullExpressionValue(imageView, "binding.premiumActivatedWumpus");
imageView.setScaleX(z2 ? 1.0f : -1.0f);
g().f.setImageDrawable(ContextCompat.getDrawable(requireContext(), i2));
TextView textView = g().f162c;
TextView textView = g().f163c;
m.checkNotNullExpressionValue(textView, "binding.premiumActivatedDescription");
textView.setText(getString(i6));
requireDialog().setCanceledOnTouchOutside(true);

View File

@ -44,11 +44,11 @@ public final class g extends AppDialog {
public u0 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131364440;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364440);
int i2 = 2131364466;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364466);
if (materialButton != null) {
i2 = 2131364446;
TextView textView = (TextView) view2.findViewById(2131364446);
i2 = 2131364472;
TextView textView = (TextView) view2.findViewById(2131364472);
if (textView != null) {
return new u0((LinearLayout) view2, materialButton, textView);
}
@ -76,7 +76,7 @@ public final class g extends AppDialog {
}
public g() {
super(2131558647);
super(2131558648);
}
@Override // com.discord.app.AppDialog
@ -93,7 +93,7 @@ public final class g extends AppDialog {
m.checkNotNullExpressionValue(str, "arguments?.getString(EXTRA_PLAN_NAME) ?: \"\"");
FragmentViewBindingDelegate fragmentViewBindingDelegate = this.l;
KProperty<?>[] kPropertyArr = i;
TextView textView = ((u0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f168c;
TextView textView = ((u0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f169c;
m.checkNotNullExpressionValue(textView, "binding.premiumAndPremiumGuildActivatedText");
c.a.l.b.n(textView, 2131886941, new Object[]{str}, null, 4);
requireDialog().setCanceledOnTouchOutside(true);

View File

@ -160,14 +160,14 @@ public final class a extends AppDialog {
m.checkNotNullExpressionValue(materialRadioButton4, "binding.audioOutputSelectionBluetoothRadio");
i = materialRadioButton4.getId();
}
aVar3.i().f66c.check(i);
aVar3.i().f67c.check(i);
MaterialRadioButton materialRadioButton5 = aVar3.i().b;
m.checkNotNullExpressionValue(materialRadioButton5, "binding.audioOutputSelectionBluetoothRadio");
int i2 = 0;
materialRadioButton5.setVisibility(aVar4.b ? 0 : 8);
MaterialRadioButton materialRadioButton6 = aVar3.i().b;
m.checkNotNullExpressionValue(materialRadioButton6, "binding.audioOutputSelectionBluetoothRadio");
String str = aVar4.f37c;
String str = aVar4.f38c;
if (str == null) {
str = aVar3.getString(2131886745);
}

View File

@ -25,7 +25,7 @@ public final class d extends AppViewModel<a> {
public final boolean b;
/* renamed from: c reason: collision with root package name */
public final String f37c;
public final String f38c;
public final boolean d;
public final boolean e;
public final boolean f;
@ -36,7 +36,7 @@ public final class d extends AppViewModel<a> {
m.checkNotNullParameter(deviceTypes, "selectedAudioOutput");
this.a = deviceTypes;
this.b = z2;
this.f37c = str;
this.f38c = str;
this.d = z3;
this.e = z4;
this.f = z5;
@ -50,7 +50,7 @@ public final class d extends AppViewModel<a> {
return false;
}
C0017a aVar = (C0017a) obj;
return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f37c, aVar.f37c) && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f;
return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f38c, aVar.f38c) && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f;
}
public int hashCode() {
@ -66,7 +66,7 @@ public final class d extends AppViewModel<a> {
int i4 = z2 ? 1 : 0;
int i5 = z2 ? 1 : 0;
int i6 = (hashCode + i3) * 31;
String str = this.f37c;
String str = this.f38c;
if (str != null) {
i = str.hashCode();
}
@ -100,7 +100,7 @@ public final class d extends AppViewModel<a> {
K.append(", showBluetoothItem=");
K.append(this.b);
K.append(", bluetoothDeviceName=");
K.append(this.f37c);
K.append(this.f38c);
K.append(", showSpeakerItem=");
K.append(this.d);
K.append(", showWiredItem=");

View File

@ -91,20 +91,20 @@ public final class a extends AppDialog {
public g5 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131363973;
TextView textView = (TextView) view2.findViewById(2131363973);
int i2 = 2131363999;
TextView textView = (TextView) view2.findViewById(2131363999);
if (textView != null) {
i2 = 2131363974;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363974);
i2 = 2131364000;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364000);
if (materialButton != null) {
i2 = 2131363975;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363975);
i2 = 2131364001;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131364001);
if (materialButton2 != null) {
i2 = 2131363976;
TextView textView2 = (TextView) view2.findViewById(2131363976);
i2 = 2131364002;
TextView textView2 = (TextView) view2.findViewById(2131364002);
if (textView2 != null) {
i2 = 2131365750;
TextView textView3 = (TextView) view2.findViewById(2131365750);
i2 = 2131365776;
TextView textView3 = (TextView) view2.findViewById(2131365776);
if (textView3 != null) {
return new g5((LinearLayout) view2, textView, materialButton, materialButton2, textView2, textView3);
}
@ -131,7 +131,7 @@ public final class a extends AppDialog {
}
public a() {
super(2131559137);
super(2131559135);
}
public final g5 g() {
@ -165,8 +165,8 @@ public final class a extends AppDialog {
}
TextView textView = g().b;
m.checkNotNullExpressionValue(textView, "binding.maskedLinksBodyText");
c.a.l.b.n(textView, 2131891243, new Object[]{obj}, null, 4);
g().f100c.setOnClickListener(new d(this));
c.a.l.b.n(textView, 2131891272, new Object[]{obj}, null, 4);
g().f101c.setOnClickListener(new d(this));
g().d.setOnClickListener(new View$OnClickListenerC0018a(0, this, str));
g().e.setOnClickListener(new View$OnClickListenerC0018a(1, this, str));
}

View File

@ -84,8 +84,8 @@ public final class h extends AppDialog {
i2 = 2131361858;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131361858);
if (materialButton2 != null) {
i2 = 2131365750;
TextView textView2 = (TextView) view2.findViewById(2131365750);
i2 = 2131365776;
TextView textView2 = (TextView) view2.findViewById(2131365776);
if (textView2 != null) {
return new c.a.j.a((LinearLayout) view2, textView, materialButton, materialButton2, textView2);
}
@ -132,7 +132,7 @@ public final class h extends AppDialog {
public void onViewBound(View view) {
m.checkNotNullParameter(view, "view");
super.onViewBound(view);
h().f59c.setOnClickListener(new a(0, this));
h().f60c.setOnClickListener(new a(0, this));
h().d.setOnClickListener(new a(1, this));
TextView textView = h().b;
m.checkNotNullExpressionValue(textView, "binding.accessibilityDetectionBodyText");

View File

@ -77,14 +77,14 @@ public final class i extends AppDialog {
public h invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131362722;
TextView textView = (TextView) view2.findViewById(2131362722);
int i2 = 2131362726;
TextView textView = (TextView) view2.findViewById(2131362726);
if (textView != null) {
i2 = 2131362723;
TextView textView2 = (TextView) view2.findViewById(2131362723);
i2 = 2131362727;
TextView textView2 = (TextView) view2.findViewById(2131362727);
if (textView2 != null) {
i2 = 2131362724;
TextView textView3 = (TextView) view2.findViewById(2131362724);
i2 = 2131362728;
TextView textView3 = (TextView) view2.findViewById(2131362728);
if (textView3 != null) {
return new h((LinearLayout) view2, textView, textView2, textView3);
}
@ -110,11 +110,11 @@ public final class i extends AppDialog {
String string2 = getArgumentsOrDefault().getString("ARG_USERNAME", "");
int i2 = getArgumentsOrDefault().getInt("ARG_PLATFORM_IMAGE_RES", 0);
if (i2 != 0) {
TextView textView = g().f101c;
TextView textView = g().f102c;
m.checkNotNullExpressionValue(textView, "binding.connectedAccountActionsDialogHeader");
ViewExtensions.setCompoundDrawableWithIntrinsicBounds$default(textView, i2, 0, 0, 0, 14, null);
}
TextView textView2 = g().f101c;
TextView textView2 = g().f102c;
m.checkNotNullExpressionValue(textView2, "binding.connectedAccountActionsDialogHeader");
textView2.setText(string2);
TextView textView3 = g().d;

View File

@ -57,8 +57,8 @@ public final class j extends AppDialog {
i2 = 2131362238;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362238);
if (materialButton != null) {
i2 = 2131364224;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364224);
i2 = 2131364250;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364250);
if (linearLayout != null) {
return new e((LinearLayout) view2, textView, materialButton, linearLayout);
}
@ -92,11 +92,11 @@ public final class j extends AppDialog {
requireDialog().setCanceledOnTouchOutside(true);
FragmentViewBindingDelegate fragmentViewBindingDelegate = this.k;
KProperty<?>[] kPropertyArr = i;
((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f85c.setOnClickListener(new c(this));
((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f86c.setOnClickListener(new c(this));
Bundle arguments = getArguments();
Integer valueOf = arguments != null ? Integer.valueOf(arguments.getInt("ARG_MAX_VIDEO_CHANNEL_USERS")) : null;
TextView textView = ((e) this.k.getValue((Fragment) this, kPropertyArr[0])).b;
m.checkNotNullExpressionValue(textView, "binding.cameraCapacityBody");
textView.setText(c.a.l.b.k(this, 2131894918, new Object[]{String.valueOf(valueOf)}, null, 4));
textView.setText(c.a.l.b.k(this, 2131894926, new Object[]{String.valueOf(valueOf)}, null, 4));
}
}

View File

@ -60,14 +60,14 @@ public final class k extends AppDialog {
public c.a.j.k invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131362941;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362941);
int i2 = 2131362944;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362944);
if (materialButton != null) {
i2 = 2131362942;
DatePicker datePicker = (DatePicker) view2.findViewById(2131362942);
i2 = 2131362945;
DatePicker datePicker = (DatePicker) view2.findViewById(2131362945);
if (datePicker != null) {
i2 = 2131362943;
TextView textView = (TextView) view2.findViewById(2131362943);
i2 = 2131362946;
TextView textView = (TextView) view2.findViewById(2131362946);
if (textView != null) {
return new c.a.j.k((LinearLayout) view2, materialButton, datePicker, textView);
}
@ -131,7 +131,7 @@ public final class k extends AppDialog {
@Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment
public void onPause() {
super.onPause();
g().f115c.clearFocus();
g().f116c.clearFocus();
}
@Override // com.discord.app.AppDialog
@ -145,12 +145,12 @@ public final class k extends AppDialog {
charSequence = "";
}
textView.setText(charSequence);
DatePicker datePicker = g().f115c;
DatePicker datePicker = g().f116c;
m.checkNotNullExpressionValue(datePicker, "binding.dialogDatePickerInput");
Bundle arguments2 = getArguments();
long j2 = 0;
datePicker.setMaxDate(arguments2 != null ? arguments2.getLong("max_date") : 0);
DatePicker datePicker2 = g().f115c;
DatePicker datePicker2 = g().f116c;
m.checkNotNullExpressionValue(datePicker2, "binding.dialogDatePickerInput");
datePicker2.setMinDate(BirthdayHelper.INSTANCE.subtractYearsFromToday(150));
Bundle arguments3 = getArguments();
@ -164,7 +164,7 @@ public final class k extends AppDialog {
Calendar instance = Calendar.getInstance();
m.checkNotNullExpressionValue(instance, "calendar");
instance.setTimeInMillis(this.l);
g().f115c.init(instance.get(1), instance.get(2), instance.get(5), new c(this));
g().f116c.init(instance.get(1), instance.get(2), instance.get(5), new c(this));
g().b.setOnClickListener(new d(this));
}
}

View File

@ -44,11 +44,11 @@ public final class m extends AppDialog {
public s invoke(View view) {
View view2 = view;
d0.z.d.m.checkNotNullParameter(view2, "p1");
int i2 = 2131363640;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363640);
int i2 = 2131363666;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363666);
if (materialButton != null) {
i2 = 2131364224;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364224);
i2 = 2131364250;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364250);
if (linearLayout != null) {
return new s((LinearLayout) view2, materialButton, linearLayout);
}
@ -72,7 +72,7 @@ public final class m extends AppDialog {
}
public m() {
super(2131558523);
super(2131558524);
}
@Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment

View File

@ -96,14 +96,14 @@ public final class n extends AppDialog {
public l invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131362922;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362922);
int i2 = 2131362925;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362925);
if (materialButton != null) {
i2 = 2131362946;
MaxHeightRecyclerView maxHeightRecyclerView = (MaxHeightRecyclerView) view2.findViewById(2131362946);
i2 = 2131362949;
MaxHeightRecyclerView maxHeightRecyclerView = (MaxHeightRecyclerView) view2.findViewById(2131362949);
if (maxHeightRecyclerView != null) {
i2 = 2131362947;
TextView textView = (TextView) view2.findViewById(2131362947);
i2 = 2131362950;
TextView textView = (TextView) view2.findViewById(2131362950);
if (textView != null) {
return new l((LinearLayout) view2, materialButton, maxHeightRecyclerView, textView);
}
@ -177,10 +177,10 @@ public final class n extends AppDialog {
g().b.setOnClickListener(new d(this));
CharSequence[] charSequenceArray = getArgumentsOrDefault().getCharSequenceArray("INTENT_DIALOG_OPTIONS");
if (charSequenceArray != null) {
MaxHeightRecyclerView maxHeightRecyclerView = g().f120c;
MaxHeightRecyclerView maxHeightRecyclerView = g().f121c;
m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.dialogSelections");
maxHeightRecyclerView.setAdapter(new SimpleRecyclerAdapter(j.asList(charSequenceArray), new e(this)));
MaxHeightRecyclerView maxHeightRecyclerView2 = g().f120c;
MaxHeightRecyclerView maxHeightRecyclerView2 = g().f121c;
RecyclerView.Adapter adapter = maxHeightRecyclerView2.getAdapter();
if (adapter != null) {
adapter.notifyDataSetChanged();
@ -188,7 +188,7 @@ public final class n extends AppDialog {
maxHeightRecyclerView2.setHasFixedSize(false);
maxHeightRecyclerView2.setNestedScrollingEnabled(false);
SimpleRecyclerAdapter.Companion companion = SimpleRecyclerAdapter.Companion;
MaxHeightRecyclerView maxHeightRecyclerView3 = g().f120c;
MaxHeightRecyclerView maxHeightRecyclerView3 = g().f121c;
m.checkNotNullExpressionValue(maxHeightRecyclerView3, "binding.dialogSelections");
companion.addThemedDivider(maxHeightRecyclerView3);
}

View File

@ -54,26 +54,26 @@ public final class r extends AppDialog {
public z4 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131363141;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131363141);
int i2 = 2131363144;
LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131363144);
if (linearLayout != null) {
i2 = 2131363142;
TextView textView = (TextView) view2.findViewById(2131363142);
i2 = 2131363145;
TextView textView = (TextView) view2.findViewById(2131363145);
if (textView != null) {
i2 = 2131363143;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363143);
i2 = 2131363146;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363146);
if (materialButton != null) {
i2 = 2131363144;
TextView textView2 = (TextView) view2.findViewById(2131363144);
i2 = 2131363147;
TextView textView2 = (TextView) view2.findViewById(2131363147);
if (textView2 != null) {
i2 = 2131363145;
LinearLayout linearLayout2 = (LinearLayout) view2.findViewById(2131363145);
i2 = 2131363148;
LinearLayout linearLayout2 = (LinearLayout) view2.findViewById(2131363148);
if (linearLayout2 != null) {
i2 = 2131363146;
LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131363146);
i2 = 2131363149;
LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131363149);
if (loadingButton != null) {
i2 = 2131363147;
TextInputLayout textInputLayout = (TextInputLayout) view2.findViewById(2131363147);
i2 = 2131363150;
TextInputLayout textInputLayout = (TextInputLayout) view2.findViewById(2131363150);
if (textInputLayout != null) {
return new z4((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout);
}
@ -144,7 +144,7 @@ public final class r extends AppDialog {
m.checkNotNullParameter(error2, "error");
r rVar = this.this$0.i;
KProperty[] kPropertyArr = r.i;
rVar.g().f198c.setIsLoading(false);
rVar.g().f199c.setIsLoading(false);
Error.Response response = error2.getResponse();
m.checkNotNullExpressionValue(response, "error.response");
if (response.getCode() == 60005) {
@ -172,7 +172,7 @@ public final class r extends AppDialog {
TextInputLayout textInputLayout = rVar.g().d;
m.checkNotNullExpressionValue(textInputLayout, "binding.enableTwoFactorPasswordViewInput");
String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout);
this.i.g().f198c.setIsLoading(true);
this.i.g().f199c.setIsLoading(true);
Observable ui$default = ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().enableMFA(new RestAPIParams.EnableMFA("random code", "random secret", textOrEmpty)), false, 1, null), this.i, null, 2, null);
a aVar = a.i;
ObservableExtensionsKt.appSubscribe$default(ui$default, this.i.getClass(), this.j.getContext(), (Function1) null, new b(this), (Function0) null, (Function0) null, aVar, 52, (Object) null);
@ -197,7 +197,7 @@ public final class r extends AppDialog {
}
public r() {
super(2131559041);
super(2131559038);
}
public final z4 g() {
@ -209,8 +209,8 @@ public final class r extends AppDialog {
m.checkNotNullParameter(view, "view");
super.onViewBound(view);
setCancelable(false);
g().f198c.setIsLoading(false);
g().f198c.setOnClickListener(new d(this, view));
g().f199c.setIsLoading(false);
g().f199c.setOnClickListener(new d(this, view));
g().b.setOnClickListener(new e(this));
}
}

View File

@ -57,14 +57,14 @@ public final class s extends AppDialog {
public t5 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131365749;
LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131365749);
int i2 = 2131365775;
LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131365775);
if (loadingButton != null) {
i2 = 2131365750;
TextView textView = (TextView) view2.findViewById(2131365750);
i2 = 2131365776;
TextView textView = (TextView) view2.findViewById(2131365776);
if (textView != null) {
i2 = 2131365751;
TextView textView2 = (TextView) view2.findViewById(2131365751);
i2 = 2131365777;
TextView textView2 = (TextView) view2.findViewById(2131365777);
if (textView2 != null) {
return new t5((LinearLayout) view2, loadingButton, textView, textView2);
}
@ -92,13 +92,13 @@ public final class s extends AppDialog {
m.checkNotNullParameter(dVar2, "viewState");
s sVar = this.this$0;
KProperty[] kPropertyArr = s.i;
TextView textView = sVar.g().f166c;
TextView textView = sVar.g().f167c;
m.checkNotNullExpressionValue(textView, "binding.viewDialogConfirmationHeader");
textView.setText(sVar.getString(2131894122));
textView.setText(sVar.getString(2131894130));
TextView textView2 = sVar.g().d;
m.checkNotNullExpressionValue(textView2, "binding.viewDialogConfirmationText");
textView2.setText(sVar.getString(2131894121));
sVar.g().b.setText(sVar.getString(2131891956));
textView2.setText(sVar.getString(2131894129));
sVar.g().b.setText(sVar.getString(2131891985));
sVar.g().b.setIsLoading(dVar2.b);
sVar.g().b.setOnClickListener(new t(sVar));
return Unit.a;
@ -127,7 +127,7 @@ public final class s extends AppDialog {
if (m.areEqual(bVar2, w.b.a.a)) {
sVar.dismiss();
} else if (m.areEqual(bVar2, w.b.C0020b.a)) {
c.a.e.o.g(sVar.getContext(), 2131890716, 0, null, 12);
c.a.e.o.g(sVar.getContext(), 2131890745, 0, null, 12);
} else {
throw new NoWhenBranchMatchedException();
}
@ -152,7 +152,7 @@ public final class s extends AppDialog {
}
public s() {
super(2131559321);
super(2131559320);
e eVar = e.i;
h0 h0Var = new h0(this);
this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(w.class), new m(1, h0Var), new j0(eVar));

View File

@ -61,26 +61,26 @@ public final class a extends AppDialog {
public p invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = 2131363386;
TextView textView = (TextView) view2.findViewById(2131363386);
int i2 = 2131363389;
TextView textView = (TextView) view2.findViewById(2131363389);
if (textView != null) {
i2 = 2131363387;
RelativeLayout relativeLayout = (RelativeLayout) view2.findViewById(2131363387);
i2 = 2131363390;
RelativeLayout relativeLayout = (RelativeLayout) view2.findViewById(2131363390);
if (relativeLayout != null) {
i2 = 2131363389;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363389);
i2 = 2131363392;
MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363392);
if (materialButton != null) {
i2 = 2131363394;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view2.findViewById(2131363394);
i2 = 2131363397;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view2.findViewById(2131363397);
if (linkifiedTextView != null) {
i2 = 2131363395;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363395);
i2 = 2131363398;
MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363398);
if (materialButton2 != null) {
i2 = 2131363396;
TextView textView2 = (TextView) view2.findViewById(2131363396);
i2 = 2131363399;
TextView textView2 = (TextView) view2.findViewById(2131363399);
if (textView2 != null) {
i2 = 2131363397;
ImageView imageView = (ImageView) view2.findViewById(2131363397);
i2 = 2131363400;
ImageView imageView = (ImageView) view2.findViewById(2131363400);
if (imageView != null) {
return new p((LinearLayout) view2, textView, relativeLayout, materialButton, linkifiedTextView, materialButton2, textView2, imageView);
}
@ -161,7 +161,7 @@ public final class a extends AppDialog {
MaterialButton materialButton = aVar.g().d;
m.checkNotNullExpressionValue(materialButton, "binding.giftEntitlementCopy");
materialButton.setText(context.getString(2131887637));
this.i.g().f139c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, 2130969335, 0, 2, (Object) null));
this.i.g().f140c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, 2130969335, 0, 2, (Object) null));
}
}
}
@ -205,7 +205,7 @@ public final class a extends AppDialog {
Pair pair = SubscriptionPlanType.Companion.from(inAppSku.getPaymentGatewaySkuId()).getInterval() == SubscriptionInterval.MONTHLY ? new Pair(2131886534, 2131755023) : new Pair(2131886537, 2131755026);
int intValue = ((Number) pair.component1()).intValue();
int intValue2 = ((Number) pair.component2()).intValue();
String string2 = getString(giftingUtils.getTierForSku(inAppSku.getSkuId()) == PremiumTier.TIER_1 ? 2131892626 : 2131892629);
String string2 = getString(giftingUtils.getTierForSku(inAppSku.getSkuId()) == PremiumTier.TIER_1 ? 2131892655 : 2131892658);
m.checkNotNullExpressionValue(string2, "getString(\n if (G…ring.premium_tier_2\n )");
TextView textView = g().g;
m.checkNotNullExpressionValue(textView, "binding.giftPurchasedDialogSubtext");

View File

@ -216,7 +216,7 @@ public final class c extends AppDialog {
str = "";
}
CharSequence i2 = cVar2.i(gift);
LinearLayout linearLayout = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.l.b.k(cVar2, 2131889072, new Object[]{str}, null, 4) : c.a.l.b.k(cVar2, 2131889071, new Object[0], null, 4), cVar2).f89c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.l.b.k(cVar2, 2131889053, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.l.b.k(cVar2, 2131889054, new Object[]{i2}, null, 4) : c.a.l.b.k(cVar2, 2131889052, new Object[]{str}, null, 4), cVar2).e;
LinearLayout linearLayout = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.l.b.k(cVar2, 2131889072, new Object[]{str}, null, 4) : c.a.l.b.k(cVar2, 2131889071, new Object[0], null, 4), cVar2).f90c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.l.b.k(cVar2, 2131889053, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.l.b.k(cVar2, 2131889054, new Object[]{i2}, null, 4) : c.a.l.b.k(cVar2, 2131889052, new Object[]{str}, null, 4), cVar2).e;
m.checkNotNullExpressionValue(linearLayout, "binding.acceptGiftDisclaimerContainer");
linearLayout.setVisibility(8);
MaterialButton materialButton = cVar2.h().d;
@ -235,7 +235,7 @@ public final class c extends AppDialog {
TextView textView = cVar3.h().h;
m.checkNotNullExpressionValue(textView, "binding.acceptGiftHeader");
c.a.l.b.n(textView, 2131889070, new Object[0], null, 4);
TextView textView2 = cVar3.h().f89c;
TextView textView2 = cVar3.h().f90c;
m.checkNotNullExpressionValue(textView2, "binding.acceptGiftBodyText");
c.a.l.b.n(textView2, 2131889037, new Object[0], null, 4);
LinearLayout linearLayout2 = cVar3.h().e;
@ -252,7 +252,7 @@ public final class c extends AppDialog {
cVar4.g(gift3);
ModelStoreListing storeListing2 = gift3.getStoreListing();
String name = (storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? null : sku2.getName();
LinearLayout linearLayout3 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.l.b.k(cVar4, 2131889069, new Object[]{name}, null, 4) : c.a.l.b.k(cVar4, 2131889068, new Object[0], null, 4), cVar4).f89c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.l.b.k(cVar4, 2131889039, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.l.b.k(cVar4, 2131889038, new Object[]{name}, null, 4), cVar4).e;
LinearLayout linearLayout3 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.l.b.k(cVar4, 2131889069, new Object[]{name}, null, 4) : c.a.l.b.k(cVar4, 2131889068, new Object[0], null, 4), cVar4).f90c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.l.b.k(cVar4, 2131889039, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.l.b.k(cVar4, 2131889038, new Object[]{name}, null, 4), cVar4).e;
m.checkNotNullExpressionValue(linearLayout3, "binding.acceptGiftDisclaimerContainer");
if (!gift3.isAnyNitroGift()) {
i = 8;
@ -280,7 +280,7 @@ public final class c extends AppDialog {
ProgressBar progressBar = cVar5.h().i;
m.checkNotNullExpressionValue(progressBar, "binding.acceptGiftProgress");
progressBar.setVisibility(0);
LinearLayout linearLayout4 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.l.b.k(cVar5, 2131889069, new Object[]{name2}, null, 4) : c.a.l.b.k(cVar5, 2131889068, new Object[0], null, 4), cVar5).f89c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.l.b.k(cVar5, 2131889039, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.l.b.k(cVar5, 2131889038, new Object[]{name2}, null, 4), cVar5).e;
LinearLayout linearLayout4 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.l.b.k(cVar5, 2131889069, new Object[]{name2}, null, 4) : c.a.l.b.k(cVar5, 2131889068, new Object[0], null, 4), cVar5).f90c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.l.b.k(cVar5, 2131889039, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.l.b.k(cVar5, 2131889038, new Object[]{name2}, null, 4), cVar5).e;
m.checkNotNullExpressionValue(linearLayout4, "binding.acceptGiftDisclaimerContainer");
if (!gift4.isAnyNitroGift()) {
i = 8;
@ -295,31 +295,31 @@ public final class c extends AppDialog {
TextView textView3 = cVar6.h().h;
m.checkNotNullExpressionValue(textView3, "binding.acceptGiftHeader");
textView3.setText(c.a.l.b.k(cVar6, 2131889070, new Object[0], null, 4));
TextView textView4 = cVar6.h().f89c;
TextView textView4 = cVar6.h().f90c;
m.checkNotNullExpressionValue(textView4, "binding.acceptGiftBodyText");
c.a.l.b.n(textView4, 2131889059, new Object[0], null, 4);
if (redeemedFailed.getCanRetry()) {
TextView textView5 = cVar6.h().f89c;
TextView textView5 = cVar6.h().f90c;
m.checkNotNullExpressionValue(textView5, "binding.acceptGiftBodyText");
c.a.l.b.n(textView5, 2131889059, new Object[0], null, 4);
MaterialButton materialButton5 = cVar6.h().d;
m.checkNotNullExpressionValue(materialButton5, "binding.acceptGiftConfirm");
Context context3 = cVar6.getContext();
if (context3 != null) {
charSequence = context3.getText(2131892991);
charSequence = context3.getText(2131893014);
}
materialButton5.setText(charSequence);
cVar6.h().d.setOnClickListener(new f(0, redeemedFailed));
} else {
Integer errorCode = redeemedFailed.getErrorCode();
if (errorCode != null && errorCode.intValue() == 50054) {
cVar6.h().f89c.setText(2131889046);
cVar6.h().f90c.setText(2131889046);
} else if (errorCode != null && errorCode.intValue() == 100024) {
cVar6.h().f89c.setText(2131889042);
cVar6.h().f90c.setText(2131889042);
} else if (errorCode != null && errorCode.intValue() == 100022) {
cVar6.h().f89c.setText(2131889043);
cVar6.h().f90c.setText(2131889043);
} else if (errorCode != null && errorCode.intValue() == 100025) {
cVar6.h().f89c.setText(2131889041);
cVar6.h().f90c.setText(2131889041);
}
MaterialButton materialButton6 = cVar6.h().d;
m.checkNotNullExpressionValue(materialButton6, "binding.acceptGiftConfirm");
@ -339,7 +339,7 @@ public final class c extends AppDialog {
}
public c() {
super(2131558864);
super(2131558861);
}
public final void g(ModelGift modelGift) {

View File

@ -70,7 +70,7 @@ import java.util.Map;
import kotlin.jvm.functions.Function0;
/* compiled from: TypeAdapterRegistrar.kt */
public final class a {
public static final Map<Class<? extends Object>, Function0<Object>> a = h0.mapOf(o.to(ActivityPlatform.class, b.i), o.to(ApplicationStatus.class, C0024a.C), o.to(UtcDateTime.class, C0024a.D), o.to(NsfwAllowance.class, C0024a.E), o.to(PremiumTier.class, C0024a.F), o.to(ActivityType.class, C0024a.G), o.to(Phone.class, C0024a.H), o.to(ApplicationCommandType.class, C0024a.I), o.to(OAuthScope.class, C0024a.J), o.to(GuildVerificationLevel.class, C0024a.i), o.to(GuildExplicitContentFilter.class, C0024a.j), o.to(GuildMaxVideoChannelUsers.class, C0024a.k), o.to(ComponentType.class, C0024a.l), o.to(ButtonStyle.class, C0024a.m), o.to(ReportNodeChild.class, C0024a.n), o.to(ReportNodeElementData.class, C0024a.o), o.to(ReportNodeBottomButton.class, C0024a.p), o.to(ApplicationCommandPermissionType.class, C0024a.q), o.to(StageInstancePrivacyLevel.class, C0024a.r), o.to(FriendSuggestionReasonType.class, C0024a.f38s), o.to(AllowedInSuggestionsType.class, C0024a.t), o.to(StickerFormatType.class, C0024a.u), o.to(LocalizedString.class, C0024a.v), o.to(MessageActivityType.class, C0024a.w), o.to(EmbedType.class, C0024a.f39x), o.to(StickerType.class, C0024a.f40y), o.to(GuildScheduledEventStatus.class, C0024a.f41z), o.to(GuildScheduledEventEntityType.class, C0024a.A), o.to(Science.Event.SchemaObject.class, C0024a.B));
public static final Map<Class<? extends Object>, Function0<Object>> a = h0.mapOf(o.to(ActivityPlatform.class, b.i), o.to(ApplicationStatus.class, C0024a.C), o.to(UtcDateTime.class, C0024a.D), o.to(NsfwAllowance.class, C0024a.E), o.to(PremiumTier.class, C0024a.F), o.to(ActivityType.class, C0024a.G), o.to(Phone.class, C0024a.H), o.to(ApplicationCommandType.class, C0024a.I), o.to(OAuthScope.class, C0024a.J), o.to(GuildVerificationLevel.class, C0024a.i), o.to(GuildExplicitContentFilter.class, C0024a.j), o.to(GuildMaxVideoChannelUsers.class, C0024a.k), o.to(ComponentType.class, C0024a.l), o.to(ButtonStyle.class, C0024a.m), o.to(ReportNodeChild.class, C0024a.n), o.to(ReportNodeElementData.class, C0024a.o), o.to(ReportNodeBottomButton.class, C0024a.p), o.to(ApplicationCommandPermissionType.class, C0024a.q), o.to(StageInstancePrivacyLevel.class, C0024a.r), o.to(FriendSuggestionReasonType.class, C0024a.f39s), o.to(AllowedInSuggestionsType.class, C0024a.t), o.to(StickerFormatType.class, C0024a.u), o.to(LocalizedString.class, C0024a.v), o.to(MessageActivityType.class, C0024a.w), o.to(EmbedType.class, C0024a.f40x), o.to(StickerType.class, C0024a.f41y), o.to(GuildScheduledEventStatus.class, C0024a.f42z), o.to(GuildScheduledEventEntityType.class, C0024a.A), o.to(Science.Event.SchemaObject.class, C0024a.B));
public static final List<c.i.d.o> b = n.listOf((Object[]) new c.i.d.o[]{ComponentRuntimeTypeAdapter.INSTANCE.a(), new NullSerializableTypeAdapterFactory()});
/* compiled from: kotlin-style lambda group */
@ -98,20 +98,20 @@ public final class a {
public static final C0024a r = new C0024a(9);
/* renamed from: s reason: collision with root package name */
public static final C0024a f38s = new C0024a(10);
public static final C0024a f39s = new C0024a(10);
public static final C0024a t = new C0024a(11);
public static final C0024a u = new C0024a(12);
public static final C0024a v = new C0024a(13);
public static final C0024a w = new C0024a(14);
/* renamed from: x reason: collision with root package name */
public static final C0024a f39x = new C0024a(15);
public static final C0024a f40x = new C0024a(15);
/* renamed from: y reason: collision with root package name */
public static final C0024a f40y = new C0024a(16);
public static final C0024a f41y = new C0024a(16);
/* renamed from: z reason: collision with root package name */
public static final C0024a f41z = new C0024a(17);
public static final C0024a f42z = new C0024a(17);
public final /* synthetic */ int K;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */

View File

@ -9,7 +9,7 @@ public final class b implements AnalyticsSchema {
public final CharSequence b;
/* renamed from: c reason: collision with root package name */
public final CharSequence f42c;
public final CharSequence f43c;
public b() {
this(null, null, 3);
@ -18,7 +18,7 @@ public final class b implements AnalyticsSchema {
public b(CharSequence charSequence, CharSequence charSequence2, int i) {
int i2 = i & 2;
this.b = (i & 1) != 0 ? null : charSequence;
this.f42c = null;
this.f43c = null;
this.a = "impression_invite_accept";
}
@ -30,7 +30,7 @@ public final class b implements AnalyticsSchema {
return false;
}
b bVar = (b) obj;
return m.areEqual(this.b, bVar.b) && m.areEqual(this.f42c, bVar.f42c);
return m.areEqual(this.b, bVar.b) && m.areEqual(this.f43c, bVar.f43c);
}
@Override // com.discord.api.science.AnalyticsSchema
@ -42,7 +42,7 @@ public final class b implements AnalyticsSchema {
CharSequence charSequence = this.b;
int i = 0;
int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31;
CharSequence charSequence2 = this.f42c;
CharSequence charSequence2 = this.f43c;
if (charSequence2 != null) {
i = charSequence2.hashCode();
}
@ -53,7 +53,7 @@ public final class b implements AnalyticsSchema {
StringBuilder K = a.K("TrackImpressionInviteAccept(inviteCode=");
K.append(this.b);
K.append(", deeplinkAttemptId=");
K.append(this.f42c);
K.append(this.f43c);
K.append(")");
return K.toString();
}

View File

@ -10,12 +10,12 @@ public final class b implements Toolbar.OnMenuItemClickListener {
public final /* synthetic */ Action2 b;
/* renamed from: c reason: collision with root package name */
public final /* synthetic */ Action1 f43c;
public final /* synthetic */ Action1 f44c;
public b(Toolbar toolbar, int i, Action2 action2, Action1 action1) {
this.a = toolbar;
this.b = action2;
this.f43c = action1;
this.f44c = action1;
}
@Override // androidx.appcompat.widget.Toolbar.OnMenuItemClickListener

View File

@ -23,7 +23,7 @@ public final class e extends o implements Function1<Exception, Unit> {
Exception exc2 = exc;
m.checkNotNullParameter(exc2, "e");
AppFragment appFragment = this.this$0.this$0;
o.j(appFragment, b.k(appFragment, 2131894452, new Object[]{exc2.getMessage()}, null, 4), 0, 4);
o.j(appFragment, b.k(appFragment, 2131894460, new Object[]{exc2.getMessage()}, null, 4), 0, 4);
return Unit.a;
}
}

View File

@ -86,7 +86,7 @@ public final class j implements AppPermissionsRequests {
m.checkNotNullParameter(map, "it");
Function0 function0 = this.$onFailure;
if (function0 == null || ((Unit) function0.mo1invoke()) == null) {
j.a(this.this$0, 2131892155);
j.a(this.this$0, 2131892184);
}
return Unit.a;
}
@ -127,7 +127,7 @@ public final class j implements AppPermissionsRequests {
@Override // kotlin.jvm.functions.Function1
public Unit invoke(Map<String, ? extends Boolean> map) {
m.checkNotNullParameter(map, "it");
j.a(this.this$0, 2131892148);
j.a(this.this$0, 2131892177);
return Unit.a;
}
}
@ -147,7 +147,7 @@ public final class j implements AppPermissionsRequests {
@Override // kotlin.jvm.functions.Function1
public Unit invoke(Map<String, ? extends Boolean> map) {
m.checkNotNullParameter(map, "it");
j.a(this.this$0, 2131892149);
j.a(this.this$0, 2131892178);
return Unit.a;
}
}
@ -196,7 +196,7 @@ public final class j implements AppPermissionsRequests {
m.checkNotNullParameter(map, "it");
Function0 function0 = this.$onFailure;
if (function0 == null || ((Unit) function0.mo1invoke()) == null) {
j.a(this.this$0, 2131892150);
j.a(this.this$0, 2131892179);
}
return Unit.a;
}
@ -223,16 +223,16 @@ public final class j implements AppPermissionsRequests {
obj = Boolean.FALSE;
}
if (!((Boolean) obj).booleanValue()) {
j.a(this.this$0, 2131892150);
j.a(this.this$0, 2131892179);
} else {
Object obj2 = map2.get("android.permission.CAMERA");
if (obj2 == null) {
obj2 = Boolean.FALSE;
}
if (!((Boolean) obj2).booleanValue()) {
j.a(this.this$0, 2131891665);
j.a(this.this$0, 2131891694);
} else {
j.a(this.this$0, 2131891665);
j.a(this.this$0, 2131891694);
}
}
return Unit.a;

View File

@ -88,7 +88,7 @@ public final class l {
public static final List<c<WidgetAgeVerify>> b = m.listOf(a0.getOrCreateKotlinClass(WidgetAgeVerify.class));
/* renamed from: c reason: collision with root package name */
public static final List<c<? extends WidgetOauth2Authorize>> f44c = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetOauth2Authorize.class), a0.getOrCreateKotlinClass(WidgetOauth2AuthorizeSamsung.class)});
public static final List<c<? extends WidgetOauth2Authorize>> f45c = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetOauth2Authorize.class), a0.getOrCreateKotlinClass(WidgetOauth2AuthorizeSamsung.class)});
public static final List<c<? extends AppFragment>> d = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetSettingsAccount.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountBackupCodes.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountChangePassword.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountUsernameEdit.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountEmailEdit.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class), a0.getOrCreateKotlinClass(WidgetEnableMFASteps.class), a0.getOrCreateKotlinClass(WidgetSettingsAppearance.class), a0.getOrCreateKotlinClass(WidgetSettingsBehavior.class), a0.getOrCreateKotlinClass(WidgetSettingsLanguage.class), a0.getOrCreateKotlinClass(WidgetSettingsMedia.class), a0.getOrCreateKotlinClass(WidgetSettingsPremium.class), a0.getOrCreateKotlinClass(WidgetSettingsNotifications.class), a0.getOrCreateKotlinClass(WidgetSettingsUserConnections.class), a0.getOrCreateKotlinClass(WidgetSettingsVoice.class), a0.getOrCreateKotlinClass(WidgetSettingsPrivacy.class), a0.getOrCreateKotlinClass(WidgetSettingsAuthorizedApps.class), a0.getOrCreateKotlinClass(WidgetServerNotifications.class), a0.getOrCreateKotlinClass(WidgetServerSettingsOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsChannels.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditMember.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditRole.class), a0.getOrCreateKotlinClass(WidgetServerSettingsIntegrations.class), a0.getOrCreateKotlinClass(WidgetServerSettingsModeration.class), a0.getOrCreateKotlinClass(WidgetServerSettingsVanityUrl.class), a0.getOrCreateKotlinClass(WidgetServerSettingsSecurity.class), a0.getOrCreateKotlinClass(WidgetServerSettingsMembers.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojis.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojisEdit.class), a0.getOrCreateKotlinClass(WidgetServerSettingsRolesList.class), a0.getOrCreateKotlinClass(WidgetServerSettingsInstantInvites.class), a0.getOrCreateKotlinClass(WidgetServerSettingsBans.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsEditPermissions.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsPermissionsOverview.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterIdentity.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterAccountInformation.class), a0.getOrCreateKotlinClass(WidgetAuthBirthday.class), a0.getOrCreateKotlinClass(WidgetAuthAgeGated.class), a0.getOrCreateKotlinClass(WidgetAuthLogin.class), a0.getOrCreateKotlinClass(WidgetAuthPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetAuthResetPassword.class), a0.getOrCreateKotlinClass(WidgetSettingsDeveloper.class), a0.getOrCreateKotlinClass(WidgetSettingsBlockedUsers.class), a0.getOrCreateKotlinClass(WidgetNuxChannelPrompt.class), a0.getOrCreateKotlinClass(WidgetChoosePlan.class), a0.getOrCreateKotlinClass(WidgetServerSettingsCommunityOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEnableCommunitySteps.class), a0.getOrCreateKotlinClass(WidgetSettingsUserProfile.class)});
public static final List<c<? extends AppFragment>> e = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetUserAccountVerify.class), a0.getOrCreateKotlinClass(WidgetUserEmailVerify.class), a0.getOrCreateKotlinClass(WidgetUserEmailUpdate.class), a0.getOrCreateKotlinClass(WidgetUserPhoneManage.class), a0.getOrCreateKotlinClass(WidgetUserPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class)});
public static final List<c<WidgetTabsHost>> f = m.listOf(a0.getOrCreateKotlinClass(WidgetTabsHost.class));

View File

@ -11,7 +11,7 @@ public final class n {
public static final BehaviorSubject<Integer> b = BehaviorSubject.l0(0);
/* renamed from: c reason: collision with root package name */
public static final n f45c = new n();
public static final n f46c = new n();
public final synchronized void a(Object obj) {
m.checkNotNullParameter(obj, "consumer");

View File

@ -9,6 +9,6 @@ public final class n0 {
public static final List<String> b = new ArrayList();
/* renamed from: c reason: collision with root package name */
public static boolean f46c;
public static boolean f47c;
public static final n0 d = new n0();
}

View File

@ -17,7 +17,7 @@ public final class b {
public static final String b;
/* renamed from: c reason: collision with root package name */
public static final String f47c;
public static final String f48c;
public static final String d;
public static final String e;
public static final String f;
@ -35,20 +35,20 @@ public final class b {
public static final Regex r;
/* renamed from: s reason: collision with root package name */
public static final Regex f48s;
public static final Regex f49s;
public static final Regex t;
public static final Regex u;
public static final Regex v;
public static final Regex w;
/* renamed from: x reason: collision with root package name */
public static final Regex f49x;
public static final Regex f50x;
/* renamed from: y reason: collision with root package name */
public static final Regex f50y;
public static final Regex f51y;
/* renamed from: z reason: collision with root package name */
public static final Regex f51z;
public static final Regex f52z;
static {
b bVar = new b();
@ -58,7 +58,7 @@ public final class b {
String b3 = bVar.b("https://discordapp.com");
b = b3;
String b4 = bVar.b("https://discord.gift");
f47c = b4;
f48c = b4;
String b5 = bVar.b("https://discord.gg");
d = b5;
String b6 = bVar.b("https://discord.new");
@ -100,14 +100,14 @@ public final class b {
String sb6 = sb5.toString();
m.checkNotNullExpressionValue(sb6, "StringBuilder()\n …?\")\n .toString()");
r = new Regex(sb6, iVar);
f48s = new Regex("^/connect(?:/(\\d+))?/?$", iVar);
f49s = new Regex("^/connect(?:/(\\d+))?/?$", iVar);
t = new Regex("^/channels/((?:@me)|(?:\\d+))(?:/(\\d+))?(?:/(\\d+))?/?$", iVar);
u = new Regex("^/channels/@me/-1?/?$", iVar);
v = new Regex("^/lurk/(\\d+)(?:/(\\d+))?/?$", iVar);
w = new Regex("^/channels/@me/user/(\\d+)/?$", iVar);
f49x = new Regex("^/users/(\\d+)/?$", iVar);
f50y = new Regex("^/discovery/?$", iVar);
f51z = new Regex("^/settings(/\\w+)*/?$", iVar);
f50x = new Regex("^/users/(\\d+)/?$", iVar);
f51y = new Regex("^/discovery/?$", iVar);
f52z = new Regex("^/settings(/\\w+)*/?$", iVar);
A = new Regex("^/feature(/\\w+)*/?$", iVar);
B = new Regex("^/query(/\\w+)*/?$", iVar);
C = new Regex("^/(?:oauth2|connect)/authorize/?$", iVar);
@ -118,7 +118,7 @@ public final class b {
if (str == null) {
return false;
}
if (!m.areEqual(str, a) && !m.areEqual(str, b) && !m.areEqual(str, f47c) && !m.areEqual(str, e) && !m.areEqual(str, d)) {
if (!m.areEqual(str, a) && !m.areEqual(str, b) && !m.areEqual(str, f48c) && !m.areEqual(str, e) && !m.areEqual(str, d)) {
return l.matches(str);
}
return true;

View File

@ -19,7 +19,7 @@ public final /* synthetic */ class a extends k implements Function1<Boolean, Uni
boolean z2 = d.a;
Objects.requireNonNull((d) this.receiver);
d.a = booleanValue;
Subscription subscription = d.f52c;
Subscription subscription = d.f53c;
if (subscription != null) {
subscription.unsubscribe();
}

View File

@ -41,7 +41,7 @@ public final class b implements Application.ActivityLifecycleCallbacks {
if (function1 != null) {
function1 = new c(function1);
}
d.f52c = q.W(cVar, (Action1) function1);
d.f53c = q.W(cVar, (Action1) function1);
}
@Override // android.app.Application.ActivityLifecycleCallbacks
@ -49,7 +49,7 @@ public final class b implements Application.ActivityLifecycleCallbacks {
m.checkNotNullParameter(activity, "activity");
d dVar = d.d;
d.a = false;
Subscription subscription = d.f52c;
Subscription subscription = d.f53c;
if (subscription != null) {
subscription.unsubscribe();
}

View File

@ -11,7 +11,7 @@ public final class d {
public static final Subject<Boolean, Boolean> b;
/* renamed from: c reason: collision with root package name */
public static Subscription f52c;
public static Subscription f53c;
public static final d d = new d();
static {

View File

@ -23,7 +23,7 @@ public final class a<K, T extends ChipsView.a> implements View.OnClickListener {
public final int b;
/* renamed from: c reason: collision with root package name */
public final int f53c;
public final int f54c;
public final int d;
public final int e;
public final int f;
@ -31,7 +31,7 @@ public final class a<K, T extends ChipsView.a> implements View.OnClickListener {
public C0025a(int i, float f, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) {
this.a = i;
this.b = i2;
this.f53c = i3;
this.f54c = i3;
this.d = i4;
this.e = i5;
this.f = i8;
@ -91,7 +91,7 @@ public final class a<K, T extends ChipsView.a> implements View.OnClickListener {
@Override // android.view.View.OnClickListener
public void onClick(View view) {
m.checkNotNullParameter(view, "v");
this.p.f1592z.clearFocus();
this.p.f1593z.clearFocus();
ChipsView<K, T> chipsView = this.p;
Objects.requireNonNull(chipsView);
m.checkNotNullParameter(this, "chip");

View File

@ -22,7 +22,7 @@ public final class b implements Runnable {
m.checkNotNullExpressionValue(relativeLayout, "it");
Drawable background = relativeLayout.getBackground();
m.checkNotNullExpressionValue(background, "it.background");
int i = this.j.o.f53c;
int i = this.j.o.f54c;
Objects.requireNonNull(aVar);
background.setColorFilter(i, PorterDuff.Mode.SRC_ATOP);
}

View File

@ -12,7 +12,7 @@ public final class g implements View.OnClickListener {
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
this.i.f1592z.requestFocus();
this.i.f1593z.requestFocus();
this.i.f(null);
}
}

View File

@ -15,12 +15,12 @@ public final class a implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f54c;
public final TextView f55c;
public a(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView) {
this.a = relativeLayout;
this.b = imageView;
this.f54c = textView;
this.f55c = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -17,7 +17,7 @@ public final class a {
public final float[] b = new float[3];
/* renamed from: c reason: collision with root package name */
public final int[] f55c;
public final int[] f56c;
public final SparseIntArray d;
public final List<d> e;
@ -45,7 +45,7 @@ public final class a {
public int b;
/* renamed from: c reason: collision with root package name */
public int f56c;
public int f57c;
public int d;
public int e;
public int f;
@ -60,7 +60,7 @@ public final class a {
public final void a() {
this.e = 255;
this.f56c = 255;
this.f57c = 255;
this.a = 255;
this.f = 0;
this.d = 0;
@ -69,7 +69,7 @@ public final class a {
int i2 = this.h;
if (i <= i2) {
while (true) {
int i3 = a.this.f55c[i];
int i3 = a.this.f56c[i];
int red = Color.red(i3);
int green = Color.green(i3);
int blue = Color.blue(i3);
@ -82,8 +82,8 @@ public final class a {
if (green > this.d) {
this.d = green;
}
if (green < this.f56c) {
this.f56c = green;
if (green < this.f57c) {
this.f57c = green;
}
if (blue > this.f) {
this.f = blue;
@ -101,7 +101,7 @@ public final class a {
}
public final int b() {
return ((this.f - this.e) + 1) * ((this.d - this.f56c) + 1) * ((this.b - this.a) + 1);
return ((this.f - this.e) + 1) * ((this.d - this.f57c) + 1) * ((this.b - this.a) + 1);
}
}
@ -124,13 +124,13 @@ public final class a {
if (i >= 1) {
int i6 = bVar.d;
int[] iArr = bVar.b;
int[] iArr2 = bVar.f57c;
int[] iArr2 = bVar.f58c;
this.d = new SparseIntArray(i6);
int length = iArr.length;
for (int i7 = 0; i7 < length; i7++) {
this.d.append(iArr[i7], iArr2[i7]);
}
this.f55c = new int[i6];
this.f56c = new int[i6];
int i8 = 0;
for (int i9 : iArr) {
int alpha = Color.alpha(i9);
@ -145,7 +145,7 @@ public final class a {
if (!z5) {
z4 = false;
if (z4) {
this.f55c[i8] = i9;
this.f56c[i8] = i9;
i8++;
}
}
@ -162,7 +162,7 @@ public final class a {
}
if (i8 <= i) {
this.e = new ArrayList();
int[] iArr3 = this.f55c;
int[] iArr3 = this.f56c;
for (int i10 : iArr3) {
this.e.add(new d(i10, this.d.get(i10)));
}
@ -179,13 +179,13 @@ public final class a {
}
if (i13 > 1) {
int i14 = cVar.b - cVar.a;
int i15 = cVar.d - cVar.f56c;
int i15 = cVar.d - cVar.f57c;
int i16 = cVar.f - cVar.e;
int i17 = (i14 < i15 || i14 < i16) ? (i15 < i14 || i15 < i16) ? -1 : -2 : -3;
a(a.this, i17, i12, i11);
Arrays.sort(a.this.f55c, cVar.g, cVar.h + 1);
Arrays.sort(a.this.f56c, cVar.g, cVar.h + 1);
a(a.this, i17, cVar.g, cVar.h);
int i18 = i17 != -3 ? i17 != -2 ? i17 != -1 ? (cVar.a + cVar.b) / 2 : (cVar.e + cVar.f) / 2 : (cVar.f56c + cVar.d) / 2 : (cVar.a + cVar.b) / 2;
int i18 = i17 != -3 ? i17 != -2 ? i17 != -1 ? (cVar.a + cVar.b) / 2 : (cVar.e + cVar.f) / 2 : (cVar.f57c + cVar.d) / 2 : (cVar.a + cVar.b) / 2;
int i19 = cVar.g;
int i20 = cVar.h;
while (true) {
@ -193,7 +193,7 @@ public final class a {
i19 = cVar.g;
break;
}
int i21 = a.this.f55c[i19];
int i21 = a.this.f56c[i19];
if (i17 != -3) {
if (i17 != -2) {
if (i17 == -1 && Color.blue(i21) > i18) {
@ -229,7 +229,7 @@ public final class a {
i2 = 0;
while (true) {
a aVar = a.this;
int i24 = aVar.f55c[i22];
int i24 = aVar.f56c[i22];
int i25 = aVar.d.get(i24);
i5 += i25;
i4 = (Color.red(i24) * i25) + i4;
@ -297,14 +297,14 @@ public final class a {
Objects.requireNonNull(aVar);
if (i == -2) {
while (i2 <= i3) {
int[] iArr = aVar.f55c;
int[] iArr = aVar.f56c;
int i4 = iArr[i2];
iArr[i2] = Color.rgb((i4 >> 8) & 255, (i4 >> 16) & 255, i4 & 255);
i2++;
}
} else if (i == -1) {
while (i2 <= i3) {
int[] iArr2 = aVar.f55c;
int[] iArr2 = aVar.f56c;
int i5 = iArr2[i2];
iArr2[i2] = Color.rgb(i5 & 255, (i5 >> 8) & 255, (i5 >> 16) & 255);
i2++;

View File

@ -9,7 +9,7 @@ public final class b {
public final int[] b;
/* renamed from: c reason: collision with root package name */
public final int[] f57c;
public final int[] f58c;
public final int d;
/* compiled from: ColorHistogram.kt */
@ -41,7 +41,7 @@ public final class b {
int[] iArr2 = new int[i];
this.b = iArr2;
int[] iArr3 = new int[i];
this.f57c = iArr3;
this.f58c = iArr3;
if (!(iArr.length == 0)) {
int i6 = iArr[0];
iArr2[0] = i6;
@ -50,13 +50,13 @@ public final class b {
int length2 = iArr.length;
for (int i7 = 1; i7 < length2; i7++) {
if (iArr[i7] == i6) {
int[] iArr4 = this.f57c;
int[] iArr4 = this.f58c;
iArr4[i2] = iArr4[i2] + 1;
} else {
i6 = iArr[i7];
i2++;
this.b[i2] = i6;
this.f57c[i2] = 1;
this.f58c[i2] = 1;
}
}
}

View File

@ -9,7 +9,7 @@ public final class d {
public final int b;
/* renamed from: c reason: collision with root package name */
public final int f58c;
public final int f59c;
public final int d;
public final int e;
public float[] f;
@ -17,7 +17,7 @@ public final class d {
public d(int i, int i2) {
this.a = Color.red(i);
this.b = Color.green(i);
this.f58c = Color.blue(i);
this.f59c = Color.blue(i);
this.d = i;
this.e = i2;
}
@ -25,7 +25,7 @@ public final class d {
public d(int i, int i2, int i3, int i4) {
this.a = i;
this.b = i2;
this.f58c = i3;
this.f59c = i3;
this.d = Color.rgb(i, i2, i3);
this.e = i4;
}
@ -34,7 +34,7 @@ public final class d {
if (this.f == null) {
float[] fArr = new float[3];
this.f = fArr;
c.a(this.a, this.b, this.f58c, fArr);
c.a(this.a, this.b, this.f59c, fArr);
}
return this.f;
}

View File

@ -15,14 +15,14 @@ public final class a implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final MaterialButton f59c;
public final MaterialButton f60c;
@NonNull
public final MaterialButton d;
public a(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) {
this.a = linearLayout;
this.b = textView;
this.f59c = materialButton;
this.f60c = materialButton;
this.d = materialButton2;
}

View File

@ -16,14 +16,14 @@ public final class a0 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final LinkifiedTextView f60c;
public final LinkifiedTextView f61c;
@NonNull
public final TextView d;
public a0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = constraintLayout;
this.b = materialButton;
this.f60c = linkifiedTextView;
this.f61c = linkifiedTextView;
this.d = textView2;
}

View File

@ -16,7 +16,7 @@ public final class a1 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f61c;
public final TextView f62c;
@NonNull
public final TextView d;
@NonNull
@ -27,7 +27,7 @@ public final class a1 implements ViewBinding {
public a1(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) {
this.a = linearLayout;
this.b = imageView;
this.f61c = textView;
this.f62c = textView;
this.d = textView2;
this.e = textView3;
this.f = materialButton;

View File

@ -15,7 +15,7 @@ public final class a3 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final GuildView f62c;
public final GuildView f63c;
@NonNull
public final GuildView d;
@NonNull
@ -28,7 +28,7 @@ public final class a3 implements ViewBinding {
public a3(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) {
this.a = view;
this.b = imageView;
this.f62c = guildView;
this.f63c = guildView;
this.d = guildView2;
this.e = guildView3;
this.f = guildView4;

View File

@ -21,7 +21,7 @@ public final class a4 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final View f63c;
public final View f64c;
@NonNull
public final ImageView d;
@NonNull
@ -55,12 +55,12 @@ public final class a4 implements ViewBinding {
@NonNull
/* renamed from: s reason: collision with root package name */
public final VoiceUserView f64s;
public final VoiceUserView f65s;
public a4(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) {
this.a = view;
this.b = view2;
this.f63c = view3;
this.f64c = view3;
this.d = imageView;
this.e = constraintLayout;
this.f = imageView2;
@ -76,7 +76,7 @@ public final class a4 implements ViewBinding {
this.p = progressBar;
this.q = appVideoStreamRenderer;
this.r = linearLayout2;
this.f64s = voiceUserView;
this.f65s = voiceUserView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -14,12 +14,12 @@ public final class a5 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final FragmentContainerView f65c;
public final FragmentContainerView f66c;
public a5(@NonNull FrameLayout frameLayout, @NonNull b5 b5Var, @NonNull FragmentContainerView fragmentContainerView) {
this.a = frameLayout;
this.b = b5Var;
this.f65c = fragmentContainerView;
this.f66c = fragmentContainerView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -16,7 +16,7 @@ public final class b implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final RadioGroup f66c;
public final RadioGroup f67c;
@NonNull
public final MaterialRadioButton d;
@NonNull
@ -27,7 +27,7 @@ public final class b implements ViewBinding {
public b(@NonNull LinearLayout linearLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull TextView textView, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4) {
this.a = linearLayout;
this.b = materialRadioButton;
this.f66c = radioGroup;
this.f67c = radioGroup;
this.d = materialRadioButton2;
this.e = materialRadioButton3;
this.f = materialRadioButton4;

View File

@ -16,12 +16,12 @@ public final class b0 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final MaterialButton f67c;
public final MaterialButton f68c;
public b0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = constraintLayout;
this.b = phoneOrEmailInputView;
this.f67c = materialButton;
this.f68c = materialButton;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -13,7 +13,7 @@ public final class b1 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final MaterialButton f68c;
public final MaterialButton f69c;
@NonNull
public final MaterialButton d;
@NonNull
@ -22,7 +22,7 @@ public final class b1 implements ViewBinding {
public b1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) {
this.a = view;
this.b = materialButton;
this.f68c = materialButton2;
this.f69c = materialButton2;
this.d = materialButton3;
this.e = materialButton4;
}

View File

@ -14,12 +14,12 @@ public final class b2 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f69c;
public final TextView f70c;
public b2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
this.a = view;
this.b = simpleDraweeView;
this.f69c = textView;
this.f70c = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -15,7 +15,7 @@ public final class b3 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f70c;
public final TextView f71c;
@NonNull
public final ImageView d;
@NonNull
@ -24,24 +24,24 @@ public final class b3 implements ViewBinding {
public b3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) {
this.a = linearLayout;
this.b = imageView;
this.f70c = textView;
this.f71c = textView;
this.d = imageView2;
this.e = textView2;
}
@NonNull
public static b3 a(@NonNull View view) {
int i = 2131363881;
ImageView imageView = (ImageView) view.findViewById(2131363881);
int i = 2131363907;
ImageView imageView = (ImageView) view.findViewById(2131363907);
if (imageView != null) {
i = 2131363882;
TextView textView = (TextView) view.findViewById(2131363882);
i = 2131363908;
TextView textView = (TextView) view.findViewById(2131363908);
if (textView != null) {
i = 2131363883;
ImageView imageView2 = (ImageView) view.findViewById(2131363883);
i = 2131363909;
ImageView imageView2 = (ImageView) view.findViewById(2131363909);
if (imageView2 != null) {
i = 2131363884;
TextView textView2 = (TextView) view.findViewById(2131363884);
i = 2131363910;
TextView textView2 = (TextView) view.findViewById(2131363910);
if (textView2 != null) {
return new b3((LinearLayout) view, imageView, textView, imageView2, textView2);
}

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