Searched refs:hitBottom (Results 1 - 2 of 2) 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;
H A DInputReader.cpp3406 virtualKey.hitBottom = (virtualKeyDefinition.centerY + halfHeight)
3418 "hitLeft=%d, hitRight=%d, hitTop=%d, hitBottom=%d\n",
3421 virtualKey.hitTop, virtualKey.hitBottom);
5737 virtualKey.hitRight, virtualKey.hitBottom);

Completed in 78 milliseconds