Home
last modified time | relevance | path

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

12

/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
Dinput_event_interceptor.cpp87 if (auto pointerAction = pointerEvent->GetPointerAction(); in OnPointerEvent() local
92 if (auto pointerAction = pointerEvent->GetPointerAction(); in OnPointerEvent() local
Dinput_event_serialization.cpp207 int32_t pointerAction = event->GetPointerAction(); in SerializeBaseInfo() local
224 int32_t pointerAction {}; in DeserializeBaseInfo() local
/foundation/window/window_manager/window_scene/session/container/src/
Dwindow_event_channel.cpp119 auto pointerAction = pointerEvent->GetPointerAction(); in TransferPointerEvent() local
257 auto pointerAction = event->GetPointerAction(); in PrintPointerEvent() local
/foundation/window/window_manager/test/systemtest/wms/
Dwindow_move_drag_test.cpp107 int32_t pointerAction) in CreatePointerEvent()
Dwindow_test_utils.cpp226 int32_t pointerAction) in CreatePointerEvent()
/foundation/window/window_manager/window_scene/test/unittest/
Dscb_system_session_test.cpp381 int32_t pointerAction = 8; variable
Dsession_test3.cpp867 int32_t pointerAction = MMI::PointerEvent::POINTER_ACTION_DOWN; variable
/foundation/multimodalinput/input/test/facility/mock/include/
Dinput_windows_manager_mock.h87 void SendPointerEvent(int32_t pointerAction) override {} in SendPointerEvent()
/foundation/multimodalinput/input/service/window_manager/test/
Dinput_windows_manager_ex_test.cpp381 int32_t pointerAction = PointerEvent::POINTER_ACTION_UNKNOWN; variable
414 int32_t pointerAction = PointerEvent::POINTER_ACTION_UNKNOWN; variable
1373 int32_t pointerAction = PointerEvent::POINTER_ACTION_PULL_IN_WINDOW; variable
1410 int32_t pointerAction = PointerEvent::POINTER_ACTION_PULL_IN_WINDOW; variable
1462 int32_t pointerAction = PointerEvent::POINTER_ACTION_PULL_IN_WINDOW; variable
1509 int32_t pointerAction = PointerEvent::POINTER_ACTION_PULL_OUT_WINDOW; variable
1556 int32_t pointerAction = PointerEvent::POINTER_ACTION_PULL_OUT_WINDOW; variable
Dinput_windows_manager_test.cpp758 int32_t pointerAction = PointerEvent::POINTER_ACTION_ENTER_WINDOW; variable
1947 int32_t pointerAction = PointerEvent::POINTER_ACTION_PULL_IN_WINDOW; variable
3739 int32_t pointerAction = PointerEvent::POINTER_ACTION_ENTER_WINDOW; variable
3774 int32_t pointerAction = PointerEvent::POINTER_ACTION_ENTER_WINDOW; variable
3935 int32_t pointerAction = PointerEvent::POINTER_ACTION_ENTER_WINDOW; variable
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dace_view_ohos.cpp129 int32_t pointerAction = pointerEvent->GetPointerAction(); in DispatchTouchEvent() local
184 int32_t pointerAction = pointerEvent->GetPointerAction(); in DispatchEventToPerf() local
/foundation/window/window_manager/window_scene/session/host/src/
Dscb_system_session.cpp144 void SCBSystemSession::PresentFoucusIfNeed(int32_t pointerAction) in PresentFoucusIfNeed()
Dsession.cpp1841 auto pointerAction = pointerEvent->GetPointerAction(); in TransferPointerEvent() local
2271 void Session::PresentFoucusIfNeed(int32_t pointerAction) in PresentFoucusIfNeed()
/foundation/multimodalinput/input/service/event_resample/src/
Devent_resample.cpp104 int32_t pointerAction = PointerEvent::POINTER_ACTION_UNKNOWN; in InitializeInputEvent() local
470 int32_t pointerAction = event.pointerAction; in CanAddSample() local
/foundation/barrierfree/accessibility/services/aams/test/unittest/
Daccessibility_zoom_gesture_test.cpp73 int32_t pointerAction) in CreatePointerEvent()
/foundation/multimodalinput/input/test/unittest/common/src/
Devent_util_test.cpp50 auto pointerAction = pointerEvent->GetPointerAction(); in OnInputEvent() local
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
Dmock_pointer_event.cpp184 void PointerEvent::SetPointerAction(int32_t pointerAction) in SetPointerAction()
/foundation/multimodalinput/input/service/window_manager/src/
Dinput_windows_manager.cpp472 int32_t pointerAction = pointerEvent->GetPointerAction(); in FoldScreenRotation() local
1146 void InputWindowsManager::SetPointerEvent(int32_t pointerAction, std::shared_ptr<PointerEvent> poin… in UpdateDisplayInfo()
1275 void InputWindowsManager::SendPointerEvent(int32_t pointerAction) in UpdateDisplayInfo()
1336 void InputWindowsManager::DispatchPointer(int32_t pointerAction, int32_t windowId) in UpdateDisplayInfo()
2480 int32_t pointerAction = pointerEvent->GetPointerAction(); in UpdateDisplayInfo() local
3161 int32_t pointerAction = pointerEvent->GetPointerAction(); in UpdateDisplayInfo() local
3331 void InputWindowsManager::DispatchTouch(int32_t pointerAction) in UpdateDisplayInfo()
3414 int32_t pointerAction = pointerEvent->GetPointerAction(); in UpdateDisplayInfo() local
4017 auto pointerAction = pointerEvent->GetPointerAction(); in UpdateDisplayInfo() local
Dtouch_drawing_manager.cpp454 auto pointerAction = pointerEvent_->GetPointerAction(); in DrawBubbleHandler() local
721 int32_t pointerAction = pointerEvent_->GetPointerAction(); in UpdatePointerPosition() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_node.cpp74 int32_t pointerAction = OHOS::MMI::PointerEvent::POINTER_ACTION_UNKNOWN; in ConvertPointerEvent() local
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dpointer_event.cpp503 void PointerEvent::SetPointerAction(int32_t pointerAction) in SetPointerAction()
514 void PointerEvent::SetOriginPointerAction(int32_t pointerAction) in SetOriginPointerAction()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dinput_handler_manager.cpp390 int32_t pointerAction = lastPointerEvent_->GetPointerAction(); in RecoverPointerEvent() local
/foundation/multimodalinput/input/service/dfx/src/
Ddfx_hisysevent.cpp479 int32_t pointerAction = pointerEvent->GetPointerAction(); in StatisticTouchpadGesture() local
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
Dcooperate_events.h162 int32_t pointerAction; member
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
Djs_input_monitor.cpp957 int32_t JsInputMonitor::TransformTsActionValue(int32_t pointerAction) in TransformTsActionValue()

12