Home
last modified time | relevance | path

Searched refs:flexLayouts (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp164 … if (node.second.flexLayouts != 0 && node.second.flexLayouts >= AceChecker::GetFlexLayouts()) { in RecordPerformanceCheckData()
325 componentJson->Put("flexTime", node.flexLayouts); in RecordFlexLayoutsCount()
H A Dace_performance_check.h38 int32_t flexLayouts = 0; // node flex layout times member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h483 return nodeInfo_->flexLayouts; in GetFlexLayouts()
522 nodeInfo_->flexLayouts++; in AddFlexLayouts()