Home
last modified time | relevance | path

Searched refs:getEditorId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterRepresentation.java68 representation.setEditorId(getEditorId()); in copyAllParameters()
196 final public int getEditorId() { in getEditorId() method in FilterRepresentation
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateAdapter.java59 && currentRep.getEditorId() != ImageOnlyEditor.ID) { in getView()
DStatePanelTrack.java273 if (representation.getEditorId() == ImageOnlyEditor.ID) { in onTouchEvent()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java302 if (representation.getEditorId() == ImageOnlyEditor.ID) { in loadEditorPanel()
684 mCurrentEditor = mEditorPlaceHolder.showEditor(representation.getEditorId()); in showRepresentation()