Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A 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
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp74 int32_t axisEventType { -1 }; member
792 struct Input_AxisEvent *axisEvent, int32_t axisEventType) in SetAxisValueByAxisEventType()
924 …esult OH_Input_SetAxisEventType(Input_AxisEvent* axisEvent, InputEvent_AxisEventType axisEventType) in OH_Input_SetAxisEventType()
931 …H_Input_GetAxisEventType(const Input_AxisEvent* axisEvent, InputEvent_AxisEventType* axisEventType) in OH_Input_GetAxisEventType()
1309 Input_Result OH_Input_AddAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEventCa… in OH_Input_AddAxisEventMonitor()
1422 Input_Result OH_Input_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEven… in OH_Input_RemoveAxisEventMonitor()
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp64 int32_t axisEventType { -1 }; member
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp391 int32_t axisEventType; in SetAxisInfo() local
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp806 void PointerEvent::SetAxisEventType(int32_t axisEventType) in SetAxisEventType()