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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java439 mInProgressY = getCenterYForRow(first.getRow());
503 getCenterYForRow(cellState.row) + startTranslationY);
511 getCenterYForRow(cellState.row) + endTranslationY, delay, duration, interpolator);
761 getCenterXForColumn(cell.column), getCenterYForRow(cell.row));
956 float lastCellCenterY = getCenterYForRow(lastCell.row);
969 final float hitCellCenterY = getCenterYForRow(hitCell.row);
1045 final float startY = getCenterYForRow(hitCell.row);
1067 private float getCenterYForRow(int row) { method in class:LockPatternView
1105 final float centerY = getCenterYForRow(currentCell.row);
1111 (getCenterYForRow(nextCel
[all...]

Completed in 267 milliseconds