/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | TestActivity.java | 60 final CheckBox multiple = new CheckBox(context); in onCreate() local 61 multiple.setText("ALLOW_MULTIPLE"); in onCreate() 62 view.addView(multiple); in onCreate() 76 if (multiple.isChecked()) { in onCreate() 95 if (multiple.isChecked()) { in onCreate() 114 if (multiple.isChecked()) { in onCreate() 135 if (multiple.isChecked()) { in onCreate() 188 if (multiple.isChecked()) { in onCreate()
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | index.jd | 25 <li><a href="http://developer.android.com/google/play/publishing/multiple-apks.html">Multiple APK 32 <p>Multiple APK support is a feature of Google Play that allows you to publish multiple APKs 37 <p>This class shows you how to write your multiple APK application using any one of these 42 multiple APKs the smart way, make sure they're targeting the devices you want them to, 51 <dd>Learn how to target different versions of the Android platform using multiple APKs. Also 56 <dd>Learn how to target Android devices by screen size using multiple APKs. Also learn how to 65 <dt><b><a href="multiple.html">Creating Multiple APKs with 2+ Dimensions</a></b></dt>
|
D | screensize.jd | 37 <li><a href="http://developer.android.com/google/play/publishing/multiple-apks.html">Multiple APK 46 <p>When developing your Android application to take advantage of multiple APKs on Google Play, 48 further into the development process. This lesson shows you how to create multiple APKs of your 50 make maintaining a multiple APK codebase as painless as possible.</p> 55 <p>When trying to create an application that works across multiple sizes of Android devices, 58 though multiple APK support is the best solution, but this often isn’t the case. The <a 59 href="{@docRoot}google/play/publishing/multiple-apks.html#ApiLevelOptions">Using Single APK 60 Instead</a> section of the multiple APK developer guide includes some useful information on how to 62 guide to <a href="{@docRoot}guide/practices/screens_support.html">supporting multiple screens</a>, 66 multiple-screen support in a single APK much easier).</p> [all …]
|
D | texture.jd | 9 next.link=multiple.html 36 <li><a href="http://developer.android.com/google/play/publishing/multiple-apks.html">Multiple APK 43 …multiple APKs on Google Play, it’s important to adopt some good practices from the get-go, and pre… 51 multiple APK support is the best solution, but this often isn’t the case. The <a 52 href="{@docRoot}google/play/publishing/multiple-apks.html#ApiLevelOptions">Using Single APK 53 Instead</a> section of the multiple APK developer guide includes some useful information on how to 55 href="{@docRoot}google/play/publishing/multiple-apks.html#TextureOptions">detect supported texture 71 material in the resources linked, and determined that multiple APKs are the right path for your 123 <p>If you’re converting an existing application to use multiple APK support, 161 <p>When a user downloads an application which uses multiple APKs through Google Play, the correct [all …]
|
D | api.jd | 36 <li><a href="http://developer.android.com/google/play/publishing/multiple-apks.html">Multiple APK 47 <p>When developing your Android application to take advantage of multiple APKs on Google Play, 49 further into the development process. This lesson shows you how to create multiple APKs of your 51 necessary to make maintaining a multiple APK codebase as painless as possible.</p> 56 <p>When trying to create an application that works across multiple generations of the Android 58 without sacrificing backwards compatibility. It may seem at the outset as though multiple APK 60 href="{@docRoot}google/play/publishing/multiple-apks.html#ApiLevelOptions">Using Single APK 61 Instead</a> section of the multiple APK developer guide includes some useful information on how to 81 material in the resources linked, and determined that multiple APKs are the right path for your 95 <p>In order to create your multiple APK chart, start out with a row of cells representing the [all …]
|
D | multiple.jd | 36 <li><a href="http://developer.android.com/google/play/publishing/multiple-apks.html">Multiple APK 43 <p>When developing your Android application to take advantage of multiple APKs on Google Play, 45 further into the development process. This lesson shows you how to create multiple APKs of your 47 make maintaining a multiple APK codebase as painless as possible.</p> 56 seem at the outset as though multiple APK support is the best solution, but this often isn’t the 57 case. The <a href="{@docRoot}google/play/publishing/multiple-apks.html#ApiLevelOptions">Using 58 Single APK Instead</a> section of the multiple APK guide includes some useful information on how to 76 material in the resources linked, and determined that multiple APKs are the right path for your 192 <p>If you’re converting an existing application to use multiple APK support, 230 <p>When a user downloads an application which uses multiple APKs through Google Play, the correct [all …]
|
/frameworks/base/docs/html/training/design-navigation/ |
D | multiple-sizes.jd | 33 …Vs. In this lesson we explore reasons and tactics for grouping together multiple screens from the … 47 …multiple panes of content. In landscape, panes are usually ordered from left to right in increasin… 49 <p>In addition to addressing these user expectations, it's usually necessary to provide multiple pa… 54 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-multipane-bad.png" 60 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-multipane-good.png" 66 …multi-pane layouts, you can provide different layouts containing one or multiple panes for devices… 79 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-strategy-stretch.png" 84 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-strategy-collapse.png" 89 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-strategy-show-hide.png" 94 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-strategy-stack.png" [all …]
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 12 <li>You should publish multiple APKs only when it's not possible to 27 <li><a href="#Rules">Rules for multiple APKs</a></li> 37 <li><a href="#TextureOptions">Supporting multiple GL textures</a></li> 38 <li><a href="#ScreenOptions">Supporting multiple screens</a></li> 39 <li><a href="#ApiLevelOptions">Supporting multiple API levels</a></li> 40 <li><a href="#CpuArchOptions">Supporting multiple CPU architectures</a></li> 76 publish multiple APKs under the same application listing. Google Play then supplies each APK to 80 <p>By publishing your application with multiple APKs, you can:</p> 91 multiple APKs as the same application.</p> 93 <p class="note"><strong>Note:</strong> You should generally use multiple APKs to support [all …]
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | index.jd | 43 split it into smaller operations running on multiple threads. On a device that has a CPU with 44 multiple processors (cores), the system can run the threads in parallel, rather than making each 45 sub-operation wait for a chance to run. For example, decoding multiple image files in order to 50 This class shows you how to set up and use multiple threads in an Android app, using a
|
/frameworks/base/docs/html/design/style/ |
D | devices-displays.jd | 23 multiple views to reveal more content and ease navigation.</p> 38 <p>So where do you begin when designing for multiple screens? One approach is to work in the base 48 <p>For information about how to build flexible layouts for multiple screen sizes and densities,
|
D | metrics-grids.jd | 6 inch">DPI</acronym>). To simplify the way you design for multiple screens, think of each device as 24 <p>Because it's important that you design and implement your layouts for multiple densities,
|
/frameworks/compile/slang/tests/F_int_ptr_ptr/ |
D | stderr.txt.expect | 1 int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
|
/frameworks/base/docs/html/guide/practices/ |
D | screens-distribution.jd | 37 <p>Although we recommend that you design your application to function properly on multiple 46 href="{@docRoot}guide/practices/screens_support.html">supporting multiple screens</a> and implement 47 them to the best of your ability. By supporting multiple screens, your application can be made 189 href="{@docRoot}guide/practices/screens_support.html">supporting multiple screens</a>. You should 202 you to publish multiple APKs for the same 210 <p>Beware, however, that publishing multiple APKs for the same application is 212 APK that can support a wide range of device configurations</strong>. Supporting multiple screen 216 <p>If you need more information about how to publish multiple APKs on Google Play, read <a 217 href="{@docRoot}google/play/publishing/multiple-apks.html">Multiple APK Support</a>.</p>
|
D | screens-support-1.5.jd | 15 <li>There are some simple steps you should take to enable support for multiple screens in 57 mode</a> and instead support multiple screens, but also maintain compatibility with Android 1.5 and 78 lowest version that includes support for multiple screens) and test your application on each 86 devices and multiple screens. </li> 93 platform's multiple screens support, even though it is technically using an earlier version of the 104 <p>Your application is now prepared to run on multiple screens, while maintaining support for
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | index.jd | 52 android.support.v4.view.ViewPager} commonly include multiple bitmaps on-screen at once with many 70 responsiveness and fluidity of your UI when loading multiple bitmaps.</dd> 76 <dd>This lesson brings everything together, showing you how to load multiple bitmaps into
|
/frameworks/base/docs/html/training/managing-audio/ |
D | index.jd | 30 to ensure multiple apps aren’t playing audio at the same time.</p> 53 <dd>With multiple apps potentially playing audio it's important to think about how they should
|
/frameworks/base/docs/html/training/sharing/ |
D | receive.jd | 39 accepts both text <em>and</em> single or multiple images. With this app, a user can easily start a 53 type, or multiple images of any type, your manifest would look like:</p> 111 handleSendMultipleImages(intent); // Handle multiple images being sent 136 // Update UI to reflect multiple images being shared
|
D | send.jd | 19 <li><a href="#send-multiple-content">Send Multiple Pieces of Content</a></li> 37 to the user (if there are multiple options) or immediately start the activity (if there is only 162 <h2 id="send-multiple-content">Send Multiple Pieces of Content</h2> 164 <p>To share multiple pieces of content, use the {@link android.content.Intent#ACTION_SEND_MULTIPLE}
|
/frameworks/base/docs/html/training/activity-testing/ |
D | index.jd | 31 <p>A <em>test case</em> defines a set of objects and methods to run multiple 67 verify the interaction of multiple Activities.</dd>
|
/frameworks/base/docs/html/training/gestures/ |
D | multi.jd | 44 <p>A multi-touch gesture is when multiple pointers (fingers) touch the screen 46 multiple pointers.</p> 50 <p>When multiple pointers touch the screen at the same time, the system generates the 118 multiple pointers. It returns the masked action
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 9 DIAG(multiple_definitions, DiagnosticEngine::Error, "multiple definition of symbol `%0'", "you defi…
|
/frameworks/base/docs/html/design/building-blocks/ |
D | lists.jd | 12 <p>Lists present multiple line items in a vertical arrangement. They can be used for data selection…
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0-highlights.jd | 63 <img src="{@docRoot}sdk/images/2.0/multiple-accounts.png" class="screenshot" alt="" /><br/> 102 <li>Sync support for contacts from multiple data sources including Exchange. 114 <li>Combined inbox to browse email from multiple accounts in one page.</li>
|
/frameworks/base/docs/html/training/multiscreen/ |
D | index.jd | 50 <em>supporting</em> multiple screens: it must <em>optimize</em> the user 57 optimizing for multiple screens. You can download the sample (to the right) and use it as a source
|
/frameworks/base/docs/html/design/patterns/ |
D | app-structure.jd | 82 …<li>If your top level consists of multiple views, make sure that it's easy for the user to navigat… 102 …the major functional areas. In many cases the top level will consist of multiple views, and you ne… 234 <h4>Acting upon multiple data items</h4> 238 delete multiple items in the category view. Analyze which detail view actions are applicable to 239 collections of items. Then use multi-select to allow application of those actions to multiple items 273 <p>If your users are likely to want to look at multiple items in sequence, allow them to navigate
|