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

26 lines
680 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;
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.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