Home
last modified time | relevance | path

Searched refs:IsIndexInMatrix (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.h129 bool IsIndexInMatrix(int32_t index, int32_t& startLine);
H A Dgrid_scroll_layout_algorithm.cpp788 bool GridScrollLayoutAlgorithm::IsIndexInMatrix(int32_t index, int32_t& startLine) in IsIndexInMatrix() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm
892 if (IsIndexInMatrix(targetIndex, startLine)) { in ScrollToIndexAuto()
943 if (IsIndexInMatrix(targetIndex, startLine)) { in ScrollToIndexStart()
980 if (IsIndexInMatrix(gridLayoutInfo_.jumpIndex_, startLine)) { in UpdateCurrentOffsetForJumpTo()
2142 …} while (!(LessNotEqual(lineHeight, 0.0) || IsIndexInMatrix(targetIndex.value(), targetLineIndex))… in SupplyAllData2ZeroIndex()
2180 outOfMatrix = !IsIndexInMatrix(updateIdx, startLine); in GetResetMode()