Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java134 IViewRule rule = loadRule(element); in callGetDisplayName() local
159 IViewRule rule = loadRule(selectedNode.getNode()); in callGetContextMenu() local
194 IViewRule rule = loadRule(parentNode.getNode()); in callAddLayoutActions() local
220 IViewRule rule = loadRule(parentNode.getNode()); in callGetSelectionHint() local
239 IViewRule rule = loadRule(parentNode.getNode()); in callPaintSelectionFeedback() local
262 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropEnter() local
288 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropMove() local
311 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropLeave() local
334 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropped() local
396 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.java66 protected INode dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint, in dragInto()
189 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()