Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DEditorPlaceHolder.java94 public Editor getEditor(int editorId) { in getEditor() argument
95 return mEditors.get(editorId); in getEditor()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterRepresentation.java205 public void setEditorId(int editorId) { in setEditorId() argument
206 mEditorId = editorId; in setEditorId()