Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVirtualInputDevice.h103 bool handleTouchUp(int32_t pointerId, std::chrono::nanoseconds eventTime);
/frameworks/native/libs/input/
DVirtualInputDevice.cpp343 if (uinputAction == UinputAction::RELEASE && !handleTouchUp(pointerId, eventTime)) { in writeTouchEvent()
365 bool VirtualTouchscreen::handleTouchUp(int32_t pointerId, std::chrono::nanoseconds eventTime) { in handleTouchUp() function in android::VirtualTouchscreen