Home
last modified time | relevance | path

Searched refs:grandParent (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DTableRowRule.java64 INode grandParent = parentNode.getParent(); in addLayoutActions() local
65 if (grandParent != null && grandParent.getFqcn().equals(FQCN_TABLE_LAYOUT)) { in addLayoutActions()
66 TableLayoutRule.addTableLayoutActions(mRulesEngine, actions, grandParent, in addLayoutActions()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java405 Node grandParent = currentNode.getParentNode(); in getChoicesForAttribute() local
406 if (grandParent != null) { in getChoicesForAttribute()
407 Node greatGrandParent = grandParent.getParentNode(); in getChoicesForAttribute()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlinePage.java1231 UiElementNode grandParent = parent.getUiParent(); in findNext() local
1232 if (grandParent != null) { in findNext()
1233 return getLastPosition(grandParent); in findNext()