package dd;

import androidx.annotation.Nullable;
import io.flutter.embedding.engine.systemchannels.PlatformChannel$Brightness;

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

    @Nullable
    public final Integer statusBarColor;

    @Nullable
    public final PlatformChannel$Brightness statusBarIconBrightness;

    @Nullable
    public final Integer systemNavigationBarColor;

    @Nullable
    public final Boolean systemNavigationBarContrastEnforced;

    @Nullable
    public final Integer systemNavigationBarDividerColor;

    @Nullable
    public final PlatformChannel$Brightness systemNavigationBarIconBrightness;

    @Nullable
    public final Boolean systemStatusBarContrastEnforced;

    public p(@Nullable Integer num, @Nullable PlatformChannel$Brightness platformChannel$Brightness, @Nullable Boolean bool, @Nullable Integer num2, @Nullable PlatformChannel$Brightness platformChannel$Brightness2, @Nullable Integer num3, @Nullable Boolean bool2) {
        this.statusBarColor = num;
        this.statusBarIconBrightness = platformChannel$Brightness;
        this.systemStatusBarContrastEnforced = bool;
        this.systemNavigationBarColor = num2;
        this.systemNavigationBarIconBrightness = platformChannel$Brightness2;
        this.systemNavigationBarDividerColor = num3;
        this.systemNavigationBarContrastEnforced = bool2;
    }
}
