Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java971 Cell hitCell = detectAndAddHit(x, y); in handleActionMove()
973 if (hitCell != null && patternSize == 1) { in handleActionMove()
997 if (hitCell != null) { in handleActionMove()
1000 final float hitCellCenterX = getCenterXForColumn(hitCell.column); in handleActionMove()
1001 final float hitCellCenterY = getCenterYForRow(hitCell.row); in handleActionMove()
1066 final Cell hitCell = detectAndAddHit(x, y); in handleActionDown() local
1067 if (hitCell != null) { in handleActionDown()
1075 if (hitCell != null) { in handleActionDown()
1076 final float startX = getCenterXForColumn(hitCell.column); in handleActionDown()
1077 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()