Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java64 public abstract class LabeledEditorView extends LinearLayout implements Editor, DialogShowingView { class
110 public LabeledEditorView(Context context) { in LabeledEditorView() method in LabeledEditorView
115 public LabeledEditorView(Context context, AttributeSet attrs) { in LabeledEditorView() method in LabeledEditorView
120 public LabeledEditorView(Context context, AttributeSet attrs, int defStyle) { in LabeledEditorView() method in LabeledEditorView
163 mListener.onDeleteRequested(LabeledEditorView.this); in onFinishInflate()
608 if (!LabeledEditorView.this.isEmpty()) { in getView()
DEventFieldEditorView.java49 public class EventFieldEditorView extends LabeledEditorView {
DTextFieldsEditorView.java56 public class TextFieldsEditorView extends LabeledEditorView {