Home
last modified time | relevance | path

Searched refs:dragPoint (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp588 auto dragPoint = in CheckIsTouchBottom() local
590 auto offset = dragPoint - dragStartPoint_; in CheckIsTouchBottom()
635 auto dragPoint = in CheckIsTouchBottom() local
637 auto offset = dragPoint - dragStartPoint_; in CheckIsTouchBottom()
727 auto dragPoint = in HandleLongDragUpdate() local
729 auto offset = dragPoint - dragStartPoint_; in HandleLongDragUpdate()
747 dragStartPoint_ = dragPoint; in HandleLongDragUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h717 bool IsOutOfHotRegion(const PointF& dragPoint) const;
H A Dswiper_pattern.cpp2761 PointF dragPoint( in HandleDragUpdate()
2763 …NGGestureRecognizer::Transform(dragPoint, GetHost(), true, info.GetIsPostEventResult(), info.GetPo… in HandleDragUpdate()
2764 if (IsOutOfHotRegion(dragPoint)) { in HandleDragUpdate()
4101 bool SwiperPattern::IsOutOfHotRegion(const PointF& dragPoint) const in IsOutOfHotRegion()
4109 return !hotRegion.IsInRegion(dragPoint + OffsetF(hotRegion.GetX(), hotRegion.GetY())); in IsOutOfHotRegion()