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 100 private final RulesEngine mRulesEngine;
104 mRulesEngine = rulesEngine;
120 return mRulesEngine.loadRule(fqcn, fqcn);
170 return mRulesEngine.getEditor().getCanvasControl().getInsets(fqcn);
182 IAndroidTarget target = currentSdk.getTarget(mRulesEngine.getEditor().getProject());
197 GraphicalEditorPart graphicalEditor = mRulesEngine.getEditor();
230 GraphicalEditorPart graphicalEditor = mRulesEngine.getEditor();
272 AndroidXmlEditor editor = mRulesEngine.getEditor().getLayoutEditor();
291 AndroidXmlEditor editor = mRulesEngine.getEditor().getLayoutEditor();
297 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 86 protected IClientRulesEngine mRulesEngine;
94 this.mRulesEngine = engine;
121 return mRulesEngine;
199 IValidator validator = mRulesEngine.getResourceValidator();
200 String newId = mRulesEngine.displayInput("New Id:", oldId, validator);
242 v = mRulesEngine.displayResourceInput(resourceTypeName, oldValue);
322 return mRulesEngine.displayReferenceInput(oldValue);
333 return mRulesEngine.displayResourceInput(format.name(), oldValue);
339 return mRulesEngine.displayInput(message, oldValue, null);
352 String value = mRulesEngine.displayInput
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 127 private RulesEngine mRulesEngine;
233 mRulesEngine = rulesEngine;
354 if (mRulesEngine != null) {
355 mRulesEngine.dispose();
356 mRulesEngine = null;
409 return mRulesEngine;
414 mRulesEngine = rulesEngine;
755 mSelectionOverlay.paint(mSelectionManager, mGCWrapper, gc, mRulesEngine);
    [all...]
GraphicalEditorPart.java 222 private RulesEngine mRulesEngine;
351 mCanvasViewer = new LayoutCanvasViewer(mLayoutEditor, mRulesEngine, mSashError, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 129 private final IClientRulesEngine mRulesEngine;
153 mRulesEngine = rulesEngine;
656 IViewMetadata metadata = mRulesEngine.getMetadata(view.node.getFqcn());
723 mRulesEngine.select(Collections.singletonList(newView));
    [all...]

Completed in 417 milliseconds