Searched refs:getCenterYForRow (Results 1 – 1 of 1) sorted by relevance
458 mInProgressY = getCenterYForRow(first.getRow()); in setDisplayMode()522 getCenterYForRow(cellState.row) + startTranslationY); in startCellStateAnimationHw()530 getCenterYForRow(cellState.row) + endTranslationY, delay, duration, interpolator); in startCellStateAnimationHw()791 getCenterXForColumn(cell.column), getCenterYForRow(cell.row)); in startCellActivatedAnimation()986 float lastCellCenterY = getCenterYForRow(lastCell.row); in handleActionMove()999 final float hitCellCenterY = getCenterYForRow(hitCell.row); in handleActionMove()1075 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()1097 private float getCenterYForRow(int row) { in getCenterYForRow() method1135 final float centerY = getCenterYForRow(currentCell.row); in onDraw()1141 (getCenterYForRow(nextCell.row) - centerY); in onDraw()[all …]