Home
last modified time | relevance | path

Searched defs:currentNode (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutContentAssist.java40 protected Object[] getChoicesForElement(String parent, Node currentNode) { in getChoicesForElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java156 Node currentNode = context.getSecond(); in computeCompletionProposals() local
185 List<ICompletionProposal> proposals, Node parentNode, Node currentNode, String parent, in computeNonAttributeProposals()
220 Node currentNode, String parent, AttribInfo info, char nextChar) { in computeAttributeProposals()
260 protected int computeTextReplaceLength(Node currentNode, int offset) { in computeTextReplaceLength()
337 protected Object[] getChoicesForElement(String parent, Node currentNode) { in getChoicesForElement()
396 String parent, Node currentNode, UiElementNode currentUiNode, AttribInfo attrInfo, in getChoicesForAttribute()
519 Node parentNode, Node currentNode, UiElementNode uiParent, in computeTextValues()
589 int offset, Node currentNode, String wordPrefix, char needTag, in addMatchingProposals()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
DResourcesContentAssist.java136 Node parentNode, Node currentNode, UiElementNode uiParent, in computeTextValues()
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DDeviceBridge.java438 ViewNode currentNode = null; in loadWindowData() local