Compartilhar via


AccessibilityNodeInfo.FlagPrefetchDescendantsBreadthFirst Campo

Definição

Cuidado

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

Estratégia de pré-busca que pré-busca os descendentes do nó solicitado amplitude primeiro.

[Android.Runtime.Register("FLAG_PREFETCH_DESCENDANTS_BREADTH_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 FlagPrefetchDescendantsBreadthFirst = 16;
[<Android.Runtime.Register("FLAG_PREFETCH_DESCENDANTS_BREADTH_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 FlagPrefetchDescendantsBreadthFirst : Android.Views.Accessibility.PrefetchType

Valor do campo

Value = 16

Implementações

Atributos

Comentários

Estratégia de pré-busca que pré-busca os descendentes do nó solicitado amplitude primeiro.

Isso não deve ser combinado com #FLAG_PREFETCH_DESCENDANTS_HYBRID ou #FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST isso acionará um IllegalArgumentException.

Documentação Java para android.view.accessibility.AccessibilityNodeInfo.FLAG_PREFETCH_DESCENDANTS_BREADTH_FIRST.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a