Home
last modified time | relevance | path

Searched refs:GetChainDelta (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.h87 double GetChainDelta(int32_t index) const;
H A Dlist_layout_manager.cpp653 mainAxis += GetChainDelta(index); in SetChildPosition()
710 double ListLayoutManager::GetChainDelta(int32_t index) const in GetChainDelta() function in OHOS::Ace::ListLayoutManager
781 return enableChain_ ? GetChainDelta(index) : 0.0; in GetItemAnimationValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp634 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
H A Dlist_pattern.h226 float GetChainDelta(int32_t index) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h352 double GetChainDelta(int32_t index) const;
H A Drender_list.cpp828 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