Home
last modified time | relevance | path

Searched refs:hasBigItem_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dlayout_info_test.cpp88 info.hasBigItem_ = true;
118 info.hasBigItem_ = true;
154 info.hasBigItem_ = true;
187 info.hasBigItem_ = true;
212 info.hasBigItem_ = true;
287 info.hasBigItem_ = true;
331 info.hasBigItem_ = false;
H A Dgrid_layout_test_ng.cpp1550 layoutAlgorithm->gridLayoutInfo_.hasBigItem_ = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_base_algorithm.h55 if (!isItemAtExpectedPosition && gridLayoutInfo_.hasBigItem_) { in UpdateRealGridItemPositionInfo()
H A Dgrid_layout_info.h400 bool hasBigItem_; member
H A Dgrid_layout_info.cpp191 if (!hasBigItem_) { in GetContentOffset()
272 if (!hasBigItem_) { in GetContentHeight()
H A Dgrid_pattern.cpp711 …auto weakChild = gridLayoutInfo_.hasBigItem_ ? SearchIrregularFocusableChild(nextMainIndex, nextCr… in GetNextFocusNode()
734 auto hasIrregularItems = gridLayoutInfo_.hasBigItem_; in GetNextIndexByStep()
1761 gridLayoutInfo_.hasBigItem_ ? DumpLog::GetInstance().AddDesc("hasBigItem:true") in DumpAdvanceInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp280 gridLayoutInfo_.hasBigItem_ = false; in Measure()
298 gridLayoutInfo_.hasBigItem_ = true; in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp764 gridLayoutInfo_.hasBigItem_ = true; in AdjustRowColSpan()
1128 if (!gridLayoutInfo_.hasBigItem_) { in SkipForwardLines()
1172 if (!gridLayoutInfo_.hasBigItem_) { in SkipBackwardLines()
1773 if (gridLayoutInfo_.hasBigItem_) { in GetStartingItem()
1801 gridLayoutInfo_.hasBigItem_ = true; in GetStartingItem()
2167 if (!info.hasBigItem_) { in UpdateMainLineOnReload()
2184 return { !gridLayoutInfo_.hasBigItem_ || outOfMatrix || hasOptions, in GetResetMode()
2185 gridLayoutInfo_.hasBigItem_ && !outOfMatrix && !hasOptions }; in GetResetMode()
H A Dgrid_scroll_with_options_layout_algorithm.cpp53 gridLayoutInfo_.hasBigItem_ = true; in AdjustRowColSpan()