Searched refs:getEditor (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorPanel.java52 mEditor = filterShowActivity.getEditor(mEditorID);
102 mEditor = activity.getEditor(mEditorID);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java88 public Editor getEditor(int editorId) { method in class:EditorPlaceHolder
H A DFilterShowActivity.java263 EditorInfo editorInfo = (EditorInfo) mEditorPlaceHolder.getEditor(editorId);
446 public Editor getEditor(int editorID) { method in class:FilterShowActivity
447 return mEditorPlaceHolder.getEditor(editorID);
/packages/apps/Calendar/src/com/android/calendar/
H A DGeneralPreferences.java173 final Editor editor = preferenceScreen.getEditor();

Completed in 106 milliseconds