summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Galia Peycheva <galinap@google.com> 2022-06-27 12:33:07 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2022-06-27 12:33:07 +0000
commit157a1a626806f45999845a3a06aa8f6aeab420a3 (patch)
tree026ce5f583d79d20d68edddb7b91cdd92f627b2f
parent0ad4fccb328a5c9aca573a35f2bb3f4a7d2656f4 (diff)
parent07943a5b9b83152c814b982b9b49a0cb73ab537d (diff)
Merge "Remove SplashScreen animations on TV" into tm-dev am: 07943a5b9b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18601924 Change-Id: I4196a7e946d4bc843bad6adbd236b6921813fa86 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--libs/WindowManager/Shell/res/values-television/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/res/values-television/config.xml b/libs/WindowManager/Shell/res/values-television/config.xml
index 86ca65526336..cc0333efd82b 100644
--- a/libs/WindowManager/Shell/res/values-television/config.xml
+++ b/libs/WindowManager/Shell/res/values-television/config.xml
@@ -43,4 +43,13 @@
<!-- Time (duration in milliseconds) that the shell waits for an app to close the PiP by itself
if a custom action is present before closing it. -->
<integer name="config_pipForceCloseDelay">5000</integer>
+
+ <!-- Animation duration when exit starting window: fade out icon -->
+ <integer name="starting_window_app_reveal_icon_fade_out_duration">0</integer>
+
+ <!-- Animation duration when exit starting window: reveal app -->
+ <integer name="starting_window_app_reveal_anim_delay">0</integer>
+
+ <!-- Animation duration when exit starting window: reveal app -->
+ <integer name="starting_window_app_reveal_anim_duration">0</integer>
</resources>