Searched defs:mCurrentEditor (Results 1 - 1 of 1) sorted by relevance

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

Completed in 30 milliseconds