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

/frameworks/native/services/inputflinger/
H A DInputReader.h1209 int32_t hitRight; member in struct:android::TouchInputMapper::VirtualKey
1213 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom;
H A DInputReader.cpp3402 virtualKey.hitRight= (virtualKeyDefinition.centerX + halfWidth)
3418 "hitLeft=%d, hitRight=%d, hitTop=%d, hitBottom=%d\n",
3420 virtualKey.hitLeft, virtualKey.hitRight,
5737 virtualKey.hitRight, virtualKey.hitBottom);

Completed in 288 milliseconds