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

/frameworks/base/services/input/
H A DInputDispatcher.h870 sp<InputWindowHandle> findTouchedWindowAtLocked(int32_t x, int32_t y);
H A DInputDispatcher.cpp430 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(x, y);
447 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t x, int32_t y) { function in class:android::InputDispatcher
1303 sp<InputWindowHandle> newTouchedWindowHandle = findTouchedWindowAtLocked(x, y);

Completed in 14 milliseconds