commit | db3d98ae23637f742e1908c3944052b34b008114 | [log] [tgz] |
---|---|---|
author | Fengjiang Li <fengjial@google.com> | Wed Nov 01 22:17:10 2023 +0800 |
committer | Fengjiang Li <fengjial@google.com> | Fri Nov 03 10:00:28 2023 +0800 |
tree | 734eddd0597f24789d838c055d2f2151462143f1 | |
parent | e96eeb176d681867bbd202255164b7f7e595db11 [diff] |
Move android.view.IWindowManager#registerSystemGestureExclusionListener to background thread and inline SystemGestureExclusionListenerCompat in RecentsAnimationDeviceStatet The P99 latency is 30ms, which is very slow. Moving the binder call to BG thread should avoid the jank. Fix: 299466828 Flag: N/A Test: test device boot without issue Change-Id: Ib24584a2608b11f02589d4ea4515a6c91c354351