Home
last modified time | relevance | path

Searched refs:handlePinch (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.h82 [[nodiscard]] std::list<NotifyArgs> handlePinch(nsecs_t when, nsecs_t readTime,
DGestureConverter.cpp165 return handlePinch(when, readTime, gesture); in handleGesture()
525 [[nodiscard]] std::list<NotifyArgs> GestureConverter::handlePinch(nsecs_t when, nsecs_t readTime, in handlePinch() function in android::GestureConverter