Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DTouchState.cpp97 touchedWindow.trySetDownTimeInTarget(deviceId, *firstDownTimeInTarget); in addOrUpdateWindow()
108 touchedWindow.trySetDownTimeInTarget(deviceId, *firstDownTimeInTarget); in addOrUpdateWindow()
H A DTouchedWindow.h65 void trySetDownTimeInTarget(DeviceId deviceId, nsecs_t downTime);
H A DTouchedWindow.cpp250 void TouchedWindow::trySetDownTimeInTarget(DeviceId deviceId, nsecs_t downTime) { in trySetDownTimeInTarget() function in android::inputdispatcher::TouchedWindow