Home
last modified time | relevance | path

Searched defs:axisEventType (Results 1 – 5 of 5) sorted by relevance

/foundation/multimodalinput/input/test/unittest/interfaces/kits/
Dinput_native_test.cpp858 InputEvent_AxisEventType axisEventType = AXIS_EVENT_TYPE_PINCH; variable
1190 InputEvent_AxisEventType axisEventType = AXIS_EVENT_TYPE_PINCH; variable
1219 InputEvent_AxisEventType axisEventType = AXIS_EVENT_TYPE_PINCH; variable
1323 InputEvent_SourceType axisEventType = SOURCE_TYPE_MOUSE; in AxisEventCallbackAll() local
1336 InputEvent_SourceType axisEventType = SOURCE_TYPE_MOUSE; in AxisEventCallback() local
1568 InputEvent_AxisEventType axisEventType = AXIS_EVENT_TYPE_PINCH; variable
1583 InputEvent_AxisEventType axisEventType = AXIS_EVENT_TYPE_PINCH; variable
1596 InputEvent_AxisEventType axisEventType = AXIS_EVENT_TYPE_PINCH; variable
1609 InputEvent_AxisEventType axisEventType = AXIS_EVENT_TYPE_PINCH; variable
/foundation/multimodalinput/input/frameworks/native/input/
Doh_input_manager.cpp80 int32_t axisEventType { -1 }; member
880 struct Input_AxisEvent *axisEvent, int32_t axisEventType) in SetAxisValueByAxisEventType()
1012 …esult OH_Input_SetAxisEventType(Input_AxisEvent* axisEvent, InputEvent_AxisEventType axisEventType) in OH_Input_SetAxisEventType()
1019 …H_Input_GetAxisEventType(const Input_AxisEvent* axisEvent, InputEvent_AxisEventType* axisEventType) in OH_Input_GetAxisEventType()
1435 Input_Result OH_Input_AddAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEventCa… in OH_Input_AddAxisEventMonitor()
1548 Input_Result OH_Input_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEven… in OH_Input_RemoveAxisEventMonitor()
/foundation/multimodalinput/input/util/common/src/
Dinput_event_data_transformation.cpp405 int32_t axisEventType; in SetAxisInfo() local
/foundation/multimodalinput/input/frameworks/native/input/test/
Doh_input_manager_test.cpp70 int32_t axisEventType { -1 }; member
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dpointer_event.cpp865 void PointerEvent::SetAxisEventType(int32_t axisEventType) in SetAxisEventType()