Home
last modified time | relevance | path

Searched refs:FillMatrixOnly (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.h80 int32_t FillMatrixOnly(int32_t targetIdx);
H A Dgrid_irregular_layout_algorithm.cpp318 filler.FillMatrixOnly(info_.childrenCount_ - 1); in Jump()
476 jumpLine = filler.FillMatrixOnly(jumpIdx); in FindJumpLineIdx()
645 filler.FillMatrixOnly(std::min(info_.childrenCount_, info_.endIndex_ + cacheCnt)); in PreloadItems()
H A Dgrid_irregular_filler.cpp244 int32_t GridIrregularFiller::FillMatrixOnly(int32_t targetIdx) in FillMatrixOnly() function in OHOS::Ace::NG::GridIrregularFiller
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_filler_test.cpp506 EXPECT_EQ(filler.FillMatrixOnly(6), 4);