tmap/smali/androidx/core/view/ViewCompat$s.smali
2022-06-10 21:38:30 +09:00

84 lines
1.9 KiB
Smali

.class public Landroidx/core/view/ViewCompat$s;
.super Ljava/lang/Object;
.source "ViewCompat.java"
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1e
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/core/view/ViewCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "s"
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static a(Landroid/view/View;)Ljava/lang/CharSequence;
.locals 0
.annotation build Landroidx/annotation/DoNotInline;
.end annotation
.line 1
invoke-virtual {p0}, Landroid/view/View;->getStateDescription()Ljava/lang/CharSequence;
move-result-object p0
return-object p0
.end method
.method public static b(Landroid/view/View;)Landroidx/core/view/b;
.locals 0
.param p0 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
invoke-virtual {p0}, Landroid/view/View;->getWindowInsetsController()Landroid/view/WindowInsetsController;
move-result-object p0
if-eqz p0, :cond_0
.line 2
invoke-static {p0}, Landroidx/core/view/b;->l(Landroid/view/WindowInsetsController;)Landroidx/core/view/b;
move-result-object p0
goto :goto_0
:cond_0
const/4 p0, 0x0
:goto_0
return-object p0
.end method
.method public static c(Landroid/view/View;Ljava/lang/CharSequence;)V
.locals 0
.annotation build Landroidx/annotation/DoNotInline;
.end annotation
.line 1
invoke-virtual {p0, p1}, Landroid/view/View;->setStateDescription(Ljava/lang/CharSequence;)V
return-void
.end method