Home
last modified time | relevance | path

Searched defs:rule (Results 1 – 7 of 7) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java198 IViewRule rule = loadRule(element); in callGetDisplayName() local
223 IViewRule rule = loadRule(selectedNode.getNode()); in callGetContextMenu() local
258 IViewRule rule = loadRule(parentNode.getNode()); in callAddLayoutActions() local
284 IViewRule rule = loadRule(parentNode.getNode()); in callGetSelectionHint() local
303 IViewRule rule = loadRule(parentNode.getNode()); in callPaintSelectionFeedback() local
326 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropEnter() local
352 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropMove() local
375 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropLeave() local
398 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropped() local
439 IViewRule rule = loadRule(targetNode.getNode()); in callOnPaste() local
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLinearLayoutRuleTest.java50 IViewRule rule = new LinearLayoutRule(); in dragIntoEmpty() local
128 LinearLayoutRule rule = new LinearLayoutRule(); in testContextMenu() local
148 LinearLayoutRule rule = new LinearLayoutRule(); in testContextMenuCustom() local
174 LinearLayoutRule rule = new LinearLayoutRule(); in testOrientation() local
208 LinearLayoutRule rule = new LinearLayoutRule(); in testProperties() local
DZoomControlsRuleTest.java43 ZoomControlsRule rule = new ZoomControlsRule(); in testDoNothing() local
DLayoutTestBase.java65 protected INode dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint, in dragInto()
188 protected void initialize(IViewRule rule, String fqn) { in initialize()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DResizeState.java94 ResizeState(BaseLayoutRule rule, INode layout, Object layoutView, INode node) { in ResizeState()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridLayoutPainter.java46 public static IFeedbackPainter createDropFeedbackPainter(GridLayoutRule rule, in createDropFeedbackPainter()
123 public DropFeedbackPainter(GridLayoutRule rule, IDragElement[] elements) { in DropFeedbackPainter()
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
DLayoutAnalyzer.java108 public void addRule(Rule rule) { in addRule()