Searched refs:shouldStopPrefetching (Results 1 – 1 of 1) sorted by relevance
1341 if (shouldStopPrefetching(outInfos)) { in prefetchAccessibilityNodeInfos()1371 public boolean shouldStopPrefetching(List prefetchedInfos) { in shouldStopPrefetching() method in AccessibilityInteractionController.AccessibilityNodePrefetcher1455 if (shouldStopPrefetching(outInfos)) { in prefetchPredecessorsOfRealNode()1459 while (parent instanceof View && !shouldStopPrefetching(outInfos)) { in prefetchPredecessorsOfRealNode()1471 if (shouldStopPrefetching(outInfos)) { in prefetchSiblingsOfRealNode()1490 if (shouldStopPrefetching(outInfos)) { in prefetchSiblingsOfRealNode()1518 if (shouldStopPrefetching(outInfos) || !(root instanceof ViewGroup)) { in prefetchDescendantsOfRealNode()1529 if (shouldStopPrefetching(outInfos)) { in prefetchDescendantsOfRealNode()1554 if (!shouldStopPrefetching(outInfos)) { in prefetchDescendantsOfRealNode()1576 if (shouldStopPrefetching(outInfos)) { in prefetchPredecessorsOfVirtualNode()[all …]