HomeSort by relevance Sort by last modified time
    Searched refs:mEditors (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
EditorPlaceHolder.java 19 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>();
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/
KindSectionView.java 48 private ViewGroup mEditors;
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.removeView(emptyEditorView)
    [all...]

Completed in 131 milliseconds