Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.h55 bool isHoverPoint(const PointF& hoverPoint, const OffsetF& leftCenter,
H A Ddot_indicator_paint_method.cpp413 if (isHoverPoint(hoverPoint_, center, center, itemHalfSizes)) { in CalculateHoverIndex()
422 longPointIsHover_ = isHoverPoint(hoverPoint_, leftCenter, rightCenter, itemHalfSizes); in CalculateHoverIndex()
425 bool DotIndicatorPaintMethod::isHoverPoint( in isHoverPoint() function in OHOS::Ace::NG::DotIndicatorPaintMethod