Home
last modified time | relevance | path

Searched refs:dd (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/families/
Dfaq.jd36 <dd>
40 </dd>
47 <dd>
53 </dd>
59 <dd>
64 </dd>
70 <dd>
76 </dd>
82 <dd>
87 </dd>
[all …]
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/families/
Dfaq.jd36 <dd>
40 </dd>
47 <dd>
53 </dd>
59 <dd>
64 </dd>
70 <dd>
76 </dd>
82 <dd>
87 </dd>
[all …]
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/families/
Dfaq.jd35 <dd>
37 </dd>
43 <dd>
45 </dd>
51 <dd>
53 </dd>
59 <dd>
61 </dd>
67 <dd>
69 </dd>
[all …]
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/families/
Dfaq.jd36 <dd>
40 </dd>
47 <dd>
53 </dd>
59 <dd>
64 </dd>
70 <dd>
76 </dd>
82 <dd>
87 </dd>
[all …]
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/families/
Dfaq.jd35 <dd>
37 </dd>
43 <dd>
45 </dd>
51 <dd>
53 </dd>
59 <dd>
61 </dd>
67 <dd>
69 </dd>
[all …]
/frameworks/base/docs/html/guide/topics/resources/
Dmore-resources.jd10 <dd>XML resource that carries a boolean value.</dd>
12 <dd>XML resource that carries a color value (a hexadecimal color).</dd>
14 <dd>XML resource that carries a dimension value (with a unit of measure).</dd>
16 <dd>XML resource that provides a unique identifier for application resources and
17 components.</dd>
19 <dd>XML resource that carries an integer value.</dd>
21 <dd>XML resource that provides an array of integers.</dd>
23 <dd>XML resource that provides a {@link android.content.res.TypedArray} (which you can use
24 for an array of drawables).</dd>
42 <dd><code>res/values/<em>filename</em>.xml</code><br/>
[all …]
Danimation-resource.jd31 <dd>Creates an animation by modifying an object's property values over a set period
32 of time with an {@link android.animation.Animator}.</dd>
34 <dd>
42 </dd>
53 <dd><code>res/animator/<em>filename</em>.xml</code><br/>
54 The filename will be used as the resource ID.</dd>
57 <dd>Resource pointer to a {@link android.animation.ValueAnimator}, {@link android.animation.ObjectA…
58 or {@link android.animation.AnimatorSet}.</dd>
61 <dd>
64 </dd>
[all …]
Ddrawable-resource.jd21 <dd>A bitmap graphic file ({@code .png}, {@code .jpg}, or {@code .gif}).
22 Creates a {@link android.graphics.drawable.BitmapDrawable}.</dd>
24 <dd>A PNG file with stretchable regions to allow image resizing based on content ({@code
25 .9.png}). Creates a {@link android.graphics.drawable.NinePatchDrawable}.</dd>
27 <dd>A Drawable that manages an array of other Drawables. These are drawn in array order, so the
29 android.graphics.drawable.LayerDrawable}.</dd>
31 <dd>An XML file that references different bitmap graphics
33 Creates a {@link android.graphics.drawable.StateListDrawable}.</dd>
35 <dd>An XML file that defines a drawable that manages a number of alternate Drawables, each
37 android.graphics.drawable.LevelListDrawable}.</dd>
[all …]
Dstyle-resource.jd31 <dd><code>res/values/<em>filename</em>.xml</code><br/>
32 The filename is arbitrary. The element's {@code name} will be used as the resource ID.</dd>
35 <dd>
37 </dd>
40 <dd>
53 </dd>
56 <dd>
60 <dd><strong>Required.</strong> This must be the root node.
62 </dd>
64 <dd>Defines a single style. Contains {@code &lt;item&gt;} elements.
[all …]
Dmenu-resource.jd24 <dd><code>res/menu/<em>filename</em>.xml</code><br/>
25 The filename will be used as the resource ID.</dd>
28 <dd>Resource pointer to a {@link android.view.Menu} (or subclass) resource.</dd>
31 <dd>
34 </dd>
37 <dd>
72 </dd>
75 <dd>
79 … <dd><strong>Required.</strong> This must be the root node. Contains <code>&lt;item></code> and/or
84 <dd><em>XML namespace</em>. <strong>Required.</strong> Defines the XML namespace, which
[all …]
Dcolor-list-resource.jd36 <dd><code>res/color/<em>filename</em>.xml</code><br/>
37 The filename will be used as the resource ID.</dd>
40 <dd>Resource pointer to a {@link android.content.res.ColorStateList}.</dd>
43 <dd>
46 </dd>
49 <dd>
64 </dd>
67 <dd>
71 <dd><strong>Required.</strong> This must be the root element. Contains one or more {@code
76 <dd><em>String</em>. <strong>Required.</strong> Defines the XML namespace, which must be
[all …]
Davailable-resources.jd23 <dd>Define pre-determined animations.<br/>
25 … animations are saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd>
27 <dd>Define a color resources that changes based on the View state.<br/>
28 Saved in {@code res/color/} and accessed from the {@code R.color} class.</dd>
30 <dd>Define various graphics with bitmaps or XML.<br/>
31 Saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd>
34 <dd>Define the layout for your application UI.<br/>
35 Saved in {@code res/layout/} and accessed from the {@code R.layout} class.</dd>
37 <dd>Define the contents of your application menus.<br/>
38 Saved in {@code res/menu/} and accessed from the {@code R.menu} class.</dd>
[all …]
/frameworks/base/docs/html/guide/topics/manifest/
Dpath-permission-element.jd8 <dd><pre class="stx">
15 </pre></dd>
18 <dd><code><a href="{@docRoot}guide/topics/manifest/provider-element.html">&lt;provider&gt;</a></cod…
22 </dd>
26 <dd itemprop="description">Defines the path and required permissions for a specific subset of data
30 </dd>
34 <dd><dl class="attr">
36 <dd>A complete URI path for a subset of content provider data.
40 </dd>
43 <dd>The initial part of a URI path for a subset of content provider data.
[all …]
Dinstrumentation-element.jd8 <dd><pre class="stx">&lt;instrumentation android:<a href="#ftest">functionalTest</a>=["true" | "fal…
13 android:<a href="#trgt">targetPackage</a>="<i>string</i>" /&gt;</pre></dd>
16 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></cod…
19 <dd itemprop="description">Declares an {@link android.app.Instrumentation} class that enables you
21 object is instantiated before any of the application's components.</dd>
24 <dd><dl class="attr">
26 <dd>Whether or not the Instrumentation class should run as a functional test
28 default value is "{@code false}".</dd>
31 <dd>Whether or not the Instrumentation object will turn profiling on and
35 at a specific set of operations. The default value is "{@code false}".</dd>
[all …]
Dpermission-group-element.jd8 <dd><pre class="stx">&lt;permission-group android:<a href="#desc">description</a>="<i>string resour…
11 android:<a href="#nm">name</a>="<i>string</i>" /&gt;</pre></dd>
14 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></cod…
17 <dd itemprop="description">Declares a name for a logical grouping of related permissions. Individu…
27 </p></dd>
30 <dd><dl class="attr">
32 <dd>User-readable text that describes the group. The text should be
35 attribute, it cannot be a raw string.</dd>
38 <dd>An icon representing the permission. This attribute must be set
39 as a reference to a drawable resource containing the image definition.</dd>
[all …]
Dcategory-element.jd8 <dd><pre class="stx">&lt;category android:<a href="#nm">name</a>="<i>string</i>" /&gt;</pre></dd>
11 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt…
14 <dd itemprop="description">Adds a category name to an intent filter. See
17 specifications within a filter.</dd>
20 <dd><dl class="attr">
22 <dd>The name of the category. Standard categories are defined in the
41 </p></dd>
42 </dl></dd>
46 <dd>API Level 1</dd>
49 <dd><code><a href="{@docRoot}guide/topics/manifest/action-element.html">&lt;action&gt;</a></code>
[all …]
Daction-element.jd8 <dd><pre class="stx">&lt;action android:<a href="#nm">name</a>="<i>string</i>" /&gt;</pre></dd>
11 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt…
15 <dd itemprop="description">Adds an action to an intent filter.
22 </dd>
25 <dd><dl class="attr">
27 <dd>The name of the action. Some standard actions are defined in the
42 </dd>
43 </dl></dd>
47 <dd>API Level 1</dd>
50 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt…
Dpermission-tree-element.jd8 <dd><pre class="stx">&lt;permission-tree android:<a href="#icon">icon</a>="<i>drawable resource</i>"
10 android:<a href="#nm">name</a>="<i>string</i>" /&gt;</pre></dd>
13 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></cod…
16 <dd itemprop="description">Declares the base name for a tree of permissions. The application takes
34 <dd><dl class="attr">
36 <dd>An icon representing all the permissions in the tree. This attribute
38 definition.</dd>
41 <dd>A user-readable name for the group. As a convenience, the label can
45 strings in the user interface.</dd>
48 <dd>The name that's at the base of the permission tree. It serves as
[all …]
Duses-library-element.jd20 <dd>
26 </dd>
28 <dd>
32 </dd>
34 <dd itemprop="descridption">
53 <dd>
57 </dd>
62 </dd>
64 <dd>
67 <dd>
[all …]
/frameworks/base/docs/html/ndk/guides/
Dcpu-features.jd96 <dd>Indicates that the device's CPU supports the VFPv2 instruction set. Most ARMv6 CPUs support
97 this instruction set.</dd>
100 <dd>Indicates that the device's CPU supports the ARMv7-A instruction set as supported by the
103 FPU instruction-set extension.</dd>
106 <dd>Indicates that the device's CPU supports the VFPv3 hardware FPU instruction-set extension.
108 16 hardware double-precision FP registers.</p></dd>
111 <dd> Indicates that the device's CPU supports 32 hardware double-precision FP registers instead of
113 single-precision registers mapped to the same register banks.</dd>
116 <dd>Indicates that the device's CPU supports the ARM Advanced SIMD (NEON) vector instruction set
118 hardware FP registers (shared with the NEON unit).</dd>
[all …]
/frameworks/base/docs/html/tools/help/
Dindex.jd25 <dd>The AVD Manager provides a graphical user interface in which you can create
26 and manage Android Virtual Devices (AVDs) that run in the Android Emulator. </dd>
29 <dd>A QEMU-based device-emulation tool that you can use to debug and test
30 your applications in an actual Android run-time environment.</dd>
33 <dd>Helps you create a disk image that you can use with the emulator, to simulate the presence
34 of an external storage card (such as an SD card).</dd>
44 <dd>Lets you manage AVDs, projects, and the installed components of the SDK.</dd>
47 <dd>Provides a visual representation of the layout's View hierarchy with performance information
49 pixels in your layout.</dd>
52 <dd>The Android {@code lint} tool is a static code analysis tool that checks your Android
[all …]
/frameworks/base/docs/html/training/wearables/apps/
Dvoice.jd29 <dd>These voice actions are task-based and are built
31 voice action is spoken. Examples include "Take a note" or "Set an alarm".</dd>
33 <dd>These voice actions are app-based, and you declare them just like a launcher icon.
35 starts.</dd>
78 <dd>
80 </dd>
91 <dd><code>android.intent.action.SEND</code></dd>
93 <dd><code>com.google.android.voicesearch.SELF_NOTE</code></dd>
95 <dd><code>android.content.Intent.EXTRA_TEXT</code> - a string with note body</dd>
106 <dd><code>android.intent.action.SET_ALARM</code></dd>
[all …]
/frameworks/base/docs/html/ndk/reference/
Ddeprecated.jd13 <dd>Not currently supported or used. </dd>
15 <dd>Not currently supported or used. </dd>
17 <dd>Blurring is no longer supported. </dd>
19 <dd>This flag is no longer used. </dd>
21 <dd>This flag has no effect. </dd>
/frameworks/base/docs/html/guide/appendix/
Dindex.jd6 <dd>A list of media codecs included in the Android platform.</dd>
8 <dd>Intents you can send to invoke Google applications on Android devices.</dd>
10 <dd>How to get things done in Android.</dd>
12 <dd>Glossary of Android terminology.</dd>
/frameworks/base/docs/html/guide/components/
Dintents-common.jd224 <dd>{@link android.provider.AlarmClock#ACTION_SET_ALARM}</dd>
227 <dd>None</dd>
230 <dd>None
231 </dd>
234 <dd>
237 <dd>The hour for the alarm.</dd>
239 <dd>The minutes for the alarm.</dd>
241 <dd>A custom message to identify the alarm.</dd>
243 <dd>An {@link java.util.ArrayList} including each week day on which this alarm should
246 <p>For a one-time alarm, do not specify this extra.</dd>
[all …]

12345678910>>...13