Searched refs:GetChainDelta (Results 1 – 6 of 6) sorted by relevance
87 double GetChainDelta(int32_t index) const;
653 mainAxis += GetChainDelta(index); in SetChildPosition()710 double ListLayoutManager::GetChainDelta(int32_t index) const in GetChainDelta() function in OHOS::Ace::ListLayoutManager781 return enableChain_ ? GetChainDelta(index) : 0.0; in GetItemAnimationValue()
634 return list->GetChainDelta(index); in SetChainAnimationToPosMap()646 return list->GetChainDelta(index); in SetChainAnimationLayoutAlgorithm()689 NonNegative(startMainPos - currentDelta_ + GetChainDelta(0) - contentStartOffset_); in IsAtTop()704 …LessOrEqual(endMainPos - currentDelta_ + GetChainDelta(endIndex), contentMainSize_ - contentEndOff… in IsAtBottom()808 offset.start = startMainPos - currentDelta_ + GetChainDelta(0) - contentStartOffset_; in GetOutBoundaryOffset()810 offset.start = startMainPos + GetChainDelta(0) - contentStartOffset_; in GetOutBoundaryOffset()815 endMainPos = endMainPos + GetChainDelta(endIndex); in GetOutBoundaryOffset()2177 float ListPattern::GetChainDelta(int32_t index) const in GetChainDelta() function in OHOS::Ace::NG::ListPattern
226 float GetChainDelta(int32_t index) const;
352 double GetChainDelta(int32_t index) const;
828 double chainDelta = GetChainDelta(index); in SetItemsPositionForLaneList()1002 double chainDelta = GetChainDelta(index); in SetItemsPosition()2080 double RenderList::GetChainDelta(int32_t index) const in GetChainDelta() function in OHOS::Ace::V2::RenderList