package dd;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode;
import java.nio.ByteBuffer;

/* JADX INFO: loaded from: classes.dex */
public final class t {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f25147a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f25148b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final double f25149c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final double f25150d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final double f25151e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final double f25152f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final int f25153g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode f25154h;

    @Nullable
    public final ByteBuffer params;

    public t(int i10, @NonNull String str, double d10, double d11, double d12, double d13, int i11, @Nullable ByteBuffer byteBuffer) {
        this(i10, str, d10, d11, d12, d13, i11, PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode.f28088a, byteBuffer);
    }

    public t(int i10, @NonNull String str, double d10, double d11, double d12, double d13, int i11, PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode, @Nullable ByteBuffer byteBuffer) {
        this.f25147a = i10;
        this.f25148b = str;
        this.f25151e = d10;
        this.f25152f = d11;
        this.f25149c = d12;
        this.f25150d = d13;
        this.f25153g = i11;
        this.f25154h = platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode;
        this.params = byteBuffer;
    }
}
