media/libraries/datasource/src/androidTest
tofunmi 6879698d7e Move setting bitmapFactory options from interface to implementation
Moves setting bitmapFactory options from BitmapLoader to DatasourceBitmapLoader

BitmapLoader is a general interface for bitmap loading that could use loading implementations other that BitmapFactory, with the rise of Glide being a loader of choice. It's best to correct this interface so that it remains generic

We can't deprecate easily because the other loadBitmap method in that case has a default implementation that relies on the first one, so the change is still breaking. BitmapLoader is public api in common, but it's @UnstableAPI and hasn't been around for very long (be38670391 added it), so it seems this is the best way forward.

PiperOrigin-RevId: 597897098
2024-01-12 11:21:48 -08:00
..
java/androidx/media3/datasource Move setting bitmapFactory options from interface to implementation 2024-01-12 11:21:48 -08:00
res Test overriding resource type in RawResourceDataSource 2023-10-16 09:58:00 -07:00
AndroidManifest.xml Move HttpEngineDataSource to the DataSource library. 2023-12-20 12:10:36 -08:00