Home
last modified time | relevance | path

Searched refs:hitCell (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java1117 Cell hitCell = detectAndAddHit(x, y); in handleActionMove()
1119 if (hitCell != null && patternSize == 1) { in handleActionMove()
1143 if (hitCell != null) { in handleActionMove()
1146 final float hitCellCenterX = getCenterXForColumn(hitCell.column); in handleActionMove()
1147 final float hitCellCenterY = getCenterYForRow(hitCell.row); in handleActionMove()
1223 final Cell hitCell = detectAndAddHit(x, y); in handleActionDown() local
1224 if (hitCell != null) { in handleActionDown()
1232 if (hitCell != null) { in handleActionDown()
1233 final float startX = getCenterXForColumn(hitCell.column); in handleActionDown()
1234 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()