Home
last modified time | relevance | path

Searched refs:tempAxisEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp400 AxisEvent tempAxisEvent; in ConvertIMMEventToAxisEvent() local
401 NG::ConvertToAxisEvent(tempAxisEvent, info.GetPointerEvent()); in ConvertIMMEventToAxisEvent()
404 axisEvent.action = static_cast<int32_t>(tempAxisEvent.action); in ConvertIMMEventToAxisEvent()
405 axisEvent.sourceType = static_cast<int32_t>(tempAxisEvent.sourceType); in ConvertIMMEventToAxisEvent()
406 axisEvent.timeStamp = tempAxisEvent.time.time_since_epoch().count(); in ConvertIMMEventToAxisEvent()
407 axisEvent.horizontalAxis = tempAxisEvent.horizontalAxis; in ConvertIMMEventToAxisEvent()
408 axisEvent.verticalAxis = tempAxisEvent.verticalAxis; in ConvertIMMEventToAxisEvent()
409 axisEvent.pinchAxisScale = tempAxisEvent.pinchAxisScale; in ConvertIMMEventToAxisEvent()
416 axisEvent.actionTouchPoint.toolType = static_cast<int32_t>(tempAxisEvent.sourceTool); in ConvertIMMEventToAxisEvent()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dinput_transfer_station_test.cpp136 auto tempAxisEvent = axisEvent; variable
139 axisEvent = tempAxisEvent;