Home
last modified time | relevance | path

Searched refs:dispatchHoverExit (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h753 [[nodiscard]] std::list<NotifyArgs> dispatchHoverExit(nsecs_t when, nsecs_t readTime,
DTouchInputMapper.cpp1612 out += dispatchHoverExit(when, readTime, policyFlags); in cookAndDispatch()
2073 std::list<NotifyArgs> TouchInputMapper::dispatchHoverExit(nsecs_t when, nsecs_t readTime, in dispatchHoverExit() function in android::TouchInputMapper