Home | History | Annotate | Download | only in month

Lines Matching refs:mEvents

112     protected List<ArrayList<Event>> mEvents = null;
282 int numDays = mEvents.size();
303 mEvents = sortedEvents;
312 mEvents = null;
721 if (mEvents == null) {
726 for (ArrayList<Event> eventDay : mEvents) {
1074 if (mShowDetailsInMonth && mEvents != null) {
1078 ArrayList<Event> events = mEvents.get(dayPosition);