Searched refs:indicatorLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
129 auto indicatorLayoutAlgorithm = MakeRefPtr<DotIndicatorLayoutAlgorithm>(); in CreateLayoutAlgorithm() local130 indicatorLayoutAlgorithm->SetIsHoverOrPress(IsHover() || IsPressed()); in CreateLayoutAlgorithm()131 indicatorLayoutAlgorithm->SetHoverPoint(GetHoverPoint()); in CreateLayoutAlgorithm()132 indicatorLayoutAlgorithm->SetIndicatorDisplayCount(GetCountFromProperty()); in CreateLayoutAlgorithm()133 indicatorLayoutAlgorithm->SetIsSingle(true); in CreateLayoutAlgorithm()134 return indicatorLayoutAlgorithm; in CreateLayoutAlgorithm()136 auto indicatorLayoutAlgorithm = MakeRefPtr<DigitIndicatorLayoutAlgorithm>(); in CreateLayoutAlgorithm() local137 indicatorLayoutAlgorithm->SetIsHoverOrPress(IsHover() || IsPressed()); in CreateLayoutAlgorithm()138 indicatorLayoutAlgorithm->SetHoverPoint(GetHoverPoint()); in CreateLayoutAlgorithm()139 indicatorLayoutAlgorithm->SetIsSingle(true); in CreateLayoutAlgorithm()[all …]
70 auto indicatorLayoutAlgorithm = MakeRefPtr<DotIndicatorLayoutAlgorithm>(); in CreateLayoutAlgorithm() local71 indicatorLayoutAlgorithm->SetIsHoverOrPress(isHover_ || isPressed_); in CreateLayoutAlgorithm()72 indicatorLayoutAlgorithm->SetHoverPoint(hoverPoint_); in CreateLayoutAlgorithm()76 … maxDisplayCount > 0 ? indicatorLayoutAlgorithm->SetIndicatorDisplayCount(maxDisplayCount) in CreateLayoutAlgorithm()77 … : indicatorLayoutAlgorithm->SetIndicatorDisplayCount(indicatorDisplayCount); in CreateLayoutAlgorithm()78 indicatorLayoutAlgorithm->SetMaxDisplayCount(maxDisplayCount); in CreateLayoutAlgorithm()79 indicatorLayoutAlgorithm->SetIsBindIndicator(swiperPattern->IsBindIndicator()); in CreateLayoutAlgorithm()80 … indicatorLayoutAlgorithm->SetIndicatorInteractive(swiperPattern->IsIndicatorInteractive()); in CreateLayoutAlgorithm()81 return indicatorLayoutAlgorithm; in CreateLayoutAlgorithm()83 auto indicatorLayoutAlgorithm = MakeRefPtr<CircleDotIndicatorLayoutAlgorithm>(); in CreateLayoutAlgorithm() local[all …]