Searched refs:descendantPrefetchFlags (Results 1 – 1 of 1) sorted by relevance
654 final int descendantPrefetchFlags = prefetchFlags & FLAG_PREFETCH_DESCENDANTS_MASK; in findAccessibilityNodeInfoByAccessibilityId() local655 if ((descendantPrefetchFlags & (descendantPrefetchFlags - 1)) != 0) { in findAccessibilityNodeInfoByAccessibilityId()