AccessibilityNodeInfo.FlagPrefetchDescendantsHybrid フィールド

定義

注意事項

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

ハイブリッド深度優先アプローチと幅優先アプローチで子孫をプリフェッチするプリフェッチ戦略。

[Android.Runtime.Register("FLAG_PREFETCH_DESCENDANTS_HYBRID", 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 FlagPrefetchDescendantsHybrid = 4;
[<Android.Runtime.Register("FLAG_PREFETCH_DESCENDANTS_HYBRID", 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 FlagPrefetchDescendantsHybrid : Android.Views.Accessibility.PrefetchType

フィールド値

Value = 4

実装

属性

注釈

ハイブリッド深度優先アプローチと幅優先アプローチで子孫をプリフェッチするプリフェッチ戦略。

ルート ノードの子は、子ノードを再帰する前にプリフェッチされます。 これを または #FLAG_PREFETCH_DESCENDANTS_BREADTH_FIRST#FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST組み合わせてはなりません。または、IllegalArgumentException がトリガーされます。

の Java ドキュメント android.view.accessibility.AccessibilityNodeInfo.FLAG_PREFETCH_DESCENDANTS_HYBRID

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象