Files
frameworks_base/core/java/android/app
Leon Scroggins III 7432f1831c App transitions/thumbnails: Switch to HardwareBuffer
Bug: 148155907
Bug: 150395371
Test: go/wm-smoke

These previously used a GraphicBuffer created from a HARDWARE Bitmap to
parcel the Bitmap. As part of moving UI Rendering into a mainline
module, which will not include/expose GraphicBuffer,
Bitmap#createGraphicBufferHandle is being replaced by
Bitmap#getHardwareBuffer. Switch over to the now public API.

Change-Id: Id714a48a10fd03a03faa371e206e0c478ae1a4b7
2020-03-10 11:46:10 -04:00
..
2020-02-06 08:41:26 +00:00
2019-11-11 16:12:46 -08:00
2020-02-23 20:44:26 -05:00
2020-02-23 20:44:26 -05:00
2020-03-03 15:06:02 -08:00