Home
last modified time | relevance | path

Searched refs:KindSectionView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java57 public class KindSectionView extends LinearLayout implements EditorListener { class
71 public KindSectionView(Context context) { in KindSectionView() method in KindSectionView
75 public KindSectionView(Context context, AttributeSet attrs) { in KindSectionView() method in KindSectionView
DRawContactEditorView.java301 final KindSectionView section = (KindSectionView)mInflater.inflate( in setState()