Home
last modified time | relevance | path

Searched refs:getRegion (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java682 IndexedRegion region = getRegion(element); in initElements()
708 mSelectionStart = getRegion(first).getStartOffset(); in initElements()
709 mSelectionEnd = getRegion(last).getEndOffset(); in initElements()
876 public static IndexedRegion getRegion(Node node) { in getRegion() method in VisualRefactoring
913 IndexedRegion region = getRegion(element); in getFirstAttributeOffset()
1057 IndexedRegion region = getRegion(attribute); in removeAttribute()
1080 IndexedRegion elementRegion = getRegion(element); in removeElementTags()
1138 String indent = AndroidXmlEditor.getIndentAtOffset(doc, getRegion(element) in removeElementTags()
1226 IndexedRegion region = getRegion(e); in overlaps()
DChangeViewRefactoring.java171 IndexedRegion region = getRegion(element); in computeChanges()
200 IndexedRegion range = getRegion(element); in computeChanges()
DExtractStyleRefactoring.java253 IndexedRegion elementRegion = getRegion(element); in getAvailableAttributes()
282 IndexedRegion region = getRegion(attribute); in getAvailableAttributes()
DExtractIncludeRefactoring.java296 IndexedRegion region = getRegion(element); in computeChanges()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DResourceHelper.java393 IndexedRegion domRegion = VisualRefactoring.getRegion(element); in createResource()
400 IndexedRegion domRegion = VisualRefactoring.getRegion(valueNode); in createResource()