Home
last modified time | relevance | path

Searched refs:indicatorPaintProperty (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.cpp1296 … auto indicatorPaintProperty = indicatorNode->GetPaintProperty<DotIndicatorPaintProperty>(); in ArrowLayout() local
1297 CHECK_NULL_VOID(indicatorPaintProperty); in ArrowLayout()
1299 … static_cast<float>(indicatorPaintProperty->GetItemWidthValue(theme->GetSize()).ConvertToPx()); in ArrowLayout()
1301 …static_cast<float>(indicatorPaintProperty->GetSelectedItemWidthValue(theme->GetSize()).ConvertToPx… in ArrowLayout()
1304 if (indicatorPaintProperty->GetIsCustomSizeValue(false)) { in ArrowLayout()