/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 288 pointerId, item.IsPressed(), item.GetPressure(), item.GetMoveFlag(), item.GetTargetWindowId(), in PrintInfoLog() 296 item.GetPressure(), item.GetMoveFlag(), item.GetLongAxis(), item.GetShortAxis(), in PrintInfoLog() 305 item.GetPressure(), item.GetMoveFlag(), item.GetLongAxis(), item.GetShortAxis(), in PrintInfoLog() 375 pointerId, item.IsPressed(), item.GetPressure(), item.GetMoveFlag(), item.GetToolType()); in Print() 386 item.GetToolWindowY(), item.GetToolWidth(), item.GetToolHeight(), item.GetPressure(), in Print() 399 item.GetToolWindowY(), item.GetToolWidth(), item.GetToolHeight(), item.GetPressure(), in Print() 407 pointerId, item.IsPressed(), item.GetPressure(), item.GetMoveFlag(), item.GetToolType()); in Print() 420 item.GetPressure(), item.GetMoveFlag(), item.GetToolType(), item.GetLongAxis(), in Print() 434 item.GetPressure(), item.GetToolType(), item.GetLongAxis(), item.GetShortAxis(), in Print()
|
/foundation/window/window_manager/wm/src/ |
H A D | gtx_input_event_sender.cpp | 62 dstTouchPoint.pressure = srcTouchPoint.GetPressure(); in SetTouchEvent()
|
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/ |
H A D | mock_pointer_event.cpp | 126 double PointerEvent::PointerItem::GetPressure() const in GetPressure() function in OHOS::MMI::PointerEvent::PointerItem
|
/foundation/window/window_manager/window_scene/intention_event/src/ |
H A D | intention_event_manager.cpp | 61 pointerEvent->GetPointerAction(), item.GetPressure(), item.GetTiltX(), item.GetTiltY()); in LogPointInfo() 69 actionId, item.GetWindowX(), item.GetWindowY(), item.IsPressed(), item.GetPressure(), in LogPointInfo()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 71 touchPoint.force = static_cast<float>(pointerItem.GetPressure()); in ConvertTouchPoint() 533 event.force = static_cast<float>(pointerItem.GetPressure()); in ConvertPointerEvent() 570 item.GetPressure(), item.GetTiltX(), item.GetTiltY()); in LogPointInfo() 579 actionId, item.GetWindowX(), item.GetWindowY(), item.IsPressed(), item.GetPressure(), in LogPointInfo()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 296 static_cast<int32_t>(item.IsPressed()), item.GetPressure(), item.GetDeviceId()); in HandlePointerEvent() 302 item.GetWindowX(), item.GetWindowY(), item.GetWidth(), item.GetHeight(), item.GetPressure(), in HandlePointerEvent()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_transform_processor.cpp | 140 rawTouch.pressure = pointerItem.GetPressure(); in TransformTouchProperties()
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | pointer_event.h | 1047 double GetPressure() const;
|
/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | event_util_test.cpp | 231 << ",Pressure:" << item.GetPressure() << ",ToolType:" << item.GetToolType() in DumpInputEvent()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 259 double PointerEvent::PointerItem::GetPressure() const in GetPressure() function in OHOS::MMI::PointerEvent::PointerItem
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | touch_drawing_manager.cpp | 100 pressure_ = pointerItem.GetPressure(); in RecordLabelsInfo()
|
H A D | input_windows_manager.cpp | 3128 (pointerItem.GetToolType() != PointerEvent::TOOL_TYPE_PEN || pointerItem.GetPressure() > 0)) { in UpdateDisplayInfo()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 579 CHKRR(SetNameProperty(jsEnv_, value, "pressure", item.GetPressure()), "Set pressure", RET_ERR); in GetJsPointerItem()
|