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.java927 Cell hitCell = detectAndAddHit(x, y); in handleActionMove()
929 if (hitCell != null && patternSize == 1) { in handleActionMove()
953 if (hitCell != null) { in handleActionMove()
956 final float hitCellCenterX = getCenterXForColumn(hitCell.column); in handleActionMove()
957 final float hitCellCenterY = getCenterYForRow(hitCell.row); in handleActionMove()
1017 final Cell hitCell = detectAndAddHit(x, y); in handleActionDown() local
1018 if (hitCell != null) { in handleActionDown()
1026 if (hitCell != null) { in handleActionDown()
1027 final float startX = getCenterXForColumn(hitCell.column); in handleActionDown()
1028 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()