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/ |
D | RulesEngine.java | 137 IViewRule rule = loadRule(element); in callGetDisplayName() local 163 IViewRule rule = loadRule(selectedNode.getNode()); in callGetContextMenu() local 191 IViewRule rule = loadRule(selectedNode.getNode()); in callGetDefaultActionId() local 222 IViewRule rule = loadRule(parentNode.getNode()); in callAddLayoutActions() local 248 IViewRule rule = loadRule(parentNode.getNode()); in callGetSelectionHint() local 267 IViewRule rule = loadRule(parentNode.getNode()); in callPaintSelectionFeedback() local 290 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropEnter() local 316 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropMove() local 339 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropLeave() local 362 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropped() local [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | LinearLayoutRuleTest.java | 49 IViewRule rule = new LinearLayoutRule(); in dragIntoEmpty() local 127 LinearLayoutRule rule = new LinearLayoutRule(); in testContextMenu() local 147 LinearLayoutRule rule = new LinearLayoutRule(); in testContextMenuCustom() local 173 LinearLayoutRule rule = new LinearLayoutRule(); in testOrientation() local 207 LinearLayoutRule rule = new LinearLayoutRule(); in testProperties() local
|
D | ZoomControlsRuleTest.java | 43 ZoomControlsRule rule = new ZoomControlsRule(); in testDoNothing() local
|
D | LayoutTestBase.java | 68 protected INode dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint, in dragInto() 191 protected void initialize(IViewRule rule, String fqn) { in initialize()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | ResizeState.java | 94 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/ |
D | GridLayoutPainter.java | 47 public static IFeedbackPainter createDropFeedbackPainter(GridLayoutRule rule, in createDropFeedbackPainter() 124 public DropFeedbackPainter(GridLayoutRule rule, IDragElement[] elements) { in DropFeedbackPainter()
|