HomeSort by relevance Sort by last modified time
    Searched refs:XML_TAG_NAME (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcher.java 21 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_NAME;
85 } else if (!(type.equals(XML_TAG_CLOSE) || type.equals(XML_TAG_NAME)) &&
105 if (type.equals(XML_TAG_CLOSE) || type.equals(XML_TAG_NAME)) {
AndroidXmlAutoEditStrategy.java 22 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_NAME;
102 if (region != null && region.getType().equals(XML_TAG_NAME)) {
211 if (previous != null && previous.getType() == XML_TAG_NAME) {
224 if (type != XML_TAG_NAME) {
270 if (next != null && next.getType() == XML_TAG_NAME) {
Hyperlinks.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 239 if (!DOMRegionContext.XML_TAG_NAME.equals(region.getType())) {
330 if (!DOMRegionContext.XML_TAG_NAME.equals(region.getType())) {
342 if (DOMRegionContext.XML_TAG_NAME.equals(type)) {
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 227 private static final String XML_TAG_NAME = "tts-engine";
243 if (!XML_TAG_NAME.equals(parser.getName())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 592 DOMRegionContext.XML_TAG_NAME.equals(region.getType())) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java 127 } else if (type.equals(DOMRegionContext.XML_TAG_NAME)

Completed in 184 milliseconds