HomeSort by relevance Sort by last modified time
    Searched refs:findTouchedWindowAtLocked (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
InputDispatcher.h 873 sp<InputWindowHandle> findTouchedWindowAtLocked(int32_t displayId, int32_t x, int32_t y);
    [all...]
InputDispatcher.cpp 441 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y);
458 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId,
    [all...]

Completed in 53 milliseconds