Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp87 static_cast<int32_t>(LIBINPUT_EVENT_TOUCHPAD_UP),
169 case LIBINPUT_EVENT_TOUCHPAD_UP: in HandleEvent()
505 (type == LIBINPUT_EVENT_TOUCHPAD_DOWN || type == LIBINPUT_EVENT_TOUCHPAD_UP)) { in HandleTouchPadEvent()
513 if (type == LIBINPUT_EVENT_TOUCHPAD_UP) { in HandleTouchPadEvent()
949 case static_cast<int32_t>(LIBINPUT_EVENT_TOUCHPAD_UP): in SwipeInwardProcess()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h47 LIBINPUT_EVENT_TOUCHPAD_UP, enumerator
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp438 if (libinput_event_get_type(event) == LIBINPUT_EVENT_TOUCHPAD_UP && !isPressed_) { in HandleAxisBeginEndInner()
551 if (type != LIBINPUT_EVENT_TOUCHPAD_DOWN && type != LIBINPUT_EVENT_TOUCHPAD_UP) { in Normalize()
571 case LIBINPUT_EVENT_TOUCHPAD_UP: in Normalize()
582 if (type == LIBINPUT_EVENT_TOUCHPAD_DOWN || type == LIBINPUT_EVENT_TOUCHPAD_UP) { in Normalize()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_mock_test.cpp93 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(testing::Return(LIBINPUT_EVENT_TOUCHPAD_UP)); in HWTEST_F()
H A Dtouchpad_transform_processor_test.cpp1106 int32_t type = LIBINPUT_EVENT_TOUCHPAD_UP; in HWTEST_F()
1161 int32_t type = LIBINPUT_EVENT_TOUCHPAD_UP; in HWTEST_F()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test_withmock.cpp159 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_TOUCHPAD_UP)); in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp255 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_TOUCHPAD_UP)); in HWTEST_F()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp208 case LIBINPUT_EVENT_TOUCHPAD_UP: { in OnEvent()
670 } else if ((type == LIBINPUT_EVENT_TOUCHPAD_UP) && !CanUnsetPointerItem(event)) { in HandleMulFingersTap()

Completed in 9 milliseconds