Searched refs:mPhoneticView (Results 1 – 1 of 1) sorted by relevance
47 private TextFieldsEditorView mPhoneticView; field in StructuredNameEditorView105 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()