95.6 - Alpha (95206)
This commit is contained in:
parent
823d77af65
commit
e0644ddca3
435 changed files with 15245 additions and 11797 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId 'com.discord'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 95205
|
||||
versionName "95.5 - Alpha"
|
||||
versionCode 95206
|
||||
versionName "95.6 - Alpha"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="95205" android:versionName="95.5 - 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="95206" android:versionName="95.6 - 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"/>
|
||||
|
@ -174,7 +174,7 @@
|
|||
<meta-data android:name="firebase_crashlytics_collection_enabled" android:value="true"/>
|
||||
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
|
||||
<meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/>
|
||||
<meta-data android:name="libdiscord_version" android:value="89.0.13-echo-cancellation-stats-jni"/>
|
||||
<meta-data android:name="libdiscord_version" android:value="89.0.18-edge-trigger-audio-stream"/>
|
||||
<activity android:theme="@style/res_2131952266_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/>
|
||||
<service android:name="androidx.sharetarget.ChooserTargetServiceCompat" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE">
|
||||
<intent-filter>
|
||||
|
|
|
@ -102,7 +102,7 @@ public final class d extends AppDialog {
|
|||
m.checkNotNullParameter(simpleConfirmationDialogArgs, "args");
|
||||
m.checkNotNullParameter(onClickListener, "positiveClickListener");
|
||||
d dVar = new d();
|
||||
dVar.setArguments(AnimatableValueParser.G2(simpleConfirmationDialogArgs));
|
||||
dVar.setArguments(AnimatableValueParser.H2(simpleConfirmationDialogArgs));
|
||||
dVar.l = onClickListener;
|
||||
dVar.show(fragmentManager, a0.getOrCreateKotlinClass(d.class).toString());
|
||||
return dVar;
|
||||
|
|
|
@ -124,7 +124,7 @@ public final class j {
|
|||
if (intent2 != null) {
|
||||
intent = intent2;
|
||||
} else if (parcelable != null) {
|
||||
intent = AnimatableValueParser.I2(parcelable);
|
||||
intent = AnimatableValueParser.J2(parcelable);
|
||||
}
|
||||
AppLog appLog = AppLog.g;
|
||||
String simpleName = context.getClass().getSimpleName();
|
||||
|
@ -163,7 +163,7 @@ public final class j {
|
|||
d0.z.d.m.checkNotNullExpressionValue(instantiate, "fragment");
|
||||
Bundle bundle = (Bundle) (!(parcelable instanceof Bundle) ? null : parcelable);
|
||||
if (bundle == null) {
|
||||
bundle = AnimatableValueParser.G2(parcelable);
|
||||
bundle = AnimatableValueParser.H2(parcelable);
|
||||
}
|
||||
instantiate.setArguments(bundle);
|
||||
}
|
||||
|
@ -197,7 +197,7 @@ public final class j {
|
|||
if (intent2 != null) {
|
||||
intent = intent2;
|
||||
} else if (parcelable != null) {
|
||||
intent = AnimatableValueParser.I2(parcelable);
|
||||
intent = AnimatableValueParser.J2(parcelable);
|
||||
}
|
||||
activityResultLauncher.launch(a(context, cls, intent));
|
||||
}
|
||||
|
|
|
@ -260,7 +260,7 @@ public final class b {
|
|||
m.checkNotNullParameter(charSequence, "$this$i18nFormat");
|
||||
m.checkNotNullParameter(objArr, "formatArgs");
|
||||
m.checkNotNullParameter(function1, "initializer");
|
||||
return f(charSequence, objArr, AnimatableValueParser.r2(function1, Arrays.copyOf(objArr, objArr.length)));
|
||||
return f(charSequence, objArr, AnimatableValueParser.s2(function1, Arrays.copyOf(objArr, objArr.length)));
|
||||
}
|
||||
|
||||
public static /* synthetic */ CharSequence h(Context context, int i, Object[] objArr, Function1 function1, int i2) {
|
||||
|
@ -287,11 +287,11 @@ public final class b {
|
|||
m.checkNotNullParameter(textView, "$this$i18nSetText");
|
||||
m.checkNotNullParameter(objArr, "formatArgs");
|
||||
m.checkNotNullParameter(function1, "initializer");
|
||||
RenderContext r2 = AnimatableValueParser.r2(function1, Arrays.copyOf(objArr, objArr.length));
|
||||
textView.setMovementMethod(r2.g ? LinkMovementMethod.getInstance() : null);
|
||||
RenderContext s2 = AnimatableValueParser.s2(function1, Arrays.copyOf(objArr, objArr.length));
|
||||
textView.setMovementMethod(s2.g ? LinkMovementMethod.getInstance() : null);
|
||||
String string = textView.getContext().getString(i);
|
||||
m.checkNotNullExpressionValue(string, "context.getString(stringResId)");
|
||||
textView.setText(f(string, objArr, r2));
|
||||
textView.setText(f(string, objArr, s2));
|
||||
}
|
||||
|
||||
public static /* synthetic */ void n(TextView textView, int i, Object[] objArr, Function1 function1, int i2) {
|
||||
|
@ -310,11 +310,11 @@ public final class b {
|
|||
textView.setMovementMethod(null);
|
||||
return;
|
||||
}
|
||||
RenderContext r2 = AnimatableValueParser.r2(hVar, Arrays.copyOf(objArr, objArr.length));
|
||||
if (r2.g) {
|
||||
RenderContext s2 = AnimatableValueParser.s2(hVar, Arrays.copyOf(objArr, objArr.length));
|
||||
if (s2.g) {
|
||||
movementMethod = LinkMovementMethod.getInstance();
|
||||
}
|
||||
textView.setMovementMethod(movementMethod);
|
||||
textView.setText(f(charSequence, objArr, r2));
|
||||
textView.setText(f(charSequence, objArr, s2));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@ public final class c implements ExecutorService {
|
|||
public final void a() {
|
||||
if (Process.myTid() != this.j) {
|
||||
IllegalStateException illegalStateException = new IllegalStateException("oops! not called on the MediaEngineExecutor");
|
||||
AnimatableValueParser.F1("MediaEngineExecutor", "oops! not called on the MediaEngineExecutor", illegalStateException);
|
||||
AnimatableValueParser.G1("MediaEngineExecutor", "oops! not called on the MediaEngineExecutor", illegalStateException);
|
||||
if (this.l) {
|
||||
new Handler(Looper.getMainLooper()).post(new d(illegalStateException));
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru
|
|||
switch (thermalStatus.ordinal()) {
|
||||
case 0:
|
||||
if (k) {
|
||||
AnimatableValueParser.G1("ThermalDetector", "totally cool: no longer in thermal trouble");
|
||||
AnimatableValueParser.H1("ThermalDetector", "totally cool: no longer in thermal trouble");
|
||||
k = false;
|
||||
if (l) {
|
||||
((Handler) i.getValue()).removeCallbacks(this);
|
||||
|
@ -69,30 +69,30 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru
|
|||
}
|
||||
return;
|
||||
}
|
||||
AnimatableValueParser.H1("ThermalDetector", "totally cool: thermal status is nominal");
|
||||
AnimatableValueParser.I1("ThermalDetector", "totally cool: thermal status is nominal");
|
||||
return;
|
||||
case 1:
|
||||
case 2:
|
||||
if (k) {
|
||||
AnimatableValueParser.G1("ThermalDetector", "cooling down: thermal status = " + thermalStatus);
|
||||
AnimatableValueParser.H1("ThermalDetector", "cooling down: thermal status = " + thermalStatus);
|
||||
c();
|
||||
return;
|
||||
}
|
||||
AnimatableValueParser.H1("ThermalDetector", "pretty warm: ignoring low priority thermal status = " + thermalStatus);
|
||||
AnimatableValueParser.I1("ThermalDetector", "pretty warm: ignoring low priority thermal status = " + thermalStatus);
|
||||
return;
|
||||
case 3:
|
||||
case 4:
|
||||
case 5:
|
||||
case 6:
|
||||
if (!k) {
|
||||
AnimatableValueParser.I1("ThermalDetector", "we're starting to be in thermal trouble");
|
||||
AnimatableValueParser.J1("ThermalDetector", "we're starting to be in thermal trouble");
|
||||
k = true;
|
||||
}
|
||||
String str = "very toasty: thermal status = " + thermalStatus;
|
||||
if (thermalStatus.compareTo(ThermalStatus.Emergency) < 0) {
|
||||
AnimatableValueParser.I1("ThermalDetector", str);
|
||||
AnimatableValueParser.J1("ThermalDetector", str);
|
||||
} else {
|
||||
AnimatableValueParser.F1("ThermalDetector", str, new RuntimeException(str));
|
||||
AnimatableValueParser.G1("ThermalDetector", str, new RuntimeException(str));
|
||||
}
|
||||
c();
|
||||
return;
|
||||
|
@ -121,7 +121,7 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru
|
|||
@Override // android.os.PowerManager.OnThermalStatusChangedListener
|
||||
public synchronized void onThermalStatusChanged(int i2) {
|
||||
ThermalStatus a2 = ThermalStatus.Companion.a(i2);
|
||||
AnimatableValueParser.E1("ThermalDetector", "system update: onThermalStatusChanged( " + a2 + " )");
|
||||
AnimatableValueParser.F1("ThermalDetector", "system update: onThermalStatusChanged( " + a2 + " )");
|
||||
b(a2);
|
||||
}
|
||||
|
||||
|
@ -129,7 +129,7 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru
|
|||
public synchronized void run() {
|
||||
l = false;
|
||||
ThermalStatus a2 = a();
|
||||
AnimatableValueParser.E1("ThermalDetector", "scheduled update: current thermal status = " + a2);
|
||||
AnimatableValueParser.F1("ThermalDetector", "scheduled update: current thermal status = " + a2);
|
||||
b(a2);
|
||||
}
|
||||
|
||||
|
|
|
@ -69,10 +69,10 @@ public final class a extends BroadcastReceiver {
|
|||
if (audioManagerBroadcastAction == null) {
|
||||
StringBuilder P = c.d.b.a.a.P("unable to parse AudioManagerBroadcastAction for action: ");
|
||||
P.append(intent.getAction());
|
||||
AnimatableValueParser.I1("AudioManagerBroadcastReceiver", P.toString());
|
||||
AnimatableValueParser.J1("AudioManagerBroadcastReceiver", P.toString());
|
||||
return;
|
||||
}
|
||||
AnimatableValueParser.H1("AudioManagerBroadcastReceiver", "onReceive: action = " + audioManagerBroadcastAction);
|
||||
AnimatableValueParser.I1("AudioManagerBroadcastReceiver", "onReceive: action = " + audioManagerBroadcastAction);
|
||||
try {
|
||||
h hVar = this.f215c;
|
||||
int ordinal = audioManagerBroadcastAction.ordinal();
|
||||
|
@ -114,7 +114,7 @@ public final class a extends BroadcastReceiver {
|
|||
hVar.d(context, ((AudioManager) systemService2).isSpeakerphoneOn());
|
||||
}
|
||||
} catch (Throwable th) {
|
||||
AnimatableValueParser.F1("AudioManagerBroadcastReceiver", "error handling " + audioManagerBroadcastAction, th);
|
||||
AnimatableValueParser.G1("AudioManagerBroadcastReceiver", "error handling " + audioManagerBroadcastAction, th);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,13 +30,13 @@ public final class b {
|
|||
this.f216c = z4;
|
||||
this.d = z2;
|
||||
if (!z3) {
|
||||
AnimatableValueParser.I1("AudioPermissions", "MODIFY_AUDIO_SETTINGS permission is missing");
|
||||
AnimatableValueParser.J1("AudioPermissions", "MODIFY_AUDIO_SETTINGS permission is missing");
|
||||
}
|
||||
if (!z4) {
|
||||
AnimatableValueParser.I1("AudioPermissions", "RECORD_AUDIO permission is missing");
|
||||
AnimatableValueParser.J1("AudioPermissions", "RECORD_AUDIO permission is missing");
|
||||
}
|
||||
if (!z2) {
|
||||
AnimatableValueParser.I1("AudioPermissions", "BLUETOOTH permission is missing");
|
||||
AnimatableValueParser.J1("AudioPermissions", "BLUETOOTH permission is missing");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -68,10 +68,10 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi
|
|||
if (bluetoothBroadcastAction == null) {
|
||||
StringBuilder P = c.d.b.a.a.P("unable to parse BluetoothBroadcastAction for action: ");
|
||||
P.append(intent.getAction());
|
||||
AnimatableValueParser.I1("BluetoothBroadcastReceiver", P.toString());
|
||||
AnimatableValueParser.J1("BluetoothBroadcastReceiver", P.toString());
|
||||
return;
|
||||
}
|
||||
AnimatableValueParser.H1("BluetoothBroadcastReceiver", "onReceive: action = " + bluetoothBroadcastAction);
|
||||
AnimatableValueParser.I1("BluetoothBroadcastReceiver", "onReceive: action = " + bluetoothBroadcastAction);
|
||||
try {
|
||||
i iVar = this.n;
|
||||
int ordinal = bluetoothBroadcastAction.ordinal();
|
||||
|
@ -80,13 +80,13 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi
|
|||
} else if (ordinal == 1) {
|
||||
iVar.a(context, BluetoothHeadsetAudioState.Companion.b(intent));
|
||||
} else if (ordinal != 4) {
|
||||
AnimatableValueParser.I1("BluetoothBroadcastReceiver", "unexpected " + bluetoothBroadcastAction);
|
||||
AnimatableValueParser.J1("BluetoothBroadcastReceiver", "unexpected " + bluetoothBroadcastAction);
|
||||
} else {
|
||||
m.checkNotNullParameter(intent, "$this$getBluetoothDeviceExtra");
|
||||
iVar.b((BluetoothDevice) intent.getParcelableExtra("android.bluetooth.device.extra.DEVICE"));
|
||||
}
|
||||
} catch (Throwable th) {
|
||||
AnimatableValueParser.F1("BluetoothBroadcastReceiver", "error handling " + bluetoothBroadcastAction, th);
|
||||
AnimatableValueParser.G1("BluetoothBroadcastReceiver", "error handling " + bluetoothBroadcastAction, th);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -95,7 +95,7 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi
|
|||
public void onServiceConnected(int i2, BluetoothProfile bluetoothProfile) {
|
||||
ThreadUtils.checkIsOnMainThread();
|
||||
if (i2 == 1 && this.k) {
|
||||
AnimatableValueParser.E1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceConnected");
|
||||
AnimatableValueParser.F1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceConnected");
|
||||
if (!(bluetoothProfile instanceof BluetoothHeadset)) {
|
||||
bluetoothProfile = null;
|
||||
}
|
||||
|
@ -109,7 +109,7 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi
|
|||
public void onServiceDisconnected(int i2) {
|
||||
ThreadUtils.checkIsOnMainThread();
|
||||
if (i2 == 1 && this.k) {
|
||||
AnimatableValueParser.E1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceDisconnected");
|
||||
AnimatableValueParser.F1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceDisconnected");
|
||||
this.l = null;
|
||||
this.n.c(null);
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@ public final class e implements AudioManager.OnAudioFocusChangeListener {
|
|||
|
||||
@Override // android.media.AudioManager.OnAudioFocusChangeListener
|
||||
public final void onAudioFocusChange(int i) {
|
||||
AnimatableValueParser.E1("DiscordAudioManager", "[AudioFocus] new focus: " + i);
|
||||
AnimatableValueParser.F1("DiscordAudioManager", "[AudioFocus] new focus: " + i);
|
||||
if (i == -3 || i == -2) {
|
||||
this.i.i(false);
|
||||
} else if (i == 1) {
|
||||
|
|
|
@ -391,7 +391,7 @@ public final class k implements MediaEngine {
|
|||
boolean z2;
|
||||
StringBuilder P = c.d.b.a.a.P("updateVoiceConfig: ");
|
||||
P.append(this.$voiceConfig);
|
||||
AnimatableValueParser.E1("MediaEngineLegacy", P.toString());
|
||||
AnimatableValueParser.F1("MediaEngineLegacy", P.toString());
|
||||
MediaEngine.VoiceConfig voiceConfig = this.$voiceConfig;
|
||||
k kVar = this.this$0;
|
||||
float f = voiceConfig.a;
|
||||
|
@ -410,7 +410,7 @@ public final class k implements MediaEngine {
|
|||
z2 = gVar2.f && !gVar2.d ? true : z3;
|
||||
}
|
||||
if (z2 != z3) {
|
||||
AnimatableValueParser.E1("MediaEngineLegacy", "ignoring call to setEchoCancellation(" + z3 + "), config=" + kVar2.o);
|
||||
AnimatableValueParser.F1("MediaEngineLegacy", "ignoring call to setEchoCancellation(" + z3 + "), config=" + kVar2.o);
|
||||
}
|
||||
Discord discord2 = kVar2.f;
|
||||
if (discord2 != null) {
|
||||
|
|
|
@ -39,7 +39,7 @@ public final class m implements Discord.AecConfigCallback {
|
|||
kVar.i = null;
|
||||
if (echoCancellationInfo != null) {
|
||||
MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2176c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode);
|
||||
AnimatableValueParser.G1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2);
|
||||
AnimatableValueParser.H1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2);
|
||||
this.this$0.a.p.onEchoCancellationUpdated(echoCancellationInfo2);
|
||||
}
|
||||
return Unit.a;
|
||||
|
|
|
@ -32,7 +32,7 @@ public final class o<T, R> implements b<Map<Long, ? extends StoreVoiceParticipan
|
|||
for (T t : values) {
|
||||
T t2 = t;
|
||||
if (t2.isConnected()) {
|
||||
if (AnimatableValueParser.x1(this.i)) {
|
||||
if (AnimatableValueParser.y1(this.i)) {
|
||||
VoiceState voiceState = t2.getVoiceState();
|
||||
}
|
||||
z2 = true;
|
||||
|
|
|
@ -122,7 +122,7 @@ public final class z extends l implements AppComponent {
|
|||
ArrayList arrayList = new ArrayList();
|
||||
for (Object obj : data) {
|
||||
Channel channel = ((WidgetGlobalSearchModel.ItemDataPayload) obj).getChannel();
|
||||
if (channel != null && AnimatableValueParser.D1(channel)) {
|
||||
if (channel != null && AnimatableValueParser.E1(channel)) {
|
||||
arrayList.add(obj);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,12 +48,12 @@ public class a {
|
|||
} else if (cVar.w() == bVar) {
|
||||
cVar.C();
|
||||
} else {
|
||||
bVar3 = AnimatableValueParser.S1(cVar, dVar);
|
||||
bVar3 = AnimatableValueParser.T1(cVar, dVar);
|
||||
}
|
||||
} else if (cVar.w() == bVar) {
|
||||
cVar.C();
|
||||
} else {
|
||||
bVar2 = AnimatableValueParser.S1(cVar, dVar);
|
||||
bVar2 = AnimatableValueParser.T1(cVar, dVar);
|
||||
}
|
||||
z2 = true;
|
||||
} else {
|
||||
|
|
|
@ -41,7 +41,7 @@ public class c {
|
|||
g gVar2;
|
||||
b bVar3;
|
||||
m<PointF, PointF> mVar;
|
||||
b T1;
|
||||
b U1;
|
||||
b bVar4;
|
||||
boolean z4 = false;
|
||||
boolean z5 = cVar.w() == c.b.BEGIN_OBJECT;
|
||||
|
@ -83,20 +83,20 @@ public class c {
|
|||
case 2:
|
||||
bVar3 = bVar6;
|
||||
mVar = mVar2;
|
||||
gVar3 = new g(AnimatableValueParser.Q1(cVar, dVar, z.a));
|
||||
gVar3 = new g(AnimatableValueParser.R1(cVar, dVar, z.a));
|
||||
mVar2 = mVar;
|
||||
break;
|
||||
case 3:
|
||||
dVar.a("Lottie doesn't support 3D layers.");
|
||||
T1 = AnimatableValueParser.T1(cVar, dVar, z4);
|
||||
if (!T1.a.isEmpty()) {
|
||||
bVar4 = T1;
|
||||
U1 = AnimatableValueParser.U1(cVar, dVar, z4);
|
||||
if (!U1.a.isEmpty()) {
|
||||
bVar4 = U1;
|
||||
gVar2 = gVar3;
|
||||
bVar3 = bVar6;
|
||||
mVar = mVar2;
|
||||
T1.a.add(new a(dVar, Float.valueOf(0.0f), Float.valueOf(0.0f), null, 0.0f, Float.valueOf(dVar.l)));
|
||||
U1.a.add(new a(dVar, Float.valueOf(0.0f), Float.valueOf(0.0f), null, 0.0f, Float.valueOf(dVar.l)));
|
||||
} else {
|
||||
bVar4 = T1;
|
||||
bVar4 = U1;
|
||||
gVar2 = gVar3;
|
||||
bVar3 = bVar6;
|
||||
mVar = mVar2;
|
||||
|
@ -109,27 +109,27 @@ public class c {
|
|||
mVar2 = mVar;
|
||||
break;
|
||||
case 4:
|
||||
T1 = AnimatableValueParser.T1(cVar, dVar, z4);
|
||||
if (!T1.a.isEmpty()) {
|
||||
U1 = AnimatableValueParser.U1(cVar, dVar, z4);
|
||||
if (!U1.a.isEmpty()) {
|
||||
}
|
||||
bVar5 = bVar4;
|
||||
gVar3 = gVar2;
|
||||
mVar2 = mVar;
|
||||
break;
|
||||
case 5:
|
||||
dVar2 = AnimatableValueParser.U1(cVar, dVar);
|
||||
dVar2 = AnimatableValueParser.V1(cVar, dVar);
|
||||
continue;
|
||||
case 6:
|
||||
bVar8 = AnimatableValueParser.T1(cVar, dVar, z4);
|
||||
bVar8 = AnimatableValueParser.U1(cVar, dVar, z4);
|
||||
continue;
|
||||
case 7:
|
||||
bVar9 = AnimatableValueParser.T1(cVar, dVar, z4);
|
||||
bVar9 = AnimatableValueParser.U1(cVar, dVar, z4);
|
||||
continue;
|
||||
case 8:
|
||||
bVar7 = AnimatableValueParser.T1(cVar, dVar, z4);
|
||||
bVar7 = AnimatableValueParser.U1(cVar, dVar, z4);
|
||||
continue;
|
||||
case 9:
|
||||
bVar6 = AnimatableValueParser.T1(cVar, dVar, z4);
|
||||
bVar6 = AnimatableValueParser.U1(cVar, dVar, z4);
|
||||
continue;
|
||||
default:
|
||||
bVar3 = bVar6;
|
||||
|
|
|
@ -160,7 +160,7 @@ public class r {
|
|||
if (hashCode == 3357091 && s2.equals("mode")) {
|
||||
c2 = 3;
|
||||
if (c2 == 0) {
|
||||
dVar2 = AnimatableValueParser.U1(cVar, dVar);
|
||||
dVar2 = AnimatableValueParser.V1(cVar, dVar);
|
||||
} else if (c2 == 1) {
|
||||
hVar2 = new h(q.a(cVar, dVar, g.c(), a0.a));
|
||||
} else if (c2 == 2) {
|
||||
|
@ -276,7 +276,7 @@ public class r {
|
|||
int z5 = cVar.z(b);
|
||||
if (z5 == 0) {
|
||||
str3 = str4;
|
||||
jVar = new j(AnimatableValueParser.Q1(cVar, dVar, g.a));
|
||||
jVar = new j(AnimatableValueParser.R1(cVar, dVar, g.a));
|
||||
} else if (z5 != i) {
|
||||
cVar.B();
|
||||
cVar.C();
|
||||
|
@ -299,16 +299,16 @@ public class r {
|
|||
while (cVar.e()) {
|
||||
int z6 = cVar.z(b.b);
|
||||
if (z6 == 0) {
|
||||
aVar3 = AnimatableValueParser.R1(cVar, dVar);
|
||||
aVar3 = AnimatableValueParser.S1(cVar, dVar);
|
||||
} else if (z6 == i) {
|
||||
aVar4 = AnimatableValueParser.R1(cVar, dVar);
|
||||
aVar4 = AnimatableValueParser.S1(cVar, dVar);
|
||||
} else if (z6 == 2) {
|
||||
bVar2 = AnimatableValueParser.S1(cVar, dVar);
|
||||
bVar2 = AnimatableValueParser.T1(cVar, dVar);
|
||||
} else if (z6 != 3) {
|
||||
cVar.B();
|
||||
cVar.C();
|
||||
} else {
|
||||
bVar3 = AnimatableValueParser.S1(cVar, dVar);
|
||||
bVar3 = AnimatableValueParser.T1(cVar, dVar);
|
||||
}
|
||||
i = 1;
|
||||
}
|
||||
|
@ -395,7 +395,7 @@ public class r {
|
|||
i = 1;
|
||||
z2 = false;
|
||||
case 20:
|
||||
bVar = AnimatableValueParser.T1(cVar, dVar, z2);
|
||||
bVar = AnimatableValueParser.U1(cVar, dVar, z2);
|
||||
i = 1;
|
||||
z2 = false;
|
||||
case 21:
|
||||
|
|
|
@ -146,7 +146,7 @@ public class a implements c {
|
|||
long currentTimeMillis = System.currentTimeMillis();
|
||||
File j = a.this.j(this.a);
|
||||
try {
|
||||
AnimatableValueParser.q2(this.b, j);
|
||||
AnimatableValueParser.r2(this.b, j);
|
||||
if (j.exists()) {
|
||||
j.setLastModified(currentTimeMillis);
|
||||
}
|
||||
|
@ -267,7 +267,7 @@ public class a implements c {
|
|||
}
|
||||
if (z3) {
|
||||
try {
|
||||
AnimatableValueParser.N1(file2);
|
||||
AnimatableValueParser.O1(file2);
|
||||
} catch (FileUtils$CreateDirectoryException unused2) {
|
||||
c.f.b.a.a aVar2 = this.f;
|
||||
StringBuilder P = c.d.b.a.a.P("version directory could not be created: ");
|
||||
|
@ -334,7 +334,7 @@ public class a implements c {
|
|||
|
||||
@Override // c.f.b.b.c
|
||||
public void a() {
|
||||
AnimatableValueParser.Q2(this.f355c, new g(null));
|
||||
AnimatableValueParser.R2(this.f355c, new g(null));
|
||||
}
|
||||
|
||||
@Override // c.f.b.b.c
|
||||
|
@ -342,7 +342,7 @@ public class a implements c {
|
|||
File file = new File(k(str));
|
||||
if (!file.exists()) {
|
||||
try {
|
||||
AnimatableValueParser.N1(file);
|
||||
AnimatableValueParser.O1(file);
|
||||
} catch (FileUtils$CreateDirectoryException e2) {
|
||||
Objects.requireNonNull((c.f.b.a.d) this.f);
|
||||
throw e2;
|
||||
|
@ -381,7 +381,7 @@ public class a implements c {
|
|||
@Override // c.f.b.b.c
|
||||
public Collection e() throws IOException {
|
||||
b bVar = new b(null);
|
||||
AnimatableValueParser.Q2(this.e, bVar);
|
||||
AnimatableValueParser.R2(this.e, bVar);
|
||||
return Collections.unmodifiableList(bVar.a);
|
||||
}
|
||||
|
||||
|
|
|
@ -219,7 +219,7 @@ public class d implements h {
|
|||
}
|
||||
|
||||
public c.f.a.a d(CacheKey cacheKey, g gVar) throws IOException {
|
||||
String w2;
|
||||
String x2;
|
||||
c.f.a.a b2;
|
||||
i a2 = i.a();
|
||||
a2.d = cacheKey;
|
||||
|
@ -227,7 +227,7 @@ public class d implements h {
|
|||
synchronized (this.q) {
|
||||
try {
|
||||
if (!(cacheKey instanceof c.f.b.a.c)) {
|
||||
w2 = AnimatableValueParser.w2(cacheKey);
|
||||
x2 = AnimatableValueParser.x2(cacheKey);
|
||||
} else {
|
||||
c.f.b.a.c cVar = (c.f.b.a.c) cacheKey;
|
||||
throw null;
|
||||
|
@ -237,13 +237,13 @@ public class d implements h {
|
|||
}
|
||||
}
|
||||
try {
|
||||
c.b g = g(w2, cacheKey);
|
||||
c.b g = g(x2, cacheKey);
|
||||
try {
|
||||
a.f fVar = (a.f) g;
|
||||
fVar.c(gVar, cacheKey);
|
||||
synchronized (this.q) {
|
||||
b2 = fVar.b(cacheKey);
|
||||
this.h.add(w2);
|
||||
this.h.add(x2);
|
||||
this.o.b(b2.a(), 1);
|
||||
}
|
||||
b2.a();
|
||||
|
|
|
@ -83,7 +83,7 @@ public class e implements c {
|
|||
public final void h() throws IOException {
|
||||
File file = new File(this.b.get(), this.f361c);
|
||||
try {
|
||||
AnimatableValueParser.N1(file);
|
||||
AnimatableValueParser.O1(file);
|
||||
file.getAbsolutePath();
|
||||
int i = c.f.d.e.a.a;
|
||||
this.e = new a(file, new a(file, this.a, this.d));
|
||||
|
|
|
@ -196,8 +196,8 @@ public class g<T> implements Supplier<DataSource<T>> {
|
|||
}
|
||||
|
||||
public String toString() {
|
||||
i J2 = AnimatableValueParser.J2(this);
|
||||
J2.c("list", this.a);
|
||||
return J2.toString();
|
||||
i K2 = AnimatableValueParser.K2(this);
|
||||
K2.c("list", this.a);
|
||||
return K2.toString();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -336,10 +336,10 @@ public class c extends AbstractDraweeController<CloseableReference<c.f.j.j.c>, I
|
|||
|
||||
@Override // com.facebook.drawee.controller.AbstractDraweeController
|
||||
public String toString() {
|
||||
i J2 = AnimatableValueParser.J2(this);
|
||||
J2.c("super", super.toString());
|
||||
J2.c("dataSourceSupplier", this.B);
|
||||
return J2.toString();
|
||||
i K2 = AnimatableValueParser.K2(this);
|
||||
K2.c("super", super.toString());
|
||||
K2.c("dataSourceSupplier", this.B);
|
||||
return K2.toString();
|
||||
}
|
||||
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.String, java.lang.Object] */
|
||||
|
|
|
@ -32,8 +32,8 @@ public class b implements Supplier<DataSource<IMAGE>> {
|
|||
}
|
||||
|
||||
public String toString() {
|
||||
i J2 = AnimatableValueParser.J2(this);
|
||||
J2.c("request", this.f388c.toString());
|
||||
return J2.toString();
|
||||
i K2 = AnimatableValueParser.K2(this);
|
||||
K2.c("request", this.f388c.toString());
|
||||
return K2.toString();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 {
|
|||
while (true) {
|
||||
Drawable[] drawableArr2 = this.k;
|
||||
if (i < drawableArr2.length) {
|
||||
AnimatableValueParser.x2(drawableArr2[i], this, this);
|
||||
AnimatableValueParser.y2(drawableArr2[i], this, this);
|
||||
i++;
|
||||
} else {
|
||||
this.l = new d[drawableArr2.length];
|
||||
|
@ -66,11 +66,11 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 {
|
|||
if (drawable != null && this.p) {
|
||||
drawable.mutate();
|
||||
}
|
||||
AnimatableValueParser.x2(this.k[i], null, null);
|
||||
AnimatableValueParser.x2(drawable, null, null);
|
||||
AnimatableValueParser.z2(drawable, this.j);
|
||||
AnimatableValueParser.y2(this.k[i], null, null);
|
||||
AnimatableValueParser.y2(drawable, null, null);
|
||||
AnimatableValueParser.A2(drawable, this.j);
|
||||
AnimatableValueParser.N(drawable, this);
|
||||
AnimatableValueParser.x2(drawable, this, this);
|
||||
AnimatableValueParser.y2(drawable, this, this);
|
||||
this.o = false;
|
||||
this.k[i] = drawable;
|
||||
invalidateSelf();
|
||||
|
|
|
@ -17,7 +17,7 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d {
|
|||
|
||||
public g(Drawable drawable) {
|
||||
this.j = drawable;
|
||||
AnimatableValueParser.x2(drawable, this, this);
|
||||
AnimatableValueParser.y2(drawable, this, this);
|
||||
}
|
||||
|
||||
@Override // c.f.g.e.d0
|
||||
|
@ -130,11 +130,11 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d {
|
|||
|
||||
public Drawable o(Drawable drawable) {
|
||||
Drawable drawable2 = this.j;
|
||||
AnimatableValueParser.x2(drawable2, null, null);
|
||||
AnimatableValueParser.x2(drawable, null, null);
|
||||
AnimatableValueParser.z2(drawable, this.k);
|
||||
AnimatableValueParser.y2(drawable2, null, null);
|
||||
AnimatableValueParser.y2(drawable, null, null);
|
||||
AnimatableValueParser.A2(drawable, this.k);
|
||||
AnimatableValueParser.N(drawable, this);
|
||||
AnimatableValueParser.x2(drawable, this, this);
|
||||
AnimatableValueParser.y2(drawable, this, this);
|
||||
this.j = drawable;
|
||||
invalidateSelf();
|
||||
return drawable2;
|
||||
|
|
|
@ -69,7 +69,7 @@ public class k extends n {
|
|||
float f = this.l;
|
||||
if (f > 0.0f) {
|
||||
this.M.setStrokeWidth(f);
|
||||
this.M.setColor(AnimatableValueParser.O1(this.o, this.L.getAlpha()));
|
||||
this.M.setColor(AnimatableValueParser.P1(this.o, this.L.getAlpha()));
|
||||
canvas.drawPath(this.p, this.M);
|
||||
}
|
||||
canvas.restoreToCount(save);
|
||||
|
|
|
@ -115,12 +115,12 @@ public class l extends Drawable implements j {
|
|||
|
||||
@Override // android.graphics.drawable.Drawable
|
||||
public void draw(Canvas canvas) {
|
||||
this.l.setColor(AnimatableValueParser.O1(this.u, this.w));
|
||||
this.l.setColor(AnimatableValueParser.P1(this.u, this.w));
|
||||
this.l.setStyle(Paint.Style.FILL);
|
||||
this.l.setFilterBitmap(this.r);
|
||||
canvas.drawPath(this.f399s, this.l);
|
||||
if (this.n != 0.0f) {
|
||||
this.l.setColor(AnimatableValueParser.O1(this.p, this.w));
|
||||
this.l.setColor(AnimatableValueParser.P1(this.p, this.w));
|
||||
this.l.setStyle(Paint.Style.STROKE);
|
||||
this.l.setStrokeWidth(this.n);
|
||||
canvas.drawPath(this.t, this.l);
|
||||
|
@ -151,11 +151,11 @@ public class l extends Drawable implements j {
|
|||
|
||||
@Override // android.graphics.drawable.Drawable
|
||||
public int getOpacity() {
|
||||
int O1 = AnimatableValueParser.O1(this.u, this.w) >>> 24;
|
||||
if (O1 == 255) {
|
||||
int P1 = AnimatableValueParser.P1(this.u, this.w) >>> 24;
|
||||
if (P1 == 255) {
|
||||
return -1;
|
||||
}
|
||||
return O1 == 0 ? -2 : -3;
|
||||
return P1 == 0 ? -2 : -3;
|
||||
}
|
||||
|
||||
@Override // c.f.g.e.j
|
||||
|
|
|
@ -39,7 +39,7 @@ public class a extends DraweeView<GenericDraweeHierarchy> {
|
|||
b.b();
|
||||
b.b();
|
||||
c.f.g.f.a aVar = new c.f.g.f.a(context.getResources());
|
||||
AnimatableValueParser.N2(aVar, context, attributeSet);
|
||||
AnimatableValueParser.O2(aVar, context, attributeSet);
|
||||
b.b();
|
||||
setAspectRatio(aVar.e);
|
||||
setHierarchy(aVar.a());
|
||||
|
|
|
@ -31,12 +31,12 @@ public class d {
|
|||
if (inputStream.markSupported()) {
|
||||
try {
|
||||
inputStream.mark(i2);
|
||||
i = AnimatableValueParser.d2(inputStream, bArr, 0, i2);
|
||||
i = AnimatableValueParser.e2(inputStream, bArr, 0, i2);
|
||||
} finally {
|
||||
inputStream.reset();
|
||||
}
|
||||
} else {
|
||||
i = AnimatableValueParser.d2(inputStream, bArr, 0, i2);
|
||||
i = AnimatableValueParser.e2(inputStream, bArr, 0, i2);
|
||||
}
|
||||
c b = c2.d.b(bArr, i);
|
||||
if (!(b == null || b == c.a)) {
|
||||
|
|
|
@ -73,10 +73,10 @@ public class c {
|
|||
}
|
||||
|
||||
public String toString() {
|
||||
i J2 = AnimatableValueParser.J2(this);
|
||||
J2.c("imageCacheKey", this.a);
|
||||
J2.a("frameIndex", this.b);
|
||||
return J2.toString();
|
||||
i K2 = AnimatableValueParser.K2(this);
|
||||
K2.c("imageCacheKey", this.a);
|
||||
K2.a("frameIndex", this.b);
|
||||
return K2.toString();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -34,17 +34,17 @@ public class b {
|
|||
|
||||
public String toString() {
|
||||
StringBuilder P = a.P("ImageDecodeOptions{");
|
||||
i J2 = AnimatableValueParser.J2(this);
|
||||
J2.a("minDecodeIntervalMs", this.b);
|
||||
J2.a("maxDimensionPx", this.f437c);
|
||||
J2.b("decodePreviewFrame", false);
|
||||
J2.b("useLastFrameForPreview", false);
|
||||
J2.b("decodeAllFrames", false);
|
||||
J2.b("forceStaticImage", false);
|
||||
J2.c("bitmapConfigName", this.d.name());
|
||||
J2.c("customImageDecoder", null);
|
||||
J2.c("bitmapTransformation", null);
|
||||
J2.c("colorSpace", null);
|
||||
return a.H(P, J2.toString(), "}");
|
||||
i K2 = AnimatableValueParser.K2(this);
|
||||
K2.a("minDecodeIntervalMs", this.b);
|
||||
K2.a("maxDimensionPx", this.f437c);
|
||||
K2.b("decodePreviewFrame", false);
|
||||
K2.b("useLastFrameForPreview", false);
|
||||
K2.b("decodeAllFrames", false);
|
||||
K2.b("forceStaticImage", false);
|
||||
K2.c("bitmapConfigName", this.d.name());
|
||||
K2.c("customImageDecoder", null);
|
||||
K2.c("bitmapTransformation", null);
|
||||
K2.c("colorSpace", null);
|
||||
return a.H(P, K2.toString(), "}");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@ public class d {
|
|||
AnimatableValueParser.B(false);
|
||||
} else {
|
||||
int i4 = ((this.b << 8) + read) - 2;
|
||||
AnimatableValueParser.E2(inputStream, (long) i4);
|
||||
AnimatableValueParser.F2(inputStream, (long) i4);
|
||||
this.f460c += i4;
|
||||
this.a = 2;
|
||||
}
|
||||
|
@ -123,7 +123,7 @@ public class d {
|
|||
}
|
||||
f fVar = new f(eVar.e(), this.h.get(16384), this.h);
|
||||
try {
|
||||
AnimatableValueParser.E2(fVar, (long) this.f460c);
|
||||
AnimatableValueParser.F2(fVar, (long) this.f460c);
|
||||
boolean a = a(fVar);
|
||||
c.f.d.d.a.b(fVar);
|
||||
return a;
|
||||
|
|
|
@ -179,7 +179,7 @@ public class e implements Closeable {
|
|||
boolean z3;
|
||||
int i3;
|
||||
int i4;
|
||||
int l2;
|
||||
int m2;
|
||||
c b = d.b(e());
|
||||
this.k = b;
|
||||
int i5 = 0;
|
||||
|
@ -209,7 +209,7 @@ public class e implements Closeable {
|
|||
inputStream = AnimatableValueParser.P0(e);
|
||||
} else if ("VP8X".equals(sb2)) {
|
||||
e.skip(8);
|
||||
Pair pair2 = new Pair(Integer.valueOf(AnimatableValueParser.f2(e) + 1), Integer.valueOf(AnimatableValueParser.f2(e) + 1));
|
||||
Pair pair2 = new Pair(Integer.valueOf(AnimatableValueParser.g2(e) + 1), Integer.valueOf(AnimatableValueParser.g2(e) + 1));
|
||||
try {
|
||||
e.close();
|
||||
} catch (IOException e2) {
|
||||
|
@ -275,12 +275,12 @@ public class e implements Closeable {
|
|||
try {
|
||||
Objects.requireNonNull(e7);
|
||||
while (true) {
|
||||
if (AnimatableValueParser.l2(e7, 1, false) != 255) {
|
||||
if (AnimatableValueParser.m2(e7, 1, false) != 255) {
|
||||
break;
|
||||
}
|
||||
int i7 = 255;
|
||||
while (i7 == 255) {
|
||||
i7 = AnimatableValueParser.l2(e7, 1, false);
|
||||
i7 = AnimatableValueParser.m2(e7, 1, false);
|
||||
}
|
||||
if (i7 == 225) {
|
||||
z2 = true;
|
||||
|
@ -292,24 +292,24 @@ public class e implements Closeable {
|
|||
} else if (i7 == 218) {
|
||||
break;
|
||||
} else {
|
||||
e7.skip((long) (AnimatableValueParser.l2(e7, 2, false) - 2));
|
||||
e7.skip((long) (AnimatableValueParser.m2(e7, 2, false) - 2));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
z2 = false;
|
||||
if (z2 && (l2 = AnimatableValueParser.l2(e7, 2, false) - 2) > 6) {
|
||||
int l22 = AnimatableValueParser.l2(e7, 4, false);
|
||||
int l23 = AnimatableValueParser.l2(e7, 2, false);
|
||||
i = (l2 - 4) - 2;
|
||||
if (l22 == 1165519206 && l23 == 0) {
|
||||
if (z2 && (m2 = AnimatableValueParser.m2(e7, 2, false) - 2) > 6) {
|
||||
int m22 = AnimatableValueParser.m2(e7, 4, false);
|
||||
int m23 = AnimatableValueParser.m2(e7, 2, false);
|
||||
i = (m2 - 4) - 2;
|
||||
if (m22 == 1165519206 && m23 == 0) {
|
||||
if (i == 0) {
|
||||
if (i > 8) {
|
||||
int l24 = AnimatableValueParser.l2(e7, 4, false);
|
||||
int m24 = AnimatableValueParser.m2(e7, 4, false);
|
||||
int i8 = i - 4;
|
||||
if (l24 == 1229531648 || l24 == 1296891946) {
|
||||
z3 = l24 == 1229531648;
|
||||
i2 = AnimatableValueParser.l2(e7, 4, z3);
|
||||
if (m24 == 1229531648 || m24 == 1296891946) {
|
||||
z3 = m24 == 1229531648;
|
||||
i2 = AnimatableValueParser.m2(e7, 4, z3);
|
||||
i3 = i8 - 4;
|
||||
if (i2 < 8 || i2 - 8 > i3) {
|
||||
c.f.d.e.a.a(c.f.k.c.class, "Invalid offset");
|
||||
|
@ -321,27 +321,27 @@ public class e implements Closeable {
|
|||
e7.skip((long) i9);
|
||||
int i10 = i3 - i9;
|
||||
if (i10 >= 14) {
|
||||
int l25 = AnimatableValueParser.l2(e7, 2, z3);
|
||||
int m25 = AnimatableValueParser.m2(e7, 2, z3);
|
||||
int i11 = i10 - 2;
|
||||
while (true) {
|
||||
int i12 = l25 - 1;
|
||||
if (l25 <= 0 || i11 < 12) {
|
||||
int i12 = m25 - 1;
|
||||
if (m25 <= 0 || i11 < 12) {
|
||||
break;
|
||||
}
|
||||
i4 = i11 - 2;
|
||||
if (AnimatableValueParser.l2(e7, 2, z3) == 274) {
|
||||
if (AnimatableValueParser.m2(e7, 2, z3) == 274) {
|
||||
break;
|
||||
}
|
||||
e7.skip(10);
|
||||
i11 = i4 - 10;
|
||||
l25 = i12;
|
||||
m25 = i12;
|
||||
}
|
||||
}
|
||||
i4 = 0;
|
||||
if (i4 >= 10) {
|
||||
if (AnimatableValueParser.l2(e7, 2, z3) == 3) {
|
||||
if (AnimatableValueParser.l2(e7, 4, z3) == 1) {
|
||||
i5 = AnimatableValueParser.l2(e7, 2, z3);
|
||||
if (AnimatableValueParser.m2(e7, 2, z3) == 3) {
|
||||
if (AnimatableValueParser.m2(e7, 4, z3) == 1) {
|
||||
i5 = AnimatableValueParser.m2(e7, 2, z3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ public class f0 extends g0 implements j1<e> {
|
|||
@Override // c.f.j.p.j1
|
||||
public boolean a(c.f.j.d.e eVar) {
|
||||
Rect rect = e;
|
||||
return AnimatableValueParser.n1(rect.width(), rect.height(), eVar);
|
||||
return AnimatableValueParser.o1(rect.width(), rect.height(), eVar);
|
||||
}
|
||||
|
||||
@Override // c.f.j.p.g0
|
||||
|
@ -76,11 +76,11 @@ public class f0 extends g0 implements j1<e> {
|
|||
int i;
|
||||
Cursor queryMiniThumbnail;
|
||||
Rect rect = f;
|
||||
if (AnimatableValueParser.n1(rect.width(), rect.height(), eVar)) {
|
||||
if (AnimatableValueParser.o1(rect.width(), rect.height(), eVar)) {
|
||||
i = 3;
|
||||
} else {
|
||||
Rect rect2 = e;
|
||||
i = AnimatableValueParser.n1(rect2.width(), rect2.height(), eVar) ? 1 : 0;
|
||||
i = AnimatableValueParser.o1(rect2.width(), rect2.height(), eVar) ? 1 : 0;
|
||||
}
|
||||
if (i == 0 || (queryMiniThumbnail = MediaStore.Images.Thumbnails.queryMiniThumbnail(this.g, j, i, d)) == null) {
|
||||
return null;
|
||||
|
|
|
@ -32,7 +32,7 @@ public class i1 implements v0<e> {
|
|||
@Override // c.f.j.p.b
|
||||
public void i(Object obj, int i) {
|
||||
e eVar = (e) obj;
|
||||
if (eVar != null && (b.f(i) || AnimatableValueParser.o1(eVar, this.e))) {
|
||||
if (eVar != null && (b.f(i) || AnimatableValueParser.p1(eVar, this.e))) {
|
||||
this.b.b(eVar, i);
|
||||
} else if (b.e(i)) {
|
||||
if (eVar != null) {
|
||||
|
|
|
@ -29,15 +29,15 @@ public class k implements v0<e> {
|
|||
e eVar = (e) obj;
|
||||
ImageRequest e = this.f493c.e();
|
||||
boolean e2 = b.e(i);
|
||||
boolean o1 = AnimatableValueParser.o1(eVar, e.i);
|
||||
if (eVar != null && (o1 || e.g)) {
|
||||
if (!e2 || !o1) {
|
||||
boolean p1 = AnimatableValueParser.p1(eVar, e.i);
|
||||
if (eVar != null && (p1 || e.g)) {
|
||||
if (!e2 || !p1) {
|
||||
this.b.b(eVar, i & -2);
|
||||
} else {
|
||||
this.b.b(eVar, i);
|
||||
}
|
||||
}
|
||||
if (e2 && !o1) {
|
||||
if (e2 && !p1) {
|
||||
if (eVar != null) {
|
||||
eVar.close();
|
||||
}
|
||||
|
|
|
@ -252,9 +252,9 @@ public final class c extends b implements e0 {
|
|||
int i9 = 0;
|
||||
while (true) {
|
||||
if (i9 < actualTypeArguments.length) {
|
||||
TypeVariable<?> K1 = AnimatableValueParser.K1(actualTypeArguments[i9]);
|
||||
if (K1 != null) {
|
||||
String name = K1.getName();
|
||||
TypeVariable<?> L1 = AnimatableValueParser.L1(actualTypeArguments[i9]);
|
||||
if (L1 != null) {
|
||||
String name = L1.getName();
|
||||
if (name == null) {
|
||||
jVar = jVar2;
|
||||
break;
|
||||
|
@ -292,7 +292,7 @@ public final class c extends b implements e0 {
|
|||
if (i11 >= length3) {
|
||||
z2 = true;
|
||||
break;
|
||||
} else if (!AnimatableValueParser.c2(bVar2, f, bounds[i11])) {
|
||||
} else if (!AnimatableValueParser.d2(bVar2, f, bounds[i11])) {
|
||||
z2 = false;
|
||||
break;
|
||||
} else {
|
||||
|
|
|
@ -1095,7 +1095,7 @@ public class f extends b implements Serializable {
|
|||
if (set != null || (d6 != null && !d6.isEmpty())) {
|
||||
Iterator it5 = arrayList.iterator();
|
||||
while (it5.hasNext()) {
|
||||
if (AnimatableValueParser.C2(((c) it5.next())._name._value, d6, set)) {
|
||||
if (AnimatableValueParser.D2(((c) it5.next())._name._value, d6, set)) {
|
||||
it5.remove();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@ public abstract class d extends q0<Object> implements i, o {
|
|||
ArrayList arrayList2 = cVarArr2 == null ? null : new ArrayList(length);
|
||||
for (int i = 0; i < length; i++) {
|
||||
c cVar = cVarArr[i];
|
||||
if (!AnimatableValueParser.C2(cVar._name._value, set, set2)) {
|
||||
if (!AnimatableValueParser.D2(cVar._name._value, set, set2)) {
|
||||
arrayList.add(cVar);
|
||||
if (cVarArr2 != null) {
|
||||
arrayList2.add(cVarArr2[i]);
|
||||
|
|
|
@ -14,7 +14,7 @@ import java.util.Set;
|
|||
import java.util.regex.Pattern;
|
||||
/* compiled from: CCTDestination */
|
||||
public final class a implements d {
|
||||
public static final String a = AnimatableValueParser.M1("hts/frbslgiggolai.o/0clgbthfra=snpoo", "tp:/ieaeogn.ogepscmvc/o/ac?omtjo_rt3");
|
||||
public static final String a = AnimatableValueParser.N1("hts/frbslgiggolai.o/0clgbthfra=snpoo", "tp:/ieaeogn.ogepscmvc/o/ac?omtjo_rt3");
|
||||
public static final String b;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
|
@ -27,11 +27,11 @@ public final class a implements d {
|
|||
public final String g;
|
||||
|
||||
static {
|
||||
String M1 = AnimatableValueParser.M1("hts/frbslgigp.ogepscmv/ieo/eaybtho", "tp:/ieaeogn-agolai.o/1frlglgc/aclg");
|
||||
b = M1;
|
||||
String M12 = AnimatableValueParser.M1("AzSCki82AwsLzKd5O8zo", "IayckHiZRO1EFl1aGoK");
|
||||
f600c = M12;
|
||||
e = new a(M1, M12);
|
||||
String N1 = AnimatableValueParser.N1("hts/frbslgigp.ogepscmv/ieo/eaybtho", "tp:/ieaeogn-agolai.o/1frlglgc/aclg");
|
||||
b = N1;
|
||||
String N12 = AnimatableValueParser.N1("AzSCki82AwsLzKd5O8zo", "IayckHiZRO1EFl1aGoK");
|
||||
f600c = N12;
|
||||
e = new a(N1, N12);
|
||||
}
|
||||
|
||||
public a(@NonNull String str, @Nullable String str2) {
|
||||
|
|
|
@ -213,7 +213,7 @@ public final class d implements m {
|
|||
}
|
||||
}
|
||||
try {
|
||||
b bVar3 = (b) AnimatableValueParser.v2(5, new a(url, dVar, str2), new b(this), c.a);
|
||||
b bVar3 = (b) AnimatableValueParser.w2(5, new a(url, dVar, str2), new b(this), c.a);
|
||||
int i = bVar3.a;
|
||||
if (i == 200) {
|
||||
return new c.i.a.b.j.q.b(g.a.OK, bVar3.f603c);
|
||||
|
|
|
@ -55,7 +55,7 @@ public final class c extends c.i.a.c.a2.a {
|
|||
} else {
|
||||
w wVar = new w(16);
|
||||
System.arraycopy(bArr, 0, wVar.a, 0, 2);
|
||||
wVar.C(AnimatableValueParser.b2(iVar, wVar.a, 2, 14));
|
||||
wVar.C(AnimatableValueParser.c2(iVar, wVar.a, 2, 14));
|
||||
iVar.k();
|
||||
iVar.g((int) (f - iVar.getPosition()));
|
||||
z2 = m.b(wVar, oVar, i, aVar);
|
||||
|
|
|
@ -59,7 +59,7 @@ public final class d implements h {
|
|||
|
||||
@Override // c.i.a.c.a2.h
|
||||
public boolean b(i iVar) throws IOException {
|
||||
AnimatableValueParser.a2(iVar, false);
|
||||
AnimatableValueParser.b2(iVar, false);
|
||||
byte[] bArr = new byte[4];
|
||||
iVar.n(bArr, 0, 4);
|
||||
return (((((((long) bArr[0]) & 255) << 24) | ((((long) bArr[1]) & 255) << 16)) | ((((long) bArr[2]) & 255) << 8)) | (255 & ((long) bArr[3]))) == 1716281667;
|
||||
|
@ -82,9 +82,9 @@ public final class d implements h {
|
|||
if (i == 0) {
|
||||
iVar.k();
|
||||
long f = iVar.f();
|
||||
Metadata a2 = AnimatableValueParser.a2(iVar, !this.f658c);
|
||||
Metadata b2 = AnimatableValueParser.b2(iVar, !this.f658c);
|
||||
iVar.l((int) (iVar.f() - f));
|
||||
this.h = a2;
|
||||
this.h = b2;
|
||||
this.g = 1;
|
||||
return 0;
|
||||
} else if (i != 1) {
|
||||
|
@ -143,7 +143,7 @@ public final class d implements h {
|
|||
i5 = 6;
|
||||
}
|
||||
w wVar = new w(i5);
|
||||
wVar.C(AnimatableValueParser.b2(iVar, wVar.a, 0, i5));
|
||||
wVar.C(AnimatableValueParser.c2(iVar, wVar.a, 0, i5));
|
||||
iVar.k();
|
||||
try {
|
||||
long y2 = wVar.y();
|
||||
|
@ -271,13 +271,13 @@ public final class d implements h {
|
|||
} else if (g == i4) {
|
||||
w wVar7 = new w(g2);
|
||||
iVar.readFully(wVar7.a, r4, g2);
|
||||
oVar4 = oVar4.b(AnimatableValueParser.n2(wVar7));
|
||||
oVar4 = oVar4.b(AnimatableValueParser.o2(wVar7));
|
||||
} else {
|
||||
if (g == i3) {
|
||||
w wVar8 = new w(g2);
|
||||
iVar.readFully(wVar8.a, r4, g2);
|
||||
wVar8.E(i3);
|
||||
oVar = new o(oVar4.a, oVar4.b, oVar4.f763c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Arrays.asList(AnimatableValueParser.p2(wVar8, r4, r4).a), Collections.emptyList())));
|
||||
oVar = new o(oVar4.a, oVar4.b, oVar4.f763c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Arrays.asList(AnimatableValueParser.q2(wVar8, r4, r4).a), Collections.emptyList())));
|
||||
z2 = f2;
|
||||
} else if (g == 6) {
|
||||
w wVar9 = new w(g2);
|
||||
|
|
|
@ -36,13 +36,13 @@ public final class e {
|
|||
XmlPullParser newPullParser = XmlPullParserFactory.newInstance().newPullParser();
|
||||
newPullParser.setInput(new StringReader(str));
|
||||
newPullParser.next();
|
||||
if (AnimatableValueParser.y1(newPullParser, "x:xmpmeta")) {
|
||||
if (AnimatableValueParser.z1(newPullParser, "x:xmpmeta")) {
|
||||
a<Object> aVar = u.j;
|
||||
u<Object> uVar = q0.k;
|
||||
long j2 = -9223372036854775807L;
|
||||
do {
|
||||
newPullParser.next();
|
||||
if (AnimatableValueParser.y1(newPullParser, "rdf:Description")) {
|
||||
if (AnimatableValueParser.z1(newPullParser, "rdf:Description")) {
|
||||
String[] strArr = a;
|
||||
int length = strArr.length;
|
||||
int i = 0;
|
||||
|
@ -96,12 +96,12 @@ public final class e {
|
|||
i3++;
|
||||
}
|
||||
j2 = j;
|
||||
} else if (AnimatableValueParser.y1(newPullParser, "Container:Directory")) {
|
||||
} else if (AnimatableValueParser.z1(newPullParser, "Container:Directory")) {
|
||||
uVar = b(newPullParser, "Container", "Item");
|
||||
} else if (AnimatableValueParser.y1(newPullParser, "GContainer:Directory")) {
|
||||
} else if (AnimatableValueParser.z1(newPullParser, "GContainer:Directory")) {
|
||||
uVar = b(newPullParser, "GContainer", "GContainerItem");
|
||||
}
|
||||
} while (!AnimatableValueParser.j1(newPullParser, "x:xmpmeta"));
|
||||
} while (!AnimatableValueParser.k1(newPullParser, "x:xmpmeta"));
|
||||
if (uVar.isEmpty()) {
|
||||
return null;
|
||||
}
|
||||
|
@ -120,7 +120,7 @@ public final class e {
|
|||
int i = 0;
|
||||
do {
|
||||
xmlPullParser.next();
|
||||
if (AnimatableValueParser.y1(xmlPullParser, u)) {
|
||||
if (AnimatableValueParser.z1(xmlPullParser, u)) {
|
||||
String u3 = c.d.b.a.a.u(str2, ":Mime");
|
||||
String u4 = c.d.b.a.a.u(str2, ":Semantic");
|
||||
String u5 = c.d.b.a.a.u(str2, ":Length");
|
||||
|
@ -140,7 +140,7 @@ public final class e {
|
|||
objArr[i] = aVar2;
|
||||
i = i2;
|
||||
}
|
||||
} while (!AnimatableValueParser.j1(xmlPullParser, u2));
|
||||
} while (!AnimatableValueParser.k1(xmlPullParser, u2));
|
||||
return u.l(objArr, i);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -279,8 +279,8 @@ public class g implements h {
|
|||
arrayList = new ArrayList();
|
||||
}
|
||||
byte[] bArr = bVar.b.a;
|
||||
j X1 = AnimatableValueParser.X1(bArr);
|
||||
UUID uuid = X1 == null ? null : X1.a;
|
||||
j Y1 = AnimatableValueParser.Y1(bArr);
|
||||
UUID uuid = Y1 == null ? null : Y1.a;
|
||||
if (uuid == null) {
|
||||
Log.w("FragmentedMp4Extractor", "Skipped pssh atom (failed to extract uuid)");
|
||||
} else {
|
||||
|
|
|
@ -85,10 +85,10 @@ public final class c extends i {
|
|||
bVar.a = oVar2.e(Arrays.copyOfRange(bArr, 9, wVar.f921c), null);
|
||||
return true;
|
||||
} else if ((bArr[0] & Byte.MAX_VALUE) == 3) {
|
||||
o.a n2 = AnimatableValueParser.n2(wVar);
|
||||
o b = oVar.b(n2);
|
||||
o.a o2 = AnimatableValueParser.o2(wVar);
|
||||
o b = oVar.b(o2);
|
||||
this.n = b;
|
||||
this.o = new a(b, n2);
|
||||
this.o = new a(b, o2);
|
||||
return true;
|
||||
} else {
|
||||
if (!(bArr[0] == -1)) {
|
||||
|
|
|
@ -42,7 +42,7 @@ public class d implements h {
|
|||
} else {
|
||||
wVar.D(0);
|
||||
try {
|
||||
z2 = AnimatableValueParser.P2(1, wVar, true);
|
||||
z2 = AnimatableValueParser.Q2(1, wVar, true);
|
||||
} catch (ParserException unused) {
|
||||
z2 = false;
|
||||
}
|
||||
|
|
|
@ -108,7 +108,7 @@ public final class j extends i {
|
|||
}
|
||||
a0 a0Var = this.q;
|
||||
if (a0Var == null) {
|
||||
AnimatableValueParser.P2(1, wVar, false);
|
||||
AnimatableValueParser.Q2(1, wVar, false);
|
||||
int k = wVar.k();
|
||||
int s2 = wVar.s();
|
||||
int k2 = wVar.k();
|
||||
|
@ -123,14 +123,14 @@ public final class j extends i {
|
|||
} else {
|
||||
y yVar = this.r;
|
||||
if (yVar == null) {
|
||||
this.r = AnimatableValueParser.p2(wVar, true, true);
|
||||
this.r = AnimatableValueParser.q2(wVar, true, true);
|
||||
} else {
|
||||
int i7 = wVar.f921c;
|
||||
byte[] bArr3 = new byte[i7];
|
||||
System.arraycopy(wVar.a, 0, bArr3, 0, i7);
|
||||
int i8 = a0Var.a;
|
||||
int i9 = 5;
|
||||
AnimatableValueParser.P2(5, wVar, false);
|
||||
AnimatableValueParser.Q2(5, wVar, false);
|
||||
int s4 = wVar.s() + 1;
|
||||
x xVar = new x(wVar.a);
|
||||
xVar.c(wVar.b * 8);
|
||||
|
|
|
@ -50,9 +50,9 @@ public final class f0 extends c.i.a.c.a2.a {
|
|||
if (i3 > i) {
|
||||
break;
|
||||
}
|
||||
long m2 = AnimatableValueParser.m2(wVar, i2, this.f726c);
|
||||
if (m2 != -9223372036854775807L) {
|
||||
long b = this.a.b(m2);
|
||||
long n2 = AnimatableValueParser.n2(wVar, i2, this.f726c);
|
||||
if (n2 != -9223372036854775807L) {
|
||||
long b = this.a.b(n2);
|
||||
if (b > j) {
|
||||
return j4 == -9223372036854775807L ? a.e.a(b, position) : a.e.b(position + j3);
|
||||
}
|
||||
|
|
|
@ -489,9 +489,9 @@ public final class h0 implements h {
|
|||
if (i5 < i4) {
|
||||
break;
|
||||
} else if (wVar.a[i5] == 71) {
|
||||
long m2 = AnimatableValueParser.m2(wVar, i5, i3);
|
||||
if (m2 != -9223372036854775807L) {
|
||||
j = m2;
|
||||
long n2 = AnimatableValueParser.n2(wVar, i5, i3);
|
||||
if (n2 != -9223372036854775807L) {
|
||||
j = n2;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -520,9 +520,9 @@ public final class h0 implements h {
|
|||
break;
|
||||
}
|
||||
if (wVar2.a[i6] == 71) {
|
||||
long m22 = AnimatableValueParser.m2(wVar2, i6, i3);
|
||||
if (m22 != -9223372036854775807L) {
|
||||
j = m22;
|
||||
long n22 = AnimatableValueParser.n2(wVar2, i6, i3);
|
||||
if (n22 != -9223372036854775807L) {
|
||||
j = n22;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -220,7 +220,7 @@ public final class b implements h {
|
|||
|
||||
@Override // c.i.a.c.a2.h
|
||||
public boolean b(i iVar) throws IOException {
|
||||
return AnimatableValueParser.Z1(iVar) != null;
|
||||
return AnimatableValueParser.a2(iVar) != null;
|
||||
}
|
||||
|
||||
/* JADX WARNING: Removed duplicated region for block: B:27:0x006a */
|
||||
|
@ -233,17 +233,17 @@ public final class b implements h {
|
|||
int i3 = f0.a;
|
||||
boolean z2 = true;
|
||||
if (this.f758c == null) {
|
||||
c Z1 = AnimatableValueParser.Z1(iVar);
|
||||
if (Z1 != null) {
|
||||
int i4 = Z1.a;
|
||||
c a2 = AnimatableValueParser.a2(iVar);
|
||||
if (a2 != null) {
|
||||
int i4 = a2.a;
|
||||
if (i4 == 17) {
|
||||
this.f758c = new a(this.a, this.b, Z1);
|
||||
this.f758c = new a(this.a, this.b, a2);
|
||||
} else if (i4 == 6) {
|
||||
this.f758c = new c(this.a, this.b, Z1, "audio/g711-alaw", -1);
|
||||
this.f758c = new c(this.a, this.b, a2, "audio/g711-alaw", -1);
|
||||
} else if (i4 == 7) {
|
||||
this.f758c = new c(this.a, this.b, Z1, "audio/g711-mlaw", -1);
|
||||
this.f758c = new c(this.a, this.b, a2, "audio/g711-mlaw", -1);
|
||||
} else {
|
||||
int i5 = Z1.e;
|
||||
int i5 = a2.e;
|
||||
if (i4 != 1) {
|
||||
if (i4 == 3) {
|
||||
i2 = i5 == 32 ? 4 : 0;
|
||||
|
@ -253,10 +253,10 @@ public final class b implements h {
|
|||
} else if (i4 != 65534) {
|
||||
i = 0;
|
||||
if (i != 0) {
|
||||
this.f758c = new c(this.a, this.b, Z1, "audio/raw", i);
|
||||
this.f758c = new c(this.a, this.b, a2, "audio/raw", i);
|
||||
} else {
|
||||
StringBuilder P = c.d.b.a.a.P("Unsupported WAV format type: ");
|
||||
P.append(Z1.a);
|
||||
P.append(a2.a);
|
||||
throw new ParserException(P.toString());
|
||||
}
|
||||
}
|
||||
|
@ -274,31 +274,31 @@ public final class b implements h {
|
|||
Objects.requireNonNull(iVar);
|
||||
iVar.k();
|
||||
c.i.a.c.i2.w wVar = new c.i.a.c.i2.w(8);
|
||||
d a2 = d.a(iVar, wVar);
|
||||
d a3 = d.a(iVar, wVar);
|
||||
while (true) {
|
||||
int i6 = a2.a;
|
||||
int i6 = a3.a;
|
||||
if (i6 != 1684108385) {
|
||||
if (!(i6 == 1380533830 || i6 == 1718449184)) {
|
||||
StringBuilder P2 = c.d.b.a.a.P("Ignoring unknown WAV chunk: ");
|
||||
P2.append(a2.a);
|
||||
P2.append(a3.a);
|
||||
Log.w("WavHeaderReader", P2.toString());
|
||||
}
|
||||
long j = a2.b + 8;
|
||||
if (a2.a == 1380533830) {
|
||||
long j = a3.b + 8;
|
||||
if (a3.a == 1380533830) {
|
||||
j = 12;
|
||||
}
|
||||
if (j <= 2147483647L) {
|
||||
iVar.l((int) j);
|
||||
a2 = d.a(iVar, wVar);
|
||||
a3 = d.a(iVar, wVar);
|
||||
} else {
|
||||
StringBuilder P3 = c.d.b.a.a.P("Chunk is too large (~2GB+) to skip; id: ");
|
||||
P3.append(a2.a);
|
||||
P3.append(a3.a);
|
||||
throw new ParserException(P3.toString());
|
||||
}
|
||||
} else {
|
||||
iVar.l(8);
|
||||
long position = iVar.getPosition();
|
||||
long j2 = a2.b + position;
|
||||
long j2 = a3.b + position;
|
||||
long b = iVar.b();
|
||||
if (b != -1 && j2 > b) {
|
||||
StringBuilder S = c.d.b.a.a.S("Data exceeds input length: ", j2, ", ");
|
||||
|
|
|
@ -230,7 +230,7 @@ public final class c extends d {
|
|||
char c2;
|
||||
do {
|
||||
xmlPullParser.next();
|
||||
if (AnimatableValueParser.y1(xmlPullParser, "style")) {
|
||||
if (AnimatableValueParser.z1(xmlPullParser, "style")) {
|
||||
String t03 = AnimatableValueParser.t0(xmlPullParser, "style");
|
||||
f r2 = r(xmlPullParser, new f());
|
||||
if (t03 != null) {
|
||||
|
@ -242,7 +242,7 @@ public final class c extends d {
|
|||
if (str2 != null) {
|
||||
map.put(str2, r2);
|
||||
}
|
||||
} else if (AnimatableValueParser.y1(xmlPullParser, ModelAuditLogEntry.CHANGE_KEY_REGION)) {
|
||||
} else if (AnimatableValueParser.z1(xmlPullParser, ModelAuditLogEntry.CHANGE_KEY_REGION)) {
|
||||
String t04 = AnimatableValueParser.t0(xmlPullParser, ModelAuditLogEntry.CHANGE_KEY_ID);
|
||||
if (t04 != null) {
|
||||
String t05 = AnimatableValueParser.t0(xmlPullParser, "origin");
|
||||
|
@ -401,15 +401,15 @@ public final class c extends d {
|
|||
eVar = null;
|
||||
if (eVar != null) {
|
||||
}
|
||||
} else if (AnimatableValueParser.y1(xmlPullParser, "metadata")) {
|
||||
} else if (AnimatableValueParser.z1(xmlPullParser, "metadata")) {
|
||||
do {
|
||||
xmlPullParser.next();
|
||||
if (AnimatableValueParser.y1(xmlPullParser, "image") && (t0 = AnimatableValueParser.t0(xmlPullParser, ModelAuditLogEntry.CHANGE_KEY_ID)) != null) {
|
||||
if (AnimatableValueParser.z1(xmlPullParser, "image") && (t0 = AnimatableValueParser.t0(xmlPullParser, ModelAuditLogEntry.CHANGE_KEY_ID)) != null) {
|
||||
map3.put(t0, xmlPullParser.nextText());
|
||||
}
|
||||
} while (!AnimatableValueParser.j1(xmlPullParser, "metadata"));
|
||||
} while (!AnimatableValueParser.k1(xmlPullParser, "metadata"));
|
||||
}
|
||||
} while (!AnimatableValueParser.j1(xmlPullParser, "head"));
|
||||
} while (!AnimatableValueParser.k1(xmlPullParser, "head"));
|
||||
return map;
|
||||
}
|
||||
|
||||
|
|
|
@ -165,41 +165,41 @@ public final class d {
|
|||
e eVar = map2.get(str2);
|
||||
Objects.requireNonNull(eVar);
|
||||
int i3 = eVar.j;
|
||||
f t2 = AnimatableValueParser.t2(this.f, this.g, map);
|
||||
f u2 = AnimatableValueParser.u2(this.f, this.g, map);
|
||||
SpannableStringBuilder spannableStringBuilder = (SpannableStringBuilder) bVar.a;
|
||||
if (spannableStringBuilder == null) {
|
||||
spannableStringBuilder = new SpannableStringBuilder();
|
||||
bVar.a = spannableStringBuilder;
|
||||
}
|
||||
if (t2 != null) {
|
||||
if (u2 != null) {
|
||||
d dVar2 = this.j;
|
||||
if (t2.b() != -1) {
|
||||
spannableStringBuilder.setSpan(new StyleSpan(t2.b()), intValue, intValue2, 33);
|
||||
if (u2.b() != -1) {
|
||||
spannableStringBuilder.setSpan(new StyleSpan(u2.b()), intValue, intValue2, 33);
|
||||
}
|
||||
if (t2.f == 1) {
|
||||
if (u2.f == 1) {
|
||||
spannableStringBuilder.setSpan(new StrikethroughSpan(), intValue, intValue2, 33);
|
||||
}
|
||||
if (t2.g == 1) {
|
||||
if (u2.g == 1) {
|
||||
spannableStringBuilder.setSpan(new UnderlineSpan(), intValue, intValue2, 33);
|
||||
}
|
||||
if (t2.f859c) {
|
||||
if (t2.f859c) {
|
||||
AnimatableValueParser.c(spannableStringBuilder, new ForegroundColorSpan(t2.b), intValue, intValue2, 33);
|
||||
if (u2.f859c) {
|
||||
if (u2.f859c) {
|
||||
AnimatableValueParser.c(spannableStringBuilder, new ForegroundColorSpan(u2.b), intValue, intValue2, 33);
|
||||
} else {
|
||||
throw new IllegalStateException("Font color has not been defined.");
|
||||
}
|
||||
}
|
||||
if (t2.e) {
|
||||
if (t2.e) {
|
||||
AnimatableValueParser.c(spannableStringBuilder, new BackgroundColorSpan(t2.d), intValue, intValue2, 33);
|
||||
if (u2.e) {
|
||||
if (u2.e) {
|
||||
AnimatableValueParser.c(spannableStringBuilder, new BackgroundColorSpan(u2.d), intValue, intValue2, 33);
|
||||
} else {
|
||||
throw new IllegalStateException("Background color has not been defined.");
|
||||
}
|
||||
}
|
||||
if (t2.a != null) {
|
||||
AnimatableValueParser.c(spannableStringBuilder, new TypefaceSpan(t2.a), intValue, intValue2, 33);
|
||||
if (u2.a != null) {
|
||||
AnimatableValueParser.c(spannableStringBuilder, new TypefaceSpan(u2.a), intValue, intValue2, 33);
|
||||
}
|
||||
b bVar2 = t2.q;
|
||||
b bVar2 = u2.q;
|
||||
if (bVar2 != null) {
|
||||
int i4 = bVar2.f;
|
||||
it = it2;
|
||||
|
@ -217,15 +217,15 @@ public final class d {
|
|||
} else {
|
||||
it = it2;
|
||||
}
|
||||
int i6 = t2.m;
|
||||
int i6 = u2.m;
|
||||
if (i6 == 2) {
|
||||
while (true) {
|
||||
if (dVar2 == null) {
|
||||
dVar2 = null;
|
||||
break;
|
||||
}
|
||||
f t22 = AnimatableValueParser.t2(dVar2.f, dVar2.g, map);
|
||||
if (t22 != null && t22.m == 1) {
|
||||
f u22 = AnimatableValueParser.u2(dVar2.f, dVar2.g, map);
|
||||
if (u22 != null && u22.m == 1) {
|
||||
break;
|
||||
}
|
||||
dVar2 = dVar2.j;
|
||||
|
@ -239,8 +239,8 @@ public final class d {
|
|||
break;
|
||||
}
|
||||
d dVar3 = (d) arrayDeque.pop();
|
||||
f t23 = AnimatableValueParser.t2(dVar3.f, dVar3.g, map);
|
||||
if (t23 != null && t23.m == 3) {
|
||||
f u23 = AnimatableValueParser.u2(dVar3.f, dVar3.g, map);
|
||||
if (u23 != null && u23.m == 3) {
|
||||
dVar = dVar3;
|
||||
break;
|
||||
}
|
||||
|
@ -256,39 +256,39 @@ public final class d {
|
|||
int i7 = f0.a;
|
||||
f fVar = dVar2.f;
|
||||
spannableStringBuilder.setSpan(new b(str3, fVar != null ? fVar.n : -1), intValue, intValue2, 33);
|
||||
if (t2.p == 1) {
|
||||
if (u2.p == 1) {
|
||||
z2 = true;
|
||||
}
|
||||
if (z2) {
|
||||
AnimatableValueParser.c(spannableStringBuilder, new a(), intValue, intValue2, 33);
|
||||
}
|
||||
i = t2.j;
|
||||
i = u2.j;
|
||||
if (i == 1) {
|
||||
AnimatableValueParser.c(spannableStringBuilder, new AbsoluteSizeSpan((int) t2.k, true), intValue, intValue2, 33);
|
||||
AnimatableValueParser.c(spannableStringBuilder, new AbsoluteSizeSpan((int) u2.k, true), intValue, intValue2, 33);
|
||||
} else if (i == 2) {
|
||||
AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(t2.k), intValue, intValue2, 33);
|
||||
AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(u2.k), intValue, intValue2, 33);
|
||||
} else if (i == 3) {
|
||||
AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(t2.k / 100.0f), intValue, intValue2, 33);
|
||||
AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(u2.k / 100.0f), intValue, intValue2, 33);
|
||||
}
|
||||
if (t2.r != Float.MAX_VALUE && "p".equals(this.a)) {
|
||||
bVar.p = (t2.r * -90.0f) / 100.0f;
|
||||
if (u2.r != Float.MAX_VALUE && "p".equals(this.a)) {
|
||||
bVar.p = (u2.r * -90.0f) / 100.0f;
|
||||
}
|
||||
bVar.f823c = t2.o;
|
||||
bVar.f823c = u2.o;
|
||||
it2 = it;
|
||||
}
|
||||
} else {
|
||||
z2 = false;
|
||||
}
|
||||
Log.i("TtmlRenderUtil", "Skipping rubyText node without exactly one text child.");
|
||||
if (t2.p == 1) {
|
||||
if (u2.p == 1) {
|
||||
}
|
||||
if (z2) {
|
||||
}
|
||||
i = t2.j;
|
||||
i = u2.j;
|
||||
if (i == 1) {
|
||||
}
|
||||
bVar.p = (t2.r * -90.0f) / 100.0f;
|
||||
bVar.f823c = t2.o;
|
||||
bVar.p = (u2.r * -90.0f) / 100.0f;
|
||||
bVar.f823c = u2.o;
|
||||
it2 = it;
|
||||
}
|
||||
}
|
||||
|
@ -296,15 +296,15 @@ public final class d {
|
|||
spannableStringBuilder.setSpan(new a(), intValue, intValue2, 33);
|
||||
}
|
||||
z2 = false;
|
||||
if (t2.p == 1) {
|
||||
if (u2.p == 1) {
|
||||
}
|
||||
if (z2) {
|
||||
}
|
||||
i = t2.j;
|
||||
i = u2.j;
|
||||
if (i == 1) {
|
||||
}
|
||||
bVar.p = (t2.r * -90.0f) / 100.0f;
|
||||
bVar.f823c = t2.o;
|
||||
bVar.p = (u2.r * -90.0f) / 100.0f;
|
||||
bVar.f823c = u2.o;
|
||||
it2 = it;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -99,8 +99,8 @@ public final class g extends View implements SubtitleView.a {
|
|||
int paddingBottom = height - getPaddingBottom();
|
||||
if (paddingBottom > paddingTop && width > paddingLeft) {
|
||||
int i17 = paddingBottom - paddingTop;
|
||||
float u2 = AnimatableValueParser.u2(gVar.k, gVar.l, height, i17);
|
||||
if (u2 > 0.0f) {
|
||||
float v2 = AnimatableValueParser.v2(gVar.k, gVar.l, height, i17);
|
||||
if (v2 > 0.0f) {
|
||||
int size = list.size();
|
||||
int i18 = 0;
|
||||
while (i18 < size) {
|
||||
|
@ -125,7 +125,7 @@ public final class g extends View implements SubtitleView.a {
|
|||
}
|
||||
cVar = a.a();
|
||||
}
|
||||
float u22 = AnimatableValueParser.u2(cVar.n, cVar.o, height, i17);
|
||||
float v22 = AnimatableValueParser.v2(cVar.n, cVar.o, height, i17);
|
||||
j jVar = gVar.i.get(i18);
|
||||
b bVar = gVar.m;
|
||||
float f4 = gVar.n;
|
||||
|
@ -155,8 +155,8 @@ public final class g extends View implements SubtitleView.a {
|
|||
jVar.w = bVar.e;
|
||||
jVar.v = bVar.f;
|
||||
jVar.f.setTypeface(bVar.g);
|
||||
jVar.f877x = u2;
|
||||
jVar.f878y = u22;
|
||||
jVar.f877x = v2;
|
||||
jVar.f878y = v22;
|
||||
jVar.f879z = f4;
|
||||
jVar.A = paddingLeft;
|
||||
jVar.B = paddingTop;
|
||||
|
@ -177,7 +177,7 @@ public final class g extends View implements SubtitleView.a {
|
|||
paddingTop = i4;
|
||||
width = i3;
|
||||
paddingBottom = i2;
|
||||
u2 = f;
|
||||
v2 = f;
|
||||
gVar = this;
|
||||
} else if (TextUtils.isEmpty(cVar.b)) {
|
||||
canvas2 = canvas3;
|
||||
|
@ -186,7 +186,7 @@ public final class g extends View implements SubtitleView.a {
|
|||
i3 = width;
|
||||
i2 = paddingBottom;
|
||||
i7 = i17;
|
||||
f = u2;
|
||||
f = v2;
|
||||
i6 = size;
|
||||
} else {
|
||||
i8 = cVar.l ? cVar.m : bVar.d;
|
||||
|
@ -194,14 +194,14 @@ public final class g extends View implements SubtitleView.a {
|
|||
charSequence = jVar.i;
|
||||
i6 = size;
|
||||
charSequence2 = cVar.b;
|
||||
if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && f0.a(jVar.j, cVar.f822c) && jVar.k == cVar.d && jVar.l == cVar.e && jVar.m == cVar.f && f0.a(Integer.valueOf(jVar.n), Integer.valueOf(cVar.g)) && jVar.o == cVar.h && f0.a(Integer.valueOf(jVar.p), Integer.valueOf(cVar.i)) && jVar.q == cVar.j && jVar.r == cVar.k && jVar.f876s == bVar.b && jVar.t == bVar.f821c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f877x == u2 && jVar.f878y == u22 && jVar.f879z == f4 && jVar.A == paddingLeft && jVar.B == paddingTop && jVar.C == width && jVar.D == paddingBottom) {
|
||||
if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && f0.a(jVar.j, cVar.f822c) && jVar.k == cVar.d && jVar.l == cVar.e && jVar.m == cVar.f && f0.a(Integer.valueOf(jVar.n), Integer.valueOf(cVar.g)) && jVar.o == cVar.h && f0.a(Integer.valueOf(jVar.p), Integer.valueOf(cVar.i)) && jVar.q == cVar.j && jVar.r == cVar.k && jVar.f876s == bVar.b && jVar.t == bVar.f821c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f877x == v2 && jVar.f878y == v22 && jVar.f879z == f4 && jVar.A == paddingLeft && jVar.B == paddingTop && jVar.C == width && jVar.D == paddingBottom) {
|
||||
jVar.a(canvas3, z4);
|
||||
canvas2 = canvas3;
|
||||
i5 = paddingLeft;
|
||||
i4 = paddingTop;
|
||||
i3 = width;
|
||||
i2 = paddingBottom;
|
||||
f = u2;
|
||||
f = v2;
|
||||
} else {
|
||||
jVar.i = cVar.b;
|
||||
jVar.j = cVar.f822c;
|
||||
|
@ -219,8 +219,8 @@ public final class g extends View implements SubtitleView.a {
|
|||
jVar.w = bVar.e;
|
||||
jVar.v = bVar.f;
|
||||
jVar.f.setTypeface(bVar.g);
|
||||
jVar.f877x = u2;
|
||||
jVar.f878y = u22;
|
||||
jVar.f877x = v2;
|
||||
jVar.f878y = v22;
|
||||
jVar.f879z = f4;
|
||||
jVar.A = paddingLeft;
|
||||
jVar.B = paddingTop;
|
||||
|
@ -246,7 +246,7 @@ public final class g extends View implements SubtitleView.a {
|
|||
i4 = paddingTop;
|
||||
i3 = width;
|
||||
i2 = paddingBottom;
|
||||
f = u2;
|
||||
f = v2;
|
||||
i = i18;
|
||||
z2 = z4;
|
||||
canvas2 = canvas3;
|
||||
|
@ -275,14 +275,14 @@ public final class g extends View implements SubtitleView.a {
|
|||
if (Color.alpha(jVar.t) > 0) {
|
||||
int i26 = jVar.w;
|
||||
if (i26 == 0 || i26 == 2) {
|
||||
f = u2;
|
||||
f = v2;
|
||||
spannableStringBuilder.setSpan(new BackgroundColorSpan(jVar.t), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK);
|
||||
} else {
|
||||
f = u2;
|
||||
f = v2;
|
||||
spannableStringBuilder2.setSpan(new BackgroundColorSpan(jVar.t), 0, spannableStringBuilder2.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK);
|
||||
}
|
||||
} else {
|
||||
f = u2;
|
||||
f = v2;
|
||||
}
|
||||
Layout.Alignment alignment = jVar.j;
|
||||
if (alignment == null) {
|
||||
|
@ -386,7 +386,7 @@ public final class g extends View implements SubtitleView.a {
|
|||
paddingTop = i4;
|
||||
width = i3;
|
||||
paddingBottom = i2;
|
||||
u2 = f;
|
||||
v2 = f;
|
||||
gVar = this;
|
||||
} else {
|
||||
z3 = z4;
|
||||
|
@ -394,7 +394,7 @@ public final class g extends View implements SubtitleView.a {
|
|||
i4 = paddingTop;
|
||||
i3 = width;
|
||||
i2 = paddingBottom;
|
||||
f = u2;
|
||||
f = v2;
|
||||
i = i18;
|
||||
Objects.requireNonNull(jVar.k);
|
||||
Bitmap bitmap = jVar.k;
|
||||
|
@ -453,7 +453,7 @@ public final class g extends View implements SubtitleView.a {
|
|||
paddingTop = i4;
|
||||
width = i3;
|
||||
paddingBottom = i2;
|
||||
u2 = f;
|
||||
v2 = f;
|
||||
gVar = this;
|
||||
}
|
||||
}
|
||||
|
@ -468,7 +468,7 @@ public final class g extends View implements SubtitleView.a {
|
|||
paddingTop = i4;
|
||||
width = i3;
|
||||
paddingBottom = i2;
|
||||
u2 = f;
|
||||
v2 = f;
|
||||
gVar = this;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -105,8 +105,8 @@ public final class n extends FrameLayout implements SubtitleView.a {
|
|||
}
|
||||
|
||||
public final String c(int i, float f) {
|
||||
float u2 = AnimatableValueParser.u2(i, f, getHeight(), (getHeight() - getPaddingTop()) - getPaddingBottom());
|
||||
return u2 == -3.4028235E38f ? "unset" : f0.k("%.2fpx", Float.valueOf(u2 / getContext().getResources().getDisplayMetrics().density));
|
||||
float v2 = AnimatableValueParser.v2(i, f, getHeight(), (getHeight() - getPaddingTop()) - getPaddingBottom());
|
||||
return v2 == -3.4028235E38f ? "unset" : f0.k("%.2fpx", Float.valueOf(v2 / getContext().getResources().getDisplayMetrics().density));
|
||||
}
|
||||
|
||||
/* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x007e: APUT (r3v0 java.lang.Object[]), (3 ??[int, float, short, byte, char]), (r2v1 java.lang.String) */
|
||||
|
@ -162,19 +162,19 @@ public final class n extends FrameLayout implements SubtitleView.a {
|
|||
StringBuilder sb = new StringBuilder();
|
||||
Object[] objArr = new Object[4];
|
||||
char c3 = 0;
|
||||
objArr[0] = AnimatableValueParser.H2(nVar.l.b);
|
||||
objArr[0] = AnimatableValueParser.I2(nVar.l.b);
|
||||
int i7 = 1;
|
||||
objArr[1] = nVar.c(nVar.n, nVar.m);
|
||||
float f3 = 1.2f;
|
||||
objArr[2] = Float.valueOf(1.2f);
|
||||
b bVar2 = nVar.l;
|
||||
int i8 = bVar2.e;
|
||||
objArr[3] = i8 != 1 ? i8 != 2 ? i8 != 3 ? i8 != 4 ? "unset" : f0.k("-0.05em -0.05em 0.15em %s", AnimatableValueParser.H2(bVar2.f)) : f0.k("0.06em 0.08em 0.15em %s", AnimatableValueParser.H2(bVar2.f)) : f0.k("0.1em 0.12em 0.15em %s", AnimatableValueParser.H2(bVar2.f)) : f0.k("1px 1px 0 %1$s, 1px -1px 0 %1$s, -1px 1px 0 %1$s, -1px -1px 0 %1$s", AnimatableValueParser.H2(bVar2.f));
|
||||
objArr[3] = i8 != 1 ? i8 != 2 ? i8 != 3 ? i8 != 4 ? "unset" : f0.k("-0.05em -0.05em 0.15em %s", AnimatableValueParser.I2(bVar2.f)) : f0.k("0.06em 0.08em 0.15em %s", AnimatableValueParser.I2(bVar2.f)) : f0.k("0.1em 0.12em 0.15em %s", AnimatableValueParser.I2(bVar2.f)) : f0.k("1px 1px 0 %1$s, 1px -1px 0 %1$s, -1px 1px 0 %1$s, -1px -1px 0 %1$s", AnimatableValueParser.I2(bVar2.f));
|
||||
sb.append(f0.k("<body><div style='-webkit-user-select:none;position:fixed;top:0;bottom:0;left:0;right:0;color:%s;font-size:%s;line-height:%.2fem;text-shadow:%s;'>", objArr));
|
||||
HashMap hashMap = new HashMap();
|
||||
String str19 = "default_bg";
|
||||
String str20 = "background-color:%s;";
|
||||
hashMap.put(AnimatableValueParser.Y(str19), f0.k(str20, AnimatableValueParser.H2(nVar.l.f821c)));
|
||||
hashMap.put(AnimatableValueParser.Y(str19), f0.k(str20, AnimatableValueParser.I2(nVar.l.f821c)));
|
||||
int i9 = 0;
|
||||
while (i9 < nVar.k.size()) {
|
||||
c cVar2 = nVar.k.get(i9);
|
||||
|
@ -242,7 +242,7 @@ public final class n extends FrameLayout implements SubtitleView.a {
|
|||
int i11 = cVar2.p;
|
||||
String str22 = i11 != 1 ? i11 != i3 ? "horizontal-tb" : "vertical-lr" : "vertical-rl";
|
||||
String c4 = nVar.c(cVar2.n, cVar2.o);
|
||||
String H2 = AnimatableValueParser.H2(cVar2.l ? cVar2.m : nVar.l.d);
|
||||
String I2 = AnimatableValueParser.I2(cVar2.l ? cVar2.m : nVar.l.d);
|
||||
int i12 = cVar2.p;
|
||||
String str23 = "right";
|
||||
String str24 = "left";
|
||||
|
@ -274,7 +274,7 @@ public final class n extends FrameLayout implements SubtitleView.a {
|
|||
Spanned spanned = (Spanned) charSequence;
|
||||
HashSet hashSet = new HashSet();
|
||||
cVar = cVar2;
|
||||
str9 = H2;
|
||||
str9 = I2;
|
||||
int i13 = 0;
|
||||
BackgroundColorSpan[] backgroundColorSpanArr = (BackgroundColorSpan[]) spanned.getSpans(0, spanned.length(), BackgroundColorSpan.class);
|
||||
int length = backgroundColorSpanArr.length;
|
||||
|
@ -286,7 +286,7 @@ public final class n extends FrameLayout implements SubtitleView.a {
|
|||
HashMap hashMap2 = new HashMap();
|
||||
for (Iterator it = hashSet.iterator(); it.hasNext(); it = it) {
|
||||
int intValue = ((Integer) it.next()).intValue();
|
||||
hashMap2.put(AnimatableValueParser.Y("bg_" + intValue), f0.k(str20, AnimatableValueParser.H2(intValue)));
|
||||
hashMap2.put(AnimatableValueParser.Y("bg_" + intValue), f0.k(str20, AnimatableValueParser.I2(intValue)));
|
||||
}
|
||||
SparseArray sparseArray = new SparseArray();
|
||||
str8 = str20;
|
||||
|
@ -307,7 +307,7 @@ public final class n extends FrameLayout implements SubtitleView.a {
|
|||
str15 = c4;
|
||||
if (obj instanceof ForegroundColorSpan) {
|
||||
str14 = str22;
|
||||
str16 = f0.k("<span style='color:%s;'>", AnimatableValueParser.H2(((ForegroundColorSpan) obj).getForegroundColor()));
|
||||
str16 = f0.k("<span style='color:%s;'>", AnimatableValueParser.I2(((ForegroundColorSpan) obj).getForegroundColor()));
|
||||
} else {
|
||||
str14 = str22;
|
||||
if (obj instanceof BackgroundColorSpan) {
|
||||
|
@ -553,7 +553,7 @@ public final class n extends FrameLayout implements SubtitleView.a {
|
|||
str4 = str2;
|
||||
str7 = c4;
|
||||
str5 = str21;
|
||||
str9 = H2;
|
||||
str9 = I2;
|
||||
while (r1.hasNext()) {
|
||||
}
|
||||
Object[] objArr7 = new Object[13];
|
||||
|
@ -609,7 +609,7 @@ public final class n extends FrameLayout implements SubtitleView.a {
|
|||
str4 = str2;
|
||||
str7 = c4;
|
||||
str5 = str21;
|
||||
str9 = H2;
|
||||
str9 = I2;
|
||||
while (r1.hasNext()) {
|
||||
}
|
||||
Object[] objArr7 = new Object[13];
|
||||
|
|
|
@ -111,9 +111,9 @@ public final class f implements s, a {
|
|||
}
|
||||
}
|
||||
wVar.C(f3);
|
||||
arrayList = AnimatableValueParser.V1(wVar);
|
||||
arrayList = AnimatableValueParser.W1(wVar);
|
||||
} else {
|
||||
arrayList = AnimatableValueParser.V1(wVar);
|
||||
arrayList = AnimatableValueParser.W1(wVar);
|
||||
}
|
||||
} catch (ArrayIndexOutOfBoundsException unused) {
|
||||
}
|
||||
|
|
|
@ -69,7 +69,7 @@ public final class f {
|
|||
SQLiteDatabase writableDatabase = this.b.getWritableDatabase();
|
||||
writableDatabase.beginTransactionNonExclusive();
|
||||
try {
|
||||
AnimatableValueParser.B2(writableDatabase, 2, hexString, 1);
|
||||
AnimatableValueParser.C2(writableDatabase, 2, hexString, 1);
|
||||
String str = this.f903c;
|
||||
writableDatabase.execSQL("DROP TABLE IF EXISTS " + str);
|
||||
writableDatabase.execSQL("CREATE TABLE " + this.f903c + " (name TEXT PRIMARY KEY NOT NULL,length INTEGER NOT NULL,last_touch_timestamp INTEGER NOT NULL)");
|
||||
|
|
|
@ -236,7 +236,7 @@ public class j {
|
|||
public final void j(SQLiteDatabase sQLiteDatabase) throws DatabaseIOException {
|
||||
String str = this.d;
|
||||
Objects.requireNonNull(str);
|
||||
AnimatableValueParser.B2(sQLiteDatabase, 1, str, 1);
|
||||
AnimatableValueParser.C2(sQLiteDatabase, 1, str, 1);
|
||||
String str2 = this.e;
|
||||
Objects.requireNonNull(str2);
|
||||
sQLiteDatabase.execSQL("DROP TABLE IF EXISTS " + str2);
|
||||
|
|
|
@ -1866,18 +1866,18 @@ public class n extends MediaCodecRenderer {
|
|||
mediaFormat.setString("mime", str);
|
||||
mediaFormat.setInteger("width", format.f2277y);
|
||||
mediaFormat.setInteger("height", format.f2278z);
|
||||
AnimatableValueParser.y2(mediaFormat, format.v);
|
||||
AnimatableValueParser.z2(mediaFormat, format.v);
|
||||
f2 = format.A;
|
||||
if (f2 != -1.0f) {
|
||||
}
|
||||
AnimatableValueParser.L1(mediaFormat, "rotation-degrees", format.B);
|
||||
AnimatableValueParser.M1(mediaFormat, "rotation-degrees", format.B);
|
||||
colorInfo = format.F;
|
||||
if (colorInfo != null) {
|
||||
}
|
||||
AnimatableValueParser.L1(mediaFormat, "profile", ((Integer) c2.first).intValue());
|
||||
AnimatableValueParser.M1(mediaFormat, "profile", ((Integer) c2.first).intValue());
|
||||
mediaFormat.setInteger("max-width", aVar.a);
|
||||
mediaFormat.setInteger("max-height", aVar.b);
|
||||
AnimatableValueParser.L1(mediaFormat, "max-input-size", aVar.f930c);
|
||||
AnimatableValueParser.M1(mediaFormat, "max-input-size", aVar.f930c);
|
||||
i2 = f0.a;
|
||||
if (i2 >= 23) {
|
||||
}
|
||||
|
@ -1918,28 +1918,28 @@ public class n extends MediaCodecRenderer {
|
|||
mediaFormat.setString("mime", str);
|
||||
mediaFormat.setInteger("width", format.f2277y);
|
||||
mediaFormat.setInteger("height", format.f2278z);
|
||||
AnimatableValueParser.y2(mediaFormat, format.v);
|
||||
AnimatableValueParser.z2(mediaFormat, format.v);
|
||||
f2 = format.A;
|
||||
if (f2 != -1.0f) {
|
||||
mediaFormat.setFloat("frame-rate", f2);
|
||||
}
|
||||
AnimatableValueParser.L1(mediaFormat, "rotation-degrees", format.B);
|
||||
AnimatableValueParser.M1(mediaFormat, "rotation-degrees", format.B);
|
||||
colorInfo = format.F;
|
||||
if (colorInfo != null) {
|
||||
AnimatableValueParser.L1(mediaFormat, "color-transfer", colorInfo.k);
|
||||
AnimatableValueParser.L1(mediaFormat, "color-standard", colorInfo.i);
|
||||
AnimatableValueParser.L1(mediaFormat, "color-range", colorInfo.j);
|
||||
AnimatableValueParser.M1(mediaFormat, "color-transfer", colorInfo.k);
|
||||
AnimatableValueParser.M1(mediaFormat, "color-standard", colorInfo.i);
|
||||
AnimatableValueParser.M1(mediaFormat, "color-range", colorInfo.j);
|
||||
byte[] bArr = colorInfo.l;
|
||||
if (bArr != null) {
|
||||
mediaFormat.setByteBuffer("hdr-static-info", ByteBuffer.wrap(bArr));
|
||||
}
|
||||
}
|
||||
if ("video/dolby-vision".equals(format.t) && (c2 = MediaCodecUtil.c(format)) != null) {
|
||||
AnimatableValueParser.L1(mediaFormat, "profile", ((Integer) c2.first).intValue());
|
||||
AnimatableValueParser.M1(mediaFormat, "profile", ((Integer) c2.first).intValue());
|
||||
}
|
||||
mediaFormat.setInteger("max-width", aVar.a);
|
||||
mediaFormat.setInteger("max-height", aVar.b);
|
||||
AnimatableValueParser.L1(mediaFormat, "max-input-size", aVar.f930c);
|
||||
AnimatableValueParser.M1(mediaFormat, "max-input-size", aVar.f930c);
|
||||
i2 = f0.a;
|
||||
if (i2 >= 23) {
|
||||
mediaFormat.setInteger("priority", 0);
|
||||
|
|
|
@ -200,8 +200,8 @@ public class y extends MediaCodecRenderer implements r {
|
|||
mediaFormat.setString("mime", str3);
|
||||
mediaFormat.setInteger("channel-count", format.G);
|
||||
mediaFormat.setInteger("sample-rate", format.H);
|
||||
AnimatableValueParser.y2(mediaFormat, format.v);
|
||||
AnimatableValueParser.L1(mediaFormat, "max-input-size", i2);
|
||||
AnimatableValueParser.z2(mediaFormat, format.v);
|
||||
AnimatableValueParser.M1(mediaFormat, "max-input-size", i2);
|
||||
if (i >= 23) {
|
||||
mediaFormat.setInteger("priority", 0);
|
||||
if (f != -1.0f) {
|
||||
|
@ -253,8 +253,8 @@ public class y extends MediaCodecRenderer implements r {
|
|||
mediaFormat.setString("mime", str3);
|
||||
mediaFormat.setInteger("channel-count", format.G);
|
||||
mediaFormat.setInteger("sample-rate", format.H);
|
||||
AnimatableValueParser.y2(mediaFormat, format.v);
|
||||
AnimatableValueParser.L1(mediaFormat, "max-input-size", i2);
|
||||
AnimatableValueParser.z2(mediaFormat, format.v);
|
||||
AnimatableValueParser.M1(mediaFormat, "max-input-size", i2);
|
||||
if (i >= 23) {
|
||||
}
|
||||
mediaFormat.setInteger("ac4-is-sync", 1);
|
||||
|
|
|
@ -171,7 +171,7 @@ public final class z implements x {
|
|||
if (!(f0.a(schemeData4.l, schemeData3.l) && f0.a(schemeData4.k, schemeData3.k))) {
|
||||
break;
|
||||
}
|
||||
if (!(AnimatableValueParser.X1(bArr4) != null)) {
|
||||
if (!(AnimatableValueParser.Y1(bArr4) != null)) {
|
||||
break;
|
||||
}
|
||||
i3 += bArr4.length;
|
||||
|
@ -195,8 +195,8 @@ public final class z implements x {
|
|||
DrmInitData.SchemeData schemeData5 = list.get(i6);
|
||||
byte[] bArr7 = schemeData5.m;
|
||||
Objects.requireNonNull(bArr7);
|
||||
j X1 = AnimatableValueParser.X1(bArr7);
|
||||
int i7 = X1 == null ? -1 : X1.b;
|
||||
j Y1 = AnimatableValueParser.Y1(bArr7);
|
||||
int i7 = Y1 == null ? -1 : Y1.b;
|
||||
int i8 = f0.a;
|
||||
if ((i8 < 23 && i7 == 0) || (i8 >= 23 && i7 == 1)) {
|
||||
schemeData2 = schemeData5;
|
||||
|
@ -211,9 +211,9 @@ public final class z implements x {
|
|||
Objects.requireNonNull(bArr8);
|
||||
UUID uuid2 = h0.e;
|
||||
if (uuid2.equals(uuid)) {
|
||||
byte[] Y1 = AnimatableValueParser.Y1(bArr8, uuid);
|
||||
if (Y1 != null) {
|
||||
bArr8 = Y1;
|
||||
byte[] Z1 = AnimatableValueParser.Z1(bArr8, uuid);
|
||||
if (Z1 != null) {
|
||||
bArr8 = Z1;
|
||||
}
|
||||
int i9 = (bArr8[0] & 255) | ((bArr8[1] & 255) << 8) | ((bArr8[2] & 255) << 16) | ((bArr8[3] & 255) << 24);
|
||||
short s2 = (short) (((bArr8[5] & 255) << 8) | (bArr8[4] & 255));
|
||||
|
@ -271,7 +271,7 @@ public final class z implements x {
|
|||
bArr2 = bArr3;
|
||||
str = (i12 >= 26 || !h0.f886c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc";
|
||||
}
|
||||
bArr3 = AnimatableValueParser.Y1(bArr8, uuid);
|
||||
bArr3 = AnimatableValueParser.Z1(bArr8, uuid);
|
||||
} else {
|
||||
bArr2 = null;
|
||||
str = null;
|
||||
|
|
|
@ -12,7 +12,7 @@ public final class e implements Parcelable.Creator<Credential> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final Credential createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = null;
|
||||
String str2 = null;
|
||||
Uri uri = null;
|
||||
|
@ -21,7 +21,7 @@ public final class e implements Parcelable.Creator<Credential> {
|
|||
String str4 = null;
|
||||
String str5 = null;
|
||||
String str6 = null;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
switch (65535 & readInt) {
|
||||
case 1:
|
||||
|
@ -45,7 +45,7 @@ public final class e implements Parcelable.Creator<Credential> {
|
|||
case 7:
|
||||
case 8:
|
||||
default:
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
break;
|
||||
case 9:
|
||||
str5 = AnimatableValueParser.T(parcel, readInt);
|
||||
|
@ -55,7 +55,7 @@ public final class e implements Parcelable.Creator<Credential> {
|
|||
break;
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new Credential(str, str2, uri, arrayList, str3, str4, str5, str6);
|
||||
}
|
||||
|
||||
|
|
|
@ -9,30 +9,30 @@ public final class f implements Parcelable.Creator<CredentialPickerConfig> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final CredentialPickerConfig createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
int i = 0;
|
||||
boolean z2 = false;
|
||||
boolean z3 = false;
|
||||
boolean z4 = false;
|
||||
int i2 = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i3 = 65535 & readInt;
|
||||
if (i3 == 1) {
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
} else if (i3 == 2) {
|
||||
z3 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z3 = AnimatableValueParser.h2(parcel, readInt);
|
||||
} else if (i3 == 3) {
|
||||
z4 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z4 = AnimatableValueParser.h2(parcel, readInt);
|
||||
} else if (i3 == 4) {
|
||||
i2 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i2 = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i3 != 1000) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new CredentialPickerConfig(i, z2, z3, z4, i2);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ public final class g implements Parcelable.Creator<CredentialRequest> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final CredentialRequest createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String[] strArr = null;
|
||||
CredentialPickerConfig credentialPickerConfig = null;
|
||||
CredentialPickerConfig credentialPickerConfig2 = null;
|
||||
|
@ -20,13 +20,13 @@ public final class g implements Parcelable.Creator<CredentialRequest> {
|
|||
boolean z2 = false;
|
||||
boolean z3 = false;
|
||||
boolean z4 = false;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i2 = 65535 & readInt;
|
||||
if (i2 != 1000) {
|
||||
switch (i2) {
|
||||
case 1:
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
continue;
|
||||
case 2:
|
||||
strArr = AnimatableValueParser.U(parcel, readInt);
|
||||
|
@ -38,7 +38,7 @@ public final class g implements Parcelable.Creator<CredentialRequest> {
|
|||
credentialPickerConfig2 = (CredentialPickerConfig) AnimatableValueParser.S(parcel, readInt, CredentialPickerConfig.CREATOR);
|
||||
continue;
|
||||
case 5:
|
||||
z3 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z3 = AnimatableValueParser.h2(parcel, readInt);
|
||||
continue;
|
||||
case 6:
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
|
@ -47,17 +47,17 @@ public final class g implements Parcelable.Creator<CredentialRequest> {
|
|||
str2 = AnimatableValueParser.T(parcel, readInt);
|
||||
continue;
|
||||
case 8:
|
||||
z4 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z4 = AnimatableValueParser.h2(parcel, readInt);
|
||||
continue;
|
||||
default:
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new CredentialRequest(i, z2, strArr, credentialPickerConfig, credentialPickerConfig2, z3, str, str2, z4);
|
||||
}
|
||||
|
||||
|
|
|
@ -9,21 +9,21 @@ public final class i implements Parcelable.Creator<IdToken> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final IdToken createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = null;
|
||||
String str2 = null;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i = 65535 & readInt;
|
||||
if (i == 1) {
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
} else if (i != 2) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
str2 = AnimatableValueParser.T(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new IdToken(str, str2);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,24 +10,24 @@ public final class b implements Parcelable.Creator<GoogleSignInOptionsExtensionP
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final GoogleSignInOptionsExtensionParcelable createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
int i = 0;
|
||||
Bundle bundle = null;
|
||||
int i2 = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i3 = 65535 & readInt;
|
||||
if (i3 == 1) {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i3 == 2) {
|
||||
i2 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i2 = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i3 != 3) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
bundle = AnimatableValueParser.P(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new GoogleSignInOptionsExtensionParcelable(i, i2, bundle);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,21 +10,21 @@ public final class s implements Parcelable.Creator<SignInConfiguration> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final SignInConfiguration createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = null;
|
||||
GoogleSignInOptions googleSignInOptions = null;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i = 65535 & readInt;
|
||||
if (i == 2) {
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
} else if (i != 5) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
googleSignInOptions = (GoogleSignInOptions) AnimatableValueParser.S(parcel, readInt, GoogleSignInOptions.CREATOR);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new SignInConfiguration(str, googleSignInOptions);
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ public final class d implements Parcelable.Creator<GoogleSignInAccount> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final GoogleSignInAccount createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = null;
|
||||
String str2 = null;
|
||||
String str3 = null;
|
||||
|
@ -25,11 +25,11 @@ public final class d implements Parcelable.Creator<GoogleSignInAccount> {
|
|||
String str8 = null;
|
||||
long j = 0;
|
||||
int i = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
switch (65535 & readInt) {
|
||||
case 1:
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
break;
|
||||
case 2:
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
|
@ -50,7 +50,7 @@ public final class d implements Parcelable.Creator<GoogleSignInAccount> {
|
|||
str5 = AnimatableValueParser.T(parcel, readInt);
|
||||
break;
|
||||
case 8:
|
||||
j = AnimatableValueParser.j2(parcel, readInt);
|
||||
j = AnimatableValueParser.k2(parcel, readInt);
|
||||
break;
|
||||
case 9:
|
||||
str6 = AnimatableValueParser.T(parcel, readInt);
|
||||
|
@ -65,11 +65,11 @@ public final class d implements Parcelable.Creator<GoogleSignInAccount> {
|
|||
str8 = AnimatableValueParser.T(parcel, readInt);
|
||||
break;
|
||||
default:
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
break;
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new GoogleSignInAccount(i, str, str2, str3, str4, uri, str5, j, str6, arrayList, str7, str8);
|
||||
}
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ public final class f implements Parcelable.Creator<GoogleSignInOptions> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final GoogleSignInOptions createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
ArrayList arrayList = null;
|
||||
ArrayList arrayList2 = null;
|
||||
Account account = null;
|
||||
|
@ -24,11 +24,11 @@ public final class f implements Parcelable.Creator<GoogleSignInOptions> {
|
|||
boolean z2 = false;
|
||||
boolean z3 = false;
|
||||
boolean z4 = false;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
switch (65535 & readInt) {
|
||||
case 1:
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
break;
|
||||
case 2:
|
||||
arrayList2 = AnimatableValueParser.X(parcel, readInt, Scope.CREATOR);
|
||||
|
@ -37,13 +37,13 @@ public final class f implements Parcelable.Creator<GoogleSignInOptions> {
|
|||
account = (Account) AnimatableValueParser.S(parcel, readInt, Account.CREATOR);
|
||||
break;
|
||||
case 4:
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
break;
|
||||
case 5:
|
||||
z3 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z3 = AnimatableValueParser.h2(parcel, readInt);
|
||||
break;
|
||||
case 6:
|
||||
z4 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z4 = AnimatableValueParser.h2(parcel, readInt);
|
||||
break;
|
||||
case 7:
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
|
@ -58,11 +58,11 @@ public final class f implements Parcelable.Creator<GoogleSignInOptions> {
|
|||
str3 = AnimatableValueParser.T(parcel, readInt);
|
||||
break;
|
||||
default:
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
break;
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new GoogleSignInOptions(i, arrayList2, account, z2, z3, z4, str, str2, GoogleSignInOptions.x0(arrayList), str3);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,11 +10,11 @@ public final class g implements Parcelable.Creator<SignInAccount> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final SignInAccount createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = "";
|
||||
GoogleSignInAccount googleSignInAccount = null;
|
||||
String str2 = str;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i = 65535 & readInt;
|
||||
if (i == 4) {
|
||||
|
@ -22,12 +22,12 @@ public final class g implements Parcelable.Creator<SignInAccount> {
|
|||
} else if (i == 7) {
|
||||
googleSignInAccount = (GoogleSignInAccount) AnimatableValueParser.S(parcel, readInt, GoogleSignInAccount.CREATOR);
|
||||
} else if (i != 8) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
str2 = AnimatableValueParser.T(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new SignInAccount(str, googleSignInAccount, str2);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,17 +10,17 @@ public final class c implements Parcelable.Creator<CloudMessage> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final CloudMessage createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
Intent intent = null;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
if ((65535 & readInt) != 1) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
intent = (Intent) AnimatableValueParser.S(parcel, readInt, Intent.CREATOR);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new CloudMessage(intent);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,27 +10,27 @@ public final class b0 implements Parcelable.Creator<zzj> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzj createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
boolean z2 = false;
|
||||
String str = null;
|
||||
IBinder iBinder = null;
|
||||
boolean z3 = false;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i = 65535 & readInt;
|
||||
if (i == 1) {
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
} else if (i == 2) {
|
||||
iBinder = AnimatableValueParser.h2(parcel, readInt);
|
||||
iBinder = AnimatableValueParser.i2(parcel, readInt);
|
||||
} else if (i == 3) {
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
} else if (i != 4) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
z3 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z3 = AnimatableValueParser.h2(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzj(str, iBinder, z2, z3);
|
||||
}
|
||||
|
||||
|
|
|
@ -9,21 +9,21 @@ public final class l implements Parcelable.Creator<Scope> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final Scope createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
int i = 0;
|
||||
String str = null;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i2 = 65535 & readInt;
|
||||
if (i2 == 1) {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i2 != 2) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new Scope(i, str);
|
||||
}
|
||||
|
||||
|
|
|
@ -11,17 +11,17 @@ public final class m implements Parcelable.Creator<Status> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final Status createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = null;
|
||||
PendingIntent pendingIntent = null;
|
||||
ConnectionResult connectionResult = null;
|
||||
int i = 0;
|
||||
int i2 = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i3 = 65535 & readInt;
|
||||
if (i3 == 1) {
|
||||
i2 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i2 = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i3 == 2) {
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
} else if (i3 == 3) {
|
||||
|
@ -29,12 +29,12 @@ public final class m implements Parcelable.Creator<Status> {
|
|||
} else if (i3 == 4) {
|
||||
connectionResult = (ConnectionResult) AnimatableValueParser.S(parcel, readInt, ConnectionResult.CREATOR);
|
||||
} else if (i3 != 1000) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new Status(i, i2, str, pendingIntent, connectionResult);
|
||||
}
|
||||
|
||||
|
|
|
@ -11,14 +11,14 @@ public final class a implements Parcelable.Creator<DataHolder> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final DataHolder createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
int i = 0;
|
||||
String[] strArr = null;
|
||||
CursorWindow[] cursorWindowArr = null;
|
||||
Bundle bundle = null;
|
||||
int i2 = 0;
|
||||
int i3 = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i4 = 65535 & readInt;
|
||||
if (i4 == 1) {
|
||||
|
@ -26,16 +26,16 @@ public final class a implements Parcelable.Creator<DataHolder> {
|
|||
} else if (i4 == 2) {
|
||||
cursorWindowArr = (CursorWindow[]) AnimatableValueParser.W(parcel, readInt, CursorWindow.CREATOR);
|
||||
} else if (i4 == 3) {
|
||||
i3 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i3 = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i4 == 4) {
|
||||
bundle = AnimatableValueParser.P(parcel, readInt);
|
||||
} else if (i4 != 1000) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
i2 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i2 = AnimatableValueParser.j2(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
DataHolder dataHolder = new DataHolder(i2, strArr, cursorWindowArr, i3, bundle);
|
||||
dataHolder.k = new Bundle();
|
||||
int i5 = 0;
|
||||
|
|
|
@ -12,11 +12,11 @@ public final class a0 implements Parcelable.Creator<zzc> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzc createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
Bundle bundle = null;
|
||||
Feature[] featureArr = null;
|
||||
int i = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i2 = 65535 & readInt;
|
||||
if (i2 == 1) {
|
||||
|
@ -24,14 +24,14 @@ public final class a0 implements Parcelable.Creator<zzc> {
|
|||
} else if (i2 == 2) {
|
||||
featureArr = (Feature[]) AnimatableValueParser.W(parcel, readInt, Feature.CREATOR);
|
||||
} else if (i2 == 3) {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i2 != 4) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
ConnectionTelemetryConfiguration connectionTelemetryConfiguration = (ConnectionTelemetryConfiguration) AnimatableValueParser.S(parcel, readInt, ConnectionTelemetryConfiguration.CREATOR);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzc(bundle, featureArr, i);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,37 +10,37 @@ public final class b0 implements Parcelable.Creator<ConnectionTelemetryConfigura
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final ConnectionTelemetryConfiguration createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
RootTelemetryConfiguration rootTelemetryConfiguration = null;
|
||||
int[] iArr = null;
|
||||
boolean z2 = false;
|
||||
boolean z3 = false;
|
||||
int i = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i2 = 65535 & readInt;
|
||||
if (i2 == 1) {
|
||||
rootTelemetryConfiguration = (RootTelemetryConfiguration) AnimatableValueParser.S(parcel, readInt, RootTelemetryConfiguration.CREATOR);
|
||||
} else if (i2 == 2) {
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
} else if (i2 == 3) {
|
||||
z3 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z3 = AnimatableValueParser.h2(parcel, readInt);
|
||||
} else if (i2 == 4) {
|
||||
int o2 = AnimatableValueParser.o2(parcel, readInt);
|
||||
int p2 = AnimatableValueParser.p2(parcel, readInt);
|
||||
int dataPosition = parcel.dataPosition();
|
||||
if (o2 == 0) {
|
||||
if (p2 == 0) {
|
||||
iArr = null;
|
||||
} else {
|
||||
iArr = parcel.createIntArray();
|
||||
parcel.setDataPosition(dataPosition + o2);
|
||||
parcel.setDataPosition(dataPosition + p2);
|
||||
}
|
||||
} else if (i2 != 5) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new ConnectionTelemetryConfiguration(rootTelemetryConfiguration, z2, z3, iArr, i);
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ public final class c0 implements Parcelable.Creator<GetServiceRequest> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final GetServiceRequest createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = null;
|
||||
IBinder iBinder = null;
|
||||
Scope[] scopeArr = null;
|
||||
|
@ -28,23 +28,23 @@ public final class c0 implements Parcelable.Creator<GetServiceRequest> {
|
|||
boolean z2 = false;
|
||||
int i4 = 0;
|
||||
boolean z3 = false;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
switch (65535 & readInt) {
|
||||
case 1:
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
break;
|
||||
case 2:
|
||||
i2 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i2 = AnimatableValueParser.j2(parcel, readInt);
|
||||
break;
|
||||
case 3:
|
||||
i3 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i3 = AnimatableValueParser.j2(parcel, readInt);
|
||||
break;
|
||||
case 4:
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
break;
|
||||
case 5:
|
||||
iBinder = AnimatableValueParser.h2(parcel, readInt);
|
||||
iBinder = AnimatableValueParser.i2(parcel, readInt);
|
||||
break;
|
||||
case 6:
|
||||
scopeArr = (Scope[]) AnimatableValueParser.W(parcel, readInt, Scope.CREATOR);
|
||||
|
@ -57,7 +57,7 @@ public final class c0 implements Parcelable.Creator<GetServiceRequest> {
|
|||
break;
|
||||
case 9:
|
||||
default:
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
break;
|
||||
case 10:
|
||||
featureArr = (Feature[]) AnimatableValueParser.W(parcel, readInt, Feature.CREATOR);
|
||||
|
@ -66,17 +66,17 @@ public final class c0 implements Parcelable.Creator<GetServiceRequest> {
|
|||
featureArr2 = (Feature[]) AnimatableValueParser.W(parcel, readInt, Feature.CREATOR);
|
||||
break;
|
||||
case 12:
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
break;
|
||||
case 13:
|
||||
i4 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i4 = AnimatableValueParser.j2(parcel, readInt);
|
||||
break;
|
||||
case 14:
|
||||
z3 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z3 = AnimatableValueParser.h2(parcel, readInt);
|
||||
break;
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new GetServiceRequest(i, i2, i3, str, iBinder, scopeArr, bundle, account, featureArr, featureArr2, z2, i4, z3);
|
||||
}
|
||||
|
||||
|
|
|
@ -9,30 +9,30 @@ public final class s0 implements Parcelable.Creator<RootTelemetryConfiguration>
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final RootTelemetryConfiguration createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
int i = 0;
|
||||
boolean z2 = false;
|
||||
boolean z3 = false;
|
||||
int i2 = 0;
|
||||
int i3 = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i4 = 65535 & readInt;
|
||||
if (i4 == 1) {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i4 == 2) {
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
} else if (i4 == 3) {
|
||||
z3 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z3 = AnimatableValueParser.h2(parcel, readInt);
|
||||
} else if (i4 == 4) {
|
||||
i2 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i2 = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i4 != 5) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
i3 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i3 = AnimatableValueParser.j2(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new RootTelemetryConfiguration(i, z2, z3, i2, i3);
|
||||
}
|
||||
|
||||
|
|
|
@ -11,27 +11,27 @@ public final class x implements Parcelable.Creator<zas> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zas createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
int i = 0;
|
||||
Account account = null;
|
||||
GoogleSignInAccount googleSignInAccount = null;
|
||||
int i2 = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i3 = 65535 & readInt;
|
||||
if (i3 == 1) {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i3 == 2) {
|
||||
account = (Account) AnimatableValueParser.S(parcel, readInt, Account.CREATOR);
|
||||
} else if (i3 == 3) {
|
||||
i2 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i2 = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i3 != 4) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
googleSignInAccount = (GoogleSignInAccount) AnimatableValueParser.S(parcel, readInt, GoogleSignInAccount.CREATOR);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zas(i, account, i2, googleSignInAccount);
|
||||
}
|
||||
|
||||
|
|
|
@ -11,30 +11,30 @@ public final class y implements Parcelable.Creator<zau> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zau createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
IBinder iBinder = null;
|
||||
ConnectionResult connectionResult = null;
|
||||
int i = 0;
|
||||
boolean z2 = false;
|
||||
boolean z3 = false;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i2 = 65535 & readInt;
|
||||
if (i2 == 1) {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i2 == 2) {
|
||||
iBinder = AnimatableValueParser.h2(parcel, readInt);
|
||||
iBinder = AnimatableValueParser.i2(parcel, readInt);
|
||||
} else if (i2 == 3) {
|
||||
connectionResult = (ConnectionResult) AnimatableValueParser.S(parcel, readInt, ConnectionResult.CREATOR);
|
||||
} else if (i2 == 4) {
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
} else if (i2 != 5) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
z3 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z3 = AnimatableValueParser.h2(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zau(i, iBinder, connectionResult, z2, z3);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,27 +10,27 @@ public final class q implements Parcelable.Creator<ConnectionResult> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final ConnectionResult createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
int i = 0;
|
||||
PendingIntent pendingIntent = null;
|
||||
String str = null;
|
||||
int i2 = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i3 = 65535 & readInt;
|
||||
if (i3 == 1) {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i3 == 2) {
|
||||
i2 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i2 = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i3 == 3) {
|
||||
pendingIntent = (PendingIntent) AnimatableValueParser.S(parcel, readInt, PendingIntent.CREATOR);
|
||||
} else if (i3 != 4) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new ConnectionResult(i, i2, pendingIntent, str);
|
||||
}
|
||||
|
||||
|
|
|
@ -9,24 +9,24 @@ public final class r implements Parcelable.Creator<Feature> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final Feature createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = null;
|
||||
int i = 0;
|
||||
long j = -1;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i2 = 65535 & readInt;
|
||||
if (i2 == 1) {
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
} else if (i2 == 2) {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i2 != 3) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
j = AnimatableValueParser.j2(parcel, readInt);
|
||||
j = AnimatableValueParser.k2(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new Feature(str, i, j);
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ public class a extends Binder implements IInterface {
|
|||
}
|
||||
Parcelable.Creator<Status> creator = Status.CREATOR;
|
||||
int i3 = c.a;
|
||||
AnimatableValueParser.A2(parcel.readInt() == 0 ? null : creator.createFromParcel(parcel), null, ((k) fVar).a);
|
||||
AnimatableValueParser.B2(parcel.readInt() == 0 ? null : creator.createFromParcel(parcel), null, ((k) fVar).a);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ import c.i.a.f.e.h.c;
|
|||
import c.i.a.f.e.h.h;
|
||||
import com.google.android.gms.auth.api.credentials.Credential;
|
||||
import com.google.android.gms.common.api.Status;
|
||||
import com.google.android.gms.internal.p000authapi.zzz;
|
||||
import com.google.android.gms.internal.p001authapi.zzz;
|
||||
/* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */
|
||||
public final class i extends m<Status> {
|
||||
public final /* synthetic */ Credential l;
|
||||
|
|
|
@ -6,7 +6,7 @@ import c.i.a.f.e.h.c;
|
|||
import c.i.a.f.e.h.h;
|
||||
import com.google.android.gms.auth.api.credentials.Credential;
|
||||
import com.google.android.gms.common.api.Status;
|
||||
import com.google.android.gms.internal.p000authapi.zzt;
|
||||
import com.google.android.gms.internal.p001authapi.zzt;
|
||||
/* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */
|
||||
public final class l extends m<Status> {
|
||||
public final /* synthetic */ Credential l;
|
||||
|
|
|
@ -4,23 +4,23 @@ import android.os.Parcel;
|
|||
import android.os.Parcelable;
|
||||
import com.airbnb.lottie.parser.AnimatableValueParser;
|
||||
import com.google.android.gms.auth.api.credentials.Credential;
|
||||
import com.google.android.gms.internal.p000authapi.zzt;
|
||||
import com.google.android.gms.internal.p001authapi.zzt;
|
||||
/* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */
|
||||
public final class p implements Parcelable.Creator<zzt> {
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzt createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
Credential credential = null;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
if ((65535 & readInt) != 1) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
credential = (Credential) AnimatableValueParser.S(parcel, readInt, Credential.CREATOR);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzt(credential);
|
||||
}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ import android.os.IBinder;
|
|||
import android.os.Parcel;
|
||||
import android.os.RemoteException;
|
||||
import com.google.android.gms.auth.api.credentials.CredentialRequest;
|
||||
import com.google.android.gms.internal.p000authapi.zzt;
|
||||
import com.google.android.gms.internal.p000authapi.zzz;
|
||||
import com.google.android.gms.internal.p001authapi.zzt;
|
||||
import com.google.android.gms.internal.p001authapi.zzz;
|
||||
/* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */
|
||||
public final class s extends c implements t {
|
||||
public s(IBinder iBinder) {
|
||||
|
|
|
@ -3,8 +3,8 @@ package c.i.a.f.h.c;
|
|||
import android.os.IInterface;
|
||||
import android.os.RemoteException;
|
||||
import com.google.android.gms.auth.api.credentials.CredentialRequest;
|
||||
import com.google.android.gms.internal.p000authapi.zzt;
|
||||
import com.google.android.gms.internal.p000authapi.zzz;
|
||||
import com.google.android.gms.internal.p001authapi.zzt;
|
||||
import com.google.android.gms.internal.p001authapi.zzz;
|
||||
/* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */
|
||||
public interface t extends IInterface {
|
||||
void I(r rVar, zzt zzt) throws RemoteException;
|
||||
|
|
|
@ -4,23 +4,23 @@ import android.os.Parcel;
|
|||
import android.os.Parcelable;
|
||||
import com.airbnb.lottie.parser.AnimatableValueParser;
|
||||
import com.google.android.gms.auth.api.credentials.Credential;
|
||||
import com.google.android.gms.internal.p000authapi.zzz;
|
||||
import com.google.android.gms.internal.p001authapi.zzz;
|
||||
/* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */
|
||||
public final class u implements Parcelable.Creator<zzz> {
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzz createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
Credential credential = null;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
if ((65535 & readInt) != 1) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
credential = (Credential) AnimatableValueParser.S(parcel, readInt, Credential.CREATOR);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzz(credential);
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ public class a extends Binder implements IInterface {
|
|||
Status status = (Status) b.a(parcel, Status.CREATOR);
|
||||
DynamicLinkData dynamicLinkData = (DynamicLinkData) b.a(parcel, DynamicLinkData.CREATOR);
|
||||
g gVar = (g) kVar;
|
||||
AnimatableValueParser.A2(status, dynamicLinkData == null ? null : new PendingDynamicLinkData(dynamicLinkData), gVar.a);
|
||||
AnimatableValueParser.B2(status, dynamicLinkData == null ? null : new PendingDynamicLinkData(dynamicLinkData), gVar.a);
|
||||
if (dynamicLinkData != null) {
|
||||
Bundle bundle = dynamicLinkData.m;
|
||||
if (bundle == null) {
|
||||
|
|
|
@ -11,12 +11,12 @@ public final class m implements Parcelable.Creator<zzh> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzh createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
zzk[] zzkArr = null;
|
||||
String str = null;
|
||||
Account account = null;
|
||||
boolean z2 = false;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i = 65535 & readInt;
|
||||
if (i == 1) {
|
||||
|
@ -24,14 +24,14 @@ public final class m implements Parcelable.Creator<zzh> {
|
|||
} else if (i == 2) {
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
} else if (i == 3) {
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
} else if (i != 4) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
account = (Account) AnimatableValueParser.S(parcel, readInt, Account.CREATOR);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzh(zzkArr, str, z2, account);
|
||||
}
|
||||
|
||||
|
|
|
@ -9,11 +9,11 @@ public final class n implements Parcelable.Creator<zzi> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzi createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = null;
|
||||
String str2 = null;
|
||||
String str3 = null;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i = 65535 & readInt;
|
||||
if (i == 1) {
|
||||
|
@ -21,12 +21,12 @@ public final class n implements Parcelable.Creator<zzi> {
|
|||
} else if (i == 2) {
|
||||
str2 = AnimatableValueParser.T(parcel, readInt);
|
||||
} else if (i != 3) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
str3 = AnimatableValueParser.T(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzi(str, str2, str3);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,12 +10,12 @@ public final class o implements Parcelable.Creator<zzk> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzk createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = null;
|
||||
zzt zzt = null;
|
||||
byte[] bArr = null;
|
||||
int i = -1;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i2 = 65535 & readInt;
|
||||
if (i2 == 1) {
|
||||
|
@ -23,14 +23,14 @@ public final class o implements Parcelable.Creator<zzk> {
|
|||
} else if (i2 == 3) {
|
||||
zzt = (zzt) AnimatableValueParser.S(parcel, readInt, zzt.CREATOR);
|
||||
} else if (i2 == 4) {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i2 != 5) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
bArr = AnimatableValueParser.Q(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzk(str, zzt, i, bArr);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,21 +10,21 @@ public final class p implements Parcelable.Creator<zzm> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzm createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
int i = 0;
|
||||
Bundle bundle = null;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i2 = 65535 & readInt;
|
||||
if (i2 == 1) {
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
} else if (i2 != 2) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
bundle = AnimatableValueParser.P(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzm(i, bundle);
|
||||
}
|
||||
|
||||
|
|
|
@ -12,11 +12,11 @@ public final class r implements Parcelable.Creator<zzo> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzo createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
Status status = null;
|
||||
ArrayList arrayList = null;
|
||||
String[] strArr = null;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i = 65535 & readInt;
|
||||
if (i == 1) {
|
||||
|
@ -24,12 +24,12 @@ public final class r implements Parcelable.Creator<zzo> {
|
|||
} else if (i == 2) {
|
||||
arrayList = AnimatableValueParser.X(parcel, readInt, zzw.CREATOR);
|
||||
} else if (i != 3) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
strArr = AnimatableValueParser.U(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzo(status, arrayList, strArr);
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ public final class s implements Parcelable.Creator<zzt> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzt createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
String str = null;
|
||||
String str2 = null;
|
||||
String str3 = null;
|
||||
|
@ -21,7 +21,7 @@ public final class s implements Parcelable.Creator<zzt> {
|
|||
boolean z2 = false;
|
||||
int i = 1;
|
||||
boolean z3 = false;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
int i2 = 65535 & readInt;
|
||||
if (i2 == 11) {
|
||||
|
@ -35,13 +35,13 @@ public final class s implements Parcelable.Creator<zzt> {
|
|||
str2 = AnimatableValueParser.T(parcel, readInt);
|
||||
continue;
|
||||
case 3:
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
continue;
|
||||
case 4:
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
continue;
|
||||
case 5:
|
||||
z3 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z3 = AnimatableValueParser.h2(parcel, readInt);
|
||||
continue;
|
||||
case 6:
|
||||
str3 = AnimatableValueParser.T(parcel, readInt);
|
||||
|
@ -50,14 +50,14 @@ public final class s implements Parcelable.Creator<zzt> {
|
|||
zzmArr = (zzm[]) AnimatableValueParser.W(parcel, readInt, zzm.CREATOR);
|
||||
continue;
|
||||
default:
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
zzu = (zzu) AnimatableValueParser.S(parcel, readInt, zzu.CREATOR);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzt(str, str2, z2, i, z3, str3, zzmArr, str4, zzu);
|
||||
}
|
||||
|
||||
|
|
|
@ -9,17 +9,17 @@ public final class t implements Parcelable.Creator<zzu> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzu createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
boolean z2 = false;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
if ((65535 & readInt) != 1) {
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
} else {
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzu(z2);
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ public final class u implements Parcelable.Creator<zzw> {
|
|||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final zzw createFromParcel(Parcel parcel) {
|
||||
int O2 = AnimatableValueParser.O2(parcel);
|
||||
int P2 = AnimatableValueParser.P2(parcel);
|
||||
zzi zzi = null;
|
||||
String str = null;
|
||||
zzh zzh = null;
|
||||
|
@ -21,17 +21,17 @@ public final class u implements Parcelable.Creator<zzw> {
|
|||
boolean z2 = false;
|
||||
int i2 = -1;
|
||||
int i3 = 0;
|
||||
while (parcel.dataPosition() < O2) {
|
||||
while (parcel.dataPosition() < P2) {
|
||||
int readInt = parcel.readInt();
|
||||
switch (65535 & readInt) {
|
||||
case 1:
|
||||
zzi = (zzi) AnimatableValueParser.S(parcel, readInt, zzi.CREATOR);
|
||||
break;
|
||||
case 2:
|
||||
j = AnimatableValueParser.j2(parcel, readInt);
|
||||
j = AnimatableValueParser.k2(parcel, readInt);
|
||||
break;
|
||||
case 3:
|
||||
i = AnimatableValueParser.i2(parcel, readInt);
|
||||
i = AnimatableValueParser.j2(parcel, readInt);
|
||||
break;
|
||||
case 4:
|
||||
str = AnimatableValueParser.T(parcel, readInt);
|
||||
|
@ -40,23 +40,23 @@ public final class u implements Parcelable.Creator<zzw> {
|
|||
zzh = (zzh) AnimatableValueParser.S(parcel, readInt, zzh.CREATOR);
|
||||
break;
|
||||
case 6:
|
||||
z2 = AnimatableValueParser.g2(parcel, readInt);
|
||||
z2 = AnimatableValueParser.h2(parcel, readInt);
|
||||
break;
|
||||
case 7:
|
||||
i2 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i2 = AnimatableValueParser.j2(parcel, readInt);
|
||||
break;
|
||||
case 8:
|
||||
i3 = AnimatableValueParser.i2(parcel, readInt);
|
||||
i3 = AnimatableValueParser.j2(parcel, readInt);
|
||||
break;
|
||||
case 9:
|
||||
str2 = AnimatableValueParser.T(parcel, readInt);
|
||||
break;
|
||||
default:
|
||||
AnimatableValueParser.F2(parcel, readInt);
|
||||
AnimatableValueParser.G2(parcel, readInt);
|
||||
break;
|
||||
}
|
||||
}
|
||||
AnimatableValueParser.h0(parcel, O2);
|
||||
AnimatableValueParser.h0(parcel, P2);
|
||||
return new zzw(zzi, j, i, str, zzh, z2, i2, i3, str2);
|
||||
}
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue