Searched defs:dispatchingTimeout (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputApplication.h33 nsecs_t dispatchingTimeout; member in struct:android::InputApplicationInfo
54 return mInfo ? mInfo->dispatchingTimeout : defaultValue;
H A DInputWindow.h121 nsecs_t dispatchingTimeout; member in struct:android::InputWindowInfo
176 return mInfo ? mInfo->dispatchingTimeout : defaultValue;

Completed in 49 milliseconds