Home
last modified time | relevance | path

Searched refs:getEventColor (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventFragment.java398 mModel.getEventColor(), mModel.getCalendarColor(), mView.mIsMultipane);
402 mColorPickerDialog.setColors(colors, mModel.getEventColor());
985 if (!mModel.isEventColorInitialized() || mModel.getEventColor() != color) { in onColorSelected()
DEditEventHelper.java1293 if (model.getEventColor() == model.getCalendarColor()) { in getContentValuesFromModel()
DEditEventView.java1213 updateHeadlineColor(model, model.getEventColor()); in setModel()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteraction.java177 public Integer getEventColor() { in getEventColor() method in CalendarInteraction
/packages/apps/Calendar/src/com/android/calendar/
DCalendarEventModel.java916 public int getEventColor() { in getEventColor() method in CalendarEventModel