67 lines
1.8 KiB
Smali
67 lines
1.8 KiB
Smali
.class public Landroidx/transition/AnimatorUtils;
|
|
.super Ljava/lang/Object;
|
|
.source "AnimatorUtils.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/transition/AnimatorUtils$AnimatorPauseListenerCompat;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static addPauseListener(Landroid/animation/Animator;Landroid/animation/AnimatorListenerAdapter;)V
|
|
.locals 1
|
|
.param p0 # Landroid/animation/Animator;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p1 # Landroid/animation/AnimatorListenerAdapter;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
invoke-virtual {p0, p1}, Landroid/animation/Animator;->addPauseListener(Landroid/animation/Animator$AnimatorPauseListener;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static pause(Landroid/animation/Animator;)V
|
|
.locals 1
|
|
.param p0 # Landroid/animation/Animator;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
invoke-virtual {p0}, Landroid/animation/Animator;->pause()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static resume(Landroid/animation/Animator;)V
|
|
.locals 1
|
|
.param p0 # Landroid/animation/Animator;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
invoke-virtual {p0}, Landroid/animation/Animator;->resume()V
|
|
|
|
return-void
|
|
.end method
|