Home
last modified time | relevance | path

Searched refs:lineY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java2472 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP) in doDraw() local
2476 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() local
2664 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() local
2677 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()
2678 lineY = Math.max(lineY, mViewStartY); in drawBgColors()
[all …]