java.lang.Object |
↳ |
com.facebook.imagepipeline.memory.PoolConfig |
Class Overview
Configuration class for pools.
Summary
[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
String
getBitmapPoolType
()
public
boolean
isIgnoreBitmapPoolHardCap
()
public
boolean
isRegisterLruBitmapPoolAsMemoryTrimmable
()