Home | History | Annotate | Download | only in input

Lines Matching defs:delay

3842     nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle,
3847 if (delay < 0) {
3849 } else if (!delay) {
3853 entry->interceptKeyWakeupTime = now() + delay;