Searched defs:getCenterYForRow (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java420 mInProgressY = getCenterYForRow(first.getRow());
484 getCenterYForRow(cellState.row) + startTranslationY);
492 getCenterYForRow(cellState.row) + endTranslationY, delay, duration, interpolator);
735 getCenterXForColumn(cell.column), getCenterYForRow(cell.row));
930 float lastCellCenterY = getCenterYForRow(lastCell.row);
943 final float hitCellCenterY = getCenterYForRow(hitCell.row);
1014 final float startY = getCenterYForRow(hitCell.row);
1036 private float getCenterYForRow(int row) { method in class:LockPatternView
1074 final float centerY = getCenterYForRow(currentCell.row);
1080 (getCenterYForRow(nextCel
[all...]

Completed in 80 milliseconds