SurfaceControl.JankData.JankComposer Campo

Definición

Precaución

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

Máscara de bits para jank debido a las fechas límite perdidas por el compositor.

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

Valor de campo

Value = 1
Atributos

Comentarios

Máscara de bits para jank debido a las fechas límite perdidas por el compositor.

Java documentación para android.view.SurfaceControl.JankData.JANK_COMPOSER.

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