Searched refs:hitSize (Results 1 – 1 of 1) sorted by relevance
867 float hitSize = squareHeight * mHitFactor; in getRowHit() local869 float offset = mPaddingTop + (squareHeight - hitSize) / 2f; in getRowHit()873 if (y >= hitTop && y <= hitTop + hitSize) { in getRowHit()887 float hitSize = squareWidth * mHitFactor; in getColumnHit() local889 float offset = mPaddingLeft + (squareWidth - hitSize) / 2f; in getColumnHit()893 if (x >= hitLeft && x <= hitLeft + hitSize) { in getColumnHit()