Files
rr3-apk/smali_classes2/com/google/android/exoplayer2/ui/TimeBar.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

26 lines
590 B
Smali

.class public interface abstract Lcom/google/android/exoplayer2/ui/TimeBar;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/exoplayer2/ui/TimeBar$OnScrubListener;
}
.end annotation
# virtual methods
.method public abstract addListener(Lcom/google/android/exoplayer2/ui/TimeBar$OnScrubListener;)V
.end method
.method public abstract setBufferedPosition(J)V
.end method
.method public abstract setEnabled(Z)V
.end method
.method public abstract setPosition(J)V
.end method