Searched refs:hitSize (Results 1 – 1 of 1) sorted by relevance
825 float hitSize = squareHeight * mHitFactor; in getRowHit() local827 float offset = mPaddingTop + (squareHeight - hitSize) / 2f; in getRowHit()831 if (y >= hitTop && y <= hitTop + hitSize) { in getRowHit()845 float hitSize = squareWidth * mHitFactor; in getColumnHit() local847 float offset = mPaddingLeft + (squareWidth - hitSize) / 2f; in getColumnHit()851 if (x >= hitLeft && x <= hitLeft + hitSize) { in getColumnHit()