Home
last modified time | relevance | path

Searched refs:PhotoActionPopup (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java40 import com.android.contacts.editor.PhotoActionPopup;
103 mPopup = PhotoActionPopup.createPopupMenu( in onClick()
342 public abstract class PhotoActionListener implements PhotoActionPopup.Listener {
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoSourceDialogFragment.java30 import com.android.contacts.editor.PhotoActionPopup.ChoiceListItem;
68 PhotoActionPopup.getChoices(getActivity(), photoMode); in onCreateDialog()
DPhotoActionPopup.java36 public class PhotoActionPopup { class
DContactEditorFragment.java1739 return getContent().isWritablePhotoSet() ? PhotoActionPopup.Modes.WRITE_ABLE_PHOTO in getPhotoMode()
1740 : PhotoActionPopup.Modes.NO_PHOTO; in getPhotoMode()