Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchedWindow.h64 std::optional<nsecs_t> getDownTimeInTarget(DeviceId deviceId) const;
DTouchedWindow.cpp232 std::optional<nsecs_t> TouchedWindow::getDownTimeInTarget(DeviceId deviceId) const { in getDownTimeInTarget() function in android::inputdispatcher::TouchedWindow
DInputDispatcher.cpp2664 touchedWindow.getDownTimeInTarget(entry.deviceId), in findTouchedWindowTargetsLocked()
2723 touchedWindow.getDownTimeInTarget(entry.deviceId), in findTouchedWindowTargetsLocked()
2780 touchedWindow.getDownTimeInTarget(entry.deviceId), targets); in findTouchedWindowTargetsLocked()
7128 oldTouchedWindow.getDownTimeInTarget(deviceId), targets); in slipWallpaperTouch()