Searched refs:grandParent (Results 1 – 3 of 3) sorted by relevance
64 INode grandParent = parentNode.getParent(); in addLayoutActions() local65 if (grandParent != null && grandParent.getFqcn().equals(FQCN_TABLE_LAYOUT)) { in addLayoutActions()66 TableLayoutRule.addTableLayoutActions(mRulesEngine, actions, grandParent, in addLayoutActions()
405 Node grandParent = currentNode.getParentNode(); in getChoicesForAttribute() local406 if (grandParent != null) { in getChoicesForAttribute()407 Node greatGrandParent = grandParent.getParentNode(); in getChoicesForAttribute()
1231 UiElementNode grandParent = parent.getUiParent(); in findNext() local1232 if (grandParent != null) { in findNext()1233 return getLastPosition(grandParent); in findNext()