OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPhotoEditor
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java
86
protected void setHasPhotoEditor(boolean
hasPhotoEditor
) {
87
mHasPhotoEditor =
hasPhotoEditor
;
88
mPhoto.setVisibility(
hasPhotoEditor
? View.VISIBLE : View.GONE);
95
public boolean
hasPhotoEditor
() {
RawContactReadOnlyEditorView.java
172
boolean
hasPhotoEditor
= type.getKindForMimetype(Photo.CONTENT_ITEM_TYPE) != null;
173
setHasPhotoEditor(
hasPhotoEditor
);
Completed in 130 milliseconds