Searched refs:mCurrentEditor (Results 1 – 1 of 1) sorted by relevance
146 private Editor mCurrentEditor = null; field in FilterShowActivity683 if (mCurrentEditor != null) { in showRepresentation()684 mCurrentEditor.detach(); in showRepresentation()686 mCurrentEditor = mEditorPlaceHolder.showEditor(representation.getEditorId()); in showRepresentation()687 loadEditorPanel(representation, mCurrentEditor); in showRepresentation()