Home
last modified time | relevance | path

Searched refs:dt (Results 1 – 25 of 251) sorted by relevance

1234567891011

/frameworks/base/docs/html/guide/basics/
Dfixme-gs-core-packages.jd7 <dt><a href="{@docRoot}intro/installing.html">Installing the SDK and
8 Plugin</a></dt>
10 <dt><a href="{@docRoot}intro/develop-and-debug.html">Developing and Debugging</a></dt>
13 <dt><a href="{@docRoot}intro/hello-android.html">Hello Android</a></dt>
16 <dt><a href="{@docRoot}intro/anatomy.html">Anatomy of an App</a></dt>
20 <dt><a href="{@docRoot}intro/tutorial.html">Notepad Tutorial</a></dt>
25 <dt><a href="{@docRoot}intro/tools.html">Development Tools</a></dt>
29 <dt><a href="{@docRoot}intro/appmodel.html">Application Model</a></dt>
33 <dt><a href="{@docRoot}intro/lifecycle.html">Application Life Cycle</a></dt>
49 <dt>{@link android.util}</dt>
[all …]
/frameworks/base/docs/html/guide/topics/resources/
Dmore-resources.jd9 <dt><a href="#Bool">Bool</a></dt>
11 <dt><a href="#Color">Color</a></dt>
13 <dt><a href="#Dimension">Dimension</a></dt>
15 <dt><a href="#Id">ID</a></dt>
18 <dt><a href="#Integer">Integer</a></dt>
20 <dt><a href="#IntegerArray">Integer Array</a></dt>
22 <dt><a href="#TypedArray">Typed Array</a></dt>
41 <dt>file location:</dt>
46 <dt>resource reference:</dt>
52 <dt>syntax:</dt>
[all …]
Danimation-resource.jd30 <dt><a href="#Property">Property Animation</a></dt>
33 <dt><a href="#View">View Animation</a></dt>
52 <dt>file location:</dt>
56 <dt>compiled resource datatype:</dt>
60 <dt>resource reference:</dt>
66 <dt>syntax:</dt>
104 <dt>elements:</dt>
107 <dt id="animator-set-element"><code>&lt;set&gt;</code></dt>
117 <dt>
119 </dt>
[all …]
Ddrawable-resource.jd20 <dt><a href="#Bitmap">Bitmap File</a><dt>
23 <dt><a href="#NinePatch">Nine-Patch File</a></dt>
26 <dt><a href="#LayerList">Layer List</a></dt>
30 <dt><a href="#StateList">State List</a></dt>
34 <dt><a href="#LevelList">Level List</a></dt>
38 <dt><a href="#Transition">Transition Drawable</a></dt>
41 <dt><a href="#Inset">Inset Drawable</a></dt>
45 <dt><a href="#Clip">Clip Drawable</a></dt>
48 <dt><a href="#Scale">Scale Drawable</a></dt>
51 <dt><a href="#Shape">Shape Drawable</a></dt>
[all …]
Dstyle-resource.jd30 <dt>file location:</dt>
34 <dt>resource reference:</dt>
39 <dt>syntax:</dt>
55 <dt>elements:</dt>
59 <dt id="resources-element"><code>&lt;resources&gt;</code></dt>
63 <dt id="style-element"><code>&lt;style&gt;</code></dt>
67 <dt><code>name</code></dt>
71 <dt><code>parent</code></dt>
78 <dt id="item-element"><code>&lt;item&gt;</code></dt>
83 <dt><code>name</code></dt>
[all …]
Dmenu-resource.jd23 <dt>file location:</dt>
27 <dt>compiled resource datatype:</dt>
30 <dt>resource reference:</dt>
36 <dt>syntax:</dt>
74 <dt>elements:</dt>
78 <dt id="menu-element"><code>&lt;menu&gt;</code></dt>
83 <dt><code>xmlns:android</code></dt>
89 <dt id="item-element"><code>&lt;item&gt;</code></dt>
94 <dt><code>android:id</code></dt>
98 <dt><code>android:title</code></dt>
[all …]
Dcolor-list-resource.jd35 <dt>file location:</dt>
39 <dt>compiled resource datatype:</dt>
42 <dt>resource reference:</dt>
48 <dt>syntax:</dt>
66 <dt>elements:</dt>
70 <dt id="selector-element"><code>&lt;selector&gt;</code></dt>
75 <dt><code>xmlns:android</code></dt>
80 <dt id="item-element"><code>&lt;item&gt;</code></dt>
85 <dt><code>android:color</code></dt>
96 <dt><code>android:state_pressed</code></dt>
[all …]
Davailable-resources.jd22 …<dt><a href="{@docRoot}guide/topics/resources/animation-resource.html">Animation Resources</a></dt>
26 …<dt><a href="{@docRoot}guide/topics/resources/color-list-resource.html">Color State List Resource<…
29 <dt><a href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a></dt>
32 <dt><a href="{@docRoot}guide/topics/resources/layout-resource.html">Layout Resource</a></dt>
35 <dt><a href="{@docRoot}guide/topics/resources/menu-resource.html">Menu Resource</a></dt>
38 <dt><a href="{@docRoot}guide/topics/resources/string-resource.html">String Resources</a></dt>
42 <dt><a href="{@docRoot}guide/topics/resources/style-resource.html">Style Resource</a></dt>
45 <dt><a href="{@docRoot}guide/topics/resources/more-resources.html">More Resource Types</a></dt>
/frameworks/base/docs/html/intl/ja/guide/
Dindex.jd17 <dt><b>Android の基本</b></dt>
20 <dt><b>フレームワーク トピック</b></dt>
23 <dt><b>開発</b></dt>
26 <dt><b>公開</b></dt>
29 <dt><b>ベスト プラクティス</b></dt>
32 <dt><b>チュートリアルとサンプル</b></dt>
35 <dt><b>付録</b></dt>
/frameworks/rs/cpp/
DAllocation.cpp81 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt32() local
82 if ((dt == RS_TYPE_SIGNED_32) || (dt == RS_TYPE_UNSIGNED_32)) { in validateIsInt32()
85 ALOGE("32 bit integer source does not match allocation type %i", dt); in validateIsInt32()
89 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt16() local
90 if ((dt == RS_TYPE_SIGNED_16) || (dt == RS_TYPE_UNSIGNED_16)) { in validateIsInt16()
93 ALOGE("16 bit integer source does not match allocation type %i", dt); in validateIsInt16()
97 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt8() local
98 if ((dt == RS_TYPE_SIGNED_8) || (dt == RS_TYPE_UNSIGNED_8)) { in validateIsInt8()
101 ALOGE("8 bit integer source does not match allocation type %i", dt); in validateIsInt8()
105 RsDataType dt = mType->getElement()->getDataType(); in validateIsFloat32() local
[all …]
DElement.cpp172 static uint32_t GetSizeInBytesForType(RsDataType dt) { in GetSizeInBytesForType() argument
173 switch(dt) { in GetSizeInBytesForType()
221 ALOGE("Missing type %i", dt); in GetSizeInBytesForType()
226 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) : in Element() argument
229 uint32_t tsize = GetSizeInBytesForType(dt); in Element()
230 if ((dt != RS_TYPE_UNSIGNED_5_6_5) && in Element()
231 (dt != RS_TYPE_UNSIGNED_4_4_4_4) && in Element()
232 (dt != RS_TYPE_UNSIGNED_5_5_5_1)) { in Element()
241 mType = dt; in Element()
298 sp<const Element> Element::createUser(RenderScript *rs, RsDataType dt) { in createUser() argument
[all …]
/frameworks/base/docs/html/guide/topics/manifest/
Dinstrumentation-element.jd7 <dt>syntax:</dt>
15 <dt>contained in:</dt>
18 <dt>description:</dt>
23 <dt>attributes:</dt>
25 <dt><a name="ftest"></a>{@code android:functionalTest}</dt>
30 <dt><a name="hprof"></a>{@code android:handleProfiling}</dt>
37 <dt><a name="icon"></a>{@code android:icon}</dt>
41 <dt><a name="label"></a>{@code android:label}</dt>
45 <dt><a name="nm"></a>{@code android:name}</dt>
56 <dt><a name="trgt"></a>{@code android:targetPackage}</dt>
[all …]
Dpath-permission-element.jd7 <dt>syntax:</dt>
17 <dt>contained in:</dt>
21 <dt>can contain:</dt>
25 <dt>description:</dt>
32 <dt>attributes:</dt>
35 <dt><a name="path"></a>{@code android:path}</dt>
42 <dt><a name="pathPrefix"></a>{@code android:pathPrefix}</dt>
47 <dt><a name="pathPattern"></a>{@code android:pathPattern}</dt>
75 <dt><a name="permission"></a>{@code android:permission}</dt>
84 <dt><a name="readPermission"></a>{@code android:readPermission}</dt>
[all …]
Dcategory-element.jd7 <dt>syntax:</dt>
10 <dt>contained in:</dt>
13 <dt>description:</dt>
19 <dt>attributes:</dt>
21 <dt><a name="nm"></a>{@code android:name}</dt>
37 <dt>introduced in:</dt>
40 <dt>see also:</dt>
Dpermission-group-element.jd7 <dt>syntax:</dt>
13 <dt>contained in:</dt>
16 <dt>description:</dt>
29 <dt>attributes:</dt>
31 <dt><a name="desc"></a>{@code android:description}</dt>
37 <dt><a name="icon"></a>{@code android:icon}</dt>
41 <dt><a name="label"></a>{@code android:label}</dt>
48 <dt><a name="nm"></a>{@code android:name}</dt>
57 <dt>introduced in:</dt>
60 <dt>see also:</dt>
Daction-element.jd7 <dt>syntax:</dt>
10 <dt>contained in:</dt>
14 <dt>description:</dt>
24 <dt>attributes:</dt>
26 <dt><a name="nm"></a>{@code android:name}</dt>
46 <dt>introduced in:</dt>
49 <dt>see also:</dt>
Dpermission-tree-element.jd7 <dt>syntax:</dt>
12 <dt>contained in:</dt>
15 <dt>description:</dt>
33 <dt>attributes:</dt>
35 <dt><a name="icon"></a>{@code android:icon}</dt>
40 <dt><a name="label"></a>{@code android:label}</dt>
47 <dt><a name="nm"></a>{@code android:name}</dt>
57 <dt>introduced in:</dt>
60 <dt>see also:</dt>
Duses-library-element.jd19 <dt>syntax:</dt>
27 <dt>contained in:</dt>
33 <dt>description:</dt>
52 <dt><em>Installation</em></dt>
63 <dt>attributes:</dt>
66 <dt><a name="nm"></a>{@code android:name}</dt>
73 <dt><a name="rq"></a>{@code android:required}</dt>
103 <dt>introduced in:</dt>
106 <dt>see also:</dt>
/frameworks/base/docs/html/tools/help/
Dindex.jd19 <dt><a href="android.html">android</a></dt>
21 <dt><a href="{@docRoot}tools/debugging/ddms.html">Dalvik Debug Monitor
22 Server (ddms)</a></dt>
24 <dt><a href="dmtracedump.html">dmtracedump</a></dt>
30 <dt><a href="draw9patch.html">Draw 9-patch</a></dt>
34 <dt><a href="emulator.html">Android Emulator (emulator)</a></dt>
37 <dt><a href="hierarchy-viewer.html">Hierarchy Viewer (hierarchyviewer)</a></dt>
39 <dt><a href="hprof-conv.html">hprof-conv</a></dt>
42 <dt><a href="layoutopt.html">layoutopt</a></dt>
45 <dt><a href="mksdcard.html">mksdcard</a></dt>
[all …]
/frameworks/base/docs/html/guide/appendix/
Dindex.jd5 <dt><a href="media-formats.html">Supported Android Media Formats</a></dt>
7 …<dt><a href="g-app-intents.html">Intents List: Invoking Google Applications on Android Devices</a>…
9 <dt><a href="faq/index.html">FAQs, Tips, and How-to</a></dt>
11 <dt><a href="glossary.html">Glossary</a></dt>
Dglossary.jd6 <dt id="apk">.apk file</dt> <dd>Android application package file. Each
16 <dt id="dex">.dex file </dt>
23 <dt id="action">Action</dt>
32 <dt id="activity">Activity</dt>
40 <dt id="adb">adb</dt>
48 <dt id="application">Application</dt>
56 <dt id="canvas">Canvas</dt>
66 <dt id="contentprovider">Content Provider</dt>
75 <dt id="dalvik">Dalvik</dt>
89 <dt id="ddms">DDMS</dt>
[all …]
/frameworks/base/docs/html-intl/zh-cn/training/monitoring-device-state/
Dindex.jd38 <dt><b><a href="battery-monitoring.html">监控电池电量和充电状态</a></b></dt>
41 <dt><b><a href="docking-monitoring.html">确定和监控基座对接状态和类型</a></b></dt>
44 <dt><b><a href="connectivity-monitoring.html">确定和监控网络连接状态</a></b></dt>
47 <dt><b><a href="manifest-receivers.html">根据需要操作广播接收器</a></b></dt>
/frameworks/base/docs/html-intl/ko/training/monitoring-device-state/
Dindex.jd38 <dt><b><a href="battery-monitoring.html">배터리 수준 및 충전 상태 모니터링</a></b></dt>
41 <dt><b><a href="docking-monitoring.html">도킹 상태와 유형 확인 및 모니터링</a></b></dt>
44 <dt><b><a href="connectivity-monitoring.html">연결 상태 확인 및 모니터링</a></b></dt>
47 <dt><b><a href="manifest-receivers.html">온디맨드로 브로드캐스트 수신기 조작</a></b></dt>
/frameworks/base/docs/html/intl/zh-CN/training/monitoring-device-state/
Dindex.jd38 <dt><b><a href="battery-monitoring.html">监控电池电量和充电状态</a></b></dt>
41 <dt><b><a href="docking-monitoring.html">确定和监控基座对接状态和类型</a></b></dt>
44 <dt><b><a href="connectivity-monitoring.html">确定和监控网络连接状态</a></b></dt>
47 <dt><b><a href="manifest-receivers.html">根据需要操作广播接收器</a></b></dt>
/frameworks/base/docs/html/intl/ko/training/monitoring-device-state/
Dindex.jd38 <dt><b><a href="battery-monitoring.html">배터리 수준 및 충전 상태 모니터링</a></b></dt>
41 <dt><b><a href="docking-monitoring.html">도킹 상태와 유형 확인 및 모니터링</a></b></dt>
44 <dt><b><a href="connectivity-monitoring.html">연결 상태 확인 및 모니터링</a></b></dt>
47 <dt><b><a href="manifest-receivers.html">온디맨드로 브로드캐스트 수신기 조작</a></b></dt>

1234567891011