Home
last modified time | relevance | path

Searched refs:starting (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/support/work/workmanager-firebase/src/androidTest/java/androidx/work/impl/utils/taskexecutor/
DInstantTaskExecutorRule.java30 protected void starting(Description description) { in starting() method in InstantTaskExecutorRule
31 super.starting(description); in starting()
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/taskexecutor/
DInstantTaskExecutorRule.java30 protected void starting(Description description) { in starting() method in InstantTaskExecutorRule
31 super.starting(description); in starting()
/frameworks/support/app-toolkit/core-testing/src/main/java/androidx/arch/core/executor/testing/
DInstantTaskExecutorRule.java33 protected void starting(Description description) { in starting() method in InstantTaskExecutorRule
34 super.starting(description); in starting()
DCountingTaskExecutorRule.java41 protected void starting(Description description) { in starting() method in CountingTaskExecutorRule
42 super.starting(description); in starting()
/frameworks/base/services/core/java/com/android/server/am/
DCompatModePackages.java353 ActivityRecord starting = stack.restartPackage(packageName); in setPackageScreenCompatModeLocked() local
371 if (starting != null) { in setPackageScreenCompatModeLocked()
372 starting.ensureActivityConfiguration(0 /* globalChanges */, in setPackageScreenCompatModeLocked()
376 stack.ensureActivitiesVisibleLocked(starting, 0, !PRESERVE_WINDOWS); in setPackageScreenCompatModeLocked()
DActivityStack.java1685 boolean isStackTranslucent(ActivityRecord starting) { in isStackTranslucent() argument
1701 if (!r.visibleIgnoringKeyguard && r != starting) { in isStackTranslucent()
1731 boolean shouldBeVisible(ActivityRecord starting) { in shouldBeVisible() argument
1740 if (top == null && isInStackLocked(starting) == null && !isTopStackOnDisplay()) { in shouldBeVisible()
1776 if (other.isStackTranslucent(starting)) { in shouldBeVisible()
1785 !other.isStackTranslucent(starting); in shouldBeVisible()
1795 !other.isStackTranslucent(starting); in shouldBeVisible()
1837 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() argument
1839 ensureActivitiesVisibleLocked(starting, configChanges, preserveWindows, in ensureActivitiesVisibleLocked()
1849 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() argument
[all …]
DActivityStackSupervisor.java1638 boolean ensureVisibilityAndConfig(ActivityRecord starting, int displayId, in ensureVisibilityAndConfig() argument
1651 starting != null && starting.mayFreezeScreenLocked(starting.app) in ensureVisibilityAndConfig()
1652 ? starting.appToken : null, in ensureVisibilityAndConfig()
1654 if (starting != null && markFrozenIfConfigChanged && config != null) { in ensureVisibilityAndConfig()
1655 starting.frozenBeforeDestroy = true; in ensureVisibilityAndConfig()
1659 return mService.updateDisplayOverrideConfigurationLocked(config, starting, deferResume, in ensureVisibilityAndConfig()
3690 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() argument
3692 ensureActivitiesVisibleLocked(starting, configChanges, preserveWindows, in ensureActivitiesVisibleLocked()
3699 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() argument
3708 stack.ensureActivitiesVisibleLocked(starting, configChanges, preserveWindows, in ensureActivitiesVisibleLocked()
DProcessRecord.java83 boolean starting; // True if the process is being started field in ProcessRecord
294 pw.println(starting); in dump()
DActivityRecord.java1727 void makeVisibleIfNeeded(ActivityRecord starting, boolean reportToClient) { in makeVisibleIfNeeded() argument
1729 if (mState == RESUMED || this == starting) { in makeVisibleIfNeeded()
1731 "Not making visible, r=" + this + " state=" + mState + " starting=" + starting); in makeVisibleIfNeeded()
/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp143 const bool starting = mStarting; in onDraw() local
159 } else if (starting) { in onDraw()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dimage_and_kernel.rsh23 // The starting position of a kernel matrix in a buffer of a stack of kernel
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags12 # starting with '#' are ignored.
/frameworks/support/room/testing/src/main/java/androidx/room/testing/
DMigrationTestHelper.java117 protected void starting(Description description) { in starting() method in MigrationTestHelper
118 super.starting(description); in starting()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityTestsBase.java557 boolean isStackTranslucent(ActivityRecord starting) {
565 return super.isStackTranslucent(starting);
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md60 …/plugin/src/com/android/systemui/plugins/ActivityStarter.java) - Allows starting of intents while …
/frameworks/rs/script_api/
Drs_vector_math.spec28 functions. Functions with a name starting with<ul>
/frameworks/base/media/java/android/media/
DAudioRecord.java1038 private void handleFullVolumeRec(boolean starting) { in handleFullVolumeRec() argument
1045 ias.forceRemoteSubmixFullVolume(starting, mICallBack); in handleFullVolumeRec()
/frameworks/base/proto/src/
Dmetrics_constants.proto1815 // until the app transition is starting to animate, in milliseconds.
1822 // Logged when we execute an app transition and we drew a starting window. This indicates the
1823 // delay from startActivity until the starting window was drawn.
3992 // NOTE: starting on OS MR1, it also added the following field:
3994 // NOTE: starting on OS P, it also added the following field:
4008 // NOTE: starting on OS P, it also added the following fields:
4043 // NOTE: starting on OS P, it also added the following fields:
4056 // NOTE: starting on OS P, this metric became a value for FIELD_AUTOFILL_AUTHENTICATION_STATUS
4063 // NOTE: starting on OS P, it also added the following fields:
4081 // NOTE: starting on OS P, it also added the following fields:
[all …]
/frameworks/opt/net/ims/
DREADME.txt48 the mobile operator's IMS network. This class is the starting point for any IMS actions.
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h378 void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange);
DAudioPolicyManager.cpp5741 bool starting, bool stateChange) in loadConfig() argument
5758 stream, starting, outputDesc->mDevice, stateChange); in loadConfig()
5767 setStreamMute(stream, starting, mPrimaryOutput); in loadConfig()
5775 setStreamMute(stream, starting, mPrimaryOutput); in loadConfig()
5778 if (starting) { in loadConfig()
/frameworks/base/packages/SystemUI/
DREADME.md8 The starting point for most of sysui code is a list of services that extend
/frameworks/rs/script_api/include/
Drs_vector_math.rsh29 * functions. Functions with a name starting with
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt112 Modify Section 3.8.1 (Sync Objects), added by KHR_fence_sync, starting at
/frameworks/rs/tests/lldb/
DREADME.txt91 to. Specify the starting host port number that lldb-

12