Searched refs:BaseRawContactEditorView (Results 1 – 4 of 4) sorted by relevance
155 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 …]
50 public abstract class BaseRawContactEditorView extends LinearLayout { class67 public BaseRawContactEditorView(Context context) { in BaseRawContactEditorView() method in BaseRawContactEditorView71 public BaseRawContactEditorView(Context context, AttributeSet attrs) { in BaseRawContactEditorView() method in BaseRawContactEditorView
54 public class RawContactReadOnlyEditorView extends BaseRawContactEditorView
62 public class RawContactEditorView extends BaseRawContactEditorView {