Searched refs:nodeY (Results 1 – 6 of 6) sorted by relevance
424 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()
216 … 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()
6697 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()
82 event.actionTouch.nodeY = origin.actionTouchPoint.nodeY; in ConvertToTouchEvent()107 (*points)[index].nodeY = touchPoints[index].nodeY; in ConvertToTouchEvent()
110 int32_t nodeY; member
136 ArkUI_Float32 nodeY; member