Home | History | Annotate | Download | only in am

Lines Matching refs:maxPoint

1984         final int maxPoint = currentPoint + changeSize;
2001 while (currentPoint < maxPoint) {
2002 maxChange = Math.min(stepSize, maxPoint - currentPoint);