Home
last modified time | relevance | path

Searched refs:LIBINPUT_EVENT_GESTURE_SWIPE_END (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dgesture_transform_processor.cpp143 case LIBINPUT_EVENT_GESTURE_SWIPE_END: { in OnEvent()
H A Dtouchpad_transform_processor.cpp224 case LIBINPUT_EVENT_GESTURE_SWIPE_END: { in OnEvent()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dgesture_transform_processor_test.cpp167 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(testing::Return(LIBINPUT_EVENT_GESTURE_SWIPE_END)); in HWTEST_F()
H A Dtouchpad_transform_processor_mock_test.cpp181 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(testing::Return(LIBINPUT_EVENT_GESTURE_SWIPE_END)); in HWTEST_F()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h52 LIBINPUT_EVENT_GESTURE_SWIPE_END, enumerator
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp91 static_cast<int32_t>(LIBINPUT_EVENT_GESTURE_SWIPE_END),
177 case LIBINPUT_EVENT_GESTURE_SWIPE_END: in HandleEvent()
552 if (type == LIBINPUT_EVENT_GESTURE_SWIPE_END || type == LIBINPUT_EVENT_GESTURE_PINCH_END) { in HandleGestureEvent()
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp188 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_GESTURE_SWIPE_END)); in HWTEST_F()
H A Devent_normalize_handler_test.cpp101 event->type = LIBINPUT_EVENT_GESTURE_SWIPE_END; in HWTEST_F()

Completed in 7 milliseconds