다음을 통해 공유


AccessibilityNodeInfo.FlagPrefetchDescendantsBreadthFirst 필드

정의

주의

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_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

필드 값

Value = 16

구현

특성

설명

요청된 노드 너비 우선의 하위 항목을 프리페치하는 프리페치 전략입니다.

이렇게 하면 IllegalArgumentException을 #FLAG_PREFETCH_DESCENDANTS_HYBRID 함께 사용하거나 #FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST 사용하지 않아야 합니다.

에 대한 android.view.accessibility.AccessibilityNodeInfo.FLAG_PREFETCH_DESCENDANTS_BREADTH_FIRSTJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상