Home
last modified time | relevance | path

Searched refs:GetAxisEventType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h1689 int32_t GetAxisEventType() const;
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1199 if (!SetAxisValueByAxisEventType(event, axisEvent, event->GetAxisEventType())) { in AxisEventMonitorCallback()
1212 auto it = g_axisMonitorCallbacks.find(InputEvent_AxisEventType(event->GetAxisEventType())); in AxisEventMonitorCallback()
1561 if (!SetAxisValueByAxisEventType(event, axisEvent, event->GetAxisEventType())) { in AxisEventInterceptorCallback()
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp262 pkt << event->GetAxisEventType(); in SerializePointerEvent()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp801 int32_t PointerEvent::GetAxisEventType() const in GetAxisEventType() function in OHOS::MMI::PointerEvent