Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_transform_processor_test_with_mock.cpp61 EXPECT_CALL(libinputMock, GetEventType).WillOnce(Return(LIBINPUT_EVENT_TOUCH_DOWN)); in HWTEST_F()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h40 LIBINPUT_EVENT_TOUCH_DOWN = 500, enumerator
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp132 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_TOUCH_DOWN)); in HWTEST_F()
H A Devent_normalize_handler_test.cpp110 event->type = LIBINPUT_EVENT_TOUCH_DOWN; in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp95 static_cast<int32_t>(LIBINPUT_EVENT_TOUCH_DOWN),
185 case LIBINPUT_EVENT_TOUCH_DOWN: in HandleEvent()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_transform_processor.cpp249 case LIBINPUT_EVENT_TOUCH_DOWN: { in OnEvent()
/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp123 case LIBINPUT_EVENT_TOUCH_DOWN: { in SetScreenState()

Completed in 6 milliseconds