Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp390 longPointCenterX.second = starAndEndPointCenter.startLongPointRightCenterX + in CalculatePointCenterX()
391 …tarAndEndPointCenter.endLongPointRightCenterX - starAndEndPointCenter.startLongPointRightCenterX) * in CalculatePointCenterX()
397 longPointCenterX.second = starAndEndPointCenter.startLongPointRightCenterX + in CalculatePointCenterX()
398 …tarAndEndPointCenter.endLongPointRightCenterX - starAndEndPointCenter.startLongPointRightCenterX) * in CalculatePointCenterX()
587 pointCenter.startLongPointRightCenterX = endVectorBlackPointCenterX[endCurrentIndex]; in AdjustPointCenterXForTouchBottom()
593 pointCenter.startLongPointRightCenterX = endVectorBlackPointCenterX[0]; in AdjustPointCenterXForTouchBottom()
618 pointCenter.startLongPointRightCenterX = pointCenter.startLongPointLeftCenterX; in ForwardCalculation()
623 …pointCenter.startLongPointRightCenterX = pointCenter.startLongPointLeftCenterX + selectedItemWidth; in ForwardCalculation()
677 pointCenter.startLongPointRightCenterX = pointCenter.startLongPointLeftCenterX; in BackwardCalculation()
681 … pointCenter.startLongPointRightCenterX = startCenterX - itemHalfSizes[SELECTED_ITEM_HALF_WIDTH]; in BackwardCalculation()
[all …]
H A Doverlength_dot_indicator_paint_method.cpp215 starAndEndPointCenter.startLongPointRightCenterX + in CalculatePointCenterX()
216 …tarAndEndPointCenter.endLongPointRightCenterX - starAndEndPointCenter.startLongPointRightCenterX) * in CalculatePointCenterX()
242 pointCenter.startLongPointRightCenterX = pointCenter.startLongPointLeftCenterX; in ForwardCalculation()
247 …pointCenter.startLongPointRightCenterX = pointCenter.startLongPointLeftCenterX + selectedItemWidth; in ForwardCalculation()
H A Ddot_indicator_paint_method.h157 float startLongPointRightCenterX = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_modifier_test_ng.cpp1037 EXPECT_EQ(pointCenter.startLongPointRightCenterX, endVectorBlackPointCenterX[endCurrentIndex]);
1046 EXPECT_EQ(pointCenter.startLongPointRightCenterX, endVectorBlackPointCenterX[0]);