Home
last modified time | relevance | path

Searched defs:model (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
DPresenter.java34 public Presenter(Context context, ViewInterface view, Model model) { in Presenter()
54 public void setModel(Model model) { in setModel()
DMmsThumbnailPresenter.java37 public MmsThumbnailPresenter(Context context, ViewInterface view, Model model) { in MmsThumbnailPresenter()
101 public void onModelChanged(Model model, boolean dataChanged) { in onModelChanged()
DSlideshowPresenter.java58 public SlideshowPresenter(Context context, ViewInterface view, Model model) { in SlideshowPresenter()
123 protected void presentSlide(SlideViewInterface view, SlideModel model) { in presentSlide()
269 public void onModelChanged(final Model model, final boolean dataChanged) { in onModelChanged()
DPresenterFactory.java36 ViewInterface view, Model model) { in getPresenter()
DSlideshowEditor.java45 public SlideshowEditor(Context context, SlideshowModel model) { in SlideshowEditor()
50 public void setSlideshow(SlideshowModel model) { in setSlideshow()
DSlideshowActivity.java164 final SlideshowModel model; in onCreate() local
DMessageUtils.java405 public static int getAttachmentType(SlideshowModel model) { in getAttachmentType()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java222 public EditEventHelper(Context context, CalendarEventModel model) { in EditEventHelper()
235 public boolean saveEvent(CalendarEventModel model, CalendarEventModel originalModel, in saveEvent()
594 void checkTimeDependentFields(CalendarEventModel originalModel, CalendarEventModel model, in checkTimeDependentFields()
764 public static boolean isSameEvent(CalendarEventModel model, CalendarEventModel originalModel) { in isSameEvent()
869 static boolean isFirstEventInSeries(CalendarEventModel model, in isFirstEventInSeries()
875 void addRecurrenceRule(ContentValues values, CalendarEventModel model) { in addRecurrenceRule()
918 static void updateRecurrenceRule(int selection, CalendarEventModel model, in updateRecurrenceRule()
1008 public static void setModelFromCursor(CalendarEventModel model, Cursor cursor) { in setModelFromCursor()
1072 public static boolean setModelFromCalendarCursor(CalendarEventModel model, Cursor cursor) { in setModelFromCalendarCursor()
1112 public static boolean canModifyEvent(CalendarEventModel model) { in canModifyEvent()
[all …]
DEditEventView.java1090 CalendarEventModel model = mModel; in prepareReminders() local
1151 public void setModel(CalendarEventModel model) { in setModel()
/packages/apps/Mms/src/com/android/mms/model/
DIModelChangedObserver.java21 void onModelChanged(Model model, boolean dataChanged); in onModelChanged()
DSmilHelper.java91 public static SMILDocument getDocument(SlideshowModel model) { in getDocument()
DSlideshowModel.java597 public void onModelChanged(Model model, boolean dataChanged) { in onModelChanged()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java167 GalleryActionBar model, int id, boolean applied, boolean updateTitle) { in setMenuItemApplied()
171 …private static void setMenuItemAppliedEnabled(GalleryActionBar model, int id, boolean applied, boo… in setMenuItemAppliedEnabled()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMtpDeviceSet.java100 String model = info.getModel().trim(); in getDeviceName() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSlotRenderer.java78 public void setModel(AlbumDataLoader model) { in setModel()
DAlbumSetSlotRenderer.java95 public void setModel(AlbumSetDataLoader model) { in setModel()
DTileImageView.java167 public void setModel(Model model) { in setModel()
DPhotoView.java313 public void setModel(Model model) { in setModel()
/packages/apps/Calendar/src/com/android/calendar/
DDeleteEventHelper.java257 public void delete(long begin, long end, CalendarEventModel model, int which) { in delete()
/packages/apps/Email/src/com/android/email/mail/store/
DImapStore.java247 String codeName, String model, String id, String vendor, String networkOperator) { in makeCommonImapId()
/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java1476 CalendarEventModel model = new CalendarEventModel(); in buildTestModel() local