Home
last modified time | relevance | path

Searched refs:touchpad (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp65 auto touchpad = libinput_event_get_touchpad_event(event); in OnEventTouchPadDown() local
66 CHKPR(touchpad, RET_ERR); in OnEventTouchPadDown()
70 uint64_t time = libinput_event_touchpad_get_time_usec(touchpad); in OnEventTouchPadDown()
78 int32_t longAxis = libinput_event_touchpad_get_touch_contact_long_axis(touchpad); in OnEventTouchPadDown()
79 int32_t shortAxis = libinput_event_touchpad_get_touch_contact_short_axis(touchpad); in OnEventTouchPadDown()
80 double pressure = libinput_event_touchpad_get_pressure(touchpad); in OnEventTouchPadDown()
81 int32_t seatSlot = libinput_event_touchpad_get_seat_slot(touchpad); in OnEventTouchPadDown()
82 double logicalX = libinput_event_touchpad_get_x(touchpad); in OnEventTouchPadDown()
83 double logicalY = libinput_event_touchpad_get_y(touchpad); in OnEventTouchPadDown()
84 double toolPhysicalX = libinput_event_touchpad_get_tool_x(touchpad); in OnEventTouchPadDown()
118 auto touchpad = libinput_event_get_touchpad_event(event); OnEventTouchPadMotion() local
168 auto touchpad = libinput_event_get_touchpad_event(event); OnEventTouchPadUp() local
261 GetTouchPadToolType( struct libinput_event_touch *touchpad, struct libinput_device *device) GetTouchPadToolType() argument
[all...]
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_test.cpp365 * @tc.desc: Verify the correctness of touchpad down event processing
384 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl; in HWTEST_F()
401 * @tc.desc: Test the ability of the touchpad motion event processing function to handle normal input situations
420 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl; in HWTEST_F()
438 * @tc.desc: Test the ability of the touchpad motion event processing function to handle normal input situations
457 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl; in HWTEST_F()
478 * @tc.desc: Verify the correctness of touchpad up event processing
497 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl; in HWTEST_F()
518 * @tc.desc: Verify the correctness of touchpad up event processing
537 std::cout << "touchpad devic in HWTEST_F()
783 auto touchpad = libinput_event_get_touchpad_event(event); HWTEST_F() local
816 auto touchpad = libinput_event_get_touchpad_event(event); HWTEST_F() local
849 auto touchpad = libinput_event_get_touchpad_event(event); HWTEST_F() local
882 auto touchpad = libinput_event_get_touchpad_event(event); HWTEST_F() local
1037 auto touchpad = libinput_event_get_touchpad_event(event); HWTEST_F() local
1059 auto touchpad = libinput_event_get_touchpad_event(event); HWTEST_F() local
1099 auto touchpad = libinput_event_get_touchpad_event(event); HWTEST_F() local
1127 auto touchpad = libinput_event_get_touchpad_event(event); HWTEST_F() local
1154 auto touchpad = libinput_event_get_touchpad_event(event); HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/event_handler/test/
H A Dinput_event_handler_test.cpp353 auto touchpad = libinput_event_get_touchpad_event(event); in HWTEST_F() local
354 ASSERT_TRUE(touchpad != nullptr); in HWTEST_F()
365 touchpad = libinput_event_get_touchpad_event(event); in HWTEST_F()
366 ASSERT_TRUE(touchpad != nullptr); in HWTEST_F()
376 touchpad = libinput_event_get_touchpad_event(event); in HWTEST_F()
401 auto touchpad = libinput_event_get_touchpad_event(event); in HWTEST_F() local
413 touchpad = libinput_event_get_touchpad_event(event); in HWTEST_F()
414 ASSERT_TRUE(touchpad != nullptr); in HWTEST_F()
424 touchpad = libinput_event_get_touchpad_event(event); in HWTEST_F()
425 ASSERT_TRUE(touchpad ! in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp457 auto touchpad = libinput_event_get_touchpad_event(event); in HandlePalmEvent() local
458 if (touchpad == nullptr) { in HandlePalmEvent()
461 int32_t toolType = libinput_event_touchpad_get_tool_type(touchpad); in HandlePalmEvent()
488 auto touchpad = libinput_event_get_touchpad_event(event); in HandleTouchPadEvent() local
489 CHKPR(touchpad, ERROR_NULL_POINTER); in HandleTouchPadEvent()
494 int32_t seatSlot = libinput_event_touchpad_get_seat_slot(touchpad); in HandleTouchPadEvent()
495 MULTI_FINGERTAP_HDR->HandleMulFingersTap(touchpad, type); in HandleTouchPadEvent()
825 MMI_HILOGI("Restore touchpad, deviceId:%{public}d", id); in RestoreTouchPadStatus()
894 // get touchpad physic size in JudgeIfSwipeInward()
898 // get touchpad ma in JudgeIfSwipeInward()
942 auto touchpad = libinput_event_get_touchpad_event(event); SwipeInwardProcess() local
[all...]

Completed in 5 milliseconds