ShadowViewDelegate.smali

.class public interface abstract Lcom/google/android/material/shadow/ShadowViewDelegate;
.super Ljava/lang/Object;
.source "ShadowViewDelegate.java"


# direct methods
.method static constructor <clinit>()V
    .registers 1

    return-void
.end method


# virtual methods
.method public abstract getRadius()F
.end method

.method public abstract isCompatPaddingEnabled()Z
.end method

.method public abstract setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
    .param p1    # Landroid/graphics/drawable/Drawable;
        .annotation build Landroidx/annotation/Nullable;
        .end annotation
    .end param
.end method

.method public abstract setShadowPadding(IIII)V
.end method