Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java148 private Editor mCurrentEditor = null; field in FilterShowActivity
685 if (mCurrentEditor != null) { in showRepresentation()
686 mCurrentEditor.detach(); in showRepresentation()
688 mCurrentEditor = mEditorPlaceHolder.showEditor(representation.getEditorId()); in showRepresentation()
689 loadEditorPanel(representation, mCurrentEditor); in showRepresentation()