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.java27 private float mHourGap; field in EventGeometry
35 mHourGap = gap; in setHourGap()
89 event.top += startHour * mHourGap; in computeEventRect()
93 event.bottom += endHour * mHourGap - 1; in computeEventRect()