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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 104 private final RulesEngine mRulesEngine;
108 mRulesEngine = rulesEngine;
127 return mRulesEngine.loadRule(fqcn, fqcn);
184 return mRulesEngine.getEditor().getCanvasControl().getInsets(fqcn);
198 IAndroidTarget target = currentSdk.getTarget(mRulesEngine.getEditor().getProject());
217 GraphicalEditorPart graphicalEditor = mRulesEngine.getEditor();
252 GraphicalEditorPart graphicalEditor = mRulesEngine.getEditor();
259 GraphicalEditorPart editor = mRulesEngine.getEditor();
279 AndroidXmlEditor editor = mRulesEngine.getEditor().getEditorDelegate().getEditor();
286 LayoutCanvas layoutCanvas = mRulesEngine.getEditor().getCanvasControl()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 222 protected IClientRulesEngine mRulesEngine;
231 mRulesEngine = rulesEngine;
600 int dp = mRulesEngine.pxToDp(margin);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 87 protected IClientRulesEngine mRulesEngine;
96 this.mRulesEngine = engine;
114 return mRulesEngine;
194 IValidator validator = mRulesEngine.getResourceValidator();
195 String newId = mRulesEngine.displayInput("New Id:", oldId, validator);
238 v = mRulesEngine.displayResourceInput(resourceTypeName, oldValue);
244 v = mRulesEngine.displayFragmentSourceInput();
322 return mRulesEngine.displayReferenceInput(oldValue);
333 return mRulesEngine.displayResourceInput(format.name(), oldValue);
339 return mRulesEngine.displayInput(message, oldValue, null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 126 private RulesEngine mRulesEngine;
232 mRulesEngine = rulesEngine;
377 if (mRulesEngine != null) {
378 mRulesEngine.dispose();
379 mRulesEngine = null;
432 return mRulesEngine;
437 mRulesEngine = rulesEngine;
783 mSelectionOverlay.paint(mSelectionManager, mGCWrapper, gc, mRulesEngine);
    [all...]
GraphicalEditorPart.java 246 private RulesEngine mRulesEngine;
402 mCanvasViewer = new LayoutCanvasViewer(mEditorDelegate, mRulesEngine, mSashError, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 138 private final IClientRulesEngine mRulesEngine;
165 mRulesEngine = rulesEngine;
333 mNamespace = mRulesEngine.getAppNameSpace();
718 IViewMetadata metadata = mRulesEngine.getMetadata(view.node.getFqcn());
787 mRulesEngine.select(Collections.singletonList(newView));
    [all...]

Completed in 215 milliseconds