java.lang.Object | |
↳ | com.facebook.imagepipeline.bitmaps.PlatformBitmapFactoryProvider |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PlatformBitmapFactoryProvider() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static PlatformBitmapFactory |
buildPlatformBitmapFactory(PoolFactory poolFactory, PlatformDecoder platformDecoder, CloseableReferenceFactory closeableReferenceFactory)
Provide the implementation of the PlatformBitmapFactory for the current platform using the
provided PoolFactory
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Provide the implementation of the PlatformBitmapFactory for the current platform using the provided PoolFactory
poolFactory | The PoolFactory |
---|---|
platformDecoder | The PlatformDecoder |