Searched refs:hitSize (Results 1 – 1 of 1) sorted by relevance
860 float hitSize = squareHeight * mHitFactor; in getRowHit() local862 float offset = mPaddingTop + (squareHeight - hitSize) / 2f; in getRowHit()866 if (y >= hitTop && y <= hitTop + hitSize) { in getRowHit()880 float hitSize = squareWidth * mHitFactor; in getColumnHit() local882 float offset = mPaddingLeft + (squareWidth - hitSize) / 2f; in getColumnHit()886 if (x >= hitLeft && x <= hitLeft + hitSize) { in getColumnHit()