Searched refs:indicatorLayoutAlgorithm (Results 1 – 1 of 1) sorted by relevance
66 auto indicatorLayoutAlgorithm = MakeRefPtr<DotIndicatorLayoutAlgorithm>(); in CreateLayoutAlgorithm() local67 indicatorLayoutAlgorithm->SetIsHoverOrPress(isHover_ || isPressed_); in CreateLayoutAlgorithm()68 indicatorLayoutAlgorithm->SetHoverPoint(hoverPoint_); in CreateLayoutAlgorithm()71 … maxDisplayCount > 0 ? indicatorLayoutAlgorithm->SetIndicatorDisplayCount(maxDisplayCount) in CreateLayoutAlgorithm()72 … : indicatorLayoutAlgorithm->SetIndicatorDisplayCount(swiperPattern->TotalCount()); in CreateLayoutAlgorithm()73 return indicatorLayoutAlgorithm; in CreateLayoutAlgorithm()75 auto indicatorLayoutAlgorithm = MakeRefPtr<DigitIndicatorLayoutAlgorithm>(); in CreateLayoutAlgorithm() local76 indicatorLayoutAlgorithm->SetIsHoverOrPress(isHover_ || isPressed_); in CreateLayoutAlgorithm()77 indicatorLayoutAlgorithm->SetHoverPoint(hoverPoint_); in CreateLayoutAlgorithm()78 return indicatorLayoutAlgorithm; in CreateLayoutAlgorithm()