- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
27 lines
799 B
Java
27 lines
799 B
Java
package com.fyber.inneractive.sdk.player.ui;
|
|
|
|
import android.animation.Animator;
|
|
import android.animation.AnimatorListenerAdapter;
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class r extends AnimatorListenerAdapter {
|
|
public final /* synthetic */ s a;
|
|
|
|
public r(s sVar) {
|
|
this.a = sVar;
|
|
}
|
|
|
|
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
|
|
public final void onAnimationEnd(Animator animator) {
|
|
super.onAnimationEnd(animator);
|
|
s sVar = this.a;
|
|
ViewGroup viewGroup = sVar.u;
|
|
if (viewGroup == null || viewGroup.getParent() == null) {
|
|
return;
|
|
}
|
|
((View) sVar.u.getParent()).setOnTouchListener(null);
|
|
}
|
|
}
|