Home
last modified time | relevance | path

Searched refs:LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test_withmock.cpp76 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD)); in HWTEST_F()
336 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD)); in HWTEST_F()
H A Dmouse_transform_processor_test.cpp1358 int32_t type = LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD; in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp79 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD)); in HWTEST_F()
105 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD)); in HWTEST_F()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h34 LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD, enumerator
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp85 static_cast<int32_t>(LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD),
160 case LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD: { in HandleEvent()
H A Dinput_event_handler.cpp249 if (type == LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD) { in IsTouchpadMistouch()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp119 if (type == LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD) { in HandleMotionInner()
559 case LIBINPUT_EVENT_POINTER_MOTION_TOUCHPAD: in Normalize()

Completed in 8 milliseconds