Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java1331 if (shouldStopPrefetching(outInfos)) { in prefetchAccessibilityNodeInfos()
1361 public boolean shouldStopPrefetching(List prefetchedInfos) { in shouldStopPrefetching() method in AccessibilityInteractionController.AccessibilityNodePrefetcher
1445 if (shouldStopPrefetching(outInfos)) { in prefetchPredecessorsOfRealNode()
1461 if (shouldStopPrefetching(outInfos)) { in prefetchSiblingsOfRealNode()
1480 if (shouldStopPrefetching(outInfos)) { in prefetchSiblingsOfRealNode()
1519 if (shouldStopPrefetching(outInfos)) { in prefetchDescendantsOfRealNode()
1544 if (!shouldStopPrefetching(outInfos)) { in prefetchDescendantsOfRealNode()
1566 if (shouldStopPrefetching(outInfos)) { in prefetchPredecessorsOfVirtualNode()
1615 if (shouldStopPrefetching(outInfos)) { in prefetchSiblingsOfVirtualNode()
1640 if (shouldStopPrefetching(outInfos)) { in prefetchDescendantsOfVirtualNode()
[all …]