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

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

Completed in 675 milliseconds