Searched refs:GetToolHeight (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 388 … item.GetToolWindowY(), item.GetToolWidth(), item.GetToolHeight(), item.GetPressure(), in Print() 398 … item.GetToolWindowY(), item.GetToolWidth(), item.GetToolHeight(), item.GetPressure(), in Print() 416 … item.GetToolWindowX(), item.GetToolWindowY(), item.GetToolWidth(), item.GetToolHeight(), in Print() 428 … item.GetToolWindowX(), item.GetToolWindowY(), item.GetToolWidth(), item.GetToolHeight(), in Print()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | inner_pointer_item.cpp | 47 innerItem.toolHeight = mmiItem.GetToolHeight(); in Transform()
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | event_util_test.cpp | 230 << ",ToolWidth:" << item.GetToolWidth() << ",ToolHeight:" << item.GetToolHeight() in DumpInputEvent()
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | pointer_event.h | 1041 int32_t GetToolHeight() const;
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touch_transform_processor_test.cpp | 130 ASSERT_EQ(item.GetToolHeight(), touchInfo.toolRect.height);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 248 int32_t PointerEvent::PointerItem::GetToolHeight() const in GetToolHeight() function in OHOS::MMI::PointerEvent::PointerItem
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 463 …CHKRR(SetNameProperty(jsEnv_, value, "toolHeight", item.GetToolHeight()), "Set toolHeight", RET_ER… in GetJsPointerItem()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 699 ASSERT_EQ(item.GetToolHeight(), toolHeight);
|