Home
last modified time | relevance | path

Searched defs:pointerAction (Results 1 – 10 of 10) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
Dwindow_move_drag_test.cpp102 int32_t pointerAction) in CreatePointerEvent()
Dwindow_test_utils.cpp226 int32_t pointerAction) in CreatePointerEvent()
/foundation/multimodalinput/input/service/event_dispatch/src/
Devent_dispatch_handler.cpp189 int32_t pointerAction = PointerEvent::POINTER_ACTION_BUTTON_DOWN; in CheckPointerEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_node.cpp59 int32_t pointerAction = OHOS::MMI::PointerEvent::POINTER_ACTION_UNKNOWN; in ConvertPointerEvent() local
/foundation/multimodalinput/input/test/unittest/common/src/
Devent_util_test.cpp48 auto pointerAction = pointerEvent->GetPointerAction(); in OnInputEvent() local
/foundation/barrierfree/accessibility/services/aams/test/unittest/
Daccessibility_zoom_gesture_test.cpp73 int32_t pointerAction) in CreatePointerEvent()
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
Dmock_pointer_event.cpp179 void PointerEvent::SetPointerAction(int32_t pointerAction) in SetPointerAction()
/foundation/multimodalinput/input/service/window_manager/src/
Dinput_windows_manager.cpp261 void InputWindowsManager::SendPointerEvent(int32_t pointerAction) in SendPointerEvent()
316 void InputWindowsManager::DispatchPointer(int32_t pointerAction) in DispatchPointer()
1033 int32_t pointerAction = pointerEvent->GetPointerAction(); in UpdateTouchScreenTarget() local
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
Djs_input_monitor.cpp574 int32_t JsInputMonitor::TransformTsActionValue(int32_t pointerAction) in TransformTsActionValue()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dpointer_event.cpp388 void PointerEvent::SetPointerAction(int32_t pointerAction) in SetPointerAction()