WindowManagerLayoutParams.DisplayFlagDisableHdrConversion Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.WindowManageDisplayFlags enum directly instead of this field.

Indicates whether this window wants the HDR conversion is disabled.

[Android.Runtime.Register("DISPLAY_FLAG_DISABLE_HDR_CONVERSION", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowManageDisplayFlags enum directly instead of this field.", true)]
public const Android.Views.WindowManageDisplayFlags DisplayFlagDisableHdrConversion = 1;
[<Android.Runtime.Register("DISPLAY_FLAG_DISABLE_HDR_CONVERSION", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowManageDisplayFlags enum directly instead of this field.", true)>]
val mutable DisplayFlagDisableHdrConversion : Android.Views.WindowManageDisplayFlags

Field Value

Value = 1

Implements

Attributes

Remarks

Indicates whether this window wants the HDR conversion is disabled.

Java documentation for android.view.WindowManager.LayoutParams.DISPLAY_FLAG_DISABLE_HDR_CONVERSION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to