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/ |
| D | RulesEngine.java | 198 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/ |
| D | LinearLayoutRuleTest.java | 50 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
|
| D | ZoomControlsRuleTest.java | 43 ZoomControlsRule rule = new ZoomControlsRule(); in testDoNothing() local
|
| D | LayoutTestBase.java | 65 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/ |
| 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 | 46 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/ |
| D | LayoutAnalyzer.java | 108 public void addRule(Rule rule) { in addRule()
|