mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
38 lines
990 B
Smali
38 lines
990 B
Smali
.class public interface abstract Landroidx/media3/exoplayer/source/ShuffleOrder;
|
|
.super Ljava/lang/Object;
|
|
.source "ShuffleOrder.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/media3/exoplayer/source/ShuffleOrder$UnshuffledShuffleOrder;,
|
|
Landroidx/media3/exoplayer/source/ShuffleOrder$DefaultShuffleOrder;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract cloneAndClear()Landroidx/media3/exoplayer/source/ShuffleOrder;
|
|
.end method
|
|
|
|
.method public abstract cloneAndInsert(II)Landroidx/media3/exoplayer/source/ShuffleOrder;
|
|
.end method
|
|
|
|
.method public abstract cloneAndRemove(II)Landroidx/media3/exoplayer/source/ShuffleOrder;
|
|
.end method
|
|
|
|
.method public abstract getFirstIndex()I
|
|
.end method
|
|
|
|
.method public abstract getLastIndex()I
|
|
.end method
|
|
|
|
.method public abstract getLength()I
|
|
.end method
|
|
|
|
.method public abstract getNextIndex(I)I
|
|
.end method
|
|
|
|
.method public abstract getPreviousIndex(I)I
|
|
.end method
|