Searched refs:getEditorFragment (Results 1 – 1 of 1) sorted by relevance
61 getEditorFragment().removePhoto(); in onRemovePictureChosen()70 getEditorFragment().updatePhoto(uri); in onPhotoSelected()142 .add(R.id.fragment_container, getEditorFragment(), TAG_COMPACT_EDITOR) in onCreate()160 fragmentTransaction.hide(getEditorFragment()).show(mPhotoSelectionFragment); in onCreate()163 fragmentTransaction.show(getEditorFragment()).hide(mPhotoSelectionFragment); in onCreate()232 .hide(getEditorFragment()) in showPhotoSelectionFragment()265 getEditorFragment().setPrimaryPhoto(photo); in onPhotoSelected()277 private CompactContactEditorFragment getEditorFragment() { in getEditorFragment() method in CompactContactEditorActivity