Home
last modified time | relevance | path

Searched refs:LIBINPUT_EVENT_TOUCHPAD_DOWN (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp86 static_cast<int32_t>(LIBINPUT_EVENT_TOUCHPAD_DOWN),
132 if ((type < LIBINPUT_EVENT_TOUCHPAD_DOWN) || (type > LIBINPUT_EVENT_TOUCHPAD_MOTION)) { in HandleEvent()
168 case LIBINPUT_EVENT_TOUCHPAD_DOWN: in HandleEvent()
505 (type == LIBINPUT_EVENT_TOUCHPAD_DOWN || type == LIBINPUT_EVENT_TOUCHPAD_UP)) { in HandleTouchPadEvent()
886 type == LIBINPUT_EVENT_TOUCHPAD_DOWN && in JudgeIfSwipeInward()
936 case static_cast<int32_t>(LIBINPUT_EVENT_TOUCHPAD_DOWN): in SwipeInwardProcess()
H A Dinput_event_handler.cpp112 if (type == LIBINPUT_EVENT_TOUCHPAD_DOWN || type == LIBINPUT_EVENT_TOUCHPAD_MOTION) { in UpdateDwtRecord()
125 if (type == LIBINPUT_EVENT_TOUCHPAD_DOWN) { in UpdateDwtTouchpadRecord()
230 if (type >= LIBINPUT_EVENT_TOUCHPAD_DOWN && type <= LIBINPUT_EVENT_TOUCHPAD_MOTION) { in IsTouchpadMistouch()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h46 LIBINPUT_EVENT_TOUCHPAD_DOWN = 550, enumerator
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp431 if (libinput_event_get_type(event) == LIBINPUT_EVENT_TOUCHPAD_DOWN && !isPressed_) { in HandleAxisBeginEndInner()
551 if (type != LIBINPUT_EVENT_TOUCHPAD_DOWN && type != LIBINPUT_EVENT_TOUCHPAD_UP) { in Normalize()
570 case LIBINPUT_EVENT_TOUCHPAD_DOWN: 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.cpp71 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(testing::Return(LIBINPUT_EVENT_TOUCHPAD_DOWN)); in HWTEST_F()
H A Dtouchpad_transform_processor_test.cpp1063 int32_t type = LIBINPUT_EVENT_TOUCHPAD_DOWN; in HWTEST_F()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test_withmock.cpp140 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_TOUCHPAD_DOWN)); in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp253 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_TOUCHPAD_DOWN)); in HWTEST_F()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp204 case LIBINPUT_EVENT_TOUCHPAD_DOWN: { in OnEvent()
660 if (type == LIBINPUT_EVENT_TOUCHPAD_DOWN) { in HandleMulFingersTap()

Completed in 9 milliseconds