Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
Dswiper_indicator_pattern.h59 auto indicatorLayoutAlgorithm = MakeRefPtr<DotIndicatorLayoutAlgorithm>(); in CreateLayoutAlgorithm() local
60 indicatorLayoutAlgorithm->SetIsHoverOrPress(isHover_ || isPressed_); in CreateLayoutAlgorithm()
61 indicatorLayoutAlgorithm->SetHoverPoint(hoverPoint_); in CreateLayoutAlgorithm()
62 return indicatorLayoutAlgorithm; in CreateLayoutAlgorithm()
64 auto indicatorLayoutAlgorithm = MakeRefPtr<DigitIndicatorLayoutAlgorithm>(); in CreateLayoutAlgorithm() local
65 indicatorLayoutAlgorithm->SetIsHoverOrPress(isHover_ || isPressed_); in CreateLayoutAlgorithm()
66 indicatorLayoutAlgorithm->SetHoverPoint(hoverPoint_); in CreateLayoutAlgorithm()
67 return indicatorLayoutAlgorithm; in CreateLayoutAlgorithm()