Lines Matching defs:starting

100     // is short because it directly impacts the responsiveness of starting the
234 * When we are in the process of pausing an activity, before starting the
545 * Returns the first activity (starting from the top of the stack) that
753 + " (starting new instance)");
764 // This activity is not starting in the resumed state... which
769 + " (starting in stopped state)");
806 Slog.w(TAG, "Exception when starting activity "
1123 // To juggle the fact that we are also starting a new
1125 // the current instance before starting the new one.
1242 ActivityRecord starting, String onlyThisProcess, int configChanges) {
1270 if (r != starting && doThisProcess) {
1282 if (r != starting) {
1290 if (r != starting) {
1306 if (r.state != ActivityState.RESUMED && r != starting) {
1385 final void ensureActivitiesVisibleLocked(ActivityRecord starting,
1389 ensureActivitiesVisibleLocked(r, starting, null, configChanges);
1581 // We are starting up the next activity, so tell the window manager
1792 // If starting in an existing task, find where that is...
1801 // user, then just add it without starting; it will
1854 // We want to show the starting preview window if we are
1866 "Prepare open transition: starting " + r);
1883 // Even though this activity is starting fresh, we still need
1896 // "has the same starting icon" as the next one. This allows the
1901 // We don't want to reuse the previous starting preview if:
2361 * task starting at a specified index.
2471 + " (pid=" + callingPid + ") when starting: "
2553 msg = "Permission Denial: starting " + intent.toString()
2558 msg = "Permission Denial: starting " + intent.toString()
2648 // Caller wants to appear on home activity, so before starting
2702 // The original activity who is starting us is running as a single
2703 // instance... this new activity it is starting must go on its
2990 // An existing activity is starting this new activity, so we want
2991 // to keep the new one in the same task as the one that is starting
3122 + " (pid=" + realCallingPid + ") when starting: "
3188 "Updating to new configuration after starting activity.");
4480 // Remove all of this task's activities starting at the sub task.