Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
17
apk_decompiled/sources/androidx/fragment/app/C0155k.java
Normal file
17
apk_decompiled/sources/androidx/fragment/app/C0155k.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package androidx.fragment.app;
|
||||
|
||||
import android.animation.AnimatorSet;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* renamed from: androidx.fragment.app.k, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0155k {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final C0155k f3138a = new Object();
|
||||
|
||||
public final long a(AnimatorSet animatorSet) {
|
||||
Intrinsics.checkNotNullParameter(animatorSet, "animatorSet");
|
||||
return animatorSet.getTotalDuration();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user