Home
last modified time | relevance | path

Searched refs:launching (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeAnimationInteractor.kt30 fun setIsLaunchingActivity(launching: Boolean) { in setIsLaunchingActivity()
31 shadeAnimationRepository.isLaunchingActivity.value = launching in setIsLaunchingActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java102 default void setLaunchingActivity(boolean launching) {} in setLaunchingActivity() argument
/frameworks/base/libs/WindowManager/Shell/aconfig/
Dmultitasking.aconfig108 description: "Allow reusing bubbled tasks for new activities only when launching from bubbles"
/frameworks/proto_logging/stats/atoms/aiwallpapers/
Daiwallpapers_extension_atoms.proto149 * A summary of a session, starting from launching the activity, till setting
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java772 public void setLaunchingActivity(boolean launching) { in setLaunchingActivity() argument
773 mCurrentState.launchingActivityFromNotification = launching; in setLaunchingActivity()
/frameworks/compile/libbcc/
DREADME.rst71 AOT also masks the launching time overhead of on-device linking
/frameworks/native/services/inputflinger/docs/
Danr.md51 After launching, an application may not add a focused window. This could be either due to a bug in …
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5835 private void setLaunchingNotification(boolean launching) { in setLaunchingNotification() argument
5836 if (launching == mLaunchingNotification) { in setLaunchingNotification()
5839 mLaunchingNotification = launching; in setLaunchingNotification()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4071 // FIELD - The name of the package responsible for launching the activity
/frameworks/proto_logging/stats/
Datoms.proto5459 // The process state of the launching activity prior to the launch.
5462 // The oom adj score of the launching activity prior to the launch.