Searched refs:currentUiNode (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidContentAssist.java | 179 UiElementNode currentUiNode = rootUiNode == null in computeCompletionProposals() local 181 computeAttributeProposals(proposals, viewer, offset, wordPrefix, currentUiNode, in computeCompletionProposals() 227 int offset, String wordPrefix, UiElementNode currentUiNode, Node parentNode, in computeAttributeProposals() argument 240 Object[] choices = getChoicesForAttribute(parent, currentNode, currentUiNode, in computeAttributeProposals() 358 String parent, Node currentNode, UiElementNode currentUiNode, AttribInfo attrInfo, in getChoicesForAttribute() argument 375 if (currentUiNode != null) { in getChoicesForAttribute() 385 for (UiAttributeNode attrNode : currentUiNode.getAllUiAttributes()) { in getChoicesForAttribute() 420 if (currentUiNode != null) { in getChoicesForAttribute() 421 choices = currentUiNode.getAttributeDescriptors(); in getChoicesForAttribute()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | ExtractStringRefactoring.java | 747 UiElementNode currentUiNode = in validateSelectedAttribute() local 751 if (currentUiNode != null) { in validateSelectedAttribute() 759 for (UiAttributeNode attrNode : currentUiNode.getAllUiAttributes()) { in validateSelectedAttribute()
|