Searched refs:links (Results 1 – 8 of 8) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
D | HyperlinksTest.java | 215 IHyperlink[] links = resolver.detectHyperlinks(viewer, new Region(offset, 0), true); in checkXmlNavigation() local 216 assertNotNull(links); in checkXmlNavigation() 220 for (IHyperlink link : links) { in checkXmlNavigation() 245 IHyperlink link = links[0]; in checkXmlNavigation()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ThemeMenuAction.java | 311 IHyperlink[] links = Hyperlinks.getResourceLinks(null, mTheme, project, null); in run() local 312 if (links != null && links.length > 0) { in run() 313 IHyperlink link = links[0]; in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | Hyperlinks.java | 1189 List<IHyperlink> links = new ArrayList<IHyperlink>(); in getResourceLinks() local 1266 links.add(link); in getResourceLinks() 1274 if (!isFramework && type == ResourceType.ID && links.size() == 0) { in getResourceLinks() 1276 links.add(new ResourceLink("Open XML Declaration", range, null, type, name)); in getResourceLinks() 1279 if (links.size() > 0) { in getResourceLinks() 1280 return links.toArray(new IHyperlink[links.size()]); in getResourceLinks()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion5-expected-completion40.txt | 15 android:textColorLink : Text color for links. [color, reference] 41 …autoLink : Controls whether links such as urls and email addresses are automatically found and co… 42 …ethod from being set to the link movement method even if autoLink causes links to be found. [bo…
|
D | completion1-expected-completion39.txt | 15 android:textColorLink : Text color for links. [color, reference] 41 …autoLink : Controls whether links such as urls and email addresses are automatically found and co… 42 …ethod from being set to the link movement method even if autoLink causes links to be found. [bo…
|
D | completionvalues1-expected-completion32.txt | 15 …autoLink : Controls whether links such as urls and email addresses are automatically found and co… 155 …ethod from being set to the link movement method even if autoLink causes links to be found. [bo… 276 android:textColorLink : Text color for links. [color, reference]
|
/sdk/find_java/ |
D | find_java.bat | 20 rem Useful links:
|
/sdk/eclipse/ |
D | changes.txt | 271 - Improved error messages and links for rendering errors, including
|