Home
last modified time | relevance | path

Searched refs:GetPressedButtons (Results 1 - 17 of 17) sorted by relevance

/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dgesture_transform_processor.cpp53 MouseState->GetPressedButtons(pressedButtons); in OnEventTouchPadPinchBegin()
82 MouseState->GetPressedButtons(pressedButtons); in OnEventTouchPadPinchUpdate()
107 MouseState->GetPressedButtons(pressedButtons); in OnEventTouchPadPinchEnd()
H A Dtouchpad_transform_processor.cpp423 MouseState->GetPressedButtons(pressedButtons); in ProcessTouchPadPinchDataEvent()
/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_device_state.h64 void GetPressedButtons(std::vector<int32_t>& pressedButtons);
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_device_state.cpp59 void MouseDeviceState::GetPressedButtons(std::vector<int32_t>& pressedButtons) in GetPressedButtons() function in OHOS::MMI::MouseDeviceState
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_device_state_test.cpp81 * @tc.desc: Test GetPressedButtons
89 MouseState->GetPressedButtons(pressedButtons); in HWTEST_F()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_builder.cpp221 if (auto pressedButtons = pointerEvent_->GetPressedButtons(); !pressedButtons.empty()) { in ResetPressedEvents()
H A Dinput_event_serialization.cpp285 std::set<int32_t> pressedBtns = event->GetPressedButtons(); in SerializePressedButtons()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h148 bool GetPressedButtons(const std::set<int32_t>& pressedButtons, napi_value result);
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1119 bool JsInputMonitor::GetPressedButtons(const std::set<int32_t>& pressedButtons, napi_value result) in GetPressedButtons() function in OHOS::MMI::__anon11305::JsInputMonitor
1285 std::set<int32_t> pressedButtons = pointerEvent->GetPressedButtons(); in TransformMousePointerEvent()
1286 if (!GetPressedButtons(pressedButtons, result)) { in TransformMousePointerEvent()
1341 std::set<int32_t> pressedButtons = pointerEvent->GetPressedButtons(); in TransformJoystickPointerEvent()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h1378 std::set<int32_t> GetPressedButtons() const;
/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp306 pointerEvent->GetPressedButtons(); in DumpWindowData()
/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp221 std::set<int32_t> pressedBtns { event->GetPressedButtons() }; in Marshalling()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1127 lastPointerEvent_->GetPressedButtons().empty()) { in UpdateDisplayInfo()
1423 lastPointerEvent_->GetPressedButtons().empty()) || in UpdateDisplayInfo()
2195 ((action == PointerEvent::POINTER_ACTION_BUTTON_DOWN) && (pointerEvent->GetPressedButtons().size() == 1)) || in UpdateDisplayInfo()
2196 ((action == PointerEvent::POINTER_ACTION_MOVE) && (pointerEvent->GetPressedButtons().empty())) || in UpdateDisplayInfo()
2201 (pointerEvent->GetPressedButtons().empty())); in UpdateDisplayInfo()
2242 ((pointerEvent->GetPressedButtons().empty()) || in UpdateDisplayInfo()
2284 (pointerEvent->GetPressedButtons().size() == 1)) { in UpdateDisplayInfo()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h278 event->GetPressedButtons().size()); in PrintInfoLog()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp854 std::set<int32_t> pressButtons = pointerEvent->GetPressedButtons(); in HWTEST_F()
875 std::set<int32_t> pressButtons = pointerEvent->GetPressedButtons(); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp334 std::set<int32_t> pressedSet = pointerEvent->GetPressedButtons(); in ConvertMouseEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp688 std::set<int32_t> PointerEvent::GetPressedButtons() const in GetPressedButtons() function in OHOS::MMI::PointerEvent

Completed in 23 milliseconds