Home
last modified time | relevance | path

Searched refs:shouldStopPrefetching (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java1201 private boolean shouldStopPrefetching(List prefetchededInfos) { in shouldStopPrefetching() method in AccessibilityInteractionController.AccessibilityNodePrefetcher
1284 if (shouldStopPrefetching(outInfos)) { in prefetchPredecessorsOfRealNode()
1288 while (parent instanceof View && !shouldStopPrefetching(outInfos)) { in prefetchPredecessorsOfRealNode()
1300 if (shouldStopPrefetching(outInfos)) { in prefetchSiblingsOfRealNode()
1312 if (shouldStopPrefetching(outInfos)) { in prefetchSiblingsOfRealNode()
1351 if (shouldStopPrefetching(outInfos)) { in prefetchDescendantsOfRealNode()
1376 if (!shouldStopPrefetching(outInfos)) { in prefetchDescendantsOfRealNode()
1398 if (shouldStopPrefetching(outInfos)) { in prefetchPredecessorsOfVirtualNode()
1443 if (shouldStopPrefetching(outInfos)) { in prefetchSiblingsOfVirtualNode()
1468 if (shouldStopPrefetching(outInfos)) { in prefetchDescendantsOfVirtualNode()
[all …]