Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp692 auto childProperty = childWrapper->GetLayoutProperty(); in GetChildMainAxisSize() local
693 CHECK_NULL_RETURN(childProperty, mainAxisSize); in GetChildMainAxisSize()
694 auto visibilityValue = childProperty->GetVisibilityValue(VisibleType::VISIBLE); in GetChildMainAxisSize()