Home
last modified time | relevance | path

Searched refs:flowMatrix_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp265 if (iter != flowMatrix_.end()) { in SetChildPosition()
427 if (iter != flowMatrix_.end()) { in MakeInnerLayoutParam()
819 if (iter == flowMatrix_.end()) { in ScrollToIndex()
1003 return flowMatrix_.empty() ? 0 : (--flowMatrix_.end())->first; in GetLastSupplyedIndex()
1009 if (!flowMatrix_.empty()) { in GetNextSupplyedIndex()
1019 if (flowMatrix_.empty()) { in GetLastSupplyedMainSize()
1024 if (iter != flowMatrix_.end()) { in GetLastSupplyedMainSize()
1219 if (flowMatrix_.empty()) { in GetTailPos()
1234 if (iter != flowMatrix_.end()) { in GetTailPos()
1292 for (auto it = flowMatrix_.begin(); it != flowMatrix_.end();) { in ClearFlowMatrix()
[all …]
H A Drender_water_flow.h274 std::map<size_t, FlowStyle> flowMatrix_; variable