Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt454 val gridLineColor: Int = mResources.getColor(R.color.calendar_grid_line_highlight_color) in init() constant
456 p.setColor(gridLineColor) in init()