21 lines
599 B
Smali
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
|