Home | History | Annotate | Download | only in calendar

Lines Matching refs:lineY

2354                 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP)
2358 if (lineY >= mViewStartY && lineY < mViewStartY + mViewHeight - 2) {
2359 drawCurrentTimeLine(r, day, lineY, canvas, p);
2543 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP)
2545 if (lineY < mViewStartY + mViewHeight) {
2546 lineY = Math.max(lineY, mViewStartY);
2549 r.top = lineY;
2556 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP)
2558 if (lineY < mViewStartY + mViewHeight) {
2559 lineY = Math.max(lineY, mViewStartY);
2562 r.top = lineY;