Home | History | Annotate | Download | only in widget

Lines Matching refs:centerY

897                 final float centerY = getCenterYForRow(currentCell.row);
903 (getCenterYForRow(nextCell.row) - centerY);
905 mInProgressY = centerY + dy;
926 //float centerY = mPaddingTop + i * mSquareHeight + (mSquareHeight / 2);
976 float centerY = getCenterYForRow(cell.row);
978 currentPath.moveTo(centerX, centerY);
980 currentPath.lineTo(centerX, centerY);