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

23 lines
645 B
Smali

.class interface abstract Lcom/google/android/material/internal/ViewGroupOverlayImpl;
.super Ljava/lang/Object;
.source "ViewGroupOverlayImpl.java"
# interfaces
.implements Lcom/google/android/material/internal/ViewOverlayImpl;
# virtual methods
.method public abstract add(Landroid/view/View;)V
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract remove(Landroid/view/View;)V
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method