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/native/services/inputflinger/
InputDispatcher.h
879
sp<InputWindowHandle>
findTouchedWindowAtLocked
(int32_t displayId, int32_t x, int32_t y);
[
all
...]
InputDispatcher.cpp
446
sp<InputWindowHandle> touchedWindowHandle =
findTouchedWindowAtLocked
(displayId, x, y);
471
sp<InputWindowHandle> InputDispatcher::
findTouchedWindowAtLocked
(int32_t displayId,
[
all
...]
Completed in 36 milliseconds