Searched defs:mLastPopupEventID (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java138 private long mLastPopupEventID; field in class:DayView
758 mLastPopupEventID = INVALID_EVENT_ID;
1353 if (mSelectedEvent != null && mLastPopupEventID != mSelectedEvent.id) {
1403 mLastPopupEventID = INVALID_EVENT_ID;
1542 mLastPopupEventID = INVALID_EVENT_ID;
1563 mLastPopupEventID = INVALID_EVENT_ID;
1574 mLastPopupEventID = INVALID_EVENT_ID;
1585 mLastPopupEventID = INVALID_EVENT_ID;
1601 mLastPopupEventID = INVALID_EVENT_ID;
3634 if (mLastPopupEventID
[all...]

Completed in 38 milliseconds