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

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

Completed in 48 milliseconds