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

/frameworks/native/services/inputflinger/
H A DInputReader.h1272 int32_t hitBottom; member in struct:android::TouchInputMapper::VirtualKey
1275 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom;
H A DInputReader.cpp3969 virtualKey.hitBottom = (virtualKeyDefinition.centerY + halfHeight)
3981 "hitLeft=%d, hitRight=%d, hitTop=%d, hitBottom=%d\n",
3984 virtualKey.hitTop, virtualKey.hitBottom);
6550 virtualKey.hitRight, virtualKey.hitBottom);

Completed in 43 milliseconds