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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java61 public abstract class LabeledEditorView extends LinearLayout implements Editor, DialogShowingView { class in inherits:LinearLayout,Editor,DialogShowingView
106 public LabeledEditorView(Context context) { method in class:LabeledEditorView
111 public LabeledEditorView(Context context, AttributeSet attrs) { method in class:LabeledEditorView
116 public LabeledEditorView(Context context, AttributeSet attrs, int defStyle) { method in class:LabeledEditorView
152 mListener.onDeleteRequested(LabeledEditorView.this);
180 ((ViewGroup) getParent()).removeView(LabeledEditorView.this);

Completed in 198 milliseconds