Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h89 …bool UseCurrentLines(float mainSize, float crossSize, LayoutWrapper* layoutWrapper, float& mainLen…
H A Dgrid_scroll_layout_algorithm.cpp419 if (UseCurrentLines(mainSize, crossSize, layoutWrapper, mainLength)) { in FillGridViewportAndMeasureChildren()
1008 UseCurrentLines(mainSize, crossSize, layoutWrapper, mainLength); in MeasureRecordedItems()
1069 bool GridScrollLayoutAlgorithm::UseCurrentLines( in UseCurrentLines() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm