blob: 3bdfbeab500137074f5edb3d2ea8e52646061519 [file] [log] [blame]
Dirk Dougherty541b4942014-02-14 18:31:53 -08001<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
Dirk Doughertyff233cc2015-05-04 14:37:05 -07003<?cs include:"macros_override.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -08004<html<?cs if:devsite ?> devsite<?cs /if ?>>
5<?cs include:"head_tag.cs" ?>
6<body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
7 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
Dirk Doughertyff233cc2015-05-04 14:37:05 -07008 if:reference ?> reference<?cs
9 /if ?><?cs
Dirk Dougherty541b4942014-02-14 18:31:53 -080010 elif:design ?>design<?cs
11 elif:distribute ?>distribute<?cs
12 /if ?>" itemscope itemtype="http://schema.org/Article">
13 <a name="top"></a>
14<?cs include:"header.cs" ?>
15
Dirk Dougherty541b4942014-02-14 18:31:53 -080016<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>
Dirk Doughertyff233cc2015-05-04 14:37:05 -070034 <td class="jd-descrcol" width="100%">
35 <?cs call:short_descr(cl) ?>&nbsp;
36 <?cs call:show_annotations_list(cl) ?>
37 </td>
Dirk Dougherty541b4942014-02-14 18:31:53 -080038 </tr>
39 <?cs set:count = count + #1 ?>
40 <?cs /each ?>
41</table>
42<?cs /each ?>
43
Dirk Dougherty541b4942014-02-14 18:31:53 -080044</div><!-- end jd-content -->
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080045
46<?cs include:"footer.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -080047
48<?cs include:"trailer.cs" ?>
49
50</body>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080051</html>