Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java910 final int maxGridLines = (24 + 1) // max horizontal lines we might draw in init() local
912 mLines = new float[maxGridLines * 4]; in init()