Searched refs:hasPhotoEditor (Results 1 – 2 of 2) sorted by relevance
116 protected void setHasPhotoEditor(boolean hasPhotoEditor) { in setHasPhotoEditor() argument117 mPhoto.setVisibility(hasPhotoEditor ? View.VISIBLE : View.GONE); in setHasPhotoEditor()
146 boolean hasPhotoEditor = type.getKindForMimetype(Photo.CONTENT_ITEM_TYPE) != null; in setState()147 setHasPhotoEditor(hasPhotoEditor); in setState()