Changes of com.discord v1325
This commit is contained in:
parent
d9d9f382c9
commit
3cb9e1231d
28086 changed files with 4880345 additions and 0 deletions
118
com.discord/smali/androidx/appcompat/view/ActionMode.smali
Normal file
118
com.discord/smali/androidx/appcompat/view/ActionMode.smali
Normal file
|
@ -0,0 +1,118 @@
|
|||
.class public abstract Landroidx/appcompat/view/ActionMode;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ActionMode.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/appcompat/view/ActionMode$Callback;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public mTag:Ljava/lang/Object;
|
||||
|
||||
.field public mTitleOptionalHint:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract finish()V
|
||||
.end method
|
||||
|
||||
.method public abstract getCustomView()Landroid/view/View;
|
||||
.end method
|
||||
|
||||
.method public abstract getMenu()Landroid/view/Menu;
|
||||
.end method
|
||||
|
||||
.method public abstract getMenuInflater()Landroid/view/MenuInflater;
|
||||
.end method
|
||||
|
||||
.method public abstract getSubtitle()Ljava/lang/CharSequence;
|
||||
.end method
|
||||
|
||||
.method public getTag()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/view/ActionMode;->mTag:Ljava/lang/Object;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public abstract getTitle()Ljava/lang/CharSequence;
|
||||
.end method
|
||||
|
||||
.method public getTitleOptionalHint()Z
|
||||
.locals 1
|
||||
|
||||
iget-boolean v0, p0, Landroidx/appcompat/view/ActionMode;->mTitleOptionalHint:Z
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public abstract invalidate()V
|
||||
.end method
|
||||
|
||||
.method public isTitleOptional()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public isUiFocusable()Z
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public abstract setCustomView(Landroid/view/View;)V
|
||||
.end method
|
||||
|
||||
.method public abstract setSubtitle(I)V
|
||||
.end method
|
||||
|
||||
.method public abstract setSubtitle(Ljava/lang/CharSequence;)V
|
||||
.end method
|
||||
|
||||
.method public setTag(Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/appcompat/view/ActionMode;->mTag:Ljava/lang/Object;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public abstract setTitle(I)V
|
||||
.end method
|
||||
|
||||
.method public abstract setTitle(Ljava/lang/CharSequence;)V
|
||||
.end method
|
||||
|
||||
.method public setTitleOptionalHint(Z)V
|
||||
.locals 0
|
||||
|
||||
iput-boolean p1, p0, Landroidx/appcompat/view/ActionMode;->mTitleOptionalHint:Z
|
||||
|
||||
return-void
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue