Home
last modified time | relevance | path

Searched refs:BaseRawContactEditorView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java155 BaseRawContactEditorView editor = (BaseRawContactEditorView) mContent.getChildAt(i); in setGroupMetaData()
206 final BaseRawContactEditorView editor; in bindEditors()
208 editor = (BaseRawContactEditorView) inflater.inflate( in bindEditors()
331 if (childView instanceof BaseRawContactEditorView) { in updatedExpandedEditorsMap()
332 BaseRawContactEditorView childEditor = (BaseRawContactEditorView) childView; in updatedExpandedEditorsMap()
347 private void bindPhotoHandler(BaseRawContactEditorView editor, AccountType type, in bindPhotoHandler()
384 final RawContactDelta currentState, BaseRawContactEditorView editor) { in addAccountSwitcher()
470 BaseRawContactEditorView requestingEditor = getRawContactEditorView(rawContact); in setPhoto()
483 if (childView instanceof BaseRawContactEditorView in setPhoto()
485 final BaseRawContactEditorView rawContactEditor in setPhoto()
[all …]
DBaseRawContactEditorView.java50 public abstract class BaseRawContactEditorView extends LinearLayout { class
67 public BaseRawContactEditorView(Context context) { in BaseRawContactEditorView() method in BaseRawContactEditorView
71 public BaseRawContactEditorView(Context context, AttributeSet attrs) { in BaseRawContactEditorView() method in BaseRawContactEditorView
DRawContactReadOnlyEditorView.java54 public class RawContactReadOnlyEditorView extends BaseRawContactEditorView
DRawContactEditorView.java62 public class RawContactEditorView extends BaseRawContactEditorView {