Searched refs:mMinEventHeight (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DEventGeometry.java28 private float mMinEventHeight; field in class:EventGeometry
39 mMinEventHeight = height;
95 // Make the rectangle be at least mMinEventHeight pixels high
96 if (event.bottom < event.top + mMinEventHeight) {
97 event.bottom = event.top + mMinEventHeight;

Completed in 428 milliseconds