44 lines
1.5 KiB
Java
44 lines
1.5 KiB
Java
package o;
|
|
|
|
import android.animation.Animator;
|
|
import android.animation.AnimatorSet;
|
|
import android.os.Build;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class YCb {
|
|
private static final boolean a = true;
|
|
private static final boolean b = true;
|
|
private static final boolean d;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* JADX WARN: Removed duplicated region for block: B:22:0x0105 */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public static android.view.View Bl_(android.view.ViewGroup r18, android.view.View r19, android.view.View r20) {
|
|
/*
|
|
Method dump skipped, instructions count: 285
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: o.YCb.Bl_(android.view.ViewGroup, android.view.View, android.view.View):android.view.View");
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public static Animator Bm_(Animator animator, Animator animator2) {
|
|
if (animator == null) {
|
|
return animator2;
|
|
}
|
|
if (animator2 == null) {
|
|
return animator;
|
|
}
|
|
AnimatorSet animatorSet = new AnimatorSet();
|
|
animatorSet.playTogether(animator, animator2);
|
|
return animatorSet;
|
|
}
|
|
|
|
static {
|
|
d = Build.VERSION.SDK_INT >= 28;
|
|
}
|
|
}
|