summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/screenshot/ImageLoader.java
Commit message (Collapse)AuthorAgeFilesLines
* Splits up internal binder api for scroll captureMark Renouf2021-03-161-3/+12
| | | | | | | | | | | | | | | Splits the connection callback out from the session callbacks. Use ListenableFuture at the ScrollCaptureClient layer to safely chain together futures, provide a better exception handling/reporting path, and allow for cancellation of background tasks. Bug: 180671218 Test: atest ScrollCaptureClientTest ScrollCaptureConnectionTest Test: atest ScrollCaptureFrameworkSmokeTest Change-Id: Ibc8536d12a5554f62b3d7e1f4f717d3589ec45e0
* Updates to ImageExporter, adds ImageLoaderMark Renouf2021-03-041-0/+94
Adds ImageLoader which loads bitmaps from MediaStore or direct from the filesystem asynchronously. Change-Id: I169325f64892fc0a591238b8cbb8010e863dc0c6