CrackMe.apk

Download file
    package com.google.android.exoplayer2.ui;

import android.view.View;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class StyledPlayerControlView$$ExternalSyntheticLambda1 implements View.OnLayoutChangeListener {
    public final /* synthetic */ StyledPlayerControlView f$0;

    public /* synthetic */ StyledPlayerControlView$$ExternalSyntheticLambda1(StyledPlayerControlView styledPlayerControlView) {
        this.f$0 = styledPlayerControlView;
    }

    public final void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) {
        this.f$0.onLayoutChange(view, i, i2, i3, i4, i5, i6, i7, i8);
    }
}
    
Download file