Home | History | Annotate | Download | only in widget

Lines Matching defs:stopX

1455             float stopX;
1458 stopX = mShowWeekNumber ? mWidth - mWidth / mNumCells : mWidth;
1461 stopX = mWidth;
1463 canvas.drawLine(startX, 0, stopX, 0, mDrawPaint);