AccessibilityNodeInfo.FlagPrefetchDescendantsDepthFirst Bidang

Definisi

Perhatian

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

Strategi prefetching yang mengambil keturunan dari kedalaman node yang diminta terlebih dahulu.

[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

Nilai Bidang

Value = 8

Penerapan

Atribut

Keterangan

Strategi prefetching yang mengambil keturunan dari kedalaman node yang diminta terlebih dahulu.

Ini tidak boleh dikombinasikan dengan #FLAG_PREFETCH_DESCENDANTS_HYBRID atau #FLAG_PREFETCH_DESCENDANTS_BREADTH_FIRST atau ini akan memicu IllegalArgumentException.

Lihat #FLAG_PREFETCH_ANCESTORS untuk informasi tentang tempat bendera ini dapat digunakan.

Java dokumentasi untuk android.view.accessibility.AccessibilityNodeInfo.FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST.

Bagian dari halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Android Open Source Project dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Creative Commons 2.5 Lisensi Atribusi.

Berlaku untuk