Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
Drender_list.cpp2714 Point mousePoint(event.GetOffset().GetX(), event.GetOffset().GetY()); in HandleMouseEvent() local
2785 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in MultiSelectWithoutKeyboard() local
2847 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in GetPressItemWhenShiftDown() local
2945 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in MultiSelectWhenCtrlDown() local
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
Drender_grid_layout.cpp2949 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in MultiSelectWithoutKeyboard() local
3012 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in GetPressItemWhenShiftDown() local
3112 Point mousePoint(selectedZone.GetOffset().GetX(), selectedZone.GetOffset().GetY()); in MultiSelectWhenCtrlDown() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp3672 auto mousePoint = PointF(mouseOffsetX, mouseOffsetY); in HandleMouseEvent() local
3678 void SwiperPattern::CheckAndSetArrowHoverState(const PointF& mousePoint) in CheckAndSetArrowHoverState()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
Dswiper_test_ng.cpp6135 auto mousePoint = PointF(0.0f, 0.0f); variable