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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvasViewer.java 20 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
52 RulesEngine rulesEngine,
56 mCanvas = new LayoutCanvas(editorDelegate, rulesEngine, parent, style);
SelectionOverlay.java 25 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
69 * @param rulesEngine The {@link RulesEngine} holding the rules.
72 GC gc, RulesEngine rulesEngine) {
96 paintSelectionFeedback(gcWrapper, selectedNodes, rulesEngine);
101 rulesEngine.callPaintSelectionFeedback(gcWrapper,
109 paintHints(gcWrapper, node, rulesEngine);
116 rulesEngine.callPaintSelectionFeedback(gcWrapper,
123 private void paintHints(GCWrapper gcWrapper, NodeProxy node, RulesEngine rulesEngine)
    [all...]
ResizeGesture.java 25 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
79 RulesEngine rulesEngine = mCanvas.getRulesEngine();
86 mFeedback = rulesEngine.callOnResizeBegin(mChildNode, mParentNode, newBounds,
109 RulesEngine rulesEngine = mCanvas.getRulesEngine();
112 rulesEngine.callOnResizeUpdate(mFeedback, mChildNode, mParentNode, newBounds,
122 RulesEngine rulesEngine = mCanvas.getRulesEngine();
124 rulesEngine.callOnResizeEnd(mFeedback, mChildNode, mParentNode, newBounds)
    [all...]
ClipboardSupport.java 30 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
230 RulesEngine rulesEngine = mCanvas.getRulesEngine();
235 rulesEngine.callOnRemovingChildren(parent, children);
293 RulesEngine engine = mCanvas.getRulesEngine();
LayoutCanvas.java 36 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
132 private RulesEngine mRulesEngine;
253 * @param rulesEngine the rules engine
258 RulesEngine rulesEngine,
263 mRulesEngine = rulesEngine;
591 RulesEngine getRulesEngine() {
596 void setRulesEngine(RulesEngine rulesEngine) {
597 mRulesEngine = rulesEngine;
    [all...]
MoveGesture.java 26 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
    [all...]
LayoutActionBar.java 33 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
143 RulesEngine engine = mEditor.getRulesEngine();
SelectionManager.java 38 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
    [all...]
GraphicalEditorPart.java 81 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
261 private RulesEngine mRulesEngine;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 145 RulesEngine.class.getClassLoader());
RulesEngine.java 59 * There's one {@link RulesEngine} instance per layout editor.
63 public class RulesEngine {
84 * The editor which owns this {@link RulesEngine}
89 * Creates a new {@link RulesEngine} associated with the selected project.
93 * @param editor the editor which owns this {@link RulesEngine}
96 public RulesEngine(GraphicalEditorPart editor, IProject project) {
104 * Returns the {@link IProject} on which the {@link RulesEngine} was created.
111 * Returns the {@link GraphicalEditorPart} for which the {@link RulesEngine} was
121 * Called by the owner of the {@link RulesEngine} when it is going to be disposed.
791 classLoader = RulesEngine.class.getClassLoader()
    [all...]
NodeProxy.java 299 RulesEngine engine = null;
ClientRulesEngine.java 118 * with a few methods they can use to access functionality from this {@link RulesEngine}.
126 private final RulesEngine mRulesEngine;
129 public ClientRulesEngine(RulesEngine rulesEngine, String fqcn) {
130 mRulesEngine = rulesEngine;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 41 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
194 * Returns the {@link RulesEngine} associated with this editor
196 * @return the {@link RulesEngine} associated with this editor.
198 public RulesEngine getRulesEngine() {
    [all...]

Completed in 849 milliseconds