/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverComparator.java | 112 final int launched = pkStats.mLaunchCount; in compute() local 113 scoredTarget.launchCount = launched; in compute() 114 if (launched > mostLaunched) { in compute() 115 mostLaunched = launched; in compute()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBottomAreaView.java | 399 public void unbindCameraPrewarmService(boolean launched) { in unbindCameraPrewarmService() argument 401 if (mPrewarmMessenger != null && launched) { in unbindCameraPrewarmService() 434 final boolean launched = isSuccessfulLaunch(result); in launchCamera() 438 unbindCameraPrewarmService(launched); in launchCamera()
|
/frameworks/base/docs/html/distribute/engage/ |
D | analytics.jd | 22 launched, use Google Analytics to see which of your features are most
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | index.jd | 15 <p>Earlier this year, Android 3.0 launched with a new 2D rendering pipeline designed to
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 880 boolean launched = false; in runStart() 883 launched = true; in runStart() 886 launched = true; in runStart() 892 launched = true; in runStart() 899 launched = true; in runStart() 905 launched = true; in runStart() 946 if (mWaitOption && launched) { in runStart()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-element.jd | 75 Indicate that the activity can be launched as the embedded child of another 109 is defined by the browser application, but is launched as part of the e-mail 150 <dd>Whether or not tasks launched by activities with this attribute remains in the 183 the root activity, whenever it is re-launched from the home screen — 321 launched. This attribute permits the user to have multiple documents from the same application 351 <td>This activity is not launched into a new document even if the Intent contains 391 <dd>Whether or not the activity can be launched by components of other 393 If "{@code false}", the activity can be launched only by components of the 498 <dd>An instruction on how the activity should be launched. There are four modes 519 launched into the task that called [all …]
|
D | activity-alias-element.jd | 72 If "{@code false}", the target activity can be launched through the alias only by
|
/frameworks/rs/api/ |
D | rs_for_each.spec | 103 When rsForEach is called, the root script is launched immediately. rsForEach returns 171 This context is created when a kernel is launched and updated at each iteration.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 196 launched (started) independently, and the user or system can start, 396 can be launched only from other applications.) When the user touches 398 screen), the main activity for that application is launched into the 581 As previously noted, when an activity has been launched, the user can 625 The application launcher at Home has launched "View Map" and "Day 638 represents an entry point. Applications can also be launched from another 858 applies to an activity that will be launched only from the 933 <h3 id=activity_launching_tip>Consider how you want your activities to be launched or used by other… 1030 picker application that you write could be launched by an intent 1056 launcher, that can be launched separately, and so appear to the user [all …]
|
/frameworks/rs/scriptc/ |
D | rs_for_each.rsh | 103 * When rsForEach is called, the root script is launched immediately. rsForEach returns 160 * This context is created when a kernel is launched and updated at each iteration. 310 * This context is created when a kernel is launched. It contains common
|
/frameworks/base/docs/html/guide/components/ |
D | tasks-and-back-stack.jd | 303 launchMode}</a> attribute specifies an instruction on how the activity should be launched into a 322 If D has the default {@code "standard"} launch mode, a new instance of the class is launched and the 422 it too is removed from the stack and a new instance is launched in its place to handle 460 <p>A new activity is, by default, launched into the task of the activity 467 new activity, the activity is launched into that task. If not, it begins a new task.</p> 562 to return to the task that it creates any time after it has been launched.
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-unit-testing.jd | 91 <li>Verifying that the launched {@link android.content.Intent} contains the
|
/frameworks/base/docs/html/tools/help/ |
D | desktop-head-unit.jd | 67 the DHU by running commands from the terminal window where you launched DHU. 84 <li>Run the command <code>daynight</code> in the terminal where you launched the DHU.
|
/frameworks/base/docs/html/training/notify-user/ |
D | expanded.jd | 91 that will be launched if the user
|
/frameworks/base/docs/html/distribute/users/ |
D | build-community.jd | 118 Once you’ve launched, your Google+ or other social media presence can help
|
/frameworks/base/docs/html/training/tv/playback/ |
D | now-playing.jd | 40 background playback because it can continue to play media even after the activity that launched it
|
/frameworks/base/docs/html/design/wear/ |
D | index.jd | 76 <li><strong>Full screen apps</strong> can be launched on top of the main stream where a wider range…
|
/frameworks/base/docs/html/ndk/reference/ |
D | struct_a_native_activity.jd | 40 …created by the framework, and handed to the application's native code as it is being launched. </p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.3.jd | 73 when they are launched, when an NFC tag is discovered. Previously, the platform
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | running-app.jd | 142 when launched from the command line is different from the version in
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 346 serialized in the order in which they are launched. Depending on the arguments to the kernel, the 351 <p>Invoked functions can be launched using the <code>invoke_<em>functionname</em></code> methods
|
/frameworks/base/docs/html/training/camera/ |
D | cameradirect.jd | 47 that's launched from {@link android.app.Activity#onCreate onCreate()}. This approach is a good idea
|
/frameworks/base/docs/html/distribute/essentials/ |
D | optimizing-your-app.jd | 83 quicker to fix</strong> than they would be once the app is launched fully. 123 Once you have launched, the most obvious way to listen to users is by reading
|
/frameworks/base/docs/html/preview/ |
D | api-overview.jd | 240 also, however, start without user input. For example, another app launched through a voice 242 launched from a user voice query or from another voice interaction app, call the 243 {@link android.app.Activity#isVoiceInteractionRoot()} method. If another app launched your
|
/frameworks/base/docs/html/tools/building/ |
D | building-eclipse.jd | 173 launched.</p>
|