Searched refs:launching (Results 1 – 10 of 10) sorted by relevance
30 fun setIsLaunchingActivity(launching: Boolean) { in setIsLaunchingActivity()31 shadeAnimationRepository.isLaunchingActivity.value = launching in setIsLaunchingActivity()
102 default void setLaunchingActivity(boolean launching) {} in setLaunchingActivity() argument
108 description: "Allow reusing bubbled tasks for new activities only when launching from bubbles"
149 * A summary of a session, starting from launching the activity, till setting
772 public void setLaunchingActivity(boolean launching) { in setLaunchingActivity() argument773 mCurrentState.launchingActivityFromNotification = launching; in setLaunchingActivity()
71 AOT also masks the launching time overhead of on-device linking
51 After launching, an application may not add a focused window. This could be either due to a bug in …
5835 private void setLaunchingNotification(boolean launching) { in setLaunchingNotification() argument5836 if (launching == mLaunchingNotification) { in setLaunchingNotification()5839 mLaunchingNotification = launching; in setLaunchingNotification()
4071 // FIELD - The name of the package responsible for launching the activity
5459 // The process state of the launching activity prior to the launch.5462 // The oom adj score of the launching activity prior to the launch.