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

65 lines
1.7 KiB
Smali

.class public Lcom/google/android/exoplayer2/ui/StyledPlayerControlView$SubSettingViewHolder;
.super Landroidx/recyclerview/widget/RecyclerView$ViewHolder;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/exoplayer2/ui/StyledPlayerControlView;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "SubSettingViewHolder"
.end annotation
# instance fields
.field public final checkView:Landroid/view/View;
.field public final textView:Landroid/widget/TextView;
# direct methods
.method public constructor <init>(Landroid/view/View;)V
.locals 2
.line 2252
invoke-direct {p0, p1}, Landroidx/recyclerview/widget/RecyclerView$ViewHolder;-><init>(Landroid/view/View;)V
.line 2253
sget v0, Lcom/google/android/exoplayer2/util/Util;->SDK_INT:I
const/16 v1, 0x1a
if-ge v0, v1, :cond_0
const/4 v0, 0x1
.line 2255
invoke-virtual {p1, v0}, Landroid/view/View;->setFocusable(Z)V
:cond_0
sget v0, Lcom/google/android/exoplayer2/ui/R$id;->exo_text:I
.line 2257
invoke-virtual {p1, v0}, Landroid/view/View;->findViewById(I)Landroid/view/View;
move-result-object v0
check-cast v0, Landroid/widget/TextView;
iput-object v0, p0, Lcom/google/android/exoplayer2/ui/StyledPlayerControlView$SubSettingViewHolder;->textView:Landroid/widget/TextView;
sget v0, Lcom/google/android/exoplayer2/ui/R$id;->exo_check:I
.line 2258
invoke-virtual {p1, v0}, Landroid/view/View;->findViewById(I)Landroid/view/View;
move-result-object p1
iput-object p1, p0, Lcom/google/android/exoplayer2/ui/StyledPlayerControlView$SubSettingViewHolder;->checkView:Landroid/view/View;
return-void
.end method