Searched refs:GetTotalHeightFromZeroIndex (Results 1 – 3 of 3) sorted by relevance
520 float GridLayoutInfo::GetTotalHeightFromZeroIndex(int32_t targetLineIndex, float mainGap) const in GetTotalHeightFromZeroIndex() function in OHOS::Ace::NG::GridLayoutInfo573 return GetTotalHeightFromZeroIndex(it->first, mainGap); in GetAnimatePosIrregular()576 … float res = GetTotalHeightFromZeroIndex(center, mainGap) + offset - lastMainSize_ / 2.0f; in GetAnimatePosIrregular()580 … float res = GetTotalHeightFromZeroIndex(it->first + height, mainGap) - mainGap - lastMainSize_; in GetAnimatePosIrregular()601 targetPos = GetTotalHeightFromZeroIndex(targetLineIndex, mainGap); in GetGridItemAnimatePos()626 … auto targetPosBeforeStartIndex = GetTotalHeightFromZeroIndex(startMainLineIndex, mainGap); in GetGridItemAnimatePos()
314 float GetTotalHeightFromZeroIndex(int32_t targetLineIndex, float mainGap) const;
1404 …return infoPtr->GetTotalHeightFromZeroIndex(lineIndex, GetMainGap()) - gridLayoutInfo_.currentOffs… in EstimateHeight()