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/filters/
DFilterPointRepresentation.java25 public FilterPointRepresentation(String type, int textid, int editorID) { in FilterPointRepresentation() argument
30 setEditorId(editorID); in FilterPointRepresentation()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java692 public Editor getEditor(int editorID) { in getEditor() argument
693 return mEditorPlaceHolder.getEditor(editorID); in getEditor()