Searched refs:BaseRawContactEditorView (Results 1 – 4 of 4) sorted by relevance
183 BaseRawContactEditorView editor = (BaseRawContactEditorView) mContent.getChildAt(i); in setGroupMetaData()222 final BaseRawContactEditorView editor; in bindEditors()224 editor = (BaseRawContactEditorView) inflater.inflate( in bindEditors()400 if (childView instanceof BaseRawContactEditorView) { in updatedExpandedEditorsMap()401 BaseRawContactEditorView childEditor = (BaseRawContactEditorView) childView; in updatedExpandedEditorsMap()416 private void bindPhotoHandler(BaseRawContactEditorView editor, AccountType type, in bindPhotoHandler()450 final RawContactDelta currentState, BaseRawContactEditorView editor) { in addAccountSwitcher()544 BaseRawContactEditorView requestingEditor = getRawContactEditorView(rawContact); in setPhoto()557 if (childView instanceof BaseRawContactEditorView in setPhoto()559 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
61 public class RawContactEditorView extends BaseRawContactEditorView {