Searched refs:toolWidth (Results 1 – 17 of 17) sorted by relevance
46 innerItem.toolWidth = mmiItem.GetToolWidth(); in Transform()80 mmiItem.SetToolWidth(innerItem.toolWidth); in Transform()
44 int32_t toolWidth { -1 };
78 | toolWidth | number | 是 | 否 | 工具区域宽度 |
283 toolWidth: 0,
90 event.actionTouch.toolWidth = origin.actionTouchPoint.toolWidth; in ConvertToTouchEvent()115 (*points)[index].toolWidth = touchPoints[index].toolWidth; in ConvertToTouchEvent()
135 int32_t toolWidth; member
81 double toolWidth = libinput_event_touchpad_get_tool_width(touchpad); in OnEventTouchPadDown() local99 item.SetToolWidth(static_cast<int32_t>(toolWidth)); in OnEventTouchPadDown()135 double toolWidth = libinput_event_touchpad_get_tool_width(touchpad); in OnEventTouchPadMotion() local149 item.SetToolWidth(static_cast<int32_t>(toolWidth)); in OnEventTouchPadMotion()
281 return (event != nullptr ? event->toolWidth : 0.0); in libinput_event_touchpad_get_tool_width()286 return (event != nullptr ? event->toolWidth : 0.0); in libinput_event_touchpad_get_tool_height()
75 double toolWidth; member
78 | toolWidth | number | Yes | No | Width of the tool area. |
677 int32_t toolWidth = 30; variable681 ASSERT_NO_FATAL_FAILURE(item.SetToolWidth(toolWidth));682 ASSERT_EQ(item.GetToolWidth(), toolWidth);
430 | ohos.multimodalInput.touchEvent | Touch | toolWidth: number; | 新增 |
430 | ohos.multimodalInput.touchEvent | Touch | toolWidth: number; | Added|
519 |新增|NA|类名:Touch;<br>方法or属性:toolWidth: number;|@ohos.multimodalInput.touchEvent.d.ts|
519 |Added|NA|Class name: Touch;<br>Method or attribute name: toolWidth: number;|@ohos.multimodalInput.…
144 ArkUI_Float32 toolWidth; member