Home
last modified time | relevance | path

Searched refs:nodeY (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Dui_input_event.cpp424 return touchEvent->actionTouchPoint.nodeY; in OH_ArkUI_PointerEvent_GetY()
445 return mouseEvent->actionTouchPoint.nodeY; in OH_ArkUI_PointerEvent_GetY()
452 return axisEvent->actionTouchPoint.nodeY; in OH_ArkUI_PointerEvent_GetY()
472 return touchEvent->touchPointes[pointerIndex].nodeY; in OH_ArkUI_PointerEvent_GetYByIndex()
479 return mouseEvent->actionTouchPoint.nodeY; in OH_ArkUI_PointerEvent_GetYByIndex()
486 return axisEvent->actionTouchPoint.nodeY; in OH_ArkUI_PointerEvent_GetYByIndex()
1022 return touchEvent->historyEvents[historyIndex].touchPointes[pointerIndex].nodeY; in OH_ArkUI_PointerEvent_GetHistoryY()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp216 … points[i].nodeY = fingureIterator == fingureEnd ? 0.0f : fingureIterator->localLocation_.GetY(); in ConvertTouchPointsToPoints()
246 touchEvent.actionTouchPoint.nodeY = touchEvent.touchPointes[0].nodeY; in ConvertIMMEventToTouchEvent()
303 points[i].nodeY = fingureIterator->localLocation_.GetY(); in GetBaseGestureEvent()
389 …mouseEvent.actionTouchPoint.nodeY = fingureBegin == fingureEnd ? 0.0f : fingureBegin->localLocatio… in ConvertIMMEventToMouseEvent()
411 …axisEvent.actionTouchPoint.nodeY = fingureBegin == fingureEnd ? 0.0f : fingureBegin->localLocation… in ConvertIMMEventToAxisEvent()
H A Dnode_common_modifier.cpp6697 touchPoint.nodeY = localLocation.GetY() / density; in ConvertTouchLocationInfoToPoint()
6726 points[i].nodeY = NearEqual(density, 0.0) ? 0.0f : in ConvertTouchPointsToPoints()
6816 allHistoryEvents[i].actionTouchPoint.nodeY = in SetOnTouch()
6927 event.mouseEvent.actionTouchPoint.nodeY = info.GetLocalLocation().GetY() / density; in SetOnMouse()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Devent_converter.cpp82 event.actionTouch.nodeY = origin.actionTouchPoint.nodeY; in ConvertToTouchEvent()
107 (*points)[index].nodeY = touchPoints[index].nodeY; in ConvertToTouchEvent()
H A Dnative_compatible.h110 int32_t nodeY; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h136 ArkUI_Float32 nodeY; member