Searched refs:GetChainAnimation (Results 1 – 7 of 7) sorted by relevance
32 …inAnimation", [](const ListComposedElement& inspector) { return inspector.GetChainAnimation(); } }, in __anon174b67b80702()57 std::string("chainAnimation: ").append(GetChainAnimation())); in Dump()223 std::string ListComposedElement::GetChainAnimation() const in GetChainAnimation() function in OHOS::Ace::V2::ListComposedElement
40 std::string GetChainAnimation() const;
92 bool GetChainAnimation() const in GetChainAnimation() function
69 chainAnimation_ = list->GetChainAnimation(); in Update()
135 return component_->GetChainAnimation(); in GetLinkage()
136 if (chainAnimation_ != component_->GetChainAnimation()) { in Update()137 chainAnimation_ = component_->GetChainAnimation(); in Update()
501 auto chainAnimation = listLayoutProperty->GetChainAnimation().value_or(false); in DrivenRender()2022 bool animation = listLayoutProperty->GetChainAnimation().value_or(false); in SetChainAnimation()