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

/frameworks/base/services/input/
H A DInputApplication.h53 inline nsecs_t getDispatchingTimeout(nsecs_t defaultValue) const { function in class:android::InputApplicationHandle
H A DInputWindow.h175 inline nsecs_t getDispatchingTimeout(nsecs_t defaultValue) const { function in class:android::InputWindowHandle
H A DInputDispatcher.cpp948 timeout = windowHandle->getDispatchingTimeout(DEFAULT_INPUT_DISPATCHING_TIMEOUT);
950 timeout = applicationHandle->getDispatchingTimeout(
3092 mFocusedApplicationHandle->getDispatchingTimeout(

Completed in 77 milliseconds