mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
32 lines
1,014 B
Smali
32 lines
1,014 B
Smali
.class public interface abstract Lcom/airbnb/lottie/model/KeyPathElement;
|
|
.super Ljava/lang/Object;
|
|
.source "KeyPathElement.java"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract addValueCallback(Ljava/lang/Object;Lcom/airbnb/lottie/value/LottieValueCallback;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">(TT;",
|
|
"Lcom/airbnb/lottie/value/LottieValueCallback<",
|
|
"TT;>;)V"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract resolveKeyPath(Lcom/airbnb/lottie/model/KeyPath;ILjava/util/List;Lcom/airbnb/lottie/model/KeyPath;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/airbnb/lottie/model/KeyPath;",
|
|
"I",
|
|
"Ljava/util/List<",
|
|
"Lcom/airbnb/lottie/model/KeyPath;",
|
|
">;",
|
|
"Lcom/airbnb/lottie/model/KeyPath;",
|
|
")V"
|
|
}
|
|
.end annotation
|
|
.end method
|