History log of /frameworks/base/services/core/java/com/android/server/wm/WindowManagerThreadPriorityBooster.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ec3e26c087ce69134631cbcdf5c38f7ebdd63e7 09-Jun-2017 Winson Chung <winsonc@google.com> Boost the anim thread priority when doing a bounds animation.

Bug: 36371375
Bug: 36631902
Test: Start PIP, ensure anim thread priority is boosted for entire
transition

Change-Id: Id60ce7a2b7791de2786d683dbe148483d0ad0f04
/frameworks/base/services/core/java/com/android/server/wm/WindowManagerThreadPriorityBooster.java
245281c056a5b880486671157b48d6c4e5815ce1 07-Jun-2017 Jorim Jaggi <jjaggi@google.com> Boost android.anim and wm lock sections to -10 during transition

-4 is not enough if we have to compete against RT and main thread
from top app that have -10. Boost it more during app transitions

Test: Inspect systrace, make sure priorities are right, including
getting reset after the transition.
Test: Open Chrome 100x
Test: go/wm-smoke

Change-Id: Id6b060b8aafded67b4bae61b6e8960e37976b096
Fixes: 36631902
/frameworks/base/services/core/java/com/android/server/wm/WindowManagerThreadPriorityBooster.java