commit | b1ca1b777f87ca41562878b854473688119e7e12 | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Thu Mar 30 23:48:57 2023 +0800 |
committer | Riddle Hsu <riddlehsu@google.com> | Thu Mar 30 15:49:40 2023 +0000 |
tree | 171dfffa4f314f36fc073f8957288b58c76173bf | |
parent | 2514a15a85f75e7ae50111086b7ad85b445987ce [diff] |
Reduce no-op IPC when swiping up In SplitScreenController#onGoingToRecentsLegacy, it also ignores: if (ENABLE_SHELL_TRANSITIONS) return null; This avoids a latency from the 2-way IPC before calling RecentsAnimationListener#onRecentsAnimationStart. Bug: 275508603 Test: Swipe-up Change-Id: If1aa847bd92b2a16812a5181b4476d9a35619a76