Lines Matching defs:event

27 import com.android.calendar.event.AttendeesView;
28 import com.android.calendar.event.EditEventActivity;
29 import com.android.calendar.event.EditEventHelper;
30 import com.android.calendar.event.EventViewUtils;
270 // Used to prevent saving changes in event if it is being deleted.
301 * with any additional values that were already associated with the event.
357 // The cursor is empty. This can happen if the event was
555 // If this is not a repeating event, then don't display the dialog
568 // This is a repeating event. We need to ask the user if they mean to
620 // restore event ID from bundle
698 * Initializes the event cursor, which is expected to point to the first
740 // 1) it doesn't make sense for event without other guests.
800 // Home button - close event info activity and start the main calendar
802 // Edit button - start the event edit activity and close the info
888 // This is a non-repeating event
893 // This is a repeating event
929 * Creates an exception to a recurring event. The only change we're making is to the
933 * @param eventId The recurring event.
1047 // If an all day event , show the date without the time
1070 // Show the event timezone if it is different from the local timezone after the time
1110 public boolean onTouch(View v, MotionEvent event) {
1112 return v.onTouchEvent(event);
1315 AccessibilityEvent event = AccessibilityEvent.obtain(AccessibilityEvent.TYPE_VIEW_FOCUSED);
1316 event.setClassName(getClass().getName());
1317 event.setPackageName(getActivity().getPackageName());
1318 List<CharSequence> text = event.getText();
1335 am.sendAccessibilityEvent(event);
1510 // a new event, we won't have a maxReminders value available.)
1562 // a) you can edit the event's containing calendar AND
1653 // Remove event deletion alert box since it is being rebuild in the OnResume
1689 public void handleEvent(EventInfo event) {
1690 if (event.eventType == EventType.EVENTS_CHANGED && mHandler != null) {
1745 // new event that aren't in the default set.
1753 // a new event, mCalendarAllowedReminders may not be set the first time we're called.
1786 // Update the "hasAlarm" field for the event