Searched refs:range (Results 1 – 10 of 10) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | Hyperlinks.java | 1139 private static IHyperlink[] getStyleLinks(XmlContext context, IRegion range, String url) { in getStyleLinks() argument 1150 range = new Region(range.getOffset(), in getStyleLinks() 1151 range.getLength() - (value.length() - index)); in getStyleLinks() 1168 return getResourceLinks(range, url); in getStyleLinks() 1171 private static IHyperlink[] getResourceLinks(@Nullable IRegion range, @NonNull String url) { in getResourceLinks() argument 1174 return getResourceLinks(range, url, project, configuration); in getResourceLinks() 1187 public static IHyperlink[] getResourceLinks(@Nullable IRegion range, @NonNull String url, in getResourceLinks() argument 1264 ResourceLink link = new ResourceLink(label, range, file, in getResourceLinks() 1276 links.add(new ResourceLink("Open XML Declaration", range, null, type, name)); in getResourceLinks() 1308 IRegion range = context.getInnerRange(document); in detectHyperlinks() local [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
D | HyperlinksTest.java | 288 IRegion range = javaEditor.getHighlightRange(); in checkXmlNavigation() local 289 selection = new Point(range.getOffset(), range.getLength()); in checkXmlNavigation()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ChangeViewRefactoring.java | 200 IndexedRegion range = getRegion(element); in computeChanges() local 201 int skipStart = range.getStartOffset(); in computeChanges() 202 int skipEnd = range.getEndOffset(); in computeChanges()
|
D | VisualRefactoring.java | 700 Pair<Element, Element> range = DomUtilities.getElementRange(doc, in initElements() local 702 if (range != null) { in initElements() 703 Element first = range.getFirst(); in initElements() 704 Element last = range.getSecond(); in initElements()
|
/sdk/eclipse/scripts/ |
D | gen_icon.py | 43 r = range(-zoom/2, zoom/2+1)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | GLFunctionTraceViewer.java | 618 int range = mCallEndIndex - mCallStartIndex; in updateVisibleRange() local 619 visibleCallTopIndex = mCallStartIndex + (int) Math.floor(range * top); in updateVisibleRange() 620 visibleCallBottomIndex = mCallStartIndex + (int) Math.ceil(range * bottom); in updateVisibleRange()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | GraphicalEditorPart.java | 2624 ActionLinkStyleRange range = (ActionLinkStyleRange) r; in mouseUp() local 2625 range.onClick(); in mouseUp()
|
/sdk/eclipse/ |
D | changes.txt | 345 relevant range in the editor, and a new quickfix makes it trivial 468 http://developer.android.com/guide/practices/screens_support.html#range
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 263 void, glGetShaderPrecisionFormat, GLenum shadertype, GLenum precisiontype, GLint* range, GLint* pre…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completionvalues1-expected-completion32.txt | 295 android:thumbOffset : An offset for the thumb that allows it to extend out of the range of the tra…
|