tmap/smali_classes3/com/google/android/material/internal/TextDrawableHelper$TextDrawableDelegate.smali
2022-06-10 21:38:30 +09:00

28 lines
707 B
Smali

.class public interface abstract Lcom/google/android/material/internal/TextDrawableHelper$TextDrawableDelegate;
.super Ljava/lang/Object;
.source "TextDrawableHelper.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/material/internal/TextDrawableHelper;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "TextDrawableDelegate"
.end annotation
# virtual methods
.method public abstract getState()[I
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract onStateChange([I)Z
.end method
.method public abstract onTextSizeChange()V
.end method