Home
last modified time | relevance | path

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/
DRulesEngine.java508 IViewRule parentRule = null; in callCreateHooks() local
512 parentRule = loadRule(parentUiNode); in callCreateHooks()
521 if (childRule != null || parentRule != null) { in callCreateHooks()
522 callCreateHooks(editor, mInsertType, parentRule, parentNode, in callCreateHooks()
529 final IViewRule parentRule, final INode parentNode, in callCreateHooks() argument
539 parentRule, parentNode, childRule, newNode); in callCreateHooks()
545 if (parentRule != null) { in callCreateHooks()
546 parentRule.onChildInserted(newNode, parentNode, insertType); in callCreateHooks()
586 IViewRule parentRule = loadRule(parentUiNode); in callOnRemovingChildren() local
587 if (parentRule != null) { in callOnRemovingChildren()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java898 IViewRule parentRule = mRulesEngine.loadRule(parentFqcn); in onPaste() local
900 if (parentRule instanceof BaseLayoutRule) { in onPaste()
901 ((BaseLayoutRule) parentRule).onPasteBeforeChild(parent, targetView, targetNode, in onPaste()