/foundation/arkui/ace_engine/test/unittest/core/pattern/window_scene/mock/ |
H A D | mock_mmi_event_convertor.cpp | 46 bool GetPointerEventToolType(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, int32_t& toolType) in GetPointerEventToolType() argument
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
H A D | js_touch_event.cpp | 73 napi_value toolType = nullptr; in Export() local
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | tablet_tool_tranform_processor.cpp | 78 int32_t toolType = libinput_event_tablet_tool_get_tool_type(tabletEvent); in GetToolType() local 157 int32_t toolType = GetToolType(event); in OnTipDown() local 208 int32_t toolType = GetToolType(tabletEvent); in OnTipMotion() local 280 int32_t toolType = GetToolType(tabletEvent); in OnTipProximity() local
|
H A D | touch_transform_processor.cpp | 90 int32_t toolType = GetTouchToolType(touch, device); in OnEventTouchDown() local 119 void TouchTransformProcessor::NotifyFingersenseProcess(PointerEvent::PointerItem &pointerItem, int32_t &toolType) in NotifyFingersenseProcess() argument 287 int32_t toolType = libinput_event_touch_get_tool_type(data); in GetTouchToolType() local
|
H A D | touchpad_transform_processor.cpp | 88 int32_t toolType = GetTouchPadToolType(touchpad, device); in OnEventTouchPadDown() local 142 int32_t toolType = GetTouchPadToolType(touchpad, device); in OnEventTouchPadMotion() local 264 int32_t toolType = libinput_event_touchpad_get_tool_type(touchpad); in GetTouchPadToolType() local [all...] |
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touch_transform_processor_test.cpp | 200 int32_t toolType = processor.GetTouchToolType(device); in HWTEST_F() local 283 int32_t toolType = 0; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 24 OH_NativeXComponent_TouchPointToolType ConvertNativeXComponentTouchToolType(const SourceTool& toolType) in ConvertNativeXComponentTouchToolType() argument
|
H A D | native_interface_xcomponent_impl.cpp | 112 int32_t OH_NativeXComponent::GetToolType(size_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolType) in GetToolType() argument
|
H A D | native_interface_xcomponent_impl.h | 225 void SetToolType(size_t pointIndex, OH_NativeXComponent_TouchPointToolType toolType) in SetToolType() argument
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | input_event_handler.cpp | 233 int32_t toolType = libinput_event_touchpad_get_tool_type(touchpadEvent); in IsTouchpadMistouch() local
|
H A D | event_normalize_handler.cpp | 461 int32_t toolType = libinput_event_touchpad_get_tool_type(touchpad); in HandlePalmEvent() local
|
/foundation/multimodalinput/input/service/event_resample/include/ |
H A D | event_resample.h | 68 int32_t toolType; member
|
/foundation/multimodalinput/input/test/facility/libinput_interface/include/ |
H A D | libinput_interface.h | 61 enum libinput_tablet_tool_type toolType; member 69 int32_t toolType; member
|
/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/ |
H A D | js_mouse_event.cpp | 113 napi_value toolType = nullptr; in Export() local
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_ex_test.cpp | 440 int32_t toolType = PointerEvent::TOOL_TYPE_FINGER; in HWTEST_F() local
|
H A D | input_windows_manager_test.cpp | 1914 int32_t toolType = PointerEvent::TOOL_TYPE_FINGER; in HWTEST_F() local
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.cpp | 125 int32_t toolType = MMI::PointerEvent::TOOL_TYPE_MOUSE; in DispatchTouchEvent() local
|
H A D | mmi_event_convertor.cpp | 506 bool GetPointerEventToolType(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, int32_t& toolType) in GetPointerEventToolType() argument
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.cpp | 66 OH_NativeXComponent_GetTouchPointToolType( OH_NativeXComponent* component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolType) OH_NativeXComponent_GetTouchPointToolType() argument
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_compatible.h | 147 ArkUI_NodeToolType toolType; member
|
/foundation/multimodalinput/input/service/event_resample/src/ |
H A D | event_resample.cpp | 504 bool EventResample::ShouldResampleTool(int32_t toolType) in ShouldResampleTool() argument
|
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_module.cpp | 329 int32_t toolType = 0; in HandleMousePropertyInt32() local 472 int32_t toolType in HandleTouchPropertyInt32() local [all...] |
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_zoom_gesture.cpp | 628 int32_t toolType = item.GetToolType(); in IsKnuckles() local
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 320 void PointerEvent::PointerItem::SetToolType(int32_t toolType) in SetToolType() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 95 OH_NativeXComponent_TouchPointToolType ConvertNativeXComponentTouchToolType(const SourceTool& toolType) in ConvertNativeXComponentTouchToolType() argument
|