Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java495 mInProgressY = getCenterYForRow(first.getRow()); in setDisplayMode()
559 getCenterYForRow(cellState.row) + startTranslationY); in startCellStateAnimationHw()
567 getCenterYForRow(cellState.row) + endTranslationY, delay, duration, interpolator); in startCellStateAnimationHw()
899 getCenterXForColumn(cell.column), getCenterYForRow(cell.row))); in startCellActivationAnimation()
1019 float centerY = getCenterYForRow(row); in detectCellHit()
1134 float lastCellCenterY = getCenterYForRow(lastCell.row); in handleActionMove()
1147 final float hitCellCenterY = getCenterYForRow(hitCell.row); in handleActionMove()
1234 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()
1270 private float getCenterYForRow(int row) { in getCenterYForRow() method
1308 final float centerY = getCenterYForRow(currentCell.row); in onDraw()
[all …]