/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.cpp | 43 TouchEvent& TouchEvent::SetScreenY(float screenY) in SetScreenY() argument 45 this->screenY = screenY; in SetScreenY() 186 event.screenY = (screenY - offsetY) / scale; in CloneWith() 217 json->Put("sy", screenY); in ToJsonValue() 244 screenY = json->GetDouble("sy"); in FromJson() 270 return Offset(screenX, screenY); in GetScreenOffset() 291 point.screenY = point.screenY / scal in CreateScalePoint() 365 SetScreenY(float screenY) SetScreenY() argument [all...] |
H A D | axis_event.h | 70 float screenY = 0.0; member 94 AxisEvent(int32_t id, float x, float y, float screenX, float screenY, double verticalAxis, double horizontalAxis, in AxisEvent() 98 : id(id), x(x), y(y), screenX(screenX), screenY(screenY), verticalAxis(verticalAxis), in AxisEvent() 110 return { id, x, y, screenX, screenY, verticalAxis, horizontalAxis, pinchAxisScale, rotateAxisAngle, in CreateScaleEvent() 114 return { id, x / scale, y / scale, screenX / scale, screenY / scale, verticalAxis, horizontalAxis, in CreateScaleEvent() 126 return Offset(screenX, screenY); in GetScreenOffset() 310 axisEvent.screenY = static_cast<float>(screenLocation_.GetY()); in ConvertToAxisEvent() 388 info.SetScreenLocation(Offset(event.screenX, event.screenY)); in HandleAxisEvent()
|
H A D | mouse_event.h | 101 float screenY = 0.0f; member 126 return Offset(screenX, screenY); in GetScreenOffset() 159 .screenY = screenY / scale, in CloneWith() 208 .screenY = screenY, in CreateTouchPoint() 218 .SetScreenY(screenY) in CreateTouchPoint() 248 .screenY = screenY - offset.GetY(), in operator -()
|
H A D | event_convertor.cpp | 77 touchPoint.screenY = event.screenY; in UpdateTouchEvent() 104 events.screenY = mouseActionData->physicalY; in ConvertMouseEvent()
|
H A D | touch_event.h | 44 float screenY = 0.0f; member 68 float screenY = 0.0f; member 105 TouchEvent& SetScreenY(float screenY); 182 void SetScreenY(float screenY);
|
H A D | mouse_event.cpp | 76 hoverInfo.SetScreenLocation(Offset(event.screenX, event.screenY)); in HandleAccessibilityHoverEvent()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | point.h | 32 Point(double x, double y, double screenX, double screenY) : x_(x), y_(y), screenX_(screenX), screenY_(screenY) {} in Point() argument 33 Point(double x, double y, double screenX, double screenY, SourceType sourceType) in Point() argument 34 : x_(x), y_(y), screenX_(screenX), screenY_(screenY), sourceType_(sourceType) in Point()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | touch_event.cpp | 152 changedInfo.SetScreenLocation(Offset(lastPoint.screenX, lastPoint.screenY)); in CreateChangedTouchInfo() 171 float screenY = pointItem.screenY; in CreateTouchItemInfo() local 179 info.SetScreenLocation(Offset(screenX, screenY)); in CreateTouchItemInfo() 197 float screenY = eventItem.screenY; in CreateHistoryTouchItemInfo() local 206 historyInfo.SetScreenLocation(Offset(screenX, screenY)); in CreateHistoryTouchItemInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | multi_fingers_recognizer.cpp | 109 touchPoints_[event.id].screenY = event.screenY; in UpdateTouchPointWithAxisEvent() 118 point.screenY = event.screenY; in UpdateTouchPointWithAxisEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | multi_fingers_recognizer_test_ng.cpp | 83 event.screenY = 10.1; in HWTEST_F() 114 event.screenY = 10.1; in HWTEST_F() 146 event.screenY = 10.1; in HWTEST_F() 215 event.screenY = 10.1; in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.h | 191 float screenY; member 218 float screenY; member 242 float screenY; member 277 float screenY; member
|
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | oh_remote_control_event.h | 115 float screenY = 0.0; // Y coordinate of the touch point relative to the upper edge of the screen. member 128 float screenY = 0.0; // Y coordinate of the touch point relative to the upper edge of the screen. member 144 float screenY = 0.0; // Y coordinate of the mouse point relative to the upper edge of the screen. member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_touch_handler.cpp | 95 deltaChange.SetY(point.screenY - oldPoint.screenY); in CreateSceneTouchEvent()
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | pointer_event.h | 50 float screenY = 0.0f; member 70 float screenY = 0.0f; member in OHOS::MMI::PointerEvent
|
/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/ |
H A D | render_touch_listener.cpp | 149 changedInfo.SetScreenLocation(Offset(changedPoint.screenX, changedPoint.screenY)); in TriggerTouchCallBack() 166 float screenY = pointPair.second.screenY; in TriggerTouchCallBack() local 172 info.SetScreenLocation(Offset(screenX, screenY)); in TriggerTouchCallBack()
|
/foundation/arkui/ace_engine/interfaces/native/event/ |
H A D | ui_input_event.cpp | 683 return touchEvent->actionTouchPoint.screenY; in OH_ArkUI_PointerEvent_GetDisplayY() 688 return touchEvent->screenY; in OH_ArkUI_PointerEvent_GetDisplayY() 695 return axisEvent->screenY; in OH_ArkUI_PointerEvent_GetDisplayY() 704 return mouseEvent->actionTouchPoint.screenY; in OH_ArkUI_PointerEvent_GetDisplayY() 711 return axisEvent->actionTouchPoint.screenY; in OH_ArkUI_PointerEvent_GetDisplayY() 731 return touchEvent->touchPointes[pointerIndex].screenY; in OH_ArkUI_PointerEvent_GetDisplayYByIndex() 738 return mouseEvent->actionTouchPoint.screenY; in OH_ArkUI_PointerEvent_GetDisplayYByIndex() 745 return axisEvent->actionTouchPoint.screenY; in OH_ArkUI_PointerEvent_GetDisplayYByIndex() 1037 return touchEvent->historyEvents[historyIndex].touchPointes[pointerIndex].screenY; in OH_ArkUI_PointerEvent_GetHistoryDisplayY()
|
/foundation/window/window_manager/wm/include/ |
H A D | gtx_input_event_sender.h | 33 float screenY = .0f; member
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 132 touchEventPoint_.screenY = screenOffset.GetY(); in HandleTouchEvent() 162 ohTouchPoint.screenY = pointScreenOffset.GetY(); in SetTouchPoint() 182 ohTouchPoint.screenY = 0; in SetTouchPoint() 457 mouseEventPoint.screenY = event.GetOffset().GetY(); in HandleMouseEvent()
|
H A D | render_xcomponent.h | 130 OH_NativeXComponent_TouchEvent touchEventPoint_ { .screenX = 0, .screenY = 0 };
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_extra_input_data.cpp | 44 event.screenY = data->interpolatedDisplayY;
in ReadToTouchEvent()
|
H A D | mmi_event_convertor.cpp | 69 touchPoint.screenY = pointerItem.GetDisplayY(); in ConvertTouchPoint() 148 mouseEvent.screenY = pointerItem.GetDisplayYPos(); in UpdateMouseEventForPen() 169 .SetScreenY(touchPoint.screenY) in ConvertTouchEvent() 196 event.screenY = item.GetDisplayYPos(); in ConvertTouchEvent() 322 events.screenY = item.GetDisplayY(); in ConvertMouseEvent() 397 event.screenY = static_cast<float>(item.GetDisplayY()); in ConvertAxisEvent()
|
/foundation/window/window_manager/wm/src/ |
H A D | gtx_input_event_sender.cpp | 58 dstTouchPoint.screenY = srcTouchPoint.GetDisplayY(); in SetTouchEvent()
|
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_module.cpp | 325 int32_t screenY = 0; in HandleMousePropertyInt32() local 326 if (GetNamedPropertyInt32(env, mouseHandle, "screenY", screenY) != RET_OK) { in HandleMousePropertyInt32() 327 MMI_HILOGE("Get screenY failed"); in HandleMousePropertyInt32() 340 item.SetDisplayY(screenY); in HandleMousePropertyInt32() 464 int32_t screenY = 0; in HandleTouchPropertyInt32() local 465 if (GetNamedPropertyInt32(env, touchProperty, "screenY", screenY) != RET_OK) { in HandleTouchPropertyInt32() 466 MMI_HILOGE("Get screenY failed"); in HandleTouchPropertyInt32() 481 item.SetDisplayY(screenY); in HandleTouchPropertyInt32() [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 217 points[i].screenY = touchPoint.screenY; in ConvertTouchPointsToPoints() 247 touchEvent.actionTouchPoint.screenY = touchEvent.touchPointes[0].screenY; in ConvertIMMEventToTouchEvent() 390 mouseEvent.actionTouchPoint.screenY = tempMouseEvent.screenY; in ConvertIMMEventToMouseEvent() 412 axisEvent.actionTouchPoint.screenY = fingureBegin == fingureEnd ? 0.0f : fingureBegin->screenLocation_.GetY(); in ConvertIMMEventToAxisEvent()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_compatible.h | 98 int32_t screenY; member
|