Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java152 IViewRule rule = loadRule(element); in callGetDisplayName() local
180 IViewRule rule = loadRule(selectedNode.getNode()); in callOnSelected() local
204 IViewRule rule = loadRule(parentNode.getNode()); in callOnChildSelected() local
228 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropEnter() local
254 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropMove() local
277 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropLeave() local
299 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropped() local
387 IViewRule rule = mRulesCache.get(targetDesc); in loadRule() local
447 IViewRule rule = mRulesCache.get(realFqcn); in loadRule() local
506 private IViewRule initializeRule(IViewRule rule, String targetFqcn) { in initializeRule()
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
DLayoutAnalyzer.java108 public void addRule(Rule rule) { in addRule()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
DFolderMock.java425 public boolean contains(ISchedulingRule rule) { in contains()
429 public boolean isConflicting(ISchedulingRule rule) { in isConflicting()
DFileMock.java435 public boolean contains(ISchedulingRule rule) { in contains()
439 public boolean isConflicting(ISchedulingRule rule) { in isConflicting()
DProjectMock.java477 public boolean contains(ISchedulingRule rule) { in contains()
481 public boolean isConflicting(ISchedulingRule rule) { in isConflicting()