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

/frameworks/base/services/input/
H A DInputReader.h1169 int32_t hitBottom; member in struct:android::TouchInputMapper::VirtualKey
1172 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom;
H A DInputReader.cpp3326 virtualKey.hitBottom = (virtualKeyDefinition.centerY + halfHeight)
3338 "hitLeft=%d, hitRight=%d, hitTop=%d, hitBottom=%d\n",
3341 virtualKey.hitTop, virtualKey.hitBottom);
5557 virtualKey.hitRight, virtualKey.hitBottom);

Completed in 45 milliseconds