Searched refs:libinput_event_gesture_get_time (Results 1 – 3 of 3) sorted by relevance
35 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()
304 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()
289 uint32_t libinput_event_gesture_get_time(struct libinput_event_gesture *event) in libinput_event_gesture_get_time() function