Home
last modified time | relevance | path

Searched defs:editorID (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterPointRepresentation.java25 public FilterPointRepresentation(String type, int textid, int editorID) { in FilterPointRepresentation()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java690 public Editor getEditor(int editorID) { in getEditor()