Home | History | Annotate | Download | only in calendar

Lines Matching defs:lineY

2472                 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP)
2476 lineY >= mViewStartY && lineY < mViewStartY + mViewHeight - 2) {
2477 drawCurrentTimeLine(r, day, lineY, canvas, p);
2662 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP)
2664 if (lineY < mViewStartY + mViewHeight) {
2665 lineY = Math.max(lineY, mViewStartY);
2668 r.top = lineY;
2675 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP)
2677 if (lineY < mViewStartY + mViewHeight) {
2678 lineY = Math.max(lineY, mViewStartY);
2681 r.top = lineY;