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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java19 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>(); field in class:EditorPlaceHolder
32 mEditors.put(c.getID(), c);
36 if (mEditors.get(type) != null) {
43 Editor editor = mEditors.get(type);
89 return mEditors.get(editorId);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionView.java48 private ViewGroup mEditors; field in class:KindSectionView
73 if (mEditors != null) {
74 int childCount = mEditors.getChildCount();
76 mEditors.getChildAt(i).setEnabled(enabled);
100 mEditors = (ViewGroup) findViewById(R.id.kind_editors);
165 mEditors.removeAllViews();
185 * to the end of mEditors
191 view = mInflater.inflate(layoutResId, mEditors, false);
207 mEditors.addView(view);
264 mEditors
[all...]

Completed in 123 milliseconds