Changes of com.discord v1144
This commit is contained in:
parent
3b0c33520d
commit
4746542b20
25752 changed files with 77 additions and 4382359 deletions
|
@ -1,11 +0,0 @@
|
|||
.class public interface abstract synthetic Landroidx/core/internal/package-info;
|
||||
.super Ljava/lang/Object;
|
||||
.source "package-info.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
|
@ -1,33 +0,0 @@
|
|||
.class public interface abstract Landroidx/core/internal/view/SupportMenu;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SupportMenu.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/view/Menu;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final CATEGORY_MASK:I = -0x10000
|
||||
|
||||
.field public static final CATEGORY_SHIFT:I = 0x10
|
||||
|
||||
.field public static final FLAG_KEEP_OPEN_ON_SUBMENU_OPENED:I = 0x4
|
||||
|
||||
.field public static final SUPPORTED_MODIFIERS_MASK:I = 0x1100f
|
||||
|
||||
.field public static final USER_MASK:I = 0xffff
|
||||
|
||||
.field public static final USER_SHIFT:I
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract setGroupDividerEnabled(Z)V
|
||||
.end method
|
|
@ -1,103 +0,0 @@
|
|||
.class public interface abstract Landroidx/core/internal/view/SupportMenuItem;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SupportMenuItem.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/view/MenuItem;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final SHOW_AS_ACTION_ALWAYS:I = 0x2
|
||||
|
||||
.field public static final SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW:I = 0x8
|
||||
|
||||
.field public static final SHOW_AS_ACTION_IF_ROOM:I = 0x1
|
||||
|
||||
.field public static final SHOW_AS_ACTION_NEVER:I = 0x0
|
||||
|
||||
.field public static final SHOW_AS_ACTION_WITH_TEXT:I = 0x4
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract collapseActionView()Z
|
||||
.end method
|
||||
|
||||
.method public abstract expandActionView()Z
|
||||
.end method
|
||||
|
||||
.method public abstract getActionView()Landroid/view/View;
|
||||
.end method
|
||||
|
||||
.method public abstract getAlphabeticModifiers()I
|
||||
.end method
|
||||
|
||||
.method public abstract getContentDescription()Ljava/lang/CharSequence;
|
||||
.end method
|
||||
|
||||
.method public abstract getIconTintList()Landroid/content/res/ColorStateList;
|
||||
.end method
|
||||
|
||||
.method public abstract getIconTintMode()Landroid/graphics/PorterDuff$Mode;
|
||||
.end method
|
||||
|
||||
.method public abstract getNumericModifiers()I
|
||||
.end method
|
||||
|
||||
.method public abstract getSupportActionProvider()Landroidx/core/view/ActionProvider;
|
||||
.end method
|
||||
|
||||
.method public abstract getTooltipText()Ljava/lang/CharSequence;
|
||||
.end method
|
||||
|
||||
.method public abstract isActionViewExpanded()Z
|
||||
.end method
|
||||
|
||||
.method public abstract requiresActionButton()Z
|
||||
.end method
|
||||
|
||||
.method public abstract requiresOverflow()Z
|
||||
.end method
|
||||
|
||||
.method public abstract setActionView(I)Landroid/view/MenuItem;
|
||||
.end method
|
||||
|
||||
.method public abstract setActionView(Landroid/view/View;)Landroid/view/MenuItem;
|
||||
.end method
|
||||
|
||||
.method public abstract setAlphabeticShortcut(CI)Landroid/view/MenuItem;
|
||||
.end method
|
||||
|
||||
.method public abstract setContentDescription(Ljava/lang/CharSequence;)Landroidx/core/internal/view/SupportMenuItem;
|
||||
.end method
|
||||
|
||||
.method public abstract setIconTintList(Landroid/content/res/ColorStateList;)Landroid/view/MenuItem;
|
||||
.end method
|
||||
|
||||
.method public abstract setIconTintMode(Landroid/graphics/PorterDuff$Mode;)Landroid/view/MenuItem;
|
||||
.end method
|
||||
|
||||
.method public abstract setNumericShortcut(CI)Landroid/view/MenuItem;
|
||||
.end method
|
||||
|
||||
.method public abstract setShortcut(CCII)Landroid/view/MenuItem;
|
||||
.end method
|
||||
|
||||
.method public abstract setShowAsAction(I)V
|
||||
.end method
|
||||
|
||||
.method public abstract setShowAsActionFlags(I)Landroid/view/MenuItem;
|
||||
.end method
|
||||
|
||||
.method public abstract setSupportActionProvider(Landroidx/core/view/ActionProvider;)Landroidx/core/internal/view/SupportMenuItem;
|
||||
.end method
|
||||
|
||||
.method public abstract setTooltipText(Ljava/lang/CharSequence;)Landroidx/core/internal/view/SupportMenuItem;
|
||||
.end method
|
|
@ -1,15 +0,0 @@
|
|||
.class public interface abstract Landroidx/core/internal/view/SupportSubMenu;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SupportSubMenu.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroidx/core/internal/view/SupportMenu;
|
||||
.implements Landroid/view/SubMenu;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
Loading…
Add table
Add a link
Reference in a new issue