Lenguaje

SurfaceControl.JankData.JankNone Campo

Definición

Precaución

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

No se detectó jank, el fotograma estaba a tiempo.

[Android.Runtime.Register("JANK_NONE", 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 JankNone = 0;
[<Android.Runtime.Register("JANK_NONE", 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 JankNone : Android.Views.SurfaceJankType

Valor de campo

Value = 0
Atributos

Comentarios

No se detectó jank, el fotograma estaba a tiempo.

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

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