OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BitmapPool
(Results
1 - 2
of
2
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
BitmapPool.java
8
public interface
BitmapPool
{
/packages/apps/Messaging/src/com/android/messaging/datamodel/
BitmapPool.java
36
* Note: consumers should not create
BitmapPool
directly, but instead get the pool they want from
39
public class
BitmapPool
implements MemoryCache {
85
BitmapPool
(final int maxSize, @NonNull final String name) {
278
LogUtil.v(LogUtil.BUGLE_TAG, "
BitmapPool
(" + mPoolName +
Completed in 180 milliseconds