Searched refs:lineY (Results 1 – 1 of 1) sorted by relevance
2472 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP) in doDraw() local2476 if (lineY >= mViewStartY && lineY < mViewStartY + mViewHeight - 2) { in doDraw()2477 drawCurrentTimeLine(r, day, lineY, canvas, p); in doDraw()2662 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP) in drawBgColors() local2664 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()2665 lineY = Math.max(lineY, mViewStartY); in drawBgColors()2668 r.top = lineY; in drawBgColors()2675 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP) in drawBgColors() local2677 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()2678 lineY = Math.max(lineY, mViewStartY); in drawBgColors()[all …]