Searched refs:PhotoEditorView (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DBaseRawContactEditorView.java48 private PhotoEditorView mPhoto;
71 mPhoto = (PhotoEditorView)findViewById(R.id.edit_photo);
79 * Assign the given {@link Bitmap} to the internal {@link PhotoEditorView}
93 * which means that {@link PhotoEditorView} is enabled.
100 * Return true if internal {@link PhotoEditorView} has a {@link Photo} set.
106 public PhotoEditorView getPhotoEditor() {
H A DPhotoEditorView.java38 public class PhotoEditorView extends LinearLayout implements Editor { class in inherits:LinearLayout,Editor
50 public PhotoEditorView(Context context) { method in class:PhotoEditorView
54 public PhotoEditorView(Context context, AttributeSet attrs) { method in class:PhotoEditorView
H A DContactEditorFragment.java1927 final PhotoEditorView photoEditor = editor.getPhotoEditor();

Completed in 850 milliseconds