Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2021 … bool autoLanes = listLayoutProperty->HasLaneMinLength() || listLayoutProperty->HasLaneMaxLength(); in SetChainAnimation() local
2023 bool enable = edgeEffect == EdgeEffect::SPRING && lanes == 1 && !autoLanes && animation; in SetChainAnimation()