public static abstract @interface

ProducerContext.ExtraKeys

implements Annotation
com.facebook.imagepipeline.producers.ProducerContext.ExtraKeys

Summary

Constants
String ENCODED_HEIGHT
String ENCODED_SIZE
String ENCODED_WIDTH
String IMAGE_FORMAT
String MULTIPLEX_BITMAP_COUNT
String MULTIPLEX_ENCODED_COUNT
String NORMALIZED_URI
String ORIGIN
String ORIGIN_SUBCATEGORY
String SOURCE_URI
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final String ENCODED_HEIGHT

Constant Value: "encoded_height"

public static final String ENCODED_SIZE

Constant Value: "encoded_size"

public static final String ENCODED_WIDTH

Constant Value: "encoded_width"

public static final String IMAGE_FORMAT

Constant Value: "image_format"

public static final String MULTIPLEX_BITMAP_COUNT

Constant Value: "multiplex_bmp_cnt"

public static final String MULTIPLEX_ENCODED_COUNT

Constant Value: "multiplex_enc_cnt"

public static final String NORMALIZED_URI

Constant Value: "uri_norm"

public static final String ORIGIN

Constant Value: "origin"

public static final String ORIGIN_SUBCATEGORY

Constant Value: "origin_sub"

public static final String SOURCE_URI

Constant Value: "uri_source"