Home
last modified time | relevance | path

Searched refs:GetPressure (Results 1 - 13 of 13) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h288 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 Dgtx_input_event_sender.cpp62 dstTouchPoint.pressure = srcTouchPoint.GetPressure(); in SetTouchEvent()
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_pointer_event.cpp126 double PointerEvent::PointerItem::GetPressure() const in GetPressure() function in OHOS::MMI::PointerEvent::PointerItem
/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp61 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 Dmmi_event_convertor.cpp71 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 Devent_normalize_handler.cpp296 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 Dtouch_transform_processor.cpp140 rawTouch.pressure = pointerItem.GetPressure(); in TransformTouchProperties()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h1047 double GetPressure() const;
/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp231 << ",Pressure:" << item.GetPressure() << ",ToolType:" << item.GetToolType() in DumpInputEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp259 double PointerEvent::PointerItem::GetPressure() const in GetPressure() function in OHOS::MMI::PointerEvent::PointerItem
/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp100 pressure_ = pointerItem.GetPressure(); in RecordLabelsInfo()
H A Dinput_windows_manager.cpp3128 (pointerItem.GetToolType() != PointerEvent::TOOL_TYPE_PEN || pointerItem.GetPressure() > 0)) { in UpdateDisplayInfo()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp579 CHKRR(SetNameProperty(jsEnv_, value, "pressure", item.GetPressure()), "Set pressure", RET_ERR); in GetJsPointerItem()

Completed in 21 milliseconds