Home
last modified time | relevance | path

Searched refs:libinput_event_gesture_get_time (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dgesture_transform_processor.cpp35 int64_t time = static_cast<int64_t>(libinput_event_gesture_get_time(gesture)); in OnEventTouchPadPinchBegin()
68 int64_t time = static_cast<int64_t>(libinput_event_gesture_get_time(gesture)); in OnEventTouchPadPinchUpdate()
93 int64_t time = static_cast<int64_t>(libinput_event_gesture_get_time(gesture)); in OnEventTouchPadPinchEnd()
H A Dtouchpad_transform_processor.cpp304 int64_t time = static_cast<int64_t>(libinput_event_gesture_get_time(gesture)); in SetTouchPadSwipeData()
470 int64_t time = static_cast<int64_t>(libinput_event_gesture_get_time(gesture)); in OnEventTouchPadPinchGesture()
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H A Dlibinput_interface.cpp289 uint32_t libinput_event_gesture_get_time(struct libinput_event_gesture *event) in libinput_event_gesture_get_time() function