Searched defs:editorId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java88 public Editor getEditor(int editorId) { argument
89 return mEditors.get(editorId);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterRepresentation.java212 public void setEditorId(int editorId) { argument
213 mEditorId = editorId;

Completed in 506 milliseconds