Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
DResourcesContentAssist.java71 boolean skipEndTag, int replaceLength) { in computeAttributeValues()
190 int replaceLength = computeTextReplaceLength(currentNode, offset); in computeTextValues() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java196 int replaceLength = parent.length() - wordPrefix.length(); in computeNonAttributeProposals() local
236 int replaceLength = info.replaceLength; in computeAttributeProposals() local
515 boolean skipEndTag, int replaceLength) { in computeAttributeValues()
529 int replaceLength = 0; in computeTextValues() local
590 boolean isAttribute, boolean isNew, boolean skipEndTag, int replaceLength) { in addMatchingProposals()
977 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.java73 boolean skipEndTag, int replaceLength) { in computeAttributeValues()