Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java63 public abstract class LabeledEditorView extends LinearLayout implements Editor, DialogShowingView { class
108 public LabeledEditorView(Context context) { in LabeledEditorView() method in LabeledEditorView
113 public LabeledEditorView(Context context, AttributeSet attrs) { in LabeledEditorView() method in LabeledEditorView
118 public LabeledEditorView(Context context, AttributeSet attrs, int defStyle) { in LabeledEditorView() method in LabeledEditorView
156 mListener.onDeleteRequested(LabeledEditorView.this); in onFinishInflate()
576 if (!LabeledEditorView.this.isEmpty()) { in getView()
578 } else if (LabeledEditorView.this.hasFocus()) { in getView()
DEventFieldEditorView.java48 public class EventFieldEditorView extends LabeledEditorView {
DTextFieldsEditorView.java51 public class TextFieldsEditorView extends LabeledEditorView {
DContactEditorFragment.java1659 LabeledEditorView nameEditor = rawContactEditor.getNameEditor(); in acquireAggregationSuggestions()