Searched refs:parentRule (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | RulesEngine.java | 507 IViewRule parentRule = null; in callCreateHooks() local 511 parentRule = loadRule(parentUiNode); in callCreateHooks() 520 if (childRule != null || parentRule != null) { in callCreateHooks() 521 callCreateHooks(editor, mInsertType, parentRule, parentNode, in callCreateHooks() 528 final IViewRule parentRule, final INode parentNode, in callCreateHooks() argument 538 parentRule, parentNode, childRule, newNode); in callCreateHooks() 544 if (parentRule != null) { in callCreateHooks() 545 parentRule.onChildInserted(newNode, parentNode, insertType); in callCreateHooks() 585 IViewRule parentRule = loadRule(parentUiNode); in callOnRemovingChildren() local 586 if (parentRule != null) { in callOnRemovingChildren() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseViewRule.java | 915 IViewRule parentRule = mRulesEngine.loadRule(parentFqcn); in onPaste() local 917 if (parentRule instanceof BaseLayoutRule) { in onPaste() 918 ((BaseLayoutRule) parentRule).onPasteBeforeChild(parent, targetView, targetNode, in onPaste()
|