Home
last modified time | relevance | path

Searched defs:toolType (Results 1 - 25 of 28) sorted by relevance

12

/foundation/arkui/ace_engine/test/unittest/core/pattern/window_scene/mock/
H A Dmock_mmi_event_convertor.cpp46 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 Djs_touch_event.cpp73 napi_value toolType = nullptr; in Export() local
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtablet_tool_tranform_processor.cpp78 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 Dtouch_transform_processor.cpp90 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 Dtouchpad_transform_processor.cpp88 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 Dtouch_transform_processor_test.cpp200 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 Drender_xcomponent.cpp24 OH_NativeXComponent_TouchPointToolType ConvertNativeXComponentTouchToolType(const SourceTool& toolType) in ConvertNativeXComponentTouchToolType() argument
H A Dnative_interface_xcomponent_impl.cpp112 int32_t OH_NativeXComponent::GetToolType(size_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolType) in GetToolType() argument
H A Dnative_interface_xcomponent_impl.h225 void SetToolType(size_t pointIndex, OH_NativeXComponent_TouchPointToolType toolType) in SetToolType() argument
/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp233 int32_t toolType = libinput_event_touchpad_get_tool_type(touchpadEvent); in IsTouchpadMistouch() local
H A Devent_normalize_handler.cpp461 int32_t toolType = libinput_event_touchpad_get_tool_type(touchpad); in HandlePalmEvent() local
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h68 int32_t toolType; member
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput_interface.h61 enum libinput_tablet_tool_type toolType; member
69 int32_t toolType; member
/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/
H A Djs_mouse_event.cpp113 napi_value toolType = nullptr; in Export() local
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp440 int32_t toolType = PointerEvent::TOOL_TYPE_FINGER; in HWTEST_F() local
H A Dinput_windows_manager_test.cpp1914 int32_t toolType = PointerEvent::TOOL_TYPE_FINGER; in HWTEST_F() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp125 int32_t toolType = MMI::PointerEvent::TOOL_TYPE_MOUSE; in DispatchTouchEvent() local
H A Dmmi_event_convertor.cpp506 bool GetPointerEventToolType(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, int32_t& toolType) in GetPointerEventToolType() argument
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.cpp66 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 Dnative_compatible.h147 ArkUI_NodeToolType toolType; member
/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp504 bool EventResample::ShouldResampleTool(int32_t toolType) in ShouldResampleTool() argument
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp329 int32_t toolType = 0; in HandleMousePropertyInt32() local
472 int32_t toolType in HandleTouchPropertyInt32() local
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp628 int32_t toolType = item.GetToolType(); in IsKnuckles() local
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp320 void PointerEvent::PointerItem::SetToolType(int32_t toolType) in SetToolType() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp95 OH_NativeXComponent_TouchPointToolType ConvertNativeXComponentTouchToolType(const SourceTool& toolType) in ConvertNativeXComponentTouchToolType() argument

Completed in 43 milliseconds

12