OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findTouchedWindowAtLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/
InputDispatcher.h
881
sp<InputWindowHandle>
findTouchedWindowAtLocked
(int32_t displayId, int32_t x, int32_t y);
[
all
...]
InputDispatcher.cpp
443
sp<InputWindowHandle> touchedWindowHandle =
findTouchedWindowAtLocked
(displayId, x, y);
468
sp<InputWindowHandle> InputDispatcher::
findTouchedWindowAtLocked
(int32_t displayId,
[
all
...]
Completed in 26 milliseconds