Home
last modified time | relevance | path

Searched refs:GetToolHeight (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h388 … 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 Dinner_pointer_item.cpp47 innerItem.toolHeight = mmiItem.GetToolHeight(); in Transform()
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp230 << ",ToolWidth:" << item.GetToolWidth() << ",ToolHeight:" << item.GetToolHeight() in DumpInputEvent()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h1041 int32_t GetToolHeight() const;
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_transform_processor_test.cpp130 ASSERT_EQ(item.GetToolHeight(), touchInfo.toolRect.height);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp248 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 Djs_input_monitor.cpp463 …CHKRR(SetNameProperty(jsEnv_, value, "toolHeight", item.GetToolHeight()), "Set toolHeight", RET_ER… in GetJsPointerItem()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp699 ASSERT_EQ(item.GetToolHeight(), toolHeight);