Home | History | Annotate | Download | only in editors

Lines Matching defs:mEditor

41     private Editor mEditor;
52 mEditor = filterShowActivity.getEditor(mEditorID);
93 mEditor = activity.getEditor(mEditorID);
94 if (mEditor != null) {
95 mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState);
96 mEditor.reflectCurrentFilter();
97 if (mEditor.useUtilityPanel()) {
98 mEditor.openUtilityPanel((LinearLayout) actionControl);
105 mEditor.finalApplyCalled();
116 if (mEditor != null) {
117 mEditor.detach();