OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getphotoeditor
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
364
editor.
getPhotoEditor
().setEditorListener(null);
365
editor.
getPhotoEditor
().setShowPrimary(false);
372
editor.
getPhotoEditor
().setEditorListener(
374
editor.
getPhotoEditor
().setShowPrimary(showIsPrimaryOption);
487
rawContactEditor.
getPhotoEditor
().setSuperPrimary(false);
564
super(context, editor.
getPhotoEditor
().getChangeAnchorView(), photoMode, false, state);
592
onClick(mEditor.
getPhotoEditor
());
616
final PhotoEditorView photoEditor = editor.
getPhotoEditor
();
RawContactEditorView.java
102
View view =
getPhotoEditor
();
235
getPhotoEditor
().setEnabled(isEnabled());
287
getPhotoEditor
().setValues(kind, primary, state, false, vig);
BaseRawContactEditorView.java
127
public PhotoEditorView
getPhotoEditor
() {
RawContactReadOnlyEditorView.java
149
getPhotoEditor
().setValues(kind, primary, state, !type.areContactsWritable(), vig);
Completed in 1049 milliseconds