blob: 84cca816bb3c0c522a88c9e02dba6a997225daac [file] [log] [blame]
Scott Maine4d8f1b2012-06-21 18:03:05 -07001<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
Jeff Arneson9eefef62014-09-10 17:20:33 -07003<?cs include:"macros_override.cs" ?>
Scott Maine05e6f92013-01-29 13:34:17 -08004<html<?cs if:devsite ?> devsite<?cs /if ?>>
Scott Maine4d8f1b2012-06-21 18:03:05 -07005<?cs include:"head_tag.cs" ?>
Robert Ly06884f52012-12-03 11:50:38 -08006<body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
Scott Maine4d8f1b2012-06-21 18:03:05 -07007 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
8 elif:design ?>design<?cs
9 elif:distribute ?>distribute<?cs
10 /if ?>" itemscope itemtype="http://schema.org/Article">
11 <a name="top"></a>
12<?cs include:"header.cs" ?>
13
14<div class="col-12" id="doc-col">
15
16<div id="jd-header">
17<h1><?cs var:page.title ?></h1>
18</div>
19
20<div id="jd-content">
21<p>These are the Android API classes. See all <a href="packages.html">API packages</a>.</p>
22<div class="jd-letterlist"><?cs each:letter=docs.classes ?>
23 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a>&nbsp;&nbsp;<?cs /each?>
24</div>
25
26<?cs each:letter=docs.classes ?>
27<?cs set:count = #1 ?>
28<h2 id="letter_<?cs name:letter ?>"><?cs name:letter ?></h2>
29<table class="jd-sumtable">
30 <?cs set:cur_row = #0 ?>
31 <?cs each:cl = letter ?>
32 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.since ?>" >
33 <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td>
Jeff Arneson9eefef62014-09-10 17:20:33 -070034 <td class="jd-descrcol" width="100%">
35 <?cs call:short_descr(cl) ?>&nbsp;
36 <?cs call:show_annotations_list(cl, "<span class='annotation-message'>Included in documentation by the annotations: ", "</span>") ?>
37 </td>
Scott Maine4d8f1b2012-06-21 18:03:05 -070038 </tr>
39 <?cs set:count = count + #1 ?>
40 <?cs /each ?>
41</table>
42<?cs /each ?>
43
44<?cs include:"footer.cs" ?>
45</div><!-- end jd-content -->
46</div><!-- end doc-content -->
47
48<?cs include:"trailer.cs" ?>
49
50</body>
51</html>