summaryrefslogtreecommitdiff
path: root/core/java/android/window/TaskSnapshot.java
Commit message (Expand)AuthorAgeFilesLines
* Implement a reference count for the REFERENCE_WRITE_TO_PARCEL flag.wilsonshih2025-05-151-1/+9
* Fix crash in TaskSnapshot#toStringCosmin Băieș2025-03-271-3/+10
* Defer close snapshot's hardware buffer after remove snapshot from cachewilsonshih2025-03-181-1/+19
* Refactor snapshot access between from cache and disk.wilsonshih2024-12-101-1/+13
* Add TaskSnapshot reference when used for Content suggestion.wilsonshih2024-08-301-2/+5
* [PB] Do not show snapshot if uiMode has changed.wilsonshih2024-07-301-3/+25
* Add feature flag for release snapshot memory actively.wilsonshih2024-05-211-1/+4
* Close TaskSnapshot's hardware buffer once no more strong reference to it.wilsonshih2024-05-151-1/+41
* Fix issue with task snapshots being taken too lateWinson Chung2023-05-231-1/+23
* Add letterboxInsets to TaskSnapshotAlex Chau2021-11-081-3/+24
* Optimize the Parcel read/write of remote animationRiddle Hsu2021-02-261-8/+7
* Better IME transition while switching app with recents (3/N)Ming-Shin Lu2020-12-281-11/+29
* Move TaskSnapshot into android.window packageMing-Shin Lu2020-12-131-0/+385