Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/
H A Dselect_content_overlay_pattern.cpp190 void SelectContentOverlayPattern::UpdateHandleHotRegion(RectF& hotRegion, const OffsetF& offset) in UpdateHandleHotRegion() argument
194 hotRegion.SetOffset(offset); in UpdateHandleHotRegion()
195 DimensionRect newRegion = ConvertToHotRect(hotRegion); in UpdateHandleHotRegion()
H A Dselect_content_overlay_pattern.h51 void UpdateHandleHotRegion(RectF& hotRegion, const OffsetF& offset);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp2631 auto hotRegion = geometryNode->GetFrameRect(); in InsideIndicatorRegion() local
2635 return hotRegion.IsInRegion(touchPoint); in InsideIndicatorRegion()
4108 auto hotRegion = context->GetPaintRectWithoutTransform(); in IsOutOfHotRegion() local
4109 return !hotRegion.IsInRegion(dragPoint + OffsetF(hotRegion.GetX(), hotRegion.GetY())); in IsOutOfHotRegion()