/frameworks/base/docs/html/tools/help/ |
D | adt.jd | 48 provides GUI access to many of the command line SDK tools as well as a UI design tool for rapid 65 perspectives, or as a part of background processes ran by ADT.</dd> 69 <dd>The Java programming language editor contains common IDE features such as compile time 105 the Android SDK Manager and AVD Manager. Other <code>android</code> features such as creating or 122 <code>adb</code> are integrated into ADT such as project installation (Eclipse run menu), 124 features of <code>adb</code>, such as shell commands, from the command line.</li> 127 shrinking, and optimization. ADT integrates ProGuard as part of the build, if you <a href= 147 <p class="note"><strong>Note:</strong> You can edit Android-specific XML files (such as a layout 151 …<p>In addition, some special file types that don't have custom editors, such as drawables, animati… 152 and color files offer editing enhancements such as XML tag completion.</p> [all …]
|
D | monkey.jd | 8 streams of user events such as clicks, touches, or gestures, as well as a number of system-level 17 user events into the system, which acts as a stress test on the application software you are 24 <li>Basic configuration options, such as setting the number of events to attempt.</li> 25 <li>Operational constraints, such as restricting the test to a single package.</li> 85 Level 1 provides more details about the test as it runs, such as individual events being sent to 87 Level 2 provides more detailed setup information such as activities selected or not selected for 101 If not specified, there is no delay and the events are generated as rapidly as possible.</td> 126 (Navigation events consist of up/down/left/right, as input from a directional input device.)</td> 132 (These are navigation events that will typically cause actions within your UI, such as 139 (These are keys that are generally reserved for use by the system, such as Home, Back, Start Call, [all …]
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | responsiveness.jd | 53 level, you can think of responsiveness as a <em>class</em> problem. (Compare 54 this with basic performance, which was described above as a <em>method</em>-level 85 <p>Therefore any method that runs in the main thread should do as little work 86 as possible. In particular, Activities should do as little as possible to set 87 up in key life-cycle methods such as <code>onCreate()</code> and 88 <code>onResume()</code>. Potentially long running operations such as network 89 or database operations, or computationally expensive calculations such as 100 that display UI, as they are also subject to the same timeouts.</p> 103 long running operations such as network or database operations that 108 as saving a setting or registering a Notification. So as with other methods [all …]
|
/frameworks/base/docs/html/guide/practices/ |
D | responsiveness.jd | 53 level, you can think of responsiveness as a <em>class</em> problem. (Compare 54 this with basic performance, which was described above as a <em>method</em>-level 85 <p>Therefore any method that runs in the main thread should do as little work 86 as possible. In particular, Activities should do as little as possible to set 87 up in key life-cycle methods such as <code>onCreate()</code> and 88 <code>onResume()</code>. Potentially long running operations such as network 89 or database operations, or computationally expensive calculations such as 100 that display UI, as they are also subject to the same timeouts.</p> 103 long running operations such as network or database operations that 108 as saving a setting or registering a Notification. So as with other methods [all …]
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_recordable.txt | 39 rendered image as a video each time eglSwapBuffers gets called, may have 81 recorder as indicated by the NATIVE_WINDOW_IS_VIDEO_RECORDER query on 84 Section 3.4.1, Querying Configurations, change the last paragraph as follow 96 1. Should this functionality be exposed as a new attribute or as a bit in 119 One approach involves performing the color space conversion as part of the 125 space conversion when rendering the frame as well as a YUV -> RGB 131 read. The EGLConfig would likely not need to have any caveat set, as using
|
/frameworks/base/docs/html/ |
D | license.jd | 11 code modules, as well as sample code, and </li> 16 you as part of the <a href="http://source.android.com">Android Open 26 adhere to the preferred license, there may be exceptions, such as for 32 <p>Third-party components of this site such as JavaScript libraries are included in the Android 37 and as otherwise noted, is licensed under the <a 42 with the specific license that applies to the content, as described 51 content as you see fit. Except as noted in the <a href="#restrictions">Restrictions</a> section 55 it as an audiobook for the visually impaired, or even translate it. </p> 73 <li>In some cases, a page may include content, such as an image, that is not 91 content, as described earlier in this document. The complete [all …]
|
D | legal.jd | 9 <p>Android is an open platform that's freely available to you as an app developer. You can 15 as a development platform pursuant to our commitment to openness, freedom, and innovation in 29 <p>You may use the word "Android" in a product name only as a descriptor, such as "for Android" 31 messaging, the word "Android" may be used in text as a descriptor, as long as it is followed by a 40 use of it must be attributed as such.</p> 50 that encourage you to take, modify, reuse, re-purpose, and remix the content as you see fit. The 51 documentation content on this web site is made available to you as part of the <a 54 2.0 license</a>. All other content on this site, except the license documents themselves and as 83 also offers your app powerful services such as in-app billing and license verification. In order to 126 href="http://developer.android.com">developer.android.com</a> are subject to their own terms, as
|
/frameworks/base/libs/usb/tests/AccessoryChat/ |
D | README.txt | 7 This program behaves as if it were a USB accessory. 8 It builds both for the host (Linux PC) and as an android 9 command line program, which will work if run as root on an
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | meta-data-element.jd | 23 available to the component as the 29 attribute. However, to assign a resource ID as the value, use the 45 It is highly recommended that you avoid supplying related data as 47 have complex data to associate with a component, store it as a resource and 64 <dd>The value assigned to the item. The data types that can be assigned as values and the Bundle m… 72 — such as "{@code \\n}" and "{@code \\uxxxxx}" for a Unicode character.</td> 75 <td>Integer value, such as "{@code 100}"</td> 85 <td>Float value, such as "{@code 1.23}"</td>
|
D | intent-filter-element.jd | 45 and Intent Filters</a> document, as well as the 54 receiver when that component is presented to the user as having the 58 This attribute must be set as a reference to a drawable resource 74 to the user as having the capability described by the filter. 77 The label should be set as a reference to a string resource, so that 79 However, as a convenience while you're developing the application, 80 it can also be set as a raw string. 106 higher priority values as potential targets for the intent.</li> 121 The value must be an integer, such as "{@code 100}". Higher numbers have a
|
D | supports-gl-texture-element.jd | 29 as a way of targeting specific device types, based on GPU platform.</p> 32 Google Play uses <code><supports-gl-texture></code> elements as 49 supported texture compression format, specified as the value of a 60 (such as Google Play) or applications can check your application's 61 <code><supports-gl-texture></code> declarations as part of handling or 67 compression formats using the same set of well-known strings, as listed below. 68 The set of format strings may grow over time, as needed, and since the values 69 are strings, applications are free to declare other formats as needed.</p> 82 as a descriptor string. Common descriptor values are listed in the table below. 129 GPU, such as Motorola DROID series; Samsung Galaxy S, Nexus S, and Galaxy Tab; [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonView.java | 184 final AnimatorSet as = mPressedAnim = new AnimatorSet(); in setPressed() local 191 as.playTogether( in setPressed() 195 as.setDuration(50); in setPressed() 197 as.playTogether( in setPressed() 202 as.setDuration(500); in setPressed() 204 as.start(); in setPressed()
|
/frameworks/base/docs/html/tools/projects/ |
D | projects-eclipse.jd | 36 <li>You can also designate an Android project as a library project, which allows it to be shared 37 with other projects that depend on it. Once an Android project is designated as a library 65 <li>Under Target, select an Android target to be used as the project's Build Target. The 83 rules as for packages in the Java programming language) where all your source code will 110 as you would a new application project.</p> 113 set other fields as needed, as shown in figure 1.</p> 129 <p>The new project is now marked as a library project. You can begin moving source code and 130 resources into it, as described in the sections below.</p> 134 now reference the existing project as a library project.</p> 138 <p class="img-caption"><strong>Figure 1.</strong> Marking a project as an [all …]
|
/frameworks/base/docs/html/about/ |
D | marketplace.jd | 21 distribution provider you choose also affects the kinds of services available to you as a publisher, 22 such as licensing and in-app billing APIs, user bug reports, installation analytics, marketing 36 you to manage how you sell your products. You can publish whenever you want, as often as you want, 45 using rich, colorful product pages that feature app screenshots, videos, and user reviews, as well 46 as cross-marketing links to your other products.</p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.4.jd | 36 <p>For developers, the Android {@sdkPlatformVersion} platform is available as a 38 an Android library and system image, as well as a set of emulator skins and 46 <p>Android 2.3.4 provides the same framework API to applications as Android 2.3.3 57 as accessories connect as USB hosts. </p> 100 3.1. An Android-powered device running Android 2.3.4 can not function as a USB 101 host. The library enables the Android-powered device to function as 102 a peripheral only, with the connected accessory functioning as USB host 133 it uses the same API level as Android 2.3.3, API level 10.
|
/frameworks/base/docs/html/training/custom-views/ |
D | optimizing-view.jd | 56 it's called as 57 infrequently as possible. Most calls to {@link android.view.View#onDraw onDraw()} are the result of 78 as shallow as 87 to extend {@link android.view.ViewGroup ViewGroup} as part of a custom view. PieChart has child 110 Mobile GPUs are very good at certain tasks, such as scaling, rotating, and translating 111 bitmapped images. They are not particularly good at other tasks, such as drawing lines or curves. To 121 layer type</a> to {@link android.view.View#LAYER_TYPE_HARDWARE}, so that the GPU can cache it as 124 defines the child view as an inner class of {@code PieChart}, which minimizes the amount of code 162 of the application's lifetime, the pie chart is cached as an image, and redrawn at different 167 <p>There is a tradeoff, though. Caching images as hardware layers consumes video memory, which is a
|
/frameworks/av/media/libstagefright/codecs/amrwb/ |
D | NOTICE | 23 and distribution as defined by Sections 1 through 9 of this document. 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 89 (except as stated in this section) patent license to make, have made, 100 as of the date such litigation is filed. 119 (d) If the Work includes a "NOTICE" text file as part of its 125 as part of the Derivative Works; within the Source form or 132 or as an addendum to the NOTICE text from the Work, provided 134 as modifying the License. [all …]
|
/frameworks/av/libvideoeditor/vss/src/ |
D | NOTICE | 23 and distribution as defined by Sections 1 through 9 of this document. 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 89 (except as stated in this section) patent license to make, have made, 100 as of the date such litigation is filed. 119 (d) If the Work includes a "NOTICE" text file as part of its 125 as part of the Derivative Works; within the Source form or 132 or as an addendum to the NOTICE text from the Work, provided 134 as modifying the License. [all …]
|
/frameworks/base/libs/storage/ |
D | NOTICE | 23 and distribution as defined by Sections 1 through 9 of this document. 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 89 (except as stated in this section) patent license to make, have made, 100 as of the date such litigation is filed. 119 (d) If the Work includes a "NOTICE" text file as part of its 125 as part of the Derivative Works; within the Source form or 132 or as an addendum to the NOTICE text from the Work, provided 134 as modifying the License. [all …]
|
/frameworks/av/media/mtp/ |
D | NOTICE | 23 and distribution as defined by Sections 1 through 9 of this document. 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 89 (except as stated in this section) patent license to make, have made, 100 as of the date such litigation is filed. 119 (d) If the Work includes a "NOTICE" text file as part of its 125 as part of the Derivative Works; within the Source form or 132 or as an addendum to the NOTICE text from the Work, provided 134 as modifying the License. [all …]
|
/frameworks/base/packages/FakeOemFeatures/ |
D | NOTICE | 23 and distribution as defined by Sections 1 through 9 of this document. 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 89 (except as stated in this section) patent license to make, have made, 100 as of the date such litigation is filed. 119 (d) If the Work includes a "NOTICE" text file as part of its 125 as part of the Derivative Works; within the Source form or 132 or as an addendum to the NOTICE text from the Work, provided 134 as modifying the License. [all …]
|
/frameworks/native/libs/utils/ |
D | NOTICE | 23 and distribution as defined by Sections 1 through 9 of this document. 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 89 (except as stated in this section) patent license to make, have made, 100 as of the date such litigation is filed. 119 (d) If the Work includes a "NOTICE" text file as part of its 125 as part of the Derivative Works; within the Source form or 132 or as an addendum to the NOTICE text from the Work, provided 134 as modifying the License. [all …]
|
/frameworks/av/media/libeffects/lvm/wrapper/ |
D | NOTICE | 23 and distribution as defined by Sections 1 through 9 of this document. 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 89 (except as stated in this section) patent license to make, have made, 100 as of the date such litigation is filed. 119 (d) If the Work includes a "NOTICE" text file as part of its 125 as part of the Derivative Works; within the Source form or 132 or as an addendum to the NOTICE text from the Work, provided 134 as modifying the License. [all …]
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | NOTICE | 23 and distribution as defined by Sections 1 through 9 of this document. 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 89 (except as stated in this section) patent license to make, have made, 100 as of the date such litigation is filed. 119 (d) If the Work includes a "NOTICE" text file as part of its 125 as part of the Derivative Works; within the Source form or 132 or as an addendum to the NOTICE text from the Work, provided 134 as modifying the License. [all …]
|
/frameworks/base/cmds/content/ |
D | NOTICE | 23 and distribution as defined by Sections 1 through 9 of this document. 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 89 (except as stated in this section) patent license to make, have made, 100 as of the date such litigation is filed. 119 (d) If the Work includes a "NOTICE" text file as part of its 125 as part of the Derivative Works; within the Source form or 132 or as an addendum to the NOTICE text from the Work, provided 134 as modifying the License. [all …]
|