Searched refs:mHitFactor (Results 1 – 1 of 1) sorted by relevance
128 private float mHitFactor = 0.6f; field in LockPatternView825 float hitSize = squareHeight * mHitFactor; in getRowHit()845 float hitSize = squareWidth * mHitFactor; in getColumnHit()1481 float cellheight = mSquareHeight * mHitFactor * 0.5f;1482 float cellwidth = mSquareWidth * mHitFactor * 0.5f;