SurfaceControl.JankData.JankOther 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 otros componentes del sistema.

[Android.Runtime.Register("JANK_OTHER", 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 JankOther = 4;
[<Android.Runtime.Register("JANK_OTHER", 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 JankOther : Android.Views.SurfaceJankType

Valor de campo

Value = 4
Atributos

Comentarios

Máscara de bits para jank debido a las fechas límite perdidas por otros componentes del sistema.

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

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