Searched refs:detectCount (Results 1 – 2 of 2) sorted by relevance
32 …arentNodeDetector::PostCheckNodeTransparentTask(const RefPtr<FrameNode>& node, uint8_t detectCount) in PostCheckNodeTransparentTask() argument34 if (detectCount > TransparentNodeDetector::MAX_DETECT_COUNT || detectCount == 0) { in PostCheckNodeTransparentTask()43 detectCount--; in PostCheckNodeTransparentTask()44 …to task = [weakNode = AceType::WeakClaim(AceType::RawPtr(node)), taskDetectCount = detectCount]() { in PostCheckNodeTransparentTask()
28 …void PostCheckNodeTransparentTask(const RefPtr<FrameNode>& node, uint8_t detectCount = MAX_DETECT_…