Searched refs:targetLineIndex (Results 1 – 3 of 3) sorted by relevance
506 bool GridLayoutInfo::GetLineIndexByIndex(int32_t targetIndex, int32_t& targetLineIndex) const in GetLineIndexByIndex()511 targetLineIndex = lineIndex; in GetLineIndexByIndex()520 float GridLayoutInfo::GetTotalHeightFromZeroIndex(int32_t targetLineIndex, float mainGap) const in GetTotalHeightFromZeroIndex() argument524 if (targetLineIndex > lineIndex) { in GetTotalHeightFromZeroIndex()595 int32_t targetLineIndex = -1; in GetGridItemAnimatePos() local598 CHECK_NULL_RETURN(GetLineIndexByIndex(targetIndex, targetLineIndex), false); in GetGridItemAnimatePos()601 targetPos = GetTotalHeightFromZeroIndex(targetLineIndex, mainGap); in GetGridItemAnimatePos()604 auto targetItem = lineHeightMap_.find(targetLineIndex); in GetGridItemAnimatePos()640 if ((startMainLineIndex == targetLineIndex) && (endMainLineIndex == targetLineIndex)) { in GetGridItemAnimatePos()645 if (startMainLineIndex >= targetLineIndex) { in GetGridItemAnimatePos()[all …]
313 bool GetLineIndexByIndex(int32_t targetIndex, int32_t& targetLineIndex) const;314 float GetTotalHeightFromZeroIndex(int32_t targetLineIndex, float mainGap) const;
2139 int32_t targetLineIndex = 0; in SupplyAllData2ZeroIndex() local2142 … while (!(LessNotEqual(lineHeight, 0.0) || IsIndexInMatrix(targetIndex.value(), targetLineIndex))); in SupplyAllData2ZeroIndex()