Searched refs:CurrentFrameCount (Results 1 – 5 of 5) sorted by relevance
62 int32_t CurrentFrameCount() const override in CurrentFrameCount() function
1128 int32_t UINode::CurrentFrameCount() const in CurrentFrameCount() function in OHOS::Ace::NG::UINode1132 count += child->CurrentFrameCount(); in CurrentFrameCount()1445 uint32_t count = static_cast<uint32_t>(child->CurrentFrameCount()); in GetFrameChildByIndexWithoutExpanded()1470 index += isExpanded ? child->FrameCount() : child->CurrentFrameCount(); in GetFrameNodeIndex()
120 int32_t CurrentFrameCount() const override in CurrentFrameCount() function743 return UINode::CurrentFrameCount(); in GetTotalChildCountWithoutExpanded()
82 virtual int32_t CurrentFrameCount() const;
1757 int32_t count = ONE->CurrentFrameCount();