mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 17:12:31 -06:00
19 lines
672 B
Java
19 lines
672 B
Java
package androidx.media3.common;
|
|
|
|
import android.view.SurfaceView;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface DebugViewProvider {
|
|
public static final DebugViewProvider NONE = new DebugViewProvider() { // from class: androidx.media3.common.DebugViewProvider$$ExternalSyntheticLambda0
|
|
@Override // androidx.media3.common.DebugViewProvider
|
|
public final SurfaceView getDebugPreviewSurfaceView(int i, int i2) {
|
|
return DebugViewProvider.lambda$static$0(i, i2);
|
|
}
|
|
};
|
|
|
|
static /* synthetic */ SurfaceView lambda$static$0(int i, int i2) {
|
|
return null;
|
|
}
|
|
|
|
SurfaceView getDebugPreviewSurfaceView(int i, int i2);
|
|
}
|