public class

PlatformBitmapFactoryProvider

extends Object
java.lang.Object
   ↳ com.facebook.imagepipeline.bitmaps.PlatformBitmapFactoryProvider

Summary

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

Public Constructors

public PlatformBitmapFactoryProvider ()

Public Methods

public static PlatformBitmapFactory buildPlatformBitmapFactory (PoolFactory poolFactory, PlatformDecoder platformDecoder, CloseableReferenceFactory closeableReferenceFactory)

Provide the implementation of the PlatformBitmapFactory for the current platform using the provided PoolFactory

Parameters
poolFactory The PoolFactory
platformDecoder The PlatformDecoder
Returns
  • The PlatformBitmapFactory implementation