Home
last modified time | relevance | path

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

/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()
/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()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java515 boolean skipEndTag, int replaceLength) { in computeAttributeValues()
590 boolean isAttribute, boolean isNew, boolean skipEndTag, int replaceLength) { in addMatchingProposals()
979 public boolean skipEndTag = false; field in AndroidContentAssist.AttribInfo