summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/EventGeometry.java
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-07-27 13:23:47 -0700
committerMichael Chan <mchan@android.com>2010-07-27 13:23:47 -0700
commitd190418220467c02327dd9b3ae1eae238889720b (patch)
tree1377f729ed7b9dd8067feef4ef3ccc516c55c139 /src/com/android/calendar/EventGeometry.java
parent4484b04707d5570a6de4a5a4b228a9bb273bbab7 (diff)
downloadandroid_packages_apps_Calendar-d190418220467c02327dd9b3ae1eae238889720b.tar.gz
android_packages_apps_Calendar-d190418220467c02327dd9b3ae1eae238889720b.tar.bz2
android_packages_apps_Calendar-d190418220467c02327dd9b3ae1eae238889720b.zip
Rename CalendarView to DayView
Change-Id: I853131757d57fd1144a193d85c203c5f6aadab1f
Diffstat (limited to 'src/com/android/calendar/EventGeometry.java')
-rw-r--r--src/com/android/calendar/EventGeometry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/calendar/EventGeometry.java b/src/com/android/calendar/EventGeometry.java
index 037195be..d5cb2458 100644
--- a/src/com/android/calendar/EventGeometry.java
+++ b/src/com/android/calendar/EventGeometry.java
@@ -70,7 +70,7 @@ public class EventGeometry {
// If the event ends on a future day, then show it extending to
// the end of this day.
if (endDay > date) {
- endTime = CalendarView.MINUTES_PER_DAY;
+ endTime = DayView.MINUTES_PER_DAY;
}
int col = event.getColumn();