tmap/smali_classes3/com/google/android/material/expandable/ExpandableTransformationWidget.smali
2022-06-10 21:38:30 +09:00

21 lines
599 B
Smali

.class public interface abstract Lcom/google/android/material/expandable/ExpandableTransformationWidget;
.super Ljava/lang/Object;
.source "ExpandableTransformationWidget.java"
# interfaces
.implements Lcom/google/android/material/expandable/ExpandableWidget;
# virtual methods
.method public abstract getExpandedComponentIdHint()I
.annotation build Landroidx/annotation/IdRes;
.end annotation
.end method
.method public abstract setExpandedComponentIdHint(I)V
.param p1 # I
.annotation build Landroidx/annotation/IdRes;
.end annotation
.end param
.end method