Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
DValuesContentAssist.java75 boolean skipEndTag, int replaceLength) { in computeAttributeValues()
196 int replaceLength = computeTextReplaceLength(currentNode, offset); in computeTextValues() local
233 int replaceLength = computeTextReplaceLength(currentNode, offset); in computeTextValues() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestContentAssist.java53 boolean skipEndTag, int replaceLength) { in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java204 int replaceLength = parent.length() - wordPrefix.length(); in computeNonAttributeProposals() local
246 int replaceLength = info.replaceLength; in computeAttributeProposals() local
488 boolean skipEndTag, int replaceLength) { in computeAttributeValues()
503 int replaceLength = 0; in computeTextValues() local
564 boolean isAttribute, boolean isNew, boolean skipEndTag, int replaceLength) { in addMatchingProposals()
1004 public int replaceLength = 0; field in AndroidContentAssist.AttribInfo
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimationContentAssist.java75 boolean skipEndTag, int replaceLength) { in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutContentAssist.java157 boolean skipEndTag, int replaceLength) { in computeAttributeValues()