Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java47 private TextFieldsEditorView mPhoneticView; field in StructuredNameEditorView
105 if (mPhoneticView != null) { in updatePhonetic()
106 ViewGroup fields = (ViewGroup) mPhoneticView.findViewById(R.id.editors); in updatePhonetic()
127 if (mPhoneticView != null) { in getPhonetic()
128 ViewGroup fields = (ViewGroup) mPhoneticView.findViewById(R.id.editors); in getPhonetic()
146 mPhoneticView = phoneticNameEditor; in setPhoneticView()