/frameworks/base/services/java/com/android/server/am/ |
D | CompatModePackages.java | 298 ActivityRecord starting = stack.restartPackage(packageName); in setPackageScreenCompatModeLocked() local 316 if (starting != null) { in setPackageScreenCompatModeLocked() 317 stack.ensureActivityConfigurationLocked(starting, 0); in setPackageScreenCompatModeLocked() 320 stack.ensureActivitiesVisibleLocked(starting, 0); in setPackageScreenCompatModeLocked()
|
D | ActivityStack.java | 1022 final boolean ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { in ensureActivitiesVisibleLocked() argument 1023 return ensureActivitiesVisibleLocked(starting, configChanges, false); in ensureActivitiesVisibleLocked() 1026 final boolean ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() argument 1030 ensureActivitiesVisibleLocked(r, starting, null, configChanges, forceHomeShown); in ensureActivitiesVisibleLocked() 1037 final boolean ensureActivitiesVisibleLocked(ActivityRecord top, ActivityRecord starting, in ensureActivitiesVisibleLocked() argument 1081 if (r != starting && doThisProcess) { in ensureActivitiesVisibleLocked() 1091 if (r != starting) { in ensureActivitiesVisibleLocked() 1100 if (r != starting) { in ensureActivitiesVisibleLocked() 1115 if (r.state != ActivityState.RESUMED && r != starting) { in ensureActivitiesVisibleLocked() 3570 ActivityRecord starting = topRunningActivityLocked(null); in restartPackage() local [all …]
|
D | ProcessRecord.java | 63 boolean starting; // True if the process is being started field in ProcessRecord 214 pw.println(starting); in dump()
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | index.jd | 6 next.link=starting.html 62 <dt><b><a href="starting.html">Starting an Activity</a></b></dt>
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | view-animation.jd | 30 set of parameters specific for that transformation (starting size and ending size for size 31 change, starting angle and ending angle for rotation, and so on), and also a set of common 103 <p>As an alternative to <code>startAnimation()</code>, you can define a starting time for the
|
/frameworks/testing/uiautomator/cmds/uiautomator/ |
D | uiautomator | 29 # before starting the Java code. This offloads the task of class loading 82 # we are done with jars, starting with parameters now
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 12 # starting with '#' are ignored.
|
/frameworks/base/docs/html/tools/adk/ |
D | index.jd | 6 hobbyists to use as a starting point for building accessories for Android. Each ADK release is
|
/frameworks/base/docs/html/design/style/ |
D | themes.jd | 31 desire is to have a more distinct look for your app, using one of the system themes as a starting
|
/frameworks/base/docs/html/tools/help/ |
D | MonkeyImage.jd | 214 The horizontal position of the pixel, starting with 0 at the left of the screen in the 221 The vertical position of the pixel, starting with 0 at the top of the screen in the 265 The horizontal position of the pixel, starting with 0 at the left of the screen in the 272 The vertical position of the pixel, starting with 0 at the top of the screen in the
|
/frameworks/base/docs/html/training/animation/ |
D | zoom.jd | 176 <li>Calculate the starting and ending bounds for the {@link android.widget.ImageView}. 181 simultaneously, from the starting bounds to the ending bounds. These four animations are 205 // Calculate the starting and ending bounds for the zoomed-in image.
|
/frameworks/base/docs/html/training/load-data-background/ |
D | index.jd | 59 versions of classes, which support platforms starting with Android 1.6.
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-projects.jd | 22 Eclipse also takes care of starting the ADB host daemon for you, so you do not have to run this
|
/frameworks/base/docs/html/training/notepad/ |
D | index.jd | 53 tutorial before starting this one.</p> 69 the starting points for each of the exercises, while the
|
/frameworks/base/docs/html/training/basics/intents/ |
D | result.jd | 45 {@link android.app.Activity#startActivityForResult startActivityForResult()}. When starting one of 52 <p>There's nothing special about the {@link android.content.Intent} object you use when starting
|
/frameworks/base/docs/html/guide/faq/ |
D | framework.jd | 13 running before starting it?</a></li> 126 <h2>How can I check if an Activity is already running before starting
|
/frameworks/base/docs/html/training/location/ |
D | index.jd | 43 starting point for adding location awareness to your own app.
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | Configurator.jd | 241 state before starting a uiautomator action.</div> 679 this wait before starting to search for the widget specified by the 880 state before starting a uiautomator action. 883 this wait before starting to search for the widget specified by the
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 177 sending data, starting a voice command, or performing some other type 370 starting an activity that defines itself as a new task. Maps and 385 shows how the system responds to user actions such as starting 395 Home is the starting place for most applications. (Some applications 818 starting the root activity again for that task: choose Home 915 before starting the activity, or catch an exception if starting the 992 procedure. These are examples of starting an activity 1036 already has a well-defined starting point, so probably does not need
|
/frameworks/base/docs/html/google/play-services/ |
D | wallet.jd | 16 before starting development. Note that Instant Buy is currently only available to
|
/frameworks/base/docs/html/training/sharing/ |
D | shareaction.jd | 38 starting with API Level 14 and higher.</p>
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 105 <p>Whether you’re modifying an existing Android application or starting one from scratch, this is 153 possible, define your starting Activity in the library project, and extend that Activity in your APK 154 project. Having a starting activity defined in the library project gives you a chance to put all
|
D | api.jd | 145 <p>Whether you’re modifying an existing Android application or starting one from scratch, this is 193 possible, define your starting Activity in the library project, and extend that Activity in your APK 194 project. Having a starting activity defined in the library project gives you a chance to put all
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 161 notification with a gesture. Expanded notifications are available starting with Android 4.1. 427 part of the expanded notification feature available starting in Android 4.1. 514 {@link android.app.Activity} you're starting. There are two general situations: 521 You're starting an {@link android.app.Activity} that's part of the application's normal 564 {@link android.app.Activity} you're starting by adding a 585 element of the {@link android.app.Activity} you're starting. 812 To use a progress indicator on platforms starting with Android 4.0, call
|
/frameworks/base/docs/html/training/notify-user/ |
D | build-notification.jd | 97 of {@link android.app.Activity} you're starting. When you start an {@link
|