Searched refs:hitTop (Results 1 – 3 of 3) sorted by relevance
170 int32_t hitTop; member175 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom; in isHit()
1135 virtualKey.hitTop = (virtualKeyDefinition.centerY - halfHeight) * touchScreenHeight / in configureVirtualKeys()1154 virtualKey.hitRight, virtualKey.hitTop, virtualKey.hitBottom); in dumpVirtualKeys()3778 x, y, virtualKey.keyCode, virtualKey.scanCode, virtualKey.hitLeft, virtualKey.hitTop, in findVirtualKeyHit()
874 final float hitTop = offset + squareHeight * i; in getRowHit() local875 if (y >= hitTop && y <= hitTop + hitSize) { in getRowHit()