Searched refs:GetRawDx (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 389 … item.GetToolType(), item.GetLongAxis(), item.GetShortAxis(), item.GetRawDx(), item.GetRawDy()); in Print() 399 … item.GetToolType(), item.GetLongAxis(), item.GetShortAxis(), item.GetRawDx(), item.GetRawDy()); in Print() 418 item.GetRawDx(), item.GetRawDy()); in Print() 430 item.GetRawDx(), item.GetRawDy()); in Print()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | inner_pointer_item.cpp | 56 innerItem.rawDx = mmiItem.GetRawDx(); in Transform()
|
H A D | input_event_builder.cpp | 203 movement_ += item.GetRawDx(); in IsActive()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | hot_area.cpp | 75 deltaX_ = pointerItem.GetRawDx(); in ProcessData()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | hot_area.cpp | 78 deltaX_ = pointerItem.GetRawDx(); in ProcessData()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_builder.cpp | 203 movement_ += item.GetRawDx(); in IsActive()
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | event_util_test.cpp | 233 << ",DeviceId:" << item.GetDeviceId() << ",RawDx:" << item.GetRawDx() in DumpInputEvent()
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | pointer_event.h | 1192 int32_t GetRawDx() const;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 464 CHKRR(SetNameProperty(jsEnv_, value, "rawX", item.GetRawDx()), "Set rawX", RET_ERR); in GetJsPointerItem() 761 mapFun["rawDeltaX"] = [item] { return item.GetRawDx(); }; in GetFuns()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 324 int32_t PointerEvent::PointerItem::GetRawDx() const in GetRawDx() function in OHOS::MMI::PointerEvent::PointerItem
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 278 .dx = pointerItem.GetRawDx(), in AccelerateMotion()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 795 ASSERT_EQ(item.GetRawDx(), rawDx);
|