Lenguaje

WindowManagerLayoutParams.DisplayFlagDisableHdrConversion Campo

Definición

Precaución

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

Indica si esta ventana quiere que la conversión HDR esté deshabilitada.

[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

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

Indica si esta ventana quiere que la conversión HDR esté deshabilitada.

Java documentación para android.view.WindowManager.LayoutParams.DISPLAY_FLAG_DISABLE_HDR_CONVERSION.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a