Searched refs:shouldStopPrefetching (Results 1 – 1 of 1) sorted by relevance
1201 private boolean shouldStopPrefetching(List prefetchededInfos) { in shouldStopPrefetching() method in AccessibilityInteractionController.AccessibilityNodePrefetcher1284 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 …]