Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java67 private ViewGroup mEditors; field in KindSectionView
100 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 …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DEditorPlaceHolder.java19 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>(); field in EditorPlaceHolder
31 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()