Home
last modified time | relevance | path

Searched defs:localLocation (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_hover_function.cpp67 const OHOS::Ace::Offset& localLocation = hoverInfo.GetLocalLocation(); in AccessibilityHoverExecute() local
H A Djs_pan_function.cpp26 const OHOS::Ace::Offset& localLocation = info.GetLocalLocation(); in createPanInfo() local
H A Djs_touch_function.cpp31 const OHOS::Ace::Offset& localLocation = touchInfo.GetLocalLocation(); in CreateTouchInfo() local
H A Djs_gesture_function.cpp106 const OHOS::Ace::Offset& localLocation = fingerInfo.localLocation_; in CreateFingerInfo() local
H A Djs_gesture_judge_function.cpp81 const OHOS::Ace::Offset& localLocation = fingerInfo.localLocation_; in CreateFingerInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dmulti_fingers_recognizer.cpp79 Offset localLocation = point.second.GetOffset() - coordinateOffset; in SetFingerList() local
H A Dgesture_event.h114 GestureEvent& SetLocalLocation(const Offset& localLocation) in SetLocalLocation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_test_ng.cpp988 Offset localLocation; variable
1018 Offset localLocation; variable
1049 Offset localLocation; variable
1082 Offset localLocation; variable
1316 Offset localLocation; variable
1383 Offset localLocation; variable
H A Dscrollable_fling_test_ng.cpp230 Offset localLocation; variable
308 Offset localLocation; variable
511 Offset localLocation; variable
1145 Offset localLocation; variable
1223 Offset localLocation; variable
1426 Offset localLocation; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_event_test.cpp96 Offset localLocation; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Djs_types.cpp95 const OHOS::Ace::Offset& localLocation = point.GetLocalLocation(); in JsGetHistoricalPoints() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Daxis_event.h195 …AxisInfo(const AxisEvent& event, const Offset& localLocation, const EventTarget& target) : BaseEve… in AxisInfo()
278 AxisInfo& SetLocalLocation(const Offset& localLocation) in SetLocalLocation()
385 Offset localLocation = Offset( in HandleAxisEvent() local
H A Dmouse_event.h306 MouseInfo& SetLocalLocation(const Offset& localLocation) in SetLocalLocation()
377 AccessibilityHoverInfo& SetLocalLocation(const Offset& localLocation) in SetLocalLocation()
455 Offset localLocation = Offset( in HandleMouseEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_month_pattern.cpp220 auto localLocation = info.GetFingerList().begin()->localLocation_; in InitClickEvent() local
269 Offset localLocation; in InitHoverEvent() local
283 void CalendarMonthPattern::OnClick(Offset& localLocation, const ObtainedMonth& obtainedMonth) in OnClick()
309 void CalendarMonthPattern::OnTouchEvent(const Offset& localLocation, bool isPressed) in OnTouchEvent()
328 void CalendarMonthPattern::OnHoverEvent(const Offset& localLocation, bool state) in OnHoverEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp93 auto localLocation = location.GetLocalLocation(); in TouchInfoToString() local
113 auto localLocation = change.GetLocalLocation(); in TouchInfoToString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp265 …auto localLocation = event.GetOffset() - Offset(GetCoordinatePoint().GetX(), GetCoordinatePoint().… in HandleDoubleClickEvent() local
300 …auto localLocation = event.GetOffset() - Offset(GetCoordinatePoint().GetX(), GetCoordinatePoint().… in OnMouseEvent() local
464 auto localLocation = event.GetLocalLocation(); in HandleDragMove() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_split/
H A Dlinear_split_test_ng.cpp666 Offset localLocation(333, 10); variable
889 Offset localLocation(335, 10); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h283 void SetLocalLocation(const Offset& localLocation) in SetLocalLocation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp38 auto localLocation = location.GetLocalLocation(); in TouchInfoToString() local
63 auto localLocation = change.GetLocalLocation(); in TouchInfoToString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp76 auto localLocation = location.GetLocalLocation(); in TouchInfoToString() local
96 auto localLocation = change.GetLocalLocation(); in TouchInfoToString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp574 auto localLocation = Offset(overlayEvent.GetGlobalLocation().GetX() - globalOffset.GetX(), in OnOverlayClick() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp82 auto localLocation = location.GetLocalLocation(); in TouchInfoToString() local
102 auto localLocation = change.GetLocalLocation(); in TouchInfoToString() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp528 const OHOS::Ace::Offset& localLocation = finger.localLocation_; in AddFingerListInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp428 auto localLocation = info.GetLocalLocation(); in HandleSpanLongPressEvent() local
903 bool TextPattern::CheckClickedOnSpanOrText(RectF textContentRect, const Offset& localLocation) in CheckClickedOnSpanOrText()
932 PointF TextPattern::GetTextOffset(const Offset &localLocation, const RectF &contentRect) in GetTextOffset()
1037 auto localLocation = info.GetLocalLocation(); in HandleUrlMouseEvent() local
1216 auto localLocation = info->GetFingerList().begin()->localLocation_; in InitClickEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp894 bool SliderPattern::isMinResponseExceed(const std::optional<Offset>& localLocation) in isMinResponseExceed()
931 void SliderPattern::UpdateValueByLocalLocation(const std::optional<Offset>& localLocation) in UpdateValueByLocalLocation()

12