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.java158 Node currentNode = context.getSecond(); in computeCompletionProposals() local
187 List<ICompletionProposal> proposals, Node parentNode, Node currentNode, String parent, in computeNonAttributeProposals()
222 Node currentNode, String parent, AttribInfo info, char nextChar) { in computeAttributeProposals()
262 protected int computeTextReplaceLength(Node currentNode, int offset) { in computeTextReplaceLength()
339 protected Object[] getChoicesForElement(String parent, Node currentNode) { in getChoicesForElement()
399 String parent, Node currentNode, UiElementNode currentUiNode, AttribInfo attrInfo, in getChoicesForAttribute()
524 Node parentNode, Node currentNode, UiElementNode uiParent, in computeTextValues()
594 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/values/
DValuesContentAssist.java140 Node parentNode, Node currentNode, UiElementNode uiParent, in computeTextValues()
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DDeviceBridge.java439 ViewNode currentNode = null; in loadWindowData() local