Searched refs:LabeledEditorView (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java64 public abstract class LabeledEditorView extends LinearLayout implements Editor, DialogShowingView { class in inherits:LinearLayout,Editor,DialogShowingView
109 public LabeledEditorView(Context context) { method in class:LabeledEditorView
114 public LabeledEditorView(Context context, AttributeSet attrs) { method in class:LabeledEditorView
119 public LabeledEditorView(Context context, AttributeSet attrs, int defStyle) { method in class:LabeledEditorView
157 mListener.onDeleteRequested(LabeledEditorView.this);
H A DEventFieldEditorView.java48 public class EventFieldEditorView extends LabeledEditorView {
H A DTextFieldsEditorView.java51 public class TextFieldsEditorView extends LabeledEditorView {
H A DContactEditorFragment.java1609 LabeledEditorView nameEditor = rawContactEditor.getNameEditor();

Completed in 56 milliseconds