Searched refs:IsIndexInMatrix (Results 1 – 2 of 2) sorted by relevance
129 bool IsIndexInMatrix(int32_t index, int32_t& startLine);
788 bool GridScrollLayoutAlgorithm::IsIndexInMatrix(int32_t index, int32_t& startLine) in IsIndexInMatrix() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm892 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()