Searched refs:starting (Results 1 - 19 of 19) sorted by relevance

/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/taskexecutor/
H A DInstantTaskExecutorRule.java30 protected void starting(Description description) { method in class:InstantTaskExecutorRule
31 super.starting(description);
/frameworks/support/work/workmanager-firebase/src/androidTest/java/androidx/work/impl/utils/taskexecutor/
H A DInstantTaskExecutorRule.java30 protected void starting(Description description) { method in class:InstantTaskExecutorRule
31 super.starting(description);
/frameworks/support/app-toolkit/core-testing/src/main/java/androidx/arch/core/executor/testing/
H A DInstantTaskExecutorRule.java33 protected void starting(Description description) { method in class:InstantTaskExecutorRule
34 super.starting(description);
H A DCountingTaskExecutorRule.java41 protected void starting(Description description) { method in class:CountingTaskExecutorRule
42 super.starting(description);
/frameworks/base/services/core/java/com/android/server/am/
H A DCompatModePackages.java353 ActivityRecord starting = stack.restartPackage(packageName);
371 if (starting != null) {
372 starting.ensureActivityConfiguration(0 /* globalChanges */,
376 stack.ensureActivitiesVisibleLocked(starting, 0, !PRESERVE_WINDOWS);
H A DActivityStack.java194 // is short because it directly impacts the responsiveness of starting the
292 * When we are in the process of pausing an activity, before starting the
573 // Inform the user that they are starting an app that may not work correctly in
690 mStackSupervisor.ensureActivitiesVisibleLocked(null /* starting */, 0 /* configChanges */,
1187 * Returns the first activity (starting from the top of the stack) that
1253 if (DEBUG_STATES) Slog.v(TAG_STATES, "Moving to RESUMED: " + r + " (starting new instance)"
1363 ensureActivitiesVisibleLocked(null /* starting */, 0 /* configChanges */,
1681 * starting (about to be visible) activity that is fullscreen (opaque).
1682 * @param starting The currently starting activit
1685 isStackTranslucent(ActivityRecord starting) argument
1731 shouldBeVisible(ActivityRecord starting) argument
1837 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, boolean preserveWindows) argument
1849 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, boolean preserveWindows, boolean notifyClients) argument
2087 makeVisibleAndRestartIfNeeded(ActivityRecord starting, int configChanges, boolean isTop, boolean andResume, ActivityRecord r) argument
2796 getAdjustedPositionForTask(TaskRecord task, int suggestedPosition, ActivityRecord starting) argument
2838 insertTaskAtTop(TaskRecord task, ActivityRecord starting) argument
[all...]
H A DActivityStackSupervisor.java994 Slog.w(TAG, "Exception in new application when starting activity "
1381 // While there are activities pausing we skipping starting any new activities until
1382 // pauses are complete. NOTE: that we also do this for activities that are starting in
1511 // Because we could be starting an Activity in the system process this may not go
1604 // This activity is not starting in the resumed state... which should look like we asked
1608 "Moving to PAUSED: " + r + " (starting in paused state)");
1632 * @param starting The currently starting activity or {@code null} if there is none.
1638 boolean ensureVisibilityAndConfig(ActivityRecord starting, int displayId, argument
1642 // Passing null here for 'starting' para
3690 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, boolean preserveWindows) argument
3699 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, boolean preserveWindows, boolean notifyClients) argument
[all...]
H A DProcessRecord.java83 boolean starting; // True if the process is being started field in class:ProcessRecord
228 // Params used in starting this process.
293 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
294 pw.println(starting);
H A DActivityRecord.java357 // we can select the right animation in the cases of starting
1727 void makeVisibleIfNeeded(ActivityRecord starting, boolean reportToClient) { argument
1729 if (mState == RESUMED || this == starting) {
1731 "Not making visible, r=" + this + " state=" + mState + " starting=" + starting);
2309 // We don't show starting window for overlay activities.
2328 if (DEBUG_VISIBILITY) Slog.w(TAG_VISIBILITY, "Found orphaned starting window " + this);
2524 if (!stack.shouldBeVisible(null /* starting */)) {
2811 * @return Whether a task snapshot starting window may be shown.
2818 // Restrict task snapshot starting windo
[all...]
H A DActivityManagerService.java609 // on getting this result before starting to launch its UI).
4039 // In the special case introduced by this method (which is, starting an isolated
4090 // When the user is explicitly starting a process, then clear its
4116 // (3) There is a pid assigned to it, so it is either starting or
4163 // If the system is not ready yet, then hold off on starting this
4179 checkTime(startTime, "startProcess: done starting proc!");
4224 checkTime(startTime, "startProcess: starting to update cpu stats");
4385 Slog.e(TAG, "Failure starting process " + app.processName, e);
4390 // starting this process. (We already invoked this method once when
4435 Slog.e(TAG, "Failure starting proces
22458 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale) argument
22463 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean deferResume) argument
22473 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean persistent, int userId, boolean deferResume) argument
22489 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean persistent, int userId, boolean deferResume, UpdateConfigurationResult result) argument
22709 updateDisplayOverrideConfigurationLocked(Configuration values, ActivityRecord starting, boolean deferResume, int displayId) argument
22719 updateDisplayOverrideConfigurationLocked(Configuration values, ActivityRecord starting, boolean deferResume, int displayId, UpdateConfigurationResult result) argument
22791 ensureConfigAndVisibilityAfterUpdate(ActivityRecord starting, int changes) argument
[all...]
/frameworks/base/libs/hwui/hwui/
H A DAnimatedImageDrawable.cpp143 const bool starting = mStarting; local
159 } else if (starting) {
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityTestsBase.java557 boolean isStackTranslucent(ActivityRecord starting) { argument
565 return super.isStackTranslucent(starting);
/frameworks/support/room/testing/src/main/java/androidx/room/testing/
H A DMigrationTestHelper.java117 protected void starting(Description description) { method in class:MigrationTestHelper
118 super.starting(description);
/frameworks/rs/script_api/
H A Drs_vector_math.spec28 functions. Functions with a name starting with<ul>
H A Drs_math.spec42 functions. Functions with a name starting with<ul>
/frameworks/base/media/java/android/media/
H A DAudioRecord.java1038 private void handleFullVolumeRec(boolean starting) { argument
1045 ias.forceRemoteSubmixFullVolume(starting, mICallBack);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h313 // 1 speed up process when the state is stable (when starting or stopping an output)
378 void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange);
H A DAudioPolicyManager.cpp1236 // starting an output being rerouted?
1267 // wait for audio on other active outputs to be presented when starting
1299 // update the outputs if starting an output with a stream that can affect notification
1829 // starting concurrent capture is enabled if:
2031 // indicate active capture to sound trigger service if starting capture from a mic on
5741 bool starting, bool stateChange)
5757 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
5758 stream, starting, outputDesc->mDevice, stateChange);
5767 setStreamMute(stream, starting, mPrimaryOutput);
5775 setStreamMute(stream, starting, mPrimaryOutpu
5740 handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 373 milliseconds