Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java472 mInProgressY = getCenterYForRow(first.getRow()); in setDisplayMode()
536 getCenterYForRow(cellState.row) + startTranslationY); in startCellStateAnimationHw()
915 float centerY = getCenterYForRow(row); in detectCellHit()
1012 float lastCellCenterY = getCenterYForRow(lastCell.row); in handleActionMove()
1104 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()
1140 private float getCenterYForRow(int row) { in getCenterYForRow() method
1178 final float centerY = getCenterYForRow(currentCell.row); in onDraw()
1184 (getCenterYForRow(nextCell.row) - centerY); in onDraw()
1223 float centerY = getCenterYForRow(cell.row); in onDraw()
1258 float centerY = getCenterYForRow(i); in onDraw()
[all …]