Home
last modified time | relevance | path

Searched refs:LIBINPUT_EVENT_POINTER_TAP (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp83 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_TAP)); in HWTEST_F()
109 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_TAP)); in HWTEST_F()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp187 if (type == LIBINPUT_EVENT_POINTER_TAP && !tpTapSwitch) { in HandleButtonInner()
562 case LIBINPUT_EVENT_POINTER_TAP: in Normalize()
813 evenType == LIBINPUT_EVENT_POINTER_TAP) { in HandleTouchpadRightButton()
836 evenType != LIBINPUT_EVENT_POINTER_TAP) { in HandleTouchpadLeftButton()
843 evenType == LIBINPUT_EVENT_POINTER_TAP) { in HandleTouchpadLeftButton()
886 if (evenType != LIBINPUT_EVENT_POINTER_TAP && evenType != LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD) { in TransTouchpadRightButton()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h32 LIBINPUT_EVENT_POINTER_TAP, enumerator
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test.cpp909 int32_t eventType = LIBINPUT_EVENT_POINTER_TAP; in HWTEST_F()
1067 int32_t eventType = LIBINPUT_EVENT_POINTER_TAP; in HWTEST_F()
1099 int32_t eventType = LIBINPUT_EVENT_POINTER_TAP; in HWTEST_F()
1116 int32_t eventType = LIBINPUT_EVENT_POINTER_TAP; in HWTEST_F()
1415 int32_t evenType = LIBINPUT_EVENT_POINTER_TAP; in HWTEST_F()
1431 int32_t evenType = LIBINPUT_EVENT_POINTER_TAP; in HWTEST_F()
1479 int32_t evenType = LIBINPUT_EVENT_POINTER_TAP; in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp84 static_cast<int32_t>(LIBINPUT_EVENT_POINTER_TAP),
127 if ((type == LIBINPUT_EVENT_POINTER_TAP) && in HandleEvent()
159 case LIBINPUT_EVENT_POINTER_TAP: in HandleEvent()
H A Dinput_event_handler.cpp243 if (type == LIBINPUT_EVENT_POINTER_TAP) { in IsTouchpadMistouch()

Completed in 9 milliseconds