Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java419 final StructuredNameEditorView nameEditorView = getNameEditorView(); in getAggregationAnchorView() local
420 return nameEditorView != null ? nameEditorView.findViewById(R.id.anchor_view) : null; in getAggregationAnchorView()