Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.kt69 protected var mEventOutlines: FloatRef = FloatRef(10 * 4 * 4 * 7)
170 inner class FloatRef(size: Int) { class
684 protected fun addChipOutline(lines: FloatRef, count: Int, x: Int, y: Int): Int { in addChipOutline()