Home
last modified time | relevance | path

Searched refs:GetHeadAnimationValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp890 … return mainScrollExtent + listBase->GetTailAnimationValue() + listBase->GetHeadAnimationValue(); in GetMainScrollExtent()
967 headOffset = GetMainOffset(currentOffset_) - listBase->GetHeadAnimationValue(); in IsOutOfTopBoundary()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h442 double GetHeadAnimationValue() const in GetHeadAnimationValue() function