| java.lang.Object | |
| ↳ | com.facebook.imagepipeline.platform.PlatformDecoderFactory |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PlatformDecoderFactory() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static PlatformDecoder |
buildPlatformDecoder(PoolFactory poolFactory, boolean gingerbreadDecoderEnabled)
Provide the implementation of the PlatformDecoder for the current platform using the provided
PoolFactory
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Provide the implementation of the PlatformDecoder for the current platform using the provided PoolFactory
| poolFactory | The PoolFactory |
|---|