Back to Fresco

PoolConfig

docs/javadoc/reference/com/facebook/imagepipeline/memory/PoolConfig.html

3.6.018.5 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Annotations

Exceptions

Packages | Classes

Summary: Nested Classes | Constants | Methods | Inherited Methods | [Expand All]

public class

PoolConfig

extends Object

| java.lang.Object | | ↳ | com.facebook.imagepipeline.memory.PoolConfig |

Class Overview

Configuration class for pools.

Summary

Nested Classes
class
Constants
int
Public Methods
int
int
PoolParams
PoolStatsTracker
String
PoolParams
PoolParams
PoolStatsTracker
MemoryTrimmableRegistry
PoolParams
PoolStatsTracker
boolean
boolean
static PoolConfig.Builder

| [Expand] Inherited Methods | | --- | | From class java.lang.Object

| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |

|

Constants

public static final int BITMAP_POOL_MAX_BITMAP_SIZE_DEFAULT

Constant Value: 4194304 (0x00400000)

Public Methods

public int getBitmapPoolMaxBitmapSize()

public int getBitmapPoolMaxPoolSize()

public PoolParams getBitmapPoolParams()

public PoolStatsTracker getBitmapPoolStatsTracker()

public String getBitmapPoolType()

public PoolParams getFlexByteArrayPoolParams()

public PoolParams getMemoryChunkPoolParams()

public PoolStatsTracker getMemoryChunkPoolStatsTracker()

public MemoryTrimmableRegistry getMemoryTrimmableRegistry()

public PoolParams getSmallByteArrayPoolParams()

public PoolStatsTracker getSmallByteArrayPoolStatsTracker()

public boolean isIgnoreBitmapPoolHardCap()

public boolean isRegisterLruBitmapPoolAsMemoryTrimmable()

public static PoolConfig.Builder newBuilder()

+Generated by Doclava. +