apkfuckery/com.discord/smali/androidx/core/graphics/drawable/TintAwareDrawable.smali

27 lines
720 B
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class public interface abstract Landroidx/core/graphics/drawable/TintAwareDrawable;
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "TintAwareDrawable.java"
2019-02-04 20:08:30 +00:00
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
2019-06-26 01:01:00 +00:00
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
2019-02-04 20:08:30 +00:00
}
.end annotation
# virtual methods
.method public abstract setTint(I)V
.param p1 # I
.annotation build Landroidx/annotation/ColorInt;
.end annotation
.end param
.end method
.method public abstract setTintList(Landroid/content/res/ColorStateList;)V
.end method
.method public abstract setTintMode(Landroid/graphics/PorterDuff$Mode;)V
.end method