Home
last modified time | relevance | path

Searched defs:wordPrefix (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java143 String wordPrefix = extractElementPrefix(viewer, offset); in computeCompletionProposals() local
192 private void computeNonAttributeProposals(ITextViewer viewer, int offset, String wordPrefix, in computeNonAttributeProposals()
227 int offset, String wordPrefix, UiElementNode currentUiNode, Node parentNode, in computeAttributeProposals()
260 private char computeElementNeedTag(ITextViewer viewer, int offset, String wordPrefix) { in computeElementNeedTag()
359 String wordPrefix) { in getChoicesForAttribute()
487 String parentTagName, String attributeName, Node node, String wordPrefix, in computeAttributeValues()
494 String wordPrefix) { 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/manifest/
DManifestContentAssist.java52 String parentTagName, String attributeName, Node node, String wordPrefix, in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimationContentAssist.java74 String parentTagName, String attributeName, Node node, String wordPrefix, in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutContentAssist.java156 String parentTagName, String attributeName, Node node, String wordPrefix, in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
DValuesContentAssist.java74 String parentTagName, String attributeName, Node node, String wordPrefix, in computeAttributeValues()