Searched refs:loadRule (Results 1 – 4 of 4) sorted by relevance
137 IViewRule rule = loadRule(element); in callGetDisplayName()163 IViewRule rule = loadRule(selectedNode.getNode()); in callGetContextMenu()191 IViewRule rule = loadRule(selectedNode.getNode()); in callGetDefaultActionId()222 IViewRule rule = loadRule(parentNode.getNode()); in callAddLayoutActions()248 IViewRule rule = loadRule(parentNode.getNode()); in callGetSelectionHint()267 IViewRule rule = loadRule(parentNode.getNode()); in callPaintSelectionFeedback()290 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropEnter()316 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropMove()339 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropLeave()362 IViewRule rule = loadRule(targetNode.getNode()); in callOnDropped()[all …]
148 public IViewRule loadRule(@NonNull String fqcn) { in loadRule() method in ClientRulesEngine149 return mRulesEngine.loadRule(fqcn, fqcn); in loadRule()
256 public IViewRule loadRule(@NonNull String fqcn) { in loadRule() method
898 IViewRule parentRule = mRulesEngine.loadRule(parentFqcn); in onPaste()