Back to Fresco

BitmapPoolBackend

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

3.6.015.9 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Annotations

Exceptions

Packages | Classes

Summary: Ctors | Methods | Protected Methods | Inherited Methods | [Expand All]

public class

BitmapPoolBackend

extends LruBucketsPoolBackend<T>

| java.lang.Object | | ↳ | com.facebook.imagepipeline.memory.LruBucketsPoolBackend<T> | | | ↳ | com.facebook.imagepipeline.memory.BitmapPoolBackend |

Summary

Public Constructors
Public Methods
Bitmap
int
void
Protected Methods
boolean

| [Expand] Inherited Methods | | --- | | From class com.facebook.imagepipeline.memory.LruBucketsPoolBackend

| T | get(int size) | | abstract int | getSize(T item) | | T | pop() | | void | put(T item) |

| | 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() |

|

Public Constructors

public BitmapPoolBackend()

Public Methods

public Bitmap get(int size)

public int getSize(Bitmap bitmap)

public void put(Bitmap bitmap)

Protected Methods

protected boolean isReusable(Bitmap bitmap)

+Generated by Doclava. +