Home
last modified time | relevance | path

Searched defs:toolType (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/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.cpp88 int32_t toolType = GetTouchToolType(touch, device); in OnEventTouchDown() local
117 int32_t &toolType)__attribute__((no_sanitize("cfi"))) in NotifyFingersenseProcess()
298 int32_t toolType = libinput_event_touch_get_tool_type(data); in GetTouchToolType() local
H A Dtouchpad_transform_processor.cpp83 int32_t toolType = GetTouchPadToolType(touchpad, device); in OnEventTouchPadDown() local
137 int32_t toolType = GetTouchPadToolType(touchpad, device); in OnEventTouchPadMotion() local
255 int32_t toolType = libinput_event_touchpad_get_tool_type(touchpad); in GetTouchPadToolType() local
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_transform_processor_test.cpp174 int32_t toolType = processor.GetTouchToolType(device); variable
257 int32_t toolType = 0; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
H A Djs_touch_event.cpp73 napi_value toolType = nullptr; in Export() local
/ohos5.0/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
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp95 int32_t toolType = libinput_event_touchpad_get_tool_type(touchpad); in IsTouchpadMistouch() local
H A Devent_normalize_handler.cpp443 int32_t toolType = libinput_event_touchpad_get_tool_type(touchpad); in HandlePalmEvent() local
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp234 int32_t toolType = 0; in HandleMousePropertyInt32() local
377 int32_t toolType = 0; in HandleTouchPropertyInt32() local
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/
H A Djs_mouse_event.cpp113 napi_value toolType = nullptr; in Export() local
/ohos5.0/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h68 int32_t toolType; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.cpp112 …OH_NativeXComponent::GetToolType(size_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolTy… in GetToolType()
H A Drender_xcomponent.cpp26 …ativeXComponent_TouchPointToolType ConvertNativeXComponentTouchToolType(const SourceTool& toolType) in ConvertNativeXComponentTouchToolType()
H A Dnative_interface_xcomponent_impl.h226 void SetToolType(size_t pointIndex, OH_NativeXComponent_TouchPointToolType toolType) in SetToolType()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.cpp70 …H_NativeXComponent* component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolTy… in OH_NativeXComponent_GetTouchPointToolType()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_compatible.h147 ArkUI_NodeToolType toolType; member
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp504 bool EventResample::ShouldResampleTool(int32_t toolType) in ShouldResampleTool()
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp134 int32_t toolType = item.GetToolType(); in HandleTouchEvent() local
201 int32_t toolType = item.GetToolType(); in HandlePointerActionDownEvent() local
264 int32_t toolType = item.GetToolType(); in HandlePointerActionUpEvent() local
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp632 int32_t toolType = item.GetToolType(); in IsKnuckles() local
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp309 void PointerEvent::PointerItem::SetToolType(int32_t toolType) in SetToolType()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp2802 bool InputWindowsManager::SkipAnnotationWindow(uint32_t flag, int32_t toolType) in UpdateDisplayInfo()
2808 bool InputWindowsManager::SkipNavigationWindow(WindowInputType windowType, int32_t toolType) in UpdateDisplayInfo()
4091 int32_t toolType = item.GetToolType(); in UpdateDisplayInfo() local
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp439 int32_t toolType = PointerEvent::TOOL_TYPE_FINGER; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp95 …ativeXComponent_TouchPointToolType ConvertNativeXComponentTouchToolType(const SourceTool& toolType) in ConvertNativeXComponentTouchToolType()
/ohos5.0/foundation/graphic/graphic_3d/metadata/lume/LumeEngine/tools/
H A DLumeAssetCompiler.json805 "toolType": "ART_GET", string
H A DLumeShaderCompiler.json805 "toolType": "ART_GET", string

12