Searched defs:hitTop (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputReader.h1167 int32_t hitTop; member in struct:android::TouchInputMapper::VirtualKey
1172 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom;

Completed in 48 milliseconds