Home
last modified time | relevance | path

Searched defs:mainCount (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.h34 GridLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, int32_t crossCount, int32_t mainCount) in GridLayoutAlgorithm()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_with_options_layout_algorithm.h26 …lWithOptionsLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t mainCount) in GridScrollWithOptionsLayoutAlgorithm()
H A Dgrid_scroll_layout_algorithm.h31 … GridScrollLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t mainCount) in GridScrollLayoutAlgorithm()
H A Dgrid_scroll_layout_algorithm.cpp1579 auto mainCount = static_cast<int32_t>(mainCount_); in MeasureNewChild() local
1959 auto mainCount = static_cast<int32_t>(mainCount_); in MeasureCachedChild() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_top_down_test.cpp65 int32_t mainCount = info->GetMainCount(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.cpp291 …auto mainCount = static_cast<int32_t>(std::count_if(crossItems.second.begin(), crossItems.second.e… in GetMainCount() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp62 auto mainCount = rows.empty() ? Infinity<int32_t>() : static_cast<int32_t>(rows.size()); in CreateLayoutAlgorithm() local