public abstract @interface

ImageOrigin

implements Annotation
com.facebook.drawee.backends.pipeline.info.ImageOrigin

Class Overview

Image origin that indicates whether an image has been loaded from cache, network or other source.

Summary

Constants
int DISK
int LOCAL
int MEMORY_BITMAP
int MEMORY_BITMAP_SHORTCUT
int MEMORY_ENCODED
int NETWORK
int UNKNOWN
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int DISK

Constant Value: 3 (0x00000003)

public static final int LOCAL

Constant Value: 7 (0x00000007)

public static final int MEMORY_BITMAP

Constant Value: 5 (0x00000005)

public static final int MEMORY_BITMAP_SHORTCUT

Constant Value: 6 (0x00000006)

public static final int MEMORY_ENCODED

Constant Value: 4 (0x00000004)

public static final int NETWORK

Constant Value: 2 (0x00000002)

public static final int UNKNOWN

Constant Value: 1 (0x00000001)