Home
last modified time | relevance | path

Searched defs:mousePoint (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_arrow_test_ng.cpp48 void SwiperArrowTestNg::HandleMouseEvent(Offset mousePoint) in HandleMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp2712 Point mousePoint(event.GetOffset().GetX(), event.GetOffset().GetY()); in HandleMouseEvent() local
2783 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in MultiSelectWithoutKeyboard() local
2845 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in GetPressItemWhenShiftDown() local
2943 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in MultiSelectWhenCtrlDown() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp2934 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in MultiSelectWithoutKeyboard() local
2997 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in GetPressItemWhenShiftDown() local
3097 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in MultiSelectWhenCtrlDown() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp4746 auto mousePoint = PointF(mouseOffsetX, mouseOffsetY); in HandleMouseEvent() local
4752 void SwiperPattern::CheckAndSetArrowHoverState(const PointF& mousePoint) in CheckAndSetArrowHoverState()