apkfuckery/com.discord/smali/androidx/core/view/ViewCompat$4.smali

111 lines
3.0 KiB
Smali

.class public Landroidx/core/view/ViewCompat$4;
.super Landroidx/core/view/ViewCompat$AccessibilityViewProperty;
.source "ViewCompat.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Landroidx/core/view/ViewCompat;->paneTitleProperty()Landroidx/core/view/ViewCompat$AccessibilityViewProperty;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroidx/core/view/ViewCompat$AccessibilityViewProperty<",
"Ljava/lang/CharSequence;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>(ILjava/lang/Class;II)V
.locals 0
invoke-direct {p0, p1, p2, p3, p4}, Landroidx/core/view/ViewCompat$AccessibilityViewProperty;-><init>(ILjava/lang/Class;II)V
return-void
.end method
# virtual methods
.method public frameworkGet(Landroid/view/View;)Ljava/lang/CharSequence;
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1c
.end annotation
invoke-virtual {p1}, Landroid/view/View;->getAccessibilityPaneTitle()Ljava/lang/CharSequence;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic frameworkGet(Landroid/view/View;)Ljava/lang/Object;
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1c
.end annotation
invoke-virtual {p0, p1}, Landroidx/core/view/ViewCompat$4;->frameworkGet(Landroid/view/View;)Ljava/lang/CharSequence;
move-result-object p1
return-object p1
.end method
.method public frameworkSet(Landroid/view/View;Ljava/lang/CharSequence;)V
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1c
.end annotation
invoke-virtual {p1, p2}, Landroid/view/View;->setAccessibilityPaneTitle(Ljava/lang/CharSequence;)V
return-void
.end method
.method public bridge synthetic frameworkSet(Landroid/view/View;Ljava/lang/Object;)V
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1c
.end annotation
check-cast p2, Ljava/lang/CharSequence;
invoke-virtual {p0, p1, p2}, Landroidx/core/view/ViewCompat$4;->frameworkSet(Landroid/view/View;Ljava/lang/CharSequence;)V
return-void
.end method
.method public shouldUpdate(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
.locals 0
invoke-static {p1, p2}, Landroid/text/TextUtils;->equals(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
move-result p1
xor-int/lit8 p1, p1, 0x1
return p1
.end method
.method public bridge synthetic shouldUpdate(Ljava/lang/Object;Ljava/lang/Object;)Z
.locals 0
check-cast p1, Ljava/lang/CharSequence;
check-cast p2, Ljava/lang/CharSequence;
invoke-virtual {p0, p1, p2}, Landroidx/core/view/ViewCompat$4;->shouldUpdate(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
move-result p1
return p1
.end method