Home
last modified time | relevance | path

Searched refs:NeedAdjust (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.h143 bool NeedAdjust(const RefPtr<GridItemLayoutProperty>& itemLayoutWrapper);
H A Dgrid_scroll_layout_algorithm.cpp698 bool GridScrollLayoutAlgorithm::NeedAdjust(const RefPtr<GridItemLayoutProperty>& itemLayoutProperty) in NeedAdjust() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm
742 needAdjust = NeedAdjust(itemLayoutProperty); in AdjustRowColSpan()