Searched refs:mEditors (Results 1 – 2 of 2) sorted by relevance
162 private ViewGroup mEditors; field in KindSectionView176 if (mEditors != null) { in setEnabled()222 final View view = mEditors.getChildAt(i); in setGroupMetaData()251 || mEditors.getChildCount() == 0) { in getNameEditorView()303 mEditors.removeAllViews(); in rebuildFromState()352 mEditors.addView(nameView); in addNameEditorViews()370 mEditors.addView(nameView); in addNameEditorViews()391 mEditors.addView(phoneticNameView); in addNameEditorViews()406 mEditors.addView(view); in addGroupEditorView()422 mEditors.addView(view); in addNonNameEditorView()[all …]
35 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>(); field in EditorPlaceHolder47 mEditors.put(c.getID(), c); in addEditor()51 if (mEditors.get(type) != null) { in contains()58 Editor editor = mEditors.get(type); in showEditor()95 return mEditors.get(editorId); in getEditor()