AccessibilityNodeInfo.FlagPrefetchDescendantsDepthFirst Campo

Definición

Precaución

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

Estrategia de captura previa que captura previamente los descendientes del nodo solicitado en primer lugar.

[Android.Runtime.Register("FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.PrefetchType enum directly instead of this field.", true)]
public const Android.Views.Accessibility.PrefetchType FlagPrefetchDescendantsDepthFirst = 8;
[<Android.Runtime.Register("FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.PrefetchType enum directly instead of this field.", true)>]
val mutable FlagPrefetchDescendantsDepthFirst : Android.Views.Accessibility.PrefetchType

Valor de campo

Value = 8

Implementaciones

Atributos

Comentarios

Estrategia de captura previa que captura previamente los descendientes del nodo solicitado en primer lugar.

Esto no debe combinarse con #FLAG_PREFETCH_DESCENDANTS_HYBRID o #FLAG_PREFETCH_DESCENDANTS_BREADTH_FIRST esto desencadenará una excepción IllegalArgumentException.

Consulte #FLAG_PREFETCH_ANCESTORS para obtener información sobre dónde se pueden usar estas marcas.

Java documentación para android.view.accessibility.AccessibilityNodeInfo.FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST.

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