- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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);
|
|
}
|
|
}
|