/frameworks/base/docs/html/tools/help/ |
D | hprof-conv.jd | 9 can view the file in a profiling tool of your choice. </p>
|
D | MonkeyRunner.jd | 47 <a href="#choice">choice</a> 191 <A NAME="choice"></A> 197 <span class="sympad">choice</span>
|
D | index.jd | 41 you can view the file in a profiling tool of your choice.</dd>
|
/frameworks/rs/ |
D | rsg_generator.c | 654 char choice = fgetc(input); in main() local 657 if (choice < '0' || choice > '3') { in main() 658 fprintf(stderr, "Uknown command: \'%c\'\n", choice); in main() 668 switch (choice) { in main()
|
/frameworks/base/docs/html/design/building-blocks/ |
D | seek-bars.jd | 7 interactive nature of the slider makes it a great choice for settings that reflect intensity levels,
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 272 <li>A traditional single-choice list</li> 273 <li>A persistent single-choice list (radio buttons)</li> 274 <li>A persistent multiple-choice list (checkboxes)</li> 277 <p>To create a single-choice list like the one in figure 3, 312 unless you're using one of the following persistent choice lists.</p> 317 A list of multiple-choice items.</p> 321 <h4 id="Checkboxes">Adding a persistent multiple-choice or single-choice list</h4> 323 <p>To add a list of multiple-choice items (checkboxes) or 324 single-choice items (radio buttons), use the 330 <p>For example, here's how you can create a multiple-choice list like the [all …]
|
/frameworks/wilhelm/tests/sandbox/ |
D | monkey.c | 273 unsigned choice = (rand() & 0x7FFFFFFF) % totalProbability; in main() local 279 if (totalProbability <= choice) in main()
|
/frameworks/base/docs/html/design/patterns/ |
D | settings.jd | 148 For example, you might be able to redesign two related checkbox settings into one multiple choice 189 <h4>Multiple choice</h4> 353 <li>Which choice would most users be likely to choose on their own if there were no default?</li> 354 <li>Which choice is the most neutral or middle-of-the-road?</li> 355 <li>Which choice is the least risky, controversial, or over-the-top?</li> 356 <li>Which choice uses the least amount of battery or mobile data?</li> 357 <li>Which choice best supports the design principle 359 <li>Which choice best supports the design principle 571 <p>In this multiple choice setting, we changed the label to a friendlier term and also replaced
|
/frameworks/base/services/java/com/android/server/wifi/ |
D | README.txt | 18 … mode will be on even though Wi-Fi is being turned off. The user has the choice to turn this notif…
|
/frameworks/base/docs/html/training/scheduling/ |
D | alarms.jd | 60 <p>As described above, repeating alarms are a good choice for scheduling regular events or 72 <p>Every choice you make in designing your repeating alarm can have consequences in how your 117 hour), use one of the elapsed real time types. In general, this is the better choice.</p> 214 choice.
|
/frameworks/base/docs/html/training/activity-testing/ |
D | preparing-activity-testing.jd | 43 are free to use the IDE of your choice or the command-line.</p>
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 21 location provider choice and power management. Location Services also provides new
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | spinner.jd | 89 this method is a layout resource that defines how the selected choice appears in the
|
/frameworks/base/services/java/com/android/server/pm/ |
D | UserManagerService.java | 1400 for (String choice : values) { in writeApplicationRestrictionsLocked() 1402 serializer.text(choice != null ? choice : ""); in writeApplicationRestrictionsLocked()
|
/frameworks/base/docs/html/distribute/ |
D | open.jd | 4 <p>As an open platform, Android offers choice. You
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 516 existing activity, then the system presents the user with a choice 568 them with a choice between the Android System's ringtone activity and 569 the new one. This dialog box has an option to remember their choice 684 Intent object which displays a dialog box with a choice between the 969 consider setting up that activity to appear as a choice to the 1034 picker (and letting them save their choice) as shown in the
|
/frameworks/base/docs/html/training/cloudsave/ |
D | conflict-res.jd | 100 always replace old data. For example, if the data represents the player's choice 101 for a character's shirt color, then a more recent choice should override an 102 older choice. In this case, you would probably choose to store the timestamp in the cloud
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-focus.jd | 109 <p>Whenever another app requests audio focus as described above, its choice between permanent and
|
/frameworks/base/docs/html/training/custom-views/ |
D | optimizing-view.jd | 98 applications, but it isn't the right choice for every application. The Android framework
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 396 <li><b>Multiple-choice selection for ListView and GridView</b> 402 perform from a list of options in the Action Bar (which has transformed into a Multi-choice 405 <p>To enable multiple-choice selection, call {@link 410 <p>When the user performs a long-press on an item, the Action Bar switches to the Multi-choice 416 <p>For an example of multiple-choice selection, see the <a 646 framework?s plugin API provides a means of adding support for a DRM scheme of choice into the
|
/frameworks/base/docs/html/distribute/googleplay/about/ |
D | monetizing.jd | 85 <p>Google Play gives you a choice of billing models to let you monetize your
|
D | distribution.jd | 104 choice.</p>
|
/frameworks/base/docs/html/training/search/ |
D | setup.jd | 147 some sort of data set. To create a searchable activity, declare an activity of your choice to
|
/frameworks/base/docs/html/distribute/googleplay/promote/ |
D | linking.jd | 22 <li>Link to a <a href="#PerformingSearch">search result</a> of your choice</li>
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-recent-query-suggestions.jd | 233 <p>Execute this from your choice of a "Clear Search History" menu item,
|