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/ |
| D | ValuesContentAssist.java | 75 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/ |
| D | ManifestContentAssist.java | 53 boolean skipEndTag, int replaceLength) { in computeAttributeValues()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
| D | AndroidContentAssist.java | 204 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/ |
| D | AnimationContentAssist.java | 75 boolean skipEndTag, int replaceLength) { in computeAttributeValues()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
| D | LayoutContentAssist.java | 157 boolean skipEndTag, int replaceLength) { in computeAttributeValues()
|