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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
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...]
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...]
MoveGesture.java 26 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
    [all...]
SelectionManager.java 38 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
    [all...]

Completed in 116 milliseconds