HomeSort by relevance Sort by last modified time
    Searched refs:mRulesEngine (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 125 private RulesEngine mRulesEngine;
230 mRulesEngine = rulesEngine;
323 if (mRulesEngine != null) {
324 mRulesEngine.dispose();
325 mRulesEngine = null;
349 return mRulesEngine;
354 mRulesEngine = rulesEngine;
408 it.add(new CanvasSelection(vi, mRulesEngine, mNodeFactory));
422 mRulesEngine.preloadAndroidView();
599 new CanvasSelection(newVi, mRulesEngine, mNodeFactory))
    [all...]
GraphicalEditorPart.java 166 private RulesEngine mRulesEngine;
287 mCanvasViewer = new LayoutCanvasViewer(mLayoutEditor, mRulesEngine, mSashError, SWT.NONE);
    [all...]

Completed in 313 milliseconds