docs/javadoc/reference/com/facebook/imagepipeline/memory/BitmapCounter.html
|
|
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.memory.BitmapCounter |
Counts bitmaps - keeps track of both, count and total size in bytes.
| Public Constructors |
|---|
| Public Methods |
|---|
| synchronized void |
| Excludes given bitmap from the count. |
| synchronized int |
| synchronized int |
| synchronized int |
| ResourceReleaser<Bitmap> |
| synchronized long |
| synchronized boolean |
| Includes given bitmap in the bitmap count. |
| [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() |
|
Excludes given bitmap from the count.
| bitmap | to be excluded from the count |
Includes given bitmap in the bitmap count. The bitmap is included only if doing so does not violate configured limit
| bitmap | to include in the count |
+Generated by Doclava. +