public class

ArtDecoder

extends DefaultDecoder
java.lang.Object
   ↳ com.facebook.imagepipeline.platform.DefaultDecoder
     ↳ com.facebook.imagepipeline.platform.ArtDecoder

Class Overview

Bitmap decoder for ART VM (Lollipop and up).

Summary

Public Constructors
ArtDecoder(BitmapPool bitmapPool, int maxNumThreads, SynchronizedPool decodeBuffers)
Public Methods
int getBitmapSize(int width, int height, BitmapFactory.Options options)
[Expand]
Inherited Methods
From class com.facebook.imagepipeline.platform.DefaultDecoder
From class java.lang.Object
From interface com.facebook.imagepipeline.platform.PlatformDecoder

Public Constructors

public ArtDecoder (BitmapPool bitmapPool, int maxNumThreads, SynchronizedPool decodeBuffers)

Public Methods

public int getBitmapSize (int width, int height, BitmapFactory.Options options)