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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ResizeState.java 113 return String.format(VALUE_N_DP, mRule.mRulesEngine.pxToDp(bounds.w));
128 return String.format(VALUE_N_DP, mRule.mRulesEngine.pxToDp(bounds.h));
FragmentRule.java 35 String fqcn = mRulesEngine.displayFragmentSourceInput();
ImageButtonRule.java 39 String src = mRulesEngine.displayResourceInput("drawable", ""); //$NON-NLS-1$ //$NON-NLS-2$
ImageViewRule.java 39 String src = mRulesEngine.displayResourceInput("drawable", ""); //$NON-NLS-1$ //$NON-NLS-2$
IncludeRule.java 34 String include = mRulesEngine.displayIncludeSourceInput();
ViewTagRule.java 35 String fqcn = mRulesEngine.displayCustomViewClassInput();
AbsoluteLayoutRule.java 232 mRulesEngine.pxToDp(newBounds.x - node.getParent().getBounds().x)));
237 mRulesEngine.pxToDp(newBounds.y - node.getParent().getBounds().y)));
250 mRulesEngine.pxToDp(newBounds.x - parentBounds.x),
251 mRulesEngine.pxToDp(newBounds.y - parentBounds.y),
TableRowRule.java 66 TableLayoutRule.addTableLayoutActions(mRulesEngine, actions, grandParent,
BaseViewRule.java 88 protected IClientRulesEngine mRulesEngine;
97 mRulesEngine = engine;
115 return mRulesEngine;
193 if (!mRulesEngine.rename(node)) {
228 v = mRulesEngine.displayResourceInput(resourceTypeName, oldValue);
234 v = mRulesEngine.displayFragmentSourceInput();
312 return mRulesEngine.displayReferenceInput(oldValue);
323 return mRulesEngine.displayResourceInput(format.name(), oldValue);
329 return mRulesEngine.displayInput(message, oldValue, null);
342 String value = mRulesEngine.displayInput
    [all...]
GridLayoutRule.java 194 mRulesEngine.redraw();
198 mRulesEngine.redraw();
202 mRulesEngine.redraw();
206 mRulesEngine.layout();
210 GridModel grid = GridModel.get(mRulesEngine, parentNode, null);
356 IViewMetadata metadata = mRulesEngine.getMetadata(fqcn);
376 namespace = mRulesEngine.getAppNameSpace();
419 GridModel grid = GridModel.get(mRulesEngine, parent, null);
453 grid = GridModel.get(mRulesEngine, resizeState.layout, resizeState.layoutView);
582 return mRulesEngine.screenToLayout(NEW_CELL_WIDTH / 2)
    [all...]
TableLayoutRule.java 88 mRulesEngine.select(Collections.singletonList(newRow));
100 addTableLayoutActions(mRulesEngine, actions, parentNode, children);
RelativeLayoutRule.java 152 return new DropFeedback(new MoveHandler(targetNode, elements, mRulesEngine),
270 ResizeHandler state = new ResizeHandler(parent, child, mRulesEngine,
338 mRulesEngine.redraw();
344 mRulesEngine.redraw();
348 mRulesEngine.redraw();
FrameLayoutRule.java 183 IViewMetadata metadata = mRulesEngine.getMetadata(fqcn);
LinearLayoutRule.java 188 weight = mRulesEngine.displayInput("Enter Weight Value:", weight,
573 IViewMetadata metadata = mRulesEngine.getMetadata(fqcn);
788 unweightedSizes = mRulesEngine.measureChildren(layout,
    [all...]
BaseLayoutRule.java 132 String[] margins = mRulesEngine.displayMarginInput(all, left,
628 Map<INode, Rect> sizes = mRulesEngine.measureChildren(parent,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 126 private final RulesEngine mRulesEngine;
130 mRulesEngine = rulesEngine;
149 return mRulesEngine.loadRule(fqcn, fqcn);
162 GraphicalEditorPart editor = mRulesEngine.getEditor();
223 ViewHierarchy views = mRulesEngine.getEditor().getCanvasControl().getViewHierarchy();
248 return mRulesEngine.getEditor().getCanvasControl().getInsets(fqcn);
262 IAndroidTarget target = currentSdk.getTarget(mRulesEngine.getEditor().getProject());
286 Document doc = mRulesEngine.getEditor().getModel().getXmlDocument();
296 IProject project = mRulesEngine.getEditor().getProject();
331 GraphicalEditorPart graphicalEditor = mRulesEngine.getEditor()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 148 private final IClientRulesEngine mRulesEngine;
166 mRulesEngine = rulesEngine;
366 mNamespace = mRulesEngine.getAppNameSpace();
607 Object child = mRulesEngine.getViewObject(view.node);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 132 private RulesEngine mRulesEngine;
263 mRulesEngine = rulesEngine;
516 if (mRulesEngine != null) {
517 mRulesEngine.dispose();
518 mRulesEngine = null;
592 return mRulesEngine;
597 mRulesEngine = rulesEngine;
    [all...]
GraphicalEditorPart.java 261 private RulesEngine mRulesEngine;
425 mCanvasViewer = new LayoutCanvasViewer(mEditorDelegate, mRulesEngine, mSashError, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 224 protected IClientRulesEngine mRulesEngine;
233 mRulesEngine = rulesEngine;
607 int dp = mRulesEngine.pxToDp(margin);
    [all...]

Completed in 184 milliseconds