Home
last modified time | relevance | path

Searched refs:CurrentFrameCount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node.h62 int32_t CurrentFrameCount() const override in CurrentFrameCount() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp1128 int32_t UINode::CurrentFrameCount() const in CurrentFrameCount() function in OHOS::Ace::NG::UINode
1132 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()
H A Dframe_node.h120 int32_t CurrentFrameCount() const override in CurrentFrameCount() function
743 return UINode::CurrentFrameCount(); in GetTotalChildCountWithoutExpanded()
H A Dui_node.h82 virtual int32_t CurrentFrameCount() const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp1757 int32_t count = ONE->CurrentFrameCount();