Home
last modified time | relevance | path

Searched refs:mPhotoHandler (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactContactEditorFragment.java96 mPhotoHandler = createPhotoHandler(); in onPhotoSelected()
141 private PhotoHandler mPhotoHandler; field in CompactContactEditorFragment
177 if (mPhotoHandler != null in onActivityResult()
178 && mPhotoHandler.handlePhotoActivityResult(requestCode, resultCode, data)) { in onActivityResult()
218 mPhotoHandler = createPhotoHandler(); in bindEditors()
236 editorView.setPhotoHandler(mPhotoHandler); in bindEditors()
332 if (mPhotoHandler != null) { in onRemovePictureChosen()
333 mPhotoHandler.getListener().onRemovePictureChosen(); in onRemovePictureChosen()
339 if (mPhotoHandler != null) { in onTakePhotoChosen()
340 mPhotoHandler.getListener().onTakePhotoChosen(); in onTakePhotoChosen()
[all …]
DCompactPhotoEditorView.java61 private PhotoHandler mPhotoHandler; field in CompactPhotoEditorView
219 mPhotoHandler = photoHandler; in setPhotoHandler()
308 if (mPhotoHandler != null) { in onClick()
309 mPhotoHandler.onClick(view); in onClick()