summaryrefslogtreecommitdiff
path: root/core/java/android/window/TaskFragmentAnimationParams.java
Commit message (Collapse)AuthorAgeFilesLines
* Update WM Extensions aar for animation background colorChris Li2023-02-141-2/+10
| | | | | | | | | | Store 0 in a named constant as the default animation background color. Update the animation background color usage to make sure it is not transparent. Bug: 267955776 Test: verify the behavior is not changed with demo app Change-Id: I23fcab10a516de2c7646639e5773cf8c67143bcb
* Pass TaskFragmentAnimationParams to TaskFragmentChris Li2023-01-051-0/+129
Pass the animationBackgroundColor set in WM Jetpack to WM Core through TaskFragmentAnimationParams. Introduce TaskFragmentOperation for all the future TaskFragment related WindowContainerTransaction operations. Bug: 263047900 Test: atest WmTests:TaskFragmentOrganizerControllerTest Merged-In: Ia8da5ea7cb6a9ba0615b77ba06b16339d78c11fd Change-Id: Ia8da5ea7cb6a9ba0615b77ba06b16339d78c11fd