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

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java117 public class EventInfoFragment extends DialogFragment implements OnCheckedChangeListener, class in inherits:DialogFragment,OnCheckedChangeListener,CalendarController.EventHandler,OnClickListener,DeleteEventHelper.DeleteNotifyListener,OnColorSelectedListener
123 public static final String TAG = "EventInfoFragment";
642 public EventInfoFragment(Context context, Uri uri, long startMillis, long endMillis, method in class:EventInfoFragment
675 public EventInfoFragment() { method in class:EventInfoFragment
678 public EventInfoFragment(Context context, long eventId, long startMillis, long endMillis, method in class:EventInfoFragment
974 mDeleteHelper.setDeleteNotificationListener(EventInfoFragment.this);
993 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) {
1033 if (EventInfoFragment.this.mIsPaused) {
1037 if (EventInfoFragment.this.isVisible()) {
1038 EventInfoFragment
[all...]

Completed in 139 milliseconds