Searched refs:PhotoHandler (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | CompactContactEditorFragment.java | 58 final class PhotoHandler extends PhotoSelectionHandler implements View.OnClickListener { class in CompactContactEditorFragment 112 public PhotoHandler(Context context, int photoMode, RawContactDeltaList state) { in PhotoHandler() method in CompactContactEditorFragment.PhotoHandler 141 private PhotoHandler mPhotoHandler; 269 private PhotoHandler createPhotoHandler() { in createPhotoHandler() 270 return new PhotoHandler(getActivity(), getPhotoMode(), mState); in createPhotoHandler()
|
D | ContactEditorFragment.java | 85 private PhotoHandler mCurrentPhotoHandler; 437 final PhotoHandler photoHandler = new PhotoHandler(mContext, editor, mode, state); in bindPhotoHandler() 439 (PhotoHandler.PhotoEditorListener) photoHandler.getListener()); in bindPhotoHandler() 636 private final class PhotoHandler extends PhotoSelectionHandler { class in ContactEditorFragment 642 public PhotoHandler(Context context, BaseRawContactEditorView editor, int photoMode, in PhotoHandler() method in ContactEditorFragment.PhotoHandler
|
D | CompactPhotoEditorView.java | 29 import com.android.contacts.editor.CompactContactEditorFragment.PhotoHandler; 61 private PhotoHandler mPhotoHandler; 218 public void setPhotoHandler(PhotoHandler photoHandler) { in setPhotoHandler()
|
D | CompactRawContactsEditorView.java | 30 import com.android.contacts.editor.CompactContactEditorFragment.PhotoHandler; 220 public void setPhotoHandler(PhotoHandler photoHandler) { in setPhotoHandler()
|