Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java164 Node currentNode = context.getSecond(); in computeCompletionProposals() local
193 List<ICompletionProposal> proposals, Node parentNode, Node currentNode, String parent, in computeNonAttributeProposals()
228 Node currentNode, String parent, AttribInfo info, char nextChar) { in computeAttributeProposals()
270 protected int computeTextReplaceLength(Node currentNode, int offset) { in computeTextReplaceLength()
298 protected Object[] getChoicesForElement(String parent, Node currentNode) { in getChoicesForElement()
358 String parent, Node currentNode, UiElementNode currentUiNode, AttribInfo attrInfo, in getChoicesForAttribute()
493 Node parentNode, Node currentNode, UiElementNode uiParent, in computeTextValues()
563 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/layout/
DLayoutContentAssist.java75 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/values/
DValuesContentAssist.java142 Node parentNode, Node currentNode, UiElementNode uiParent, in computeTextValues()