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.java146 private Editor mCurrentEditor = null; field in FilterShowActivity
683 if (mCurrentEditor != null) { in showRepresentation()
684 mCurrentEditor.detach(); in showRepresentation()
686 mCurrentEditor = mEditorPlaceHolder.showEditor(representation.getEditorId()); in showRepresentation()
687 loadEditorPanel(representation, mCurrentEditor); in showRepresentation()