Searched refs:hitTop (Results 1 – 3 of 3) sorted by relevance
230 int32_t hitTop; member235 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom; in isHit()
1097 virtualKey.hitTop = in configureVirtualKeys()1116 virtualKey.hitRight, virtualKey.hitTop, virtualKey.hitBottom); in dumpVirtualKeys()3678 x, y, virtualKey.keyCode, virtualKey.scanCode, virtualKey.hitLeft, virtualKey.hitTop, in findVirtualKeyHit()
872 final float hitTop = offset + squareHeight * i; in getRowHit() local873 if (y >= hitTop && y <= hitTop + hitSize) { in getRowHit()