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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java419 mInProgressY = getCenterYForRow(first.getRow());
483 getCenterYForRow(cellState.row) + startTranslationY);
491 getCenterYForRow(cellState.row) + endTranslationY, delay, duration, interpolator);
734 getCenterXForColumn(cell.column), getCenterYForRow(cell.row));
929 float lastCellCenterY = getCenterYForRow(lastCell.row);
942 final float hitCellCenterY = getCenterYForRow(hitCell.row);
1013 final float startY = getCenterYForRow(hitCell.row);
1035 private float getCenterYForRow(int row) { method in class:LockPatternView
1073 final float centerY = getCenterYForRow(currentCell.row);
1079 (getCenterYForRow(nextCel
[all...]

Completed in 108 milliseconds