Searched refs:keyYPos (Results 1 – 1 of 1) sorted by relevance
267 final int keyYPos = row.getKeyY(); in Key() local271 mY = keyYPos; in Key()273 mHitBox.set(Math.round(keyXPos), keyYPos, Math.round(keyXPos + keyWidth) + 1, in Key() local274 keyYPos + rowHeight); in Key()