Searched refs:eventDuration (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp3457 nsecs_t eventDuration = finishTime - dispatchEntry->deliveryTime; local
3458 if (eventDuration > SLOW_EVENT_PROCESSING_WARNING_TIMEOUT) {
3461 connection->getWindowName(), eventDuration * 0.000001f);

Completed in 615 milliseconds