Home
last modified time | relevance | path

Searched refs:SetRawGlobalLocation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h248 void SetRawGlobalLocation(const Offset& rawGlobalLocation) in SetRawGlobalLocation() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_event_test.cpp434 info.SetRawGlobalLocation(Offset(50, 50));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp51 info.SetRawGlobalLocation(start); in MouseSelect()
56 info.SetRawGlobalLocation(end); in MouseSelect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_common_test_ng.cpp88 info.SetRawGlobalLocation(start); in MouseSelect()
93 info.SetRawGlobalLocation(end); in MouseSelect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp672 info.SetRawGlobalLocation(GetRawGlobalLocation(touchPoint.postEventNodeId)); in GetGestureEventInfo()