Searched refs:mEditors (Results 1 – 2 of 2) sorted by relevance
67 private ViewGroup mEditors; field in KindSectionView100 if (mEditors != null) { in setEnabled()101 int childCount = mEditors.getChildCount(); in setEnabled()103 mEditors.getChildAt(i).setEnabled(enabled); in setEnabled()122 mEditors = (ViewGroup) findViewById(R.id.kind_editors); in onFinishInflate()217 mEditors.removeAllViews(); in rebuildFromState()243 view = mInflater.inflate(layoutResId, mEditors, false); in createEditorView()263 mEditors.addView(view); in createEditorView()301 mEditors.removeView(emptyEditorView); in updateEmptyEditors()332 for (int i = 0; i < mEditors.getChildCount(); i++) { in getEmptyEditors()[all …]
19 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>(); field in EditorPlaceHolder31 mEditors.put(c.getID(), c); in addEditor()35 if (mEditors.get(type) != null) { in contains()42 Editor editor = mEditors.get(type); in showEditor()79 return mEditors.get(editorId); in getEditor()