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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoEditorView.java39 public class PhotoEditorView extends RelativeLayout implements View.OnClickListener { class in inherits:RelativeLayout,View.OnClickListener
67 public PhotoEditorView(Context context) { method in class:PhotoEditorView
71 public PhotoEditorView(Context context, AttributeSet attrs) { method in class:PhotoEditorView
H A DRawContactEditorView.java219 private PhotoEditorView mPhotoView;
260 mPhotoView = (PhotoEditorView) findViewById(R.id.photo_editor);
305 * Pass through to {@link PhotoEditorView#setListener}.
307 public void setPhotoListener(PhotoEditorView.Listener listener) {
320 * Pass through to {@link PhotoEditorView#setFullSizedPhoto(Uri)}.
370 * Pass through to {@link PhotoEditorView#isWritablePhotoSet}.
H A DContactEditorFragment.java113 RawContactEditorView.Listener, PhotoEditorView.Listener,

Completed in 62 milliseconds