Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp87 if (auto pointerAction = pointerEvent->GetPointerAction(); in OnPointerEvent() local
92 if (auto pointerAction = pointerEvent->GetPointerAction(); in OnPointerEvent() local
H A Dinput_event_serialization.cpp207 int32_t pointerAction = event->GetPointerAction(); in SerializeBaseInfo() local
224 int32_t pointerAction {}; in DeserializeBaseInfo() local
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp84 if (auto pointerAction = pointerEvent->GetPointerAction(); in OnPointerEvent() local
89 if (auto pointerAction = pointerEvent->GetPointerAction(); in OnPointerEvent() local
H A Dinput_event_serialization.cpp206 int32_t pointerAction = event->GetPointerAction(); in SerializeBaseInfo() local
223 int32_t pointerAction {}; in DeserializeBaseInfo() local
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp119 auto pointerAction = pointerEvent->GetPointerAction(); in TransferPointerEvent() local
257 auto pointerAction = event->GetPointerAction(); in PrintPointerEvent() local
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_move_drag_test.cpp107 int32_t pointerAction) in CreatePointerEvent()
H A Dwindow_test_utils.cpp226 int32_t pointerAction) in CreatePointerEvent()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscb_system_session_test.cpp381 int32_t pointerAction = 8; variable
H A Dsession_test3.cpp867 int32_t pointerAction = MMI::PointerEvent::POINTER_ACTION_DOWN; variable
/ohos5.0/foundation/multimodalinput/input/test/facility/mock/include/
H A Dinput_windows_manager_mock.h89 void SendPointerEvent(int32_t pointerAction) override {} in SendPointerEvent()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A 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
H A 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
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp144 void SCBSystemSession::PresentFoucusIfNeed(int32_t pointerAction) in PresentFoucusIfNeed()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp129 int32_t pointerAction = pointerEvent->GetPointerAction(); in DispatchTouchEvent() local
184 int32_t pointerAction = pointerEvent->GetPointerAction(); in DispatchEventToPerf() local
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_zoom_gesture_test.cpp73 int32_t pointerAction) in CreatePointerEvent()
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp104 int32_t pointerAction = PointerEvent::POINTER_ACTION_UNKNOWN; in InitializeInputEvent() local
470 int32_t pointerAction = event.pointerAction; in CanAddSample() local
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_pointer_event.cpp184 void PointerEvent::SetPointerAction(int32_t pointerAction) in SetPointerAction()
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp50 auto pointerAction = pointerEvent->GetPointerAction(); in OnInputEvent() local
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp507 int32_t pointerAction = pointerEvent->GetPointerAction(); in FoldScreenRotation() local
1197 void InputWindowsManager::SetPointerEvent(int32_t pointerAction, std::shared_ptr<PointerEvent> poin… in UpdateDisplayInfo()
1326 void InputWindowsManager::SendPointerEvent(int32_t pointerAction) in UpdateDisplayInfo()
1387 void InputWindowsManager::DispatchPointer(int32_t pointerAction, int32_t windowId) in UpdateDisplayInfo()
2545 int32_t pointerAction = pointerEvent->GetPointerAction(); in UpdateDisplayInfo() local
3242 int32_t pointerAction = pointerEvent->GetPointerAction(); in UpdateDisplayInfo() local
3413 void InputWindowsManager::DispatchTouch(int32_t pointerAction) in UpdateDisplayInfo()
3496 int32_t pointerAction = pointerEvent->GetPointerAction(); in UpdateDisplayInfo() local
4100 auto pointerAction = pointerEvent->GetPointerAction(); in UpdateDisplayInfo() local
H A Dtouch_drawing_manager.cpp454 auto pointerAction = pointerEvent_->GetPointerAction(); in DrawBubbleHandler() local
721 int32_t pointerAction = pointerEvent_->GetPointerAction(); in UpdatePointerPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_node.cpp74 int32_t pointerAction = OHOS::MMI::PointerEvent::POINTER_ACTION_UNKNOWN; in ConvertPointerEvent() local
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp503 void PointerEvent::SetPointerAction(int32_t pointerAction) in SetPointerAction()
514 void PointerEvent::SetOriginPointerAction(int32_t pointerAction) in SetOriginPointerAction()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp510 int32_t pointerAction = lastPointerEvent_->GetPointerAction(); in RecoverPointerEvent() local
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_events.h162 int32_t pointerAction; member
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_events.h163 int32_t pointerAction; member

12