java.lang.Object | |
↳ | com.facebook.imagepipeline.memory.BitmapCounterConfig |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | BitmapCounterConfig.Builder |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DEFAULT_MAX_BITMAP_COUNT |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BitmapCounterConfig(BitmapCounterConfig.Builder builder) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getMaxBitmapCount() | ||||||||||
static BitmapCounterConfig.Builder | newBuilder() | ||||||||||
void | setMaxBitmapCount(int maxBitmapCount) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|