Rabbit-R1/switch port/java/sources/com/airbnb/lottie/parser/ContentModelParser.java
2024-05-21 17:08:36 -04:00

30 lines
1.3 KiB
Java

package com.airbnb.lottie.parser;
import com.airbnb.lottie.parser.moshi.JsonReader;
/* JADX INFO: Access modifiers changed from: package-private */
/* loaded from: classes2.dex */
public class ContentModelParser {
private static final JsonReader.Options NAMES = JsonReader.Options.of("ty", "d");
private ContentModelParser() {
}
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: Can't fix incorrect switch cases order, some code will duplicate */
/* JADX WARN: Code restructure failed: missing block: B:79:0x00c5, code lost:
if (r2.equals("gf") == false) goto L16;
*/
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static com.airbnb.lottie.model.content.ContentModel parse(com.airbnb.lottie.parser.moshi.JsonReader r7, com.airbnb.lottie.LottieComposition r8) throws java.io.IOException {
/*
Method dump skipped, instructions count: 424
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: com.airbnb.lottie.parser.ContentModelParser.parse(com.airbnb.lottie.parser.moshi.JsonReader, com.airbnb.lottie.LottieComposition):com.airbnb.lottie.model.content.ContentModel");
}
}