Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventGeometry.kt24 private var mHourGap = 0f variable in com.android.calendar.EventGeometry
31 mHourGap = gap in setHourGap()
79 event.top += startHour * mHourGap in computeEventRect()
82 event.bottom += endHour * mHourGap - 1 in computeEventRect()