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.kt1806 val lineY: Int = in doDraw() constant
1811 if (lineY >= mViewStartY && lineY < mViewStartY + mViewHeight - 2) { in doDraw()
1812 drawCurrentTimeLine(r, day, lineY, canvas, p) in doDraw()
1947 var lineY: Int = in drawBgColors() variable
1950 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()
1951 lineY = Math.max(lineY, mViewStartY) in drawBgColors()
1954 r.top = lineY in drawBgColors()
1961 var lineY: Int = in drawBgColors() variable
1964 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()
1965 lineY = Math.max(lineY, mViewStartY) in drawBgColors()
[all …]