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

/frameworks/native/services/inputflinger/
H A DInputReader.h1210 int32_t hitBottom; member in struct:android::TouchInputMapper::VirtualKey
1213 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom;

Completed in 656 milliseconds