Searched refs:isHoverPoint (Results 1 – 2 of 2) sorted by relevance
55 bool isHoverPoint(const PointF& hoverPoint, const OffsetF& leftCenter,
413 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