Home
last modified time | relevance | path

Searched refs:contentList_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.cpp67 contentList_.clear(); in Update()
142 contentList_.emplace_back(contentInfo); in PerformLayout()
165 contentList_.emplace_back(contentInfo); in PerformLayout()
168 contentList_.reverse(); in PerformLayout()
177 contentList_.clear(); in PerformLayout()
187 contentList_.emplace_back(contentInfo); in AddBlock()
198 contentList_.emplace_back(contentInfo2); in AddBlock()
328 contentList_.emplace_back( in HandleDialogStretch()
347contentList_.emplace_back(ContentInfo(mainLengthLimit_, totalCrossLength_, dialogButtonNum, itemsL… in HandleDialogStretch()
390 int32_t contentNum = static_cast<int32_t>(contentList_.size()); in LayoutWholeWrap()
[all …]
H A Drender_wrap.h120 std::list<ContentInfo> contentList_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.cpp130 contentList_.clear(); in Measure()
161 contentList_.emplace_back(contentInfo); in Measure()
182 contentList_.emplace_back(contentInfo); in Measure()
260 contentList_.clear(); in Layout()
376 auto contentNum = static_cast<int32_t>(contentList_.size()); in LayoutWholeWrap()
486 for (const auto& content : contentList_) { in TraverseContent()
758 auto contentNum = static_cast<int32_t>(contentList_.size()); in LayoutWholeColumnWrap()
828 for (const auto& content : contentList_) { in TraverseColumnContent()
H A Dwrap_layout_algorithm.h137 std::list<ContentInfo> contentList_; variable
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp798 contentList_.clear(); in SetContentList()
799 contentList_.resize(contentList.size()); in SetContentList()
800 std::copy(contentList.begin(), contentList.end(), contentList_.begin()); in SetContentList()
806 contentList.resize(contentList_.size()); in GetContentList()
807 std::copy(contentList_.begin(), contentList_.end(), contentList.begin()); in GetContentList()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1815 std::vector<std::string> contentList_ {};