Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java995 Cell hitCell = detectAndAddHit(x, y); in handleActionMove()
997 if (hitCell != null && patternSize == 1) { in handleActionMove()
1021 if (hitCell != null) { in handleActionMove()
1024 final float hitCellCenterX = getCenterXForColumn(hitCell.column); in handleActionMove()
1025 final float hitCellCenterY = getCenterYForRow(hitCell.row); in handleActionMove()
1093 final Cell hitCell = detectAndAddHit(x, y); in handleActionDown() local
1094 if (hitCell != null) { in handleActionDown()
1102 if (hitCell != null) { in handleActionDown()
1103 final float startX = getCenterXForColumn(hitCell.column); in handleActionDown()
1104 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()