tmap/smali_classes2/com/google/android/exoplayer2/util/SlidingPercentile$Sample.smali
2022-06-10 21:38:30 +09:00

43 lines
903 B
Smali

.class Lcom/google/android/exoplayer2/util/SlidingPercentile$Sample;
.super Ljava/lang/Object;
.source "SlidingPercentile.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/exoplayer2/util/SlidingPercentile;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Sample"
.end annotation
# instance fields
.field public index:I
.field public value:F
.field public weight:I
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lcom/google/android/exoplayer2/util/SlidingPercentile$1;)V
.locals 0
.line 2
invoke-direct {p0}, Lcom/google/android/exoplayer2/util/SlidingPercentile$Sample;-><init>()V
return-void
.end method